@font-face {
    font-family: 'TrashHand';
    src: local('TrashHand'),
        url('fonts/TrashHand.woff2') format('woff2'),
        url('fonts/TrashHand.woff') format('woff'),
        url('fonts/TrashHand.ttf') format('truetype'),
        url('fonts/TrashHand.svg#TrashHand') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #fff;
	background: #33363d;
	padding-top: 109px;
}
a{
	-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;
	color: #fff;
}
a:hover,
a:focus{
	color: #fff;
	outline: none;
}
img{
	max-width: 100%;
	height: auto;
}
.container{
	max-width: 1340px;
	width: 100%;
	min-width: 300px;
}
.font-hand{
	font-family: 'TrashHand';
	text-transform: uppercase;
	font-weight: normal;
}
.flex-row,
.flex-main{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    display: flexbox;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.flex-row,
.cs-row{
	margin: 0 -15px;
}
.flex-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.flex-inner{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-grow: 1;
     -webkit-flex-grow: 1;
}
.flex-grow{
	flex-grow: 1;
    -webkit-flex-grow: 1;
}
.flex-center{
	align-items: center;
}
.flex-grid-center{
	justify-content: center;
}
.sy-inline-b{
	display: inline-block;
}





/*-------- Header --------*/


.site-header{
	background: #141e1f;
	padding: 15px 0;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
}
.site-logo{
	display: block;
	float: left;
	width: 146px;
	height: 79px;
	background: url(../images/logo.png) no-repeat;
	background-size: 146px 79px;
	text-indent: -999999px;
}

.login-form form{
	margin: 0;

}
.login-form .login-icon{
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 50px;
	background: url(../images/login.png) no-repeat;
	min-width: 58px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.form-elements{
	background: #313131;
	padding: 5px 6px;
}
.form-elements p{
	margin-bottom: 5px;
}
.form-elements p:last-child{
	margin-bottom: 0;
}
.form-elements input{
	display: block;
	width: 100%;
	height: 22px;
	font-size: 13px;
	color: #fff;
	background: #2e2e2e;
	border: 2px solid #252525;
	-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;
	border-radius: 3px;
	padding: 3px;
	line-height: 1;
}
.form-elements input:focus{
	outline: none;
	box-shadow: none;
	border-color: #fc9808;
}
.form-button{
	position: absolute;
	right: 0;
	top: 5px;
	background: #313131;
	padding: 5px 2px;
}
.form-button button{
	display: block;
	background: #ff9804;
	color: #ffff;
	font-size: 18px;
	text-transform: uppercase;
	width: 100%;
	height: 50px;
	line-height: 46px;
	border: 2px solid #182836;
	-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;
	padding: 0 26px;
	border-radius: 4px;
}
.form-button button:hover,
.form-button button:focus{
	background: #d07d0a;
}

.nav-toggle{
	display: none;
	float: right;
	border: 1px solid #272b2e;
	position: relative;
	border-radius: 4px;
	padding: 9px 10px;
	width: 42px;
	height: 34px;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.nav-toggle:hover{
	background: #272b2e;
}
.nav-toggle span{
	position: absolute;
	width: 22px;
	height: 2px;
	top: 9px;
	left: 10px;
	background: #fff;
	cursor: pointer;
}
.nav-toggle span::before,
.nav-toggle span:after{
	content: "";
	width: 22px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 6px;
	background: #fff;
}
.nav-toggle span:after{
	top: 12px;
}


/*-------- */

.main-section{
	font-size: 31px;
	padding: 10px 0 30px;
	text-align: center;
}
.main-section li{
	vertical-align: top;
	margin-left: 0;
	margin-right: 0;
}
.main-section li.sketch-digit{
	margin-top: 50px;
}
.sketch-digit p{
	font-size: 31px;
	text-align: center;
	margin-top: -112px;
}
.main-section li.data-analytics{
	margin-top: 20px;
}




/*----------*/


.sketching-section{
	padding: 70px 0 20px;
}
.sketching-section .col-xs-12{
	margin-bottom: 50px;
}
.sketching-main h3{
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	margin: 0 0 50px;
	text-shadow: 0 0 8px #44297b;
}
.lightning-speed-sketch{
	margin-top: 50px;
	font-size: 30px;
}
.lightning-speed-sketch img{
	margin-bottom: 15px;
}



/*----------*/


.top-label,
.bottom-label{
	display: block;
	position: absolute;
	width: 255px;
	height: 90px;
}
.top-label{
	left: 0;
	top: 0;
	padding: 5px 0 0 30px;	
	font-size: 26px;
	text-align: left;
}
.bottom-label{
	right: 0;
	bottom: 0;
	padding: 55px 14px 0 0;
	text-align: right;
	font-size: 20px
}
.top-label span,
.bottom-label span{
	position: relative;
	z-index: 2;
}
.top-label::before{
	content: "";
	border-width: 90px 255px 0 0;
	border-color: #c53122 transparent transparent transparent;
	border-style: solid;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}
.top-label.with-icon{
	padding: 10px 0 0 10px;
}
.top-label.with-icon span span{
	vertical-align: top;
}
.top-label.with-icon img{
	margin-right: 10px;
}
.top-label.with-icon::before{
	border-width: 159px 361px 0 0;
}
.top-label.label-blue::before{
	border-top-color: #0b8cc5;
}
.label-yellow{
	color: #0b0b0b;
}
.top-label.label-yellow::before{
	border-top-color: #fdf258;
}
.bottom-label::before{
	content: "";
	border-width: 0 0 90px 255px;
	border-color: transparent transparent #c53122 transparent;
	border-style: solid;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
}

.bottom-label.label-blue::before{
	border-bottom-color: #0b8cc5;
}
.bottom-label.label-yellow::before{
	border-bottom-color: #fdf258;
}
.services-main{
	background: #212225;
	padding: 50px 20px 20px;
	position: relative;
	text-align: center;
}
.services-main .col-xs-12{
	margin-bottom: 40px;
}
.services-main h3{
	font-size: 24px;
	color: #fff;
	/*text-shadow: 3px 3px 0 #fdfbfb,
     -1px -1px 0 #fdfbfb,  
      1px -1px 0 #fdfbfb,
      -1px 1px 0 #fdfbfb,
       1px 1px 0 #fdfbfb;*/
	margin: 30px 0 4px;
}
.services-main h3 span{
	font-family: 'Open Sans', sans-serif;
}
.services-main p{
	font-size: 18px;
	font-style: italic;
}
.services-main h4{
	font-size: 20px;
	margin: 15px 0 0;
	font-weight: normal;
}
.services-main .icon-wrap{
	min-height: 189px;
}

/*---------*/

.video-main{
	position: relative;
	overflow: hidden;
	padding: 150px 0;
}
.video-main::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}
.video-main video{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	object-fit: fill;
	width: 100%;
	height: 100%;
}
.video-inner{
	position: relative;
	z-index: 2;
}
.video-inner ul{
	margin-top: 40px;
}
.video-inner ul li{
	margin-bottom: 20px;
}
.video-inner .video-popup{
	line-height: 25px;
	font-size: 18px;
	text-decoration: none;
}
.video-inner .video-popup svg{
	display: inline-block;
	margin-right: 8px;
	fill: #fff;
	vertical-align: middle;
	width: 25px;
	height: 25px;
}
.video-inner .button{
	background: #d22;
	color: #fff;
	text-decoration: none;
	width: 290px;
	padding: 8px 60px 8px 20px;
	font-size: 18px;
	display: inline-block;
	position: relative;
}
.video-inner .button span{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 40px;
	background: url(../images/icon-right.png) no-repeat center;
}

/*------- --------*/

.map-section{
	padding: 50px 0;
}
#map-main{
	height: 500px;
}
.map-section .container{
	max-width: 1430px;
}
.map-about{
	display: inline-block;
	font-size: 18px;
	float: left;
}
.map-about img{
	display: block;
}
.map-image{
	position: relative;
	display: inline-block;
}
.map-image span{
	position: absolute;
	left: 53px;
	bottom: 10%;
}


/*------------*/


.video-content-inner{
	background: #2c2b2b;
	padding: 25px 35px;
	margin-bottom: 10px;
}
.video-container{
	position: relative;
	padding-bottom: 57.35%;
	margin-bottom: 20px;
}
.video-container iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.single-content h3{
	font-size: 18px;
	color: #faf9fd;
	margin: 15px 0 20px;
}
.single-content p{
	margin-bottom: 20px;
	font-size: 14px;
}
.single-content .text-large{
	font-size: 16px;
}
.single-content img{
	margin-bottom: 10px;
}


/*-----------*/

.in-news-section .container{
	max-width: 1430px;
}
.in-news-item{
	position: relative;
	padding: 98px 30px 20px;
	background: #1c1e22;
	margin-bottom: 50px;
}
.in-short-item ul{
	margin-bottom: 0;
	text-align: center;
	font-size: 0;
}
.in-short-item li{
	width: 40%;
	vertical-align: top;
}
.in-short-item li:nth-child(3),
.in-short-item li:nth-child(6){
	width: 100%;
	margin-top: -10px;
}
.in-short-item li:nth-child(4),
.in-short-item li:nth-child(5){
	width: 50%;
	margin-top: -30px;
}
.in-short-item li:nth-child(6){
	margin-top: -30px;
}
.in-short-item li p{
	font-size: 18px;
	margin: 15px 0 0;
}

.news-list{
	padding-top: 70px;
	font-size: 18px;
}
.news-list li{
	padding-bottom: 70px;
}
.news-list li:last-child,
.news-list li p:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}
.news-list li span{
	display: inline-block;
}
.news-list li p{
	margin: 25px 0;
}



