body {
    font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #707070;
	font-weight: lighter;
}

h1,h2,h3,h4,h5,h6 {
    font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}

h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px;
}
p {
	color: #5F6062;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:300;
	line-height:1.4;
	margin-bottom:1em;
}
a,
a:hover,
a:focus {
	color: #1E4292;
}
.row {
	margin-bottom: 50px;
}

.topbar{
	background:#00afec;
	height:30px;
	color:#fff;
	font-weight:400;
	z-index:9999;
	position:fixed;
	top:0;
	left:0;
	right:0;
}

.topbar a{
	color:#fff;
	text-decoration:none;
}

.topbar ul.list-left{
	margin:0;
	padding:0;
	float:left;
	width:90%;
}
.topbar ul.list-left li{
	margin:0 15px 0 0;
	padding:0 0 0 25px;
	float:left;
	width:auto;
	list-style-type:none;
	font-size:11px;
	line-height:30px;
}

.topbar ul.list-left li.phone{
	background:url(../img/interface/ico-phone.png) no-repeat left center;
	background-size:auto 18px;
	padding:0 0 0 20px;
}

.topbar ul.list-left li.address{
	background:url(../img/interface/ico-address.png) no-repeat left center;
	background-size:auto 18px;
	padding:0 0 0 20px;
}

.topbar ul.list-left li.email{
	background:url(../img/interface/ico-email.png) no-repeat left center;
	background-size:auto 18px;
}

.topbar ul.list-left li.license{
	background:url(../img/interface/ico-license.png) no-repeat left center;
	background-size:auto 18px;
}

.topbar ul.list-right{
	margin:0;
	padding:0;
	float:right;
	width:10%;
}
.topbar ul.list-right li{
	margin:0 3px;
	padding:0;
	float:right;
	width:20px;
	height:30px;
	list-style-type:none;
	font-size:11px;
	line-height:30px;
}

.topbar ul.list-right li.googleplus{
	background:url(../img/interface/ico-gplus.png) no-repeat center center;
	background-size:auto 18px;
}

.topbar ul.list-right li.facebook{
	background:url(../img/interface/ico-fb.png) no-repeat center center;
	background-size:auto 18px;
}

.topbar ul.list-right li a{
	display:block;
	width:100%;
	height:100%;
}

.nav > li > a{
	font-weight: normal;
}

.navbar-smak {
	background: url(../img/interface/header-bg.gif) repeat-x bottom #1e4292;
	padding-bottom:0px;
	border-bottom:none;
	top:30px;
}

.navbar-smak .nav {
	padding: 0;
}

