.container {
	width: 910px;
}
ol {
	font-size: 18px;
	padding: 0;
}
ol li {
	padding: 0 0 10px 0;
}

ol.steps {
	overflow: hidden;
}
ol.steps li {
	list-style: none;
	float: left;
	padding: 140px 10px 0 10px;
	width: 25%;
}
ol.steps li p {
	font-size: 80%;
	text-align: center;
}
ol.steps li p.title {
	font-size: 120%;
}
ol.steps li.step1 {
	background: url(https://callbackkiller.com/lp_files/img/icon_code.png) center top no-repeat;
}
ol.steps li.step2 {
	background: url(https://callbackkiller.com/lp_files/img/icon_site.png) center top no-repeat;
}
ol.steps li.step3 {
	background: url(https://callbackkiller.com/lp_files/img/icon_magic.png) center top no-repeat;
}
ol.steps li.step4 {
	background: url(https://callbackkiller.com/lp_files/img/icon_money.png) center top no-repeat;
}

.img-shadow {
	background: #fff;
	border: 1px solid rgba(136, 136, 136, 0.5);
	margin: 10px 0;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
}
.img-shadow-light {
	margin: 10px 0;
	-webkit-box-shadow: 0 10px 14px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 10px 14px rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 14px rgba(0, 0, 0, 0.2);
}
.img-shadow-light2 {
  border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 10px 0;
	-webkit-box-shadow: 0 10px 14px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 10px 14px rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 14px rgba(0, 0, 0, 0.2);
}

.widget-screens,
.payment,
.partners {
	font-size: 18px;
}
.widget-screens .widget-screens-left,
.widget-screens .widget-screens-right {
	padding-bottom: 50px;
	overflow: hidden;
}
.widget-screens .widget-screens-left img {
	float: left;
	margin: 0 25px;
}
.widget-screens .widget-screens-left p {
	margin: 0 75px 0 390px;
	text-align: left;
}
.widget-screens .widget-screens-right img {
	float: right;
	margin: 0 25px;
}
.widget-screens .widget-screens-right p {
	margin: 0 390px 0 75px;
	text-align: right;
}
.widget-screens p {
}
.widget-screens p.title {
	font-size: 120%;
	padding: 25px 0 10px 0;
}
.widget-screens.widget-screens-futures p.title {
	padding: 0 0 10px 0;
}
.payment .payment-text {
	font-size: 110%;
}
.widget-versions ol {
  font-size: 15px;
}
.widget-versions ol li {
  padding-bottom: 4px;
}

/* font-family: "NeoSansProRegular"; */
@font-face {
	font-family: "NeoSansProRegular";
	src: url("fonts/NeoSansProRegular/NeoSansProRegular.eot");
	src: url("fonts/NeoSansProRegular/NeoSansProRegular.eot?#iefix")format("embedded-opentype"),
    url("fonts/NeoSansProRegular/NeoSansProRegular.woff") format("woff"),
    url("fonts/NeoSansProRegular/NeoSansProRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
/* font-family: "NeoSansProBold"; */
@font-face {
	font-family: "NeoSansProBold";
	src: url("fonts/NeoSansProBold/NeoSansProBold.eot");
	src: url("fonts/NeoSansProBold/NeoSansProBold.eot?#iefix")format("embedded-opentype"),
    url("fonts/NeoSansProBold/NeoSansProBold.woff") format("woff"),
    url("fonts/NeoSansProBold/NeoSansProBold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

b, strong {
	font-family: "NeoSansProBold";
	font-weight: normal;
}
.stream-wood-chat .sw-manager.sw-manager-no-messages .sw-title b,
.stream-wood-chat.stream-wood-compact .sw-manager.sw-manager-no-messages .sw-title b {
	font-family: Trebuchet MS, Helvetica, Tahoma, Arial, sans-serif;
	font-size: 13px!important;
}

.text-danger {
	color: #f44336 !important;
}

.price-table h4 {
	font-weight: 600;
}
.panel-desisions {
	font-size: 20px;
}

.clearfix {
	*zoom: 1
}

.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0
}

.clearfix:after {
	clear: both
}

.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.input-block-level {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.nakazanie {
	font-size: 150%;
}
.nakazanie ol {
	font-size: 110%;
	padding-left: 25px;
}
.nakazanie p {
	margin: 0;
	padding: 0;
}
.partners {
	font-size: 130%;
}
.partners ol {
	padding-left: 25px;
}

.button {
	display: inline-block;
	padding: 18px 14px 14px;
	margin: 0 15px;
	border: 1px solid #f44336;
	border-radius: 6px;
	text-transform: uppercase;
	font: 18px/18px 'Roboto', sans-serif;
	color: #fff;
	background: #f44336;
	cursor: pointer;
}
.button.button-small {
	padding: 10px 9px 9px;
	font: 14px/14px 'Roboto', sans-serif;
	margin: 0 0 0 10px;
}

.button.transparent {
	border: 1px solid #f44336;
	color: #f44336;
	background: none;
}

.button:hover {
	border: 1px solid #f44336;
	background: #f44336;
	color: #fff;
}

.button.blue {
	border: 1px solid #170B89;
	background: #170B89;
	color: #fff;
}
.button.blue:hover,
.button.blue:focus {
	border: 1px solid #170B89;
	background: #170B89;
	color: #fff;
}
.btn-fixed-wrapper {
	position: fixed;
	top: 45%;
	z-index: 1000;
	display: inline-block;
	margin-left: -127px;
}
.btn.btn-fixed,
.btn.btn-fixed:hover,
.btn.btn-fixed:focus {
	color: #fff;
	width: 284px;
	height: 62px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(90deg);
	position: absolute;
}
.btn-fixed small {
	font-size: 60%;
}
.btn.btn-fixed .badge {
	background-color: #f44336;
	font-size: 14px;
	left: 265px;
	top: 47px;
	position: absolute;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(-90deg);
	outline: 0;
}

.hello-registration .badge {
	background-color: #f44336;
	font-size: 14px;
	left: 8px;
	top: 8px;
	position: absolute;
}
.hello-registration img {
	border-radius: 120px;
	float: left;
	height: 120px;
	width: 120px;
	-webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}
.hello-registration p {
	font-size: 16px;
	padding: 17px 0 0 140px;
}

.button.button-extended {
	padding: 8px 14px 4px;
}
.button.button-extended small {
	font-size: 70%;
}

.transition,
.transition:hover {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.registration {
	position: relative;
}
.registration p {
	font-size: 130%;
	margin-bottom: 30px;
}
.registration .registration-arrow {
	background: url('https://callbackkiller.com/lp_files/img/arrow-1.png') no-repeat 0 0;
	height: 70px;
	left: 260px;
	position: absolute;
	top: 30px;
	width: 29px;
}

.brand {
	padding-top: 50px;
}
.brand a,
.brand a:hover {
	color: #000;
	font-size: 40px;
	position: relative;
	text-decoration: none;
}
.brand a small {
	bottom: -12px;
	color: #888;
	font-size: 14px;
	position: absolute;
	right: 0;
	text-decoration: none;
}

html, body {
	overflow-x: hidden
}

body {
	font-family: 'NeoSansProRegular', sans-serif;
	color: #333!important;
	padding: 15px 0 0 0!important
}

ul.list {
	list-style-type: none;
	margin-left: 0
}

ul.list li {
	margin-bottom: 10px
}

ul.list li:before {
	content: ">";
	margin-right: 10px;
	font-family: "Trebuchet MS", monospace
}

#site-preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-image: url('https://callbackkiller.com/lp_files/img/preloader.gif');
	background-position: center;
	background-repeat: no-repeat;
	z-index: 7001
}

#sec-slider {
	padding: 0;
	background: url(https://callbackkiller.com/lp_files/img/glass2.jpg) 100% -225px no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.section-bgh {
	background: url(https://callbackkiller.com/lp_files/img/glass2.jpg) center no-repeat !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover !important;
}

#sec-slider div h1 {
	color: white;
	text-align: center;
	margin: 2% 0;
	/*text-shadow: black 1px 1px;*/
	text-shadow: black 2px 2px;
	font-size: 50px;
}

#sec-slider div h1 span {
	color: #f44336;
}

#sec-slider div h2 {
	color: white;
	text-align: center;
	margin-bottom: 35px;
	text-shadow: rgb(73, 73, 73) 1px 1px;
}

#sec-slider div h2 span {
	font-weight: 600;
	color: #f44336;
}

.lush-slider {
	margin: 0;
	border: 0 none !important
}

.lush-slider li {
	max-width: 100%;
	max-height: 500px
}

.slide-text {
	color: #fff;
	text-align: left;
	letter-spacing: -0.02em;
	line-height: 34px;
	font-size: 34px;
	font-weight: 300
}

.slide-bg {
	padding: 14px 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: black
}

#sec-navbar {
	padding: 0;
}

.fill-navbar {
	margin-bottom: 70px
}

.navbar {
	max-width: 100%
}

.brn-grn-mn {
	font-size: 18px;
	box-shadow: rgba(255, 255, 255, 0.329412) 0px 1px 3px 0px;
	/*text-transform: uppercase;*/
	margin-top: 8px;
	/*margin-left: 60px;*/
	line-height: 16px;
}

.brn-grn-mn span {
	font-size: 12px !important;
}

.navbar-fixed-top {
	position: fixed !important;
	margin: 0
}

.navbar-inner.collapse {
	min-height: 0;
	height: 0
}

@media (max-width: 989px) {
	.nav-collapse, .nav-collapse.collapse {
		height: auto
	}
}

.navbar .container {
	width: auto
}

.navbar-inner {
	background-image: none;
	background-color: #171a20;
	min-height: 50px;
	border: 0 none;
	padding-left: 0;
	padding-right: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.navbar-inner .container {
	max-width: 1170px
}

.navbar-inner .nav > li > a, .navbar-inner .nav > li > a:hover, .navbar-inner .nav > li > a:focus, .navbar-inner .nav > .active > a, .navbar-inner .nav > .active > a:hover, .navbar-inner .nav > .active > a:focus {
	background-color: #171a20;
	padding: 20px;
	text-transform: uppercase;
	text-shadow: none;
	-webkit-box-shadow: 0 0 0 #000;
	-moz-box-shadow: 0 0 0 #000;
	box-shadow: 0 0 0 #000
}

.navbar-inner .nav > li > a {
	color: #fff;
	font-size: 12px
}

.navbar-inner .nav > li > a:hover, .navbar-inner .nav > li > a:focus, .navbar-inner .nav > .active > a, .navbar-inner .nav > .active > a:hover, .navbar-inner .nav > .active > a:focus {
	color: #0fa1d5
}

.navbar-inner .btn-navbar, .navbar-inner .btn-navbar:hover, .navbar-inner .btn-navbar:focus {
	display: block;
	outline: 0;
	background-color: #171a20;
	margin-top: 20px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.navbar-inner .nav-collapse.in .nav > li > a, .navbar-inner .nav-collapse.in .nav > .active > a, .navbar-inner .nav-collapse.in .dropdown-menu a {
	padding: 9px 25px
}

.navbar-inner .nav-collapse.in .nav > li > a:focus, .navbar-inner .nav-collapse.in .nav > .active > a:focus, .navbar-inner .nav-collapse.in .dropdown-menu a:focus, .navbar-inner .nav-collapse.in .nav > li > a:hover, .navbar-inner .nav-collapse.in .nav > .active > a:hover, .navbar-inner .nav-collapse.in .dropdown-menu a:hover {
	padding: 9px 25px
}

.navbar-inner .nav-collapse .nav > li > a:hover, .navbar-inner .nav-collapse .nav > li > a:focus, .navbar-inner .nav-collapse .dropdown-menu a:hover, .navbar-inner .nav-collapse .dropdown-menu a:focus {
	background-color: #171a20;
	outline: 0
}

.nav-pills > li > a, .nav-pills > li > a:hover, .nav-pills > li > a:focus {
	color: #0fa1d5
}

.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
	background: #0fa1d5;
	outline: 0;
	-webkit-transition: background .3s ease-out;
	-moz-transition: background .3s ease-out;
	-o-transition: background .3s ease-out;
	transition: background .3s ease-out
}

.section-summary {
	margin-top: 0;
	margin-bottom: 50px;
	color: #4f6367;
	font-size: 26px;
	letter-spacing: -0.02em;
	line-height: 34px;
	font-weight: 300
}

#sec-services {
	padding-bottom: 10px;
}

.section-header {
	font-size: 40px;
	line-height: 1.1;
	font-weight: 300;
}

.center {
	text-align: center;
}
.white {
	color:white !important;
}

.brn-31 {
	font-size: 31px !important;
	box-shadow: rgba(0, 0, 0, 0.52) 0px 1px 3px 0px !important;
	margin-left: 0 !important;
	line-height: 22px !important;
}


#sec-clients {
	padding-bottom: 0;
	color:white;
}

#sec-price {
	padding-bottom: 0;
}

.col-price {
	text-align: center;font-weight: 600;font-size: 40px;border-right: 1px solid #A3A3A3;  margin-bottom: 25px;
}

.col-count {
	font-size: 24px;border-right: 1px solid #A3A3A3;text-align: center;  margin-bottom: 25px;
}
.col-by-one {
	text-align: center;  margin-bottom: 25px;
}
.brn-connect-sm {display: none;}

@media (max-width: 995px) {
	.col-price, .col-count  {border-right:none;}
	.col-by-one {
		border-bottom: 1px solid #A3A3A3;
		padding-bottom: 15px;
	}

	#sec-slider { background: url(https://callbackkiller.com/lp_files/img/glass2.jpg) 100% center no-repeat; }
}

@media (max-width: 710px) {
	#sec-slider div h1 {  font-size: 42px;}
	#sec-slider div h2 {  font-size: 27px;}
}

@media (max-width: 600px) {
	.col-brd {display: none;}
	.col-brd-btn {width: 100% !important; text-align: center;}
	.col-brd-btn button {margin-left: 0 !important;margin-bottom: 10px;}
	.brn-connect {display: none;}
	.brn-connect-sm {display: inline-block;}

	#sec-slider div h1 {  font-size: 37px;}
	#sec-slider div h2 {  font-size: 20px;}

	.brn-signin {  margin-top: 0px !important; }

	/*#sec-slider {  background: rgb(99, 139, 164);}*/
}

a.thumbnail:hover, a.thumbnail:focus {
	border-color: #0fa1d5
}

.form-horizontal .control-label {
	float: none;
	text-align: left
}

.form-horizontal .control-group {
	margin-bottom: 0
}

.form-horizontal .controls {
	margin-left: 0
}

.help-block:empty {
	display: none
}

hr {
	margin-top: 100px;
	margin-bottom: 100px
}

hr.soft {
	margin-top: 50px;
	margin-bottom: 50px
}

a {
	color: #0fa1d5
}

a:hover {
	color: #0d8fbd
}

a.inverse {
	color: inherit
}

a.inverse:hover {
	color: #0fa1d5;
	text-decoration: none
}

.text-primary {
	color: #0fa1d5 !important
}

.btn-primary {
	background: transparent;
	border: 1px solid #0fa1d5
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #0d8bb8;
	-webkit-transition: background-color .3s ease-out;
	-moz-transition: background-color .3s ease-out;
	-o-transition: background-color .3s ease-out;
	transition: background-color .3s ease-out
}

section, footer {
	padding-top: 51.666666666666664px;
	padding-bottom: 155px
}

@media (max-width: 767px) {
	section, footer {
		padding-left: 20px;
		padding-right: 20px
	}
}

.section-dark {
	background: #2d333d;
	color: #c9cacd
}

.section-dark .section-summary {
	color: #c9cacd
}

.section-dark input, .section-dark textarea {
	padding: 10px 5px;
	background: #434c5a;
	color: #c9cacd;
	border-color: #171a20
}

.section-dark input:focus, .section-dark textarea:focus {
	border-color: #0fa1d5;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important
}

.section-alt {
	padding: 51.666666666666664px;
	background: #383f4c
}

.sec-header {
	padding: 15px 0 0 20px;
	border-left: 6px solid #0fa1d5;
	margin-bottom: 50px
}

.service-process {
	background-image: url('https://callbackkiller.com/lp_files/img/service-bg.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
	margin-top: 100px
}

@media (max-width: 979px) {
	.service-process {
		background-image: none
	}
}

.service-process .thumbnail, .service-process .thumbnail:hover {
	border: 0 none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.caption-head {
	height: 200px;
	width: 200px;
	margin: 0 auto 30px;
	background-color: #fff;
	border: 6px solid #f3f3f3;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease
}

.caption-head .caption-icon {
	display: block;
	height: 95px;
	margin-top: 30px
}

.caption-head .caption-icon:hover, .caption-head .caption-title:hover {
	cursor: pointer
}

.caption-head:hover {
	background-color: #0fa1d5;
	cursor: pointer;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease
}

.caption-head:hover > .caption-icon {
	color: #fff;
	-webkit-animation: slideFromBottom 300ms ease;
	-moz-animation: slideFromBottom 300ms ease;
	-o-animation: slideFromBottom 300ms ease;
	animation: slideFromBottom 300ms ease
}

.caption-head:hover > .caption-title {
	color: #fff;
	-webkit-animation: slideFromBottom 500ms ease;
	-moz-animation: slideFromBottom 500ms ease;
	-o-animation: slideFromBottom 500ms ease;
	animation: slideFromBottom 500ms ease
}

.icon-big {
	font-size: 6em;
	line-height: 1.1
}

@-webkit-keyframes slideFromBottom {
	from {
		-webkit-transform: translateY(150%) scale(0.5);
		opacity: 0
	}
	to {
		-webkit-transform: translateY(0%) scale(1);
		opacity: 1
	}
}

@-moz-keyframes slideFromBottom {
	from {
		-moz-transform: translateY(150%) scale(0.5);
		opacity: 0
	}
	to {
		-moz-transform: translateY(0%) scale(1);
		opacity: 1
	}
}

@-ms-keyframes slideFromBottom {
	from {
		-ms-transform: translateY(150%) scale(0.5);
		opacity: 0
	}
	to {
		-ms-transform: translateY(0%) scale(1);
		opacity: 1
	}
}

.featured-service h1 {
	font-size: 58px;
	line-height: 1.1
}

.featured-service h1, .featured-service h3 {
	margin-top: 0;
	margin-bottom: 30px;
	font-weight: 300
}

#sec-portfolio .thumbnail {
	display: block;
	margin: 0 auto;
	padding: 0;
	border: 0 none;
	position: relative;
	max-width: 270px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none
}

#sec-portfolio .thumbnail:focus, #sec-portfolio .thumbnail:hover {
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none
}

#sec-portfolio .thumbnail:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: transparent;
	border-width: 0;
	border-style: solid;
	border-color: rgba(15, 161, 213, 0.4);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: border-width 300ms ease-out 0s;
	-moz-transition: border-width 300ms ease-out 0s;
	-o-transition: border-width 300ms ease-out 0s;
	transition: border-width 300ms ease-out 0s
}

#sec-portfolio .thumbnail:hover::before {
	border-width: 65px 135px;
	-webkit-transition: border-width 300ms ease-out 0s;
	-moz-transition: border-width 300ms ease-out 0s;
	-o-transition: border-width 300ms ease-out 0s;
	transition: border-width 300ms ease-out 0s
}