/*-----------*/

.grid-section .container{
	max-width: 1430px;
	margin-bottom: 20px;
}
.grid-section-main{
	position: relative;
	padding: 0 30px;
	background: #141e1f;
}
.grid-section-top{
	position: relative;
	padding-top: 20px;
}
.cs-icon-list li{
	position: absolute;
	left: 7px;
	top: 86px;
}
.cs-icon-list li:nth-child(2){
	left: 98px;
	top: 64px;
}
.cs-icon-list li:nth-child(3){
	left: 172px;
	top: 20px;
}
.cs-icon-list-alt li{
	left: 115px;
	top: 110px;
}
.cs-icon-list-alt li:nth-child(2){
	left: 252px;
	top: 54px;
}
.grid-section-top-content{
	padding-left: 275px;
	max-width: 1175px;
	font-size: 18px;
	padding-bottom: 40px;
}

.grid-item{
	background: #3a3536;
	padding: 34px 10px 12px;
	margin-bottom: 30px;
	text-align: center;
	position: relative;
}
.grid-item-1{
	padding-top: 90px;
}
.grid-item-2{
	padding-top: 60px;
}
.grid-section-bottom{
	position: relative;
	padding: 15px 0 50px;
}
.grid-section-bottom-inner{
	position: relative;
	padding-top: 30px;
}
.grid-section-top-content-alt{
	font-size: 18px;
	padding-top: 10px;
	padding-left: 100px;
}