.navbar-small .navbar-brand > img {
	height: 45px;
	padding:4px 0 0 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.navbar-small .navbar-brand {
	padding: 10px 15px 14px 0;
}

.nav > li > a {
	padding: 51px 20px 40px;
	color: #ffd204;
}

.navbar-small .nav > li > a {
	padding: 30px 20px 15px;
	color: #fff;
	background:transparent;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.navbar-brand > img {
	height: 85px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.navbar-nav > li > a {
	color: #fff;
	font-size:22px;
	text-transform:uppercase;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus,
.navbar-nav > li.active > a {
	color: #00afec;
	border-bottom:4px solid #00afec;
	background:transparent;
}

.navbar-nav > li > .dropdown-menu {
	margin-top: -5px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.home {
	background: url(../img/background/banner1.jpg) no-repeat top fixed;
	position: relative;
	width: 100%;
	position: relative;
}

ul.text-slider{
	margin-bottom:0;
}

.slide {
	position: absolute;
	top: 50%;
	margin-top: -135px;
	width: 100%;
	text-align: center;
	background-image: url(../img/interface/banner-bg.png);
	display: inline-block;
	padding: 40px;
}
.lead {
	display: block;
	color: #fff;
	font-weight:600;
	font-size: 65px;
	line-height:60px;
	text-transform: uppercase;
	width: 100%;
	margin: 0 auto;
	font-family: Helvetica, Arial, Sans-serif;
	padding:5px 0;
}
.btn {
	border-radius: 0;
	padding: 10px 35px;
	font-size: 15px;
}

.btn-primary {
	color: #000;
	background: #00afec;
	border: none;
	display: inline-block;
	margin: 10px auto;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	color:#fff;
}

.btn-primary:hover {
	background: #00afec;
	color: #fff;
	border: none;
}

.btn-primary:before {
	content: '';
	position: absolute;
	border: #fff solid 3px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: top, right, bottom, left;
	transition-property: top, right, bottom, left;
}

.btn-primary:hover:before {
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
}

.go-to {
	position:absolute;
	left:0;
	right:0;
	width:150px;
	bottom:75px;
	text-align: center;
}

.go-to .fa {
	line-height: 60px;
}

.navbar-nav > li > a:hover {
	background-color: transparent;
	color: #00afec;
}
.gray {
	background: #FBFBFB;
}
.service-item {
	padding: 0 20px;
	text-align: center;
}

.about-item{
	margin-bottom: 50px;
}
.about-item i {
	font-size: 25px;
	line-height: 50px;
	color: #fff;
}
.about-item h4,
.about-item p {
	margin-left: 70px;
}

.about-item h4{
	font-weight: normal;
}
.process-item {
	text-align: left;
}
.align-center {
	text-align: center
}
.centered-pills {
	text-align: center;
}
.centered-pills ul.nav-pills {
	display: inline-block;
	margin-bottom: 50px;
}
.centered-pills li {
	display: inline;
}
.centered-pills a {
	float: left;
}
.nav-pills {
	list-style: square;
}
.nav-pills > li > a {
	text-transform: uppercase;
	font-size: 16px;
	color: #707070;
	padding: 10px 0;
}
.mix {
	opacity: 0;
	display: none;
}




/* ABOUT */
.about{
	background:#fff;
	min-height:700px;
}


/* SERVICES */
.services{
	background:#fff;
	min-height:700px;
}

.services-list{
	list-style-type:none;
	margin:0;
	padding:0;
}

.services-list li{
	width:33.3333%;
	height:auto;
	overflow:hidden;
	float:left;
	text-align:center;
	margin:0;
	padding:0;
}

.services-list li img{
	width:90%;
	height:auto;
	max-width:300px;
	display:block;
	margin:0 auto;
}

.services-list li span{
	display:block;
	text-align:center;
	margin:15px 0 30px;
	color:#1E4292;
	text-transform:uppercase;
	font-size:16px;
	font-weight:400;
}


/* WORK */
.work{
	background:#fff;
}
.work-container a{
	width:25%;
	float:left;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.work-container a:hover{
	opacity:0.75;
}
.work-container a img{
	width:90%;
	height:auto;
	margin:20px auto;
	display:block;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}




.pdf-download{
	display:block;
	margin:0 auto;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.pdf-download:hover{
	opacity:0.75;
}
.pdf-download img{
	max-width:150px;
	height:auto;
}

.square-l {
	background: #ffd204;
	color: #fff;
	vertical-align: middle;
}

.square-l {
	width: 60px;
	height: 60px;
	display: inline-block
}

.square-l .fa {
	line-height: 60px;
	color: #fff;
}

.process-item .fa {
	color: #FFCF03;
}

.team{
	list-style: none;
}

.team-extended .row{
	margin-bottom: 0;
}

.team .col-md-3{
	position: static;
	margin-bottom: 15px;
}
.team-member {
	border-bottom: 2px solid #9b9b9b;
	background: #fff;
	text-align: center;
	position: relative;
	display: block;
}

.team-member:hover{
	text-decoration: none;
}

.og-expanded .team-member:after{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #131313;
    border-image: none;
    border-style: solid;
    border-width: 15px;
    content: " ";
    height: 0;
    left: 50%;
    margin: 0 0 0 -15px;
    pointer-events: none;
    position: absolute;
    top: auto;
    width: 0;
}

.team-extended{
	background: none repeat scroll 0 0 #131313;
    left: 0;
    margin-top: 25px;
    padding: 20px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: auto;
    width: 100%;
}

.team-extended h3{
	color: #ffe600;
}

.team-extended p{
	color: #fff;
}
.team-extended .social{
	border: 1px solid #fff;
	width: 25px;
	margin-right: 7px;
	color: #fff;
	display: inline-block;
	text-align: center;

}
.og-close{
cursor: pointer;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;

}
.og-close:before, .og-close:after {
    background: none repeat scroll 0 0 #888;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 100%;
}

.og-close:after{
	transform: rotate(-45deg);
}
.team-extended .social:hover{
	color: #ffe600;
	border-color: #ffe600;
}

.team-member .name {
	display: block;
	text-transform: uppercase;
	color: #ffe600;
	font-size: 20px;
	margin-bottom: 10px;
}
.team-member .title {
	display: block;
	text-transform: uppercase;
	color: #707070;
	font-size: 16px;
	margin-bottom: 10px;
}
.team-member img {
	margin-bottom: 10px;
}
.branded-section {
	width: 100%;
	background-position 0px 0px;
	background-repeat:  no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	min-height:600px;
}
.branded-section p {
	color: #fff;
}
.masked {
	background: rgba(19, 19, 22, 0.5);
	background-image: url('../img/patern-light.png');
	width: 100%;
	height: 100%;
	display: block;
	padding-bottom: 50px;

	opacity:0.5;
}
.branded-section h1,
.branded-section h2,
.branded-section h3 {
	color: #fff;
}
blockquote {
	text-align: center;
	padding: 50px 0 0;
	width: 50%;
	border: none;
	position: relative;
}
.branded-section .heading {
	color: #fff;
	z-index: 1000;
}

/* BACKGROUNDS */
.services-bg{
	background-image: url('../img/background/services-bg.jpg');
	background-size: cover;
	background-attachment: fixed;
	height:800px;
}

.work-bg{
	background-image: url('../img/background/work-bg.jpg');
	background-size: cover;
	background-attachment: fixed;
	height:800px;
}



.chart {
	text-align: center;
	margin: 0 auto
}
.chart,
.chart h3 {
	color: #ffe600;
}
.percent {
	display: block;
	font-size: 35px;
	letter-spacing: -3px;
	line-height: 130px;

	position: absolute;
	text-align: center;
	top: 5px;
	width: 90%;
	z-index: 10;
}
.number-item {
	text-align: center;
	border: 1px solid #FFE600;
	padding: 20px;
}
.number-item .number {
	display: block;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
}
.font-m {
	font-size: 16px;
}
.font-l {
	font-size: 20px;
}
.number-item .text {
	color: #FFE600;
	font-size: 16px;
	text-transform: uppercase;
}
.circle {
	background: #FFCF03;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
}
.circle-l {
	width: 105px;
	height: 105px;
}
.circle-l .fa {
	line-height: 105px;
	color: #fff;
}
.heading {
	margin: 90px 0 50px;
	text-align: center;
	color: #000;
	position: relative;
}
.heading > div {
	text-transform: uppercase;
	font-weight: normal;
	color: #707070;
}
.heading h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 30px;
}
.heading p {
	font-size: 22px;
	width: 80%;
	margin: 0 auto;
	margin-bottom:1em;
}
.pad-bot-50 {
	padding-bottom: 50px;
}
.divider {
	text-align: center;
	margin-bottom: 10px;
}
.divider > span {
	display: inline-block;
	width: 170px;
	background: #00afec;
	height: 2px;
}
.address-element {
	text-align: center;
	margin-bottom: 50px;
}
.address-element .fa {
	color: #fff;
}
.lb_wrap {
	width: 100%;
	height: 100%;
	display: inline-block !important;
}
.lb_wrap .lb_label.left {
	left: 0;
}
.lb_label {} .lb_label.active {
	color: #FFF;
}

/******
Images
******/
.grayscale{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter ….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
}

.grayscale:hover,
.grayscale:focus{
	filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter …\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
	filter: none;
}
/********************************************
				Sliders
********************************************/

.text-slider-wrapper .bx-wrapper .bx-prev {
	left: 10px;
}
.text-slider-wrapper .bx-wrapper .bx-next {
	right: 10px;
}
.text-slider-wrapper .bx-wrapper .bx-prev:hover {} .text-slider-wrapper .bx-wrapper .bx-next:hover {} .text-slider-wrapper .bx-wrapper .bx-controls-direction a {
	position: absolute;
	opacity: 0;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	z-index: 9999;
}
.text-slider-wrapper .bx-wrapper:hover .bx-controls-direction a {
	opacity: 1;
}
.text-slider-wrapper .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/********************************************
				404 page
********************************************/

.page404{
	text-align: center;
	margin:150px auto;
}

.error-code{
	font-size: 150px;
	color: #ffe600;
	margin: 0;

}

.error-desc{
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	max-width: 500px;
	display: block;
	margin: 0 auto;
}

.page404 p{
	padding: 50px;
}

.page404 .form-control{
	max-width: 500px;
	margin: 0 auto;
}

/*
Forms
*/
.form-control{
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 15px;
	padding: 20px;
}

/********************************************
				Animation
********************************************/

.animate {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.delay1 {
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
}
.delay2 {
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}

.delay3 {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}
.delay4 {
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
}
.delay5 {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-40px);
		transform: translateX(-40px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-40px);
		-ms-transform: translateX(-40px);
		transform: translateX(-40px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(40px);
		transform: translateX(40px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(40px);
		-ms-transform: translateX(40px);
		transform: translateX(40px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0%{
		opacity:0;
		-webkit-transform:translateY(40px);
		-ms-transform:translateY(40px);
		transform:translateY(40px);
	}

	100%{
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0%{
		opacity:0;
		-webkit-transform:translateY(-40px);
		-ms-transform:translateY(-40px);
		transform:translateY(-40px);
	}

	100%{
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.goup,
.godown{
	overflow: hidden;
}

.godown span,
.goleft span,
.goup span {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 1;
	left: 0;
	top: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all 0.6s cubic-bezier(0.05, 0.06, 0.05, 0.95);
	transition: all 0.6s cubic-bezier(0.05, 0.06, 0.05, 0.95);
}

.goup span span:nth-of-type(1) { top: 0px;}
.goup span span:nth-of-type(2) { top: 60px;}
.goup span span:nth-of-type(3) { top: 120px;}
.goup span span:nth-of-type(4) { top: 180px;}
.goup span span:nth-of-type(5) { top: 240px;}
.goup span span:nth-of-type(6) { top: 320px;}

.goup:hover > span {
	top: -240px;
}

.godown span span:nth-of-type(1) { top: 320px;}
.godown span span:nth-of-type(2) { top: 240px;}
.godown span span:nth-of-type(3) { top: 180px;}
.godown span span:nth-of-type(4) { top: 120px;}
.godown span span:nth-of-type(5) { top: 60px;}
.godown span span:nth-of-type(6) { top: 0px;}

.godown > span{
	top: -320px;
}
.godown:hover > span{
	top: -60px;
}

.goleft{
	left: -30px;
}

.goleft span span:nth-of-type(1) { left: 0px;}
.goleft span span:nth-of-type(2) { left: 30px;}

.goleft:hover > span{
	left: -30px;
}


/********************************************
				COLORS AND BACKGROUNDS
********************************************/

.primary-color {
	color: #FFE600;
}
/********************************************
				CONTACT FORM
********************************************/

.contact{
  /*background: url('../img/background/media-bg.jpg') no-repeat center #000;
	background-size:cover;*/
	background:#fff;
}

.contact .masked{
	opacity:1;
}

.contact .heading h1{
	color:#000;
}

.contact .divider > span{
	background:#00afec;
}

.contact .font-l{
	color:#fff;
	text-transform:none;
	font-size:1.1em;
}

.ico-contact{
	width:73px;
	height:auto;
}

.contact h3{
	color:#000;
	font-size:18px;
	font-weight:300;
	text-transform:none;
}

.contact h3 a{
	color:#000;
}

.contact .address-element .fa{
	margin:20px 0 10px;
	color:#fff;
}

.contact p{
	color:#fff;
	font-size:11px;
	text-transform:none;
	margin-bottom:0;
	margin-left:15px;
	margin-right:15px;
}

.contact p a{
	color:#fff;
}

.contact-form {
	background: url('../img/background/contact-bg.jpg') no-repeat center;
	background-size:cover;
}

.contact-form .masked{
	opacity:1;
	background: rgba(19, 19, 22, 0.5) url("../img/patern-light.png");
}

.contact .contact-form .heading h1{
	color:#fff;
}

.contact-form form {
	position: relative;
}

.contact-form .form-control {
	background-color: transparent;
	margin-bottom: 20px;
	padding: 15px;
	color: #fff;
	border-width: 2px;
	height:50px;
}

.contact-form textarea.form-control {
	height:auto;
}

.contact-form .form-control:focus {
	border: 2px solid #fff;
}

.contact-form .form-control:focus {
	background: rgba(255, 255, 255, 0.1);
}

.contact-form .heading {
	color: #fff;
}

.commands {
	text-align: center;
}

.contact-map{
	width:100%;
	height:400px;
	line-height:0;
	margin:0 0 -10px 0;
	padding:0;
}

/* FormTools Form */

#contact_form .table-fit-row > * {
    width: 33.3%;
}

#contact_form label.infield {
    top: 0.5em; left: 0.8em;
    width: 5em;
    margin-top: 3px;
}

#contact_form .form_row.table-fit-row label {
    left: 1.2em;
}

#contact_form .form_row.table-fit-row > *:first-child label,
#contact_form .form_row.table-fit-row > *:last-child label {
    left: 0.9em;
}

#contact_form .full-width .input-wrap-textarea,
#contact_form .full-width textarea {
    width: 100%;
}

#contact_form .centered {
    text-align: center;
}

#contact_form input[type="text"],
#contact_form input[type="password"],
#contact_form input[type="email"],
#contact_form input[type="number"],
#contact_form input[type="tel"],
#contact_form select,
#contact_form textarea {
    background: transparent;
    color: #fff;
    border-width: 2px;
    height: 3em;
}

#contact_form textarea {
    height: 10em;
}

#contact_form label {
    color: #fff;
}

#contact_form_recaptcha {
    position: relative; display: inline-block; left: 32px; top: 5px;
}

#contact_form-field-submit {
    padding: 1em 1.5em;
    background: #00afec;
    color: #fff;
    border: 2px solid #fff;
    font-weight: normal; text-transform: uppercase;
}

#contact_form .required-label {
    margin-left: 0;
}