@media (max-width: 1200px) {
	#sec-portfolio .thumbnail:hover::before {
		border-width: 53px 110px
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	#sec-portfolio .thumbnail:hover::before {
		border-width: 40px 83px
	}
}

@media (max-width: 767px) {
	#sec-portfolio .thumbnail:hover::before {
		border-width: 65px 135px
	}
}

.gd-inner {
	background: #383f4c
}

.gd-inner h2, .gd-inner h3 {
	margin-top: 0
}

.gd-inner .gd-details {
	padding-left: 30px
}

.gridex > .gd-expanded > a:after {
	border-bottom-color: #383f4c
}

.about-box {
	margin-bottom: 30px;
	*zoom: 1
}

.about-box:before, .about-box:after {
	display: table;
	content: "";
	line-height: 0
}

.about-box:after {
	clear: both
}

.about-box .about-social {
	padding: 10px 15px;
	border-bottom: 1px solid #ddd
}

.about-box .about-social a:hover {
	text-decoration: none
}

.about-box .about-social em {
	font-size: 18px;
	margin-right: 10px
}

.about-box .about-pic {
	float: left;
	margin-right: 20px
}

.about-box .popover {
	display: block;
	float: left;
	position: relative;
	width: 250px;
	border-top: 4px solid #0fa1d5
}