.awsm-team-row{
	margin: 0 -14px;
	text-align: center;
	font-size: 0;
}
.awsm-team-item{
	width: 25%;
	padding: 0 14px;
	display: inline-block;
	margin-bottom: 50px;
}
.col-3 .awsm-team-item{
	width: 40%;
}
.awsm-team-item-inner{
	position: relative;
	overflow: hidden;
	padding-bottom: 85px;
}
.awsm-team-image{
	border: 5px solid #979cb1;
	overflow: hidden;
}
.awsm-team-image > img{	
	-webkit-transition: -webkit-transform .8s;
    -moz-transition: -moz-transform .8s;
    transition: transform .8s;
    width: 100%;
}
.awsm-team-details{
	height: 85px;
	background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 10px;
    overflow: hidden;
    -webkit-transition: height .4s;
    -moz-transition: height .4s;
    transition: height .4s;
    font-size: 20px;
    color: #000;
}
.awsm-team-details h3{
	font-size: 18px;
	margin: 0;
}
.awsm-team-details::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #645555;
    -webkit-transition: height .4s;
    -moz-transition: height .4s;
    transition: height .4s;
    left: 0;
}
.awsm-team-details-inner{
	position: relative;
	display: inline-block;
	padding-left: 50px;
}
.awsm-team-details-inner >img{
	position: absolute;
	left: 0;
	top: 0;
}
.awsm-social-icons{
	margin: 10px -5px 0;
}
.awsm-social-icons span{
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
	margin-bottom: 3px;
	font-size: 20px;
	opacity: 0;
    -moz-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -o-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: -webkit-transform .4s,opacity .1s;
    -moz-transition: -moz-transform .4s,opacity .1s;
    transition: transform .4s,opacity .1s;
}