/********************************************
				FOOTER
********************************************/
footer {
	background-size:100% auto;
	text-align: center;
	color: #fff;
}
footer .contact{
	padding: 10px 0;
	background: #00afec;
	border-top:4px solid #fff;
	background-size:cover;
	text-align: center;
	color: #fff;
}
footer p{
	color:#fff;
}
footer .social-list a,
footer .social-list a:hover {
	color: #fff;
}
footer .social-list {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
footer .social-list li {
	display: inline-block;
	padding: 10px;
}

.social-list li a{
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 32px;
	display: inline-block;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
	font-size:22px;
	border:1px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.social-list li a:hover,
.social-list li a:focus{
	background: #ffd204;
	color:#5F6062;
	border:solid 1px #5F6062;
}

footer .to-top {
	background: #ffd204;
	width: 30px;
	height: 30px;
	display: block;
	margin: 0 auto;
}
.bubblingG {
	text-align: center;
	width: 80px;
	height: 50px;
}
.bubblingG span {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin: 25px auto;
	background: #000;
	-moz-border-radius: 50px;
	-moz-animation: bubblingG 1.3s infinite alternate;
	-webkit-border-radius: 50px;
	-webkit-animation: bubblingG 1.3s infinite alternate;
	-ms-border-radius: 50px;
	-ms-animation: bubblingG 1.3s infinite alternate;
	-o-border-radius: 50px;
	-o-animation: bubblingG 1.3s infinite alternate;
	border-radius: 50px;
	animation: bubblingG 1.3s infinite alternate;
}
#bubblingG_1 {
	-moz-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
}
#bubblingG_2 {
	-moz-animation-delay: 0.39s;
	-webkit-animation-delay: 0.39s;
	-ms-animation-delay: 0.39s;
	-o-animation-delay: 0.39s;
	animation-delay: 0.39s;
}
#bubblingG_3 {
	-moz-animation-delay: 0.78s;
	-webkit-animation-delay: 0.78s;
	-ms-animation-delay: 0.78s;
	-o-animation-delay: 0.78s;
	animation-delay: 0.78s;
}
@-moz-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color: #000000;
		-moz-transform: translateY(0);
	}
	100% {
		width: 24px;
		height: 24px;
		background-color: #FFFFFF;
		-moz-transform: translateY(-21px);
	}
}
@-webkit-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color: #000000;
		-webkit-transform: translateY(0);
	}
	100% {
		width: 24px;
		height: 24px;
		background-color: #FFFFFF;
		-webkit-transform: translateY(-21px);
	}
}
@-ms-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color: #000000;
		-ms-transform: translateY(0);
	}
	100% {
		width: 24px;
		height: 24px;
		background-color: #FFFFFF;
		-ms-transform: translateY(-21px);
	}
}
@-o-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color: #000000;
		-o-transform: translateY(0);
	}
	100% {
		width: 24px;
		height: 24px;
		background-color: #FFFFFF;
		-o-transform: translateY(-21px);
	}
}
@keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color: #000000;
		transform: translateY(0);
	}
	100% {
		width: 24px;
		height: 24px;
		background-color: #FFFFFF;
		transform: translateY(-21px);
	}
}
.down {
	display: inline-block;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.down:hover {
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);
}
/*****************************************
RESPONSIVE
*****************************************/