.about-box .popover .popover-title {
	font-size: 2em;
	font-weight: 100;
	background: #fff;
	border: 0 none;
	padding: 20px 15px 10px
}

.about-box .popover .arrow {
	top: 22%
}

#sec-twitter .icon a, #sec-twitter .icon .icon-twitter {
	font-size: 60px;
	line-height: 1
}

#sec-twitter a:hover {
	text-decoration: none
}

#sec-twitter .tweetList {
	list-style-type: none;
	margin: 0
}

#sec-twitter .tweetList .tweetText {
	margin: 0
}

.gmap {
	height: 350px;
	margin-bottom: 50px
}

.contact-icon {
	float: left
}

#sec-contact address {
	margin-bottom: 30px
}

#sec-contact address p:first-child {
	float: left;
	margin-right: 25px;
	font-size: 30px;
	text-align: center;
	width: 40px
}

#sec-contact address p + p {
	overflow: hidden
}

footer {
	padding-bottom: 10px;
	padding-top: 20px
}

footer .footer-social {
	text-align: center;
	margin-top: 10px
}

footer .footer-social a:hover {
	text-decoration: none
}

footer .footer-social em {
	margin: 10px;
	font-size: 18px
}

.form-register .control-label,
.form-login .control-label,
.form-forgot .control-label,
.cbkApi-form-horizontal .control-label {
	float: left !important;
	text-align: right;
}
.form-register2 .form-control {
	font-size: 22px;
	height: 46px;
}
.form-register2 .button.button-small {
	padding: 14px 9px 13px;
	font: 16px/16px 'Roboto', sans-serif;
	margin: 0 0 0 10px;
}