.awsm-team-item:hover .awsm-team-image > img{
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.awsm-team-item:hover .awsm-team-details{
	height: 115px;
	color: #fff;
}
.awsm-team-item:hover .awsm-team-details::before{
	height: 115px;
}
.awsm-team-item:hover .awsm-social-icons span{
	opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.awsm-team-item:hover .awsm-social-icons span:nth-child(1){
	-webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.awsm-team-item:hover .awsm-social-icons span:nth-child(2){
	-webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.awsm-team-item:hover .awsm-social-icons span:nth-child(3){
	-webkit-transition-delay: .3s;
    transition-delay: .3s;
}
.awsm-team-item:hover .awsm-social-icons span:nth-child(4){
	-webkit-transition-delay: .4s;
    transition-delay: .4s;
}
.awsm-team-item:hover .awsm-social-icons span:nth-child(5){
	-webkit-transition-delay: .5s;
    transition-delay: .5s;
}
.awsm-team-item:hover .awsm-social-icons span:nth-child(6){
	-webkit-transition-delay: .6s;
    transition-delay: .6s;
}


.culture-section{
	padding: 20px 0;
}
.culture-sectioninner .container{
	max-width: 1430px;
	overflow: hidden;
	text-align: center;
}
.culture-sectioninner img{
	border: 5px solid #615f5f;
	border-radius: 4px;
	position: relative;
	margin-bottom: 5px;
}




/*------ Disclaimer -----*/


.content-main{
	padding: 110px 0;
}
.content-main-top{
	padding-left: 85px;
	font-size: 18px;
	margin-bottom: 40px;
	position: relative;
}
.content-main-top .side-icon{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.content-icon-list li{
	overflow: hidden;
	margin-bottom: 18px;
}
.content-icon-list li > span{
	display: block;
	float: left;
	width: 90px;
	text-align: center;
	margin-right: 10px;
}
.content-icon-list li > span span{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.content-icon-list li > span span img{
	display: block;
	margin: 0 auto;
}
.content-icon-list li > div{
	overflow: hidden;
	font-size: 18px;
}
.content-icon-list li p{
	margin-bottom: 25px;
}


/*------ Privacy -------*/


.privacy-main .content-main-top{
	padding-left: 120px;
	font-size: 20px;
}
.privacy-main .content-icon-list li > span{
	width: 95px;
	margin-right: 25px;
}


/*----- career ---*/


.career-main  .content-main-top{
	padding-left: 0;
	max-width: 1200px;
	margin: 0 auto;
}
.career-main  .content-main-top span.text-center{
	display: inline-block;
	margin-bottom: 45px;
}
.career-main  .content-main-top p{
	padding-left: 60px;
	margin-bottom: 90px;
}


/*------ Training -----*/


.training-main .content-icon-list li > span{
	width: 280px;
}
.training-main .content-icon-list li{
	margin-bottom: 70px;
}
.training-main .content-icon-list li p{
	margin-top: 25px;
}


/*------ Work with us ----*/

.work-section{
	padding-top: 65px;
}
.work-section-main{
	padding: 90px 0 0;
}
.work-section-main .flex-row:nth-child(even){
	flex-direction: row-reverse;
}
.work-with-us-image{
	position: relative;
	padding-bottom: 69.84%;
	margin-bottom: 80px;
}
.work-with-us-image > img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.work-with-us-content{
	margin-bottom: 80px;
}
.work-with-us-content > p span{
	vertical-align: bottom;
}
.work-with-us-content-inner{
	padding: 25px 0 0 50px;
}
.work-with-us-content p{
	margin-bottom: 25px;
}
.work-section-video{
	margin-bottom: 100px;
}
.work-section-video .video-main{
	padding: 225px 0;
}
.work-section-video .container{
	max-width: 800px;
}

.team-section-main{
	position: relative;
	background: #252222;
	padding: 44px 25px;
}


.awards-section-main{
	position: relative;
	background: #201e1f;
	padding: 44px 0 30px;
}
.awards-section .container{
	max-width: 1430px;
}
.award-items{
	padding-right: 30px;
}
.award-item{
	padding: 0 15px;
	margin-bottom: 30px;
	float: left;
}
.award-item:nth-child(2){
	float: right;
}
.award-item-inner{
	position: relative;
	border: 4px solid #696262;
	border-radius: 4px;
	overflow: hidden;
	
}
.btm-label{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 0 5px 5px;
}
.btm-label::before{
	content: "";
	border-width: 0 233px 161px 0;
	border-color: transparent transparent #32448e; 
	border-style: solid;
	position: absolute;
	left: 0;
	bottom: 0;
}
.btm-label span{
	position: relative;
	margin-left: 30px;
	font-size: 18px;
}
.btm-label p{
	position: relative;
	font-size: 20px;
	margin-bottom: 0;
	font-weight: bold;
}


.work-at-synet{
	position: relative;
	padding: 75px 20px 0;
	background: #282627;
}
.work-at-synet .top-label{
	padding: 50px 0  0 40px;
}
.work-at-synet .top-label img{
	margin-left: -30px;
}
.work-at-synet .top-label::before{
	border-width: 283px 369px 0 0;
}
.work-at-synet .cs-icon-list li{
	top: 180px;
	left: 140px;
}
.work-at-synet .cs-icon-list li:nth-child(2){
	top: 110px;
	left: 212px;
}
.work-at-synet .cs-icon-list li:nth-child(3){
	top: 166px;
	left: 308px;
}
.work-at-synet .cs-icon-list li:nth-child(4){
	top: 30px;
	left: 308px;
}
.work-at-synet-content{
	max-width: 1160px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.work-at-synet-content p{
	margin-bottom: 25px;
}
.work-at-synet-content ul{
	margin: 0 0 25px;
	padding-left: 20px;
	list-style: none;
}
.work-at-synet-content h3{
	margin: 0 0 5px;
	font-size: 20px;
}
.work-at-synet-content ul ul{
	margin-top: 30px;
	padding-left: 45px;
}
.work-at-synet-content ul.vision-list{
	padding-left: 65px;
}
.work-at-synet-content ul.mission-list ul{
	padding-left: 95px;
}
.work-at-synet-content p.shift-left{
	margin-left: 65px;
}
.work-at-synet-content ul.shift-left{
	padding-left: 32px;
}
.work-at-synet-content ul.shift-left ul{
	padding-left: 33px;
	margin-top: 5px;
}
.work-at-synet-top{
	padding-left: 420px;
	padding-bottom: 20px;
}
.timeline-section{
	padding: 30px 0;
}
.awsm-timeline-style-1 .awsm-timeline-img span,
.awsm-timeline-style-1 .awsm-labels span{
	box-shadow: 0 0 0 5px #33363d;
    -webkit-box-shadow: 0 0 0 5px #33363d;
}
.awsm-timeline-style-1 .awsm-timeline-content{
	color: #000;
	text-align: left;
}
.awsm-timeline-style-1 .awsm-date{
	color: #000;
}
.awsm-alternate .awsm-timeline-block.awsm-odd-item .awsm-timeline-content{
	text-align: left;
}
.awsm-timeline-style-1 h2{
	margin-bottom: 30px;
}
/*------ Footer ----*/

.site-footer{
	padding: 50px 0;
	background: #222;
}
.site-footer .container{
	max-width: 1430px;
}
.footer-navigation{
	padding-top: 60px;
}
.footer-navigation a{
	display: inline-block;
	vertical-align: middle;
}
.footer-navigation span{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	margin: 0 3px;
}
.site-info{
	font-size: 18px;
	margin: 30px 0;
}
.footer-address{
	margin-bottom: 30px;
	font-size: 18px;
	padding-left: 50px;
	padding-top: 50px;
	background: url(../images/icon-location.png) no-repeat;
	margin-top: 20px;
}
.footer-address address{
	margin: 0;
}
.footer-address li{
	line-height: 33px;
}
.footer-address li img{
	margin-right: 6px;
}

.footer-bottom{
	font-size: 18px;
}
.footer-bottom .col-md-4{
	margin-bottom: 30px;
}
.footer-form h2{
	font-size: 24px;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.footer-form .form-group{
	margin-bottom: 6px;
}
.footer-form input,
.footer-form textarea,
.footer-form select{
	display: block;
	width: 100%;
	height: 22px;
	font-size: 13px;
	color: #fff;
	background: #2e2e2e;
	border: 2px solid #252525;
	-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;
	border-radius: 3px;
	padding: 3px;
	line-height: 1;
}
.footer-form textarea{
	height: 75px;
}
.footer-form button{
	display: block;
	background: #ff9804;
	color: #ffff;
	font-size: 14px;
	text-transform: uppercase;
	height: 30px;
	line-height: 26px;
	border: 2px solid #182836;
	-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;
	padding: 0 18px;
	border-radius: 4px;
}
.footer-form input:focus,
.footer-form textarea:focus,
.footer-form select:focus{
	outline: none;
	box-shadow: none;
	border-color: #fc9808;
}
.social-links li{
	vertical-align: top;
	margin-bottom: 40px;
}
.social-links li a{
	display: block;
	width: 33px;
	height: 33px;
	background: url(../images/social-icons.png) no-repeat;
	text-indent: -999999px;
}
.social-links li a.tw{
	background-position: -39px 0;
}
.social-links li a.gp{
	background-position: -76px 0;
}
.social-links li a.ln{
	background-position: -114px 0;
}
.social-links li a.yt{
	background-position: -152px 0;
}