@media (max-width: 991px) {
	.topbar ul.list-left{
		width:92%;
	}
	.topbar ul.list-left li.address{
		display:none;
	}
	.topbar ul.list-right{
		width:8%;
	}
	.navbar-brand > img {
		height: 65px;
	}
    .navbar-smak .nav{
    	padding:0;
    	margin:0;
    }
    .navbar-small .nav > li > a {
		padding: 10px 0px;
    }
    .navbar-small .nav > li:last-child a{
    	border-bottom:none;
    }

}

@media (max-width: 767px) {
	.navbar-smak .navbar-brand > img {
		padding: 10px 0px 14px 15px;
		height: 55px;
	}
	.navbar-smak .navbar-brand {
		padding: 5px 15px 0 0;
	}
	.nav > li > a {
	    padding: 12px 0px !important;
	    font-size: 16px;
	    border-bottom:1px solid #2b52a9;
	}
	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .navbar-nav > li.active > a{
		border-bottom:1px solid #2b52a9;
	}
	.nav li:last-child a{
		border-bottom:none;
	}

	.nav > li > a:hover, .nav > li > a:focus{
		background:transparent;
	}
	.lead {
		font-size: 30px;
		line-height:40px;
	}
	.go-to{
		bottom:5%;
	}
	.topbar ul.list-left {
		width: 85%;
	}
	.topbar ul.list-left li.email{
		display:none;
	}
	.topbar ul.list-right {
		width: 15%;
	}
	.navbar-toggle {
		margin-top: 5px;
		margin-bottom: 5px;
		color: #fff;
		font-size:20px;
	}
	.heading p{
		font-size:16px;
	}
	.branded-seciton{
		background-attachment:scroll;
	}
	.services-bg, .work-bg{
		background-attachment:scroll;
		background-position:center top;
	}
	.work-container a{
		width:33.33333%;
	}
	.services-list li{
		width:50%;
	}

    #contact_form .table-fit-row > * {
        width: 100%;
    }

    #contact_form .form_row.table-fit-row label {
        left: 0.9em;
    }
}