#top_nav {
	background-color: #f4f1f0;
	height: 50px;
	top: 0;
	margin: 0 auto;
	position: fixed;
	width: 100%;
	z-index: 1000;
}
#top_nav ul {
	list-style: none;
	padding: 0;
	overflow: hidden;
}
#top_nav ul li {
	float: left;
	padding: 11px 22px 0 0;
}
#top_nav ul li a,
#top_nav ul li a:hover {
	color: #333;
	font-size: 18px;
	text-decoration: none;
}
#top_nav ul li a:hover {
	text-decoration: underline;
}

.blog-logo {
	text-align: center;
}
.blog-logo a {
	margin: 0 25px;
}

.forgotpassword-container {
	padding-top: 5px;
}

.modal {
	z-index: 20000000000;
}
.sw-container {
	padding-bottom: 8px;
}
.to_group,
.to_group:hover,
.to_group:active,
.to_group:focus {
	color: #fff;
	text-decoration: none;
}
.to_group img {
	margin-top: -4px;
}

.social-block {
	float:left;
}
.social-block .social-text {
	display: inline-block;
	line-height: 33px;
	vertical-align: middle;
	float: left;
	margin-right: 5px;
}

.social-block .social-icon {
	width: 34px!important;
	height: 34px!important;
	display: inline-block;
	margin-right: 2px;
}
.social-block .social-icon .social-content {
	width: 100%;
	height: 100%;
	color: white;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: none !important;
	display: inline-block;
	border-radius: 6px!important;
}
.social-block .social-icon .si-fb {
	background-color: #45639e !important;
}
.social-block .social-icon .si-vk {
	background-color: #51749c !important;
}
.social-block .social-icon .si-vk i {
	margin-left: 2px !important;
	margin-top: -2px !important;
}
.social-block .social-icon .si-gp {
	background-color: #dd4b39 !important
}
.social-block .social-icon .social-content i {
	font-size: 27px;
	line-height: 37px;
	margin-left: 7px;
}

.form-register-alone .control-label {
	font-size: 18px;
}
.form-register-alone .form-control {
	font-size: 18px;
	height: 42px;
}