@media (max-width: 450px) {
	.topbar ul.list-left li.license{
		display:none;
	}
	.topbar ul.list-left {
		width: 65%;
	}
	.topbar ul.list-right {
		width: 35%;
	}
	.work-container a{
		width:50%;
	}
	.services-list li{
		width:100%;
	}
	/*ios fix*/
	section{
		overflow:hidden;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.lead {
		font-size: 44px;
		line-height: 46px;
	}
	.nav > li > a {
    	padding: 41px 10px 30px;
	}
	.navbar-small .nav > li > a{
		padding: 30px 20px 15px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.lead {
		font-size: 50px;
	}
}

.loader{
	display: block;
	background: #ffe600;
	position:fixed;
	top:0; left:0; right:0; bottom:0;
	width:100%;
	height:100%;
	clear:both;
	-moz-transition: all 2s ease;
	-webkit-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
	z-index: 2000;
}

.loader .bubblingG{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-20px;
	margin-left:-40px;
}

.removing{
	-moz-transform: scale(2) rotate(70deg) translate(1200px) rotateX(120deg);
	-webkit-transform: scale(2) rotate(70deg) translate(1200px) rotateX(120deg);
	-o-transform: scale(2) rotate(70deg) translate(1200px) rotateX(120deg);
	transform: scale(2) rotate(70deg) translate(1200px) rotateX(120deg);
}

.removing1{
	-moz-transform: scale(0) rotate(70deg) rotateX(80deg);
	-webkit-transform: scale(0) rotate(70deg) rotateX(80deg);
	-o-transform: scale(0) rotate(70deg) rotateX(80deg);
	transform: scale(0) rotate(70deg) rotateX(80deg);
}

.removing2{
	opacity:0;
}

.thumb-wrap{
	margin-bottom: 50px;
}

#submit_ok {
    position: absolute; top: 30px; left: 0; z-index: 9999;
    width: 100%; height: auto;
    margin: 0; padding: 1em 0;
    background: #0c0 none repeat scroll 0 0;
    color: #fff;
    font-size: 1.5em; line-height: 1;
    text-align: center;
}