@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Conv_GothamRnd-Book';
	src: url('GothamRnd-Book.eot');
	src: url('GothamRnd-Book.woff') format('woff'),
		url('GothamRnd-Book.ttf') format('truetype'),
		url('GothamRnd-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}




@font-face {
	font-family: 'Conv_GothamRnd-Bold';
	src: url('fonts/GothamRnd-Bold.eot');
	src: url('fonts/GothamRnd-Bold.woff') format('woff'),
	url('GothamRnd-Bold.ttf') format('truetype'),
	url('GothamRnd-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



/* CSS Document */

body {
	font-family: 'Conv_GothamRnd-Book', Arial;
	font-size: 15px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #543D27;
	text-decoration: none;
	margin:0px;
	
}


::selection {
        background: #0A9100; /* Safari */
		color:#fff;
        }
::-moz-selection {
        background: #0A9100; /* Firefox */
		color:#fff;
}
img{
	border:0;
}	




a {
	color:#0A9100;
	text-decoration: none;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	
	}
	
a:hover {
	color: #F8BA00;
	
	}
p {
	margin:0 0 15px 0;
	clear:left;
	padding:0;
	}
	
h1, h2, h3, h4 {
	margin:0 0 15px 0;
	clear:left;
	padding:0;
	font-weight: normal;
	font-variant: normal;
	line-height:normal;

		
	}
.contactwrap {
	float: left;
	height: auto;
	width: 98%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
	padding:3% 3% 3% 3%;
}
.input2 {
width: 50%;
    padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 5px;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #999;
}
.input3 {
	
	width: 90%;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 5px;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #999;
}
.input4 {
	width: 95%;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 5px;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #999;
}

.input5 {
	width: 93%;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 5px;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #999;
}
hr {
	margin:15px 0;
	height:0;
	border:0 solid #E8E8E8;
	border-top:1px solid #E8E8E8;
	clear:both;


}	

.title{
	color:#000;
	font-size:25px;
	
}

	
.subtitle{
	color:#F8BA00;
	font-size:22px;
	
}

.heading{
	
	color:#000;
	font-size:28px;
	font-family: 'Conv_GothamRnd-Bold';

	
}
.subtitle22{
	color:#F98300;
	font-size:22px;
	line-height: 33px;
	
}
.subtitle33{
	color:#056D00;
	font-size:22px;
	line-height: 33px;
	
}


.subheading{
	color:#000;
	font-size:28px;
	}


.list{
	margin:0 0 25px 0;
	padding:0;
}

.list li{
	margin:0 0 15px 20px;
	padding:0;
	list-style-position:outside;
	list-style-image: url(../images/arrow.png);
}

/****************************************************************************/
                            /*containers*/
/****************************************************************************/
header, nav{
	width:100%;
	height:auto;
	float:left;
	padding:25px 0;
}
nav{
	padding:0;
	background-color:#000;
	height:53px;
}
.wraper{
	width:1000px;
	height:auto;
	margin:0 auto;
}
.privacy {
	float: left;
	width: 1000px;
	padding-top: 21px;
	text-align: left;
	font-size: 11px;
	line-height: 15px;
	color: #919191;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4D4D4D;
	margin-top: 11px;
}


.sycc{
	float:left;
}
.top-info{
	float:right;
}
.info{
	width:auto;
	height:auto;
	float:left;
	color:#000;
	text-align:right;
	line-height:normal;
}
.apply{
	width:225px;
	height:58px;
	float:left;
	margin-left:20px;
}
.apply a{
	width:225px;
	float:left;
	background-color:#23AA19;
	background-image: linear-gradient(to bottom, #23AA19, #0E8E04);
	background-repeat: repeat-x;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 1px 1px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 1px 1px rgba(50, 50, 50, 0.2);
	text-align:center;
	color:#fff;
	padding:15px 0 20px 0;
	font-family: 'Conv_GothamRnd-Bold';
	font-size:31px;
	text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.5);
	border-bottom:1px  #0A7C02 solid;
	border-right:1px  #0A7C02 solid;
	
	
}
.apply a:hover{
	background-color:#0E8E04;
	background-image: linear-gradient(to bottom, #0E8E04, #23AA19);
}

.slder-wraper{
	width:100%;
	height:360px;
	float:left;
	background-image: url(../images/slider-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.caption{
	width:250px;
	float:left;
	margin-top:110px;
	font-family: 'Conv_GothamRnd-Bold';
	color:#fff;
	font-size:36px;
	line-height:36px;
}
.slider{
	width:734px;
	float:right;
	height:360px;
}
.slider ul {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;

}

.middle{
	width:1000px;
	height:auto;
	margin:0 auto;
}

.infobar{
	width:100%;
	float:left;
	height:119px;
	margin:10px 0 35px;
	background-image: url(../images/infobar-bg.png);
	background-repeat: no-repeat;
	background-position: center top;

}
.grid{
	width:33.3333%;
	float:left;
	color:#fff;
	font-size:24px;
	line-height:normal
}
.span1{
	margin:21px 0 0 100px;
	float:left;
}
.span2{
	margin:35px 0 0 100px;
	float:left;
}
.grid a {
	color:#fff;
}
.grid a:hover {
	color:#F5BA19;
}

.center{
	text-align:center;
}

.box-wraper{
	width:100%;
	float:left;
	line-height:normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 45px;
	margin-left: 0;
}
.box-wraper h1{
	margin:0 0 80px;
}
.box-wraper span{
	font-size:19px;
	font-family: Conv_GothamRnd-Bold;
	line-height: normal;
}
.box01, .box02, .box03, .casestudy{
	width:260px;
	float:left;
	height:90px;
	position:relative;
	margin-right:35px;
	background-color:#F8BA00;
	background-image: linear-gradient(to bottom, #F8BA00, #F6A200);
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.42);
	-moz-box-shadow:    0px 1px 2px 0px rgba(50, 50, 50, 0.42);
	box-shadow:         0px 1px 2px 0px rgba(50, 50, 50, 0.42);
	padding-top: 60px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
	color: #FFF;
	line-height: normal;
	text-align: center;
	
}
.casestudy{
	padding:30px 25px 20px 25px;
	margin:0 0 30px 0;
	height:auto;
	text-align: left;
	font-size: 14px;
}
.box02{
	background-color:#F49800;
	background-image: linear-gradient(to bottom, #F49800, #F07900);
}
.box03{
	background-color:#F17C00;
	background-image: linear-gradient(to bottom, #F17C00, #E35F00);
	margin-right:0;
}
.No1, .No2, .No3{
	width:84px;
	height:84px;
	position:absolute;
	top:-34px;
	left:-25px;
	z-index:10;
	font-size:44px;
	font-family: 'Conv_GothamRnd-Bold';
	color:#F8BA00;
	border:5px solid #F8BA00;
	background-color:#fff;
		-moz-border-radius:50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align:center;
	line-height:84px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.42);
-moz-box-shadow:    0px 1px 2px 0px rgba(50, 50, 50, 0.42);
box-shadow:         0px 1px 2px 0px rgba(50, 50, 50, 0.42);
	
}
.No2{
	color:#F49800;
	border:5px solid #F49800;
	
}
.No3{
	color:#F17C00;
	border:5px solid #F17C00;
	
}
.last{
margin-right:0;
margin-bottom:10px;}
.content{
	width:1000px;
	height:auto;
	float:left;
	padding-bottom:60px;
	background-image: url(../images/vector.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.left-col{
	width:633px;
	float:left;
}
.right-col{
	width:310px;
	float:right;
}
.news{

}
.news p{
	
	border-bottom:1px solid #D2D2D2;
	padding:15px 0;
	margin:0 0 15px 0;
	font-size:14px;
	font-style:italic;
	color:#000;
}
.news p:first-child{
	border-top:1px solid #D2D2D2;
	
}

/**************************/

footer{
	width:100%;
	padding:22px 0;
	background-color:#000;
	color:#fff;
	float:left;
	font-size:13px;
}
footer a{
	color:#fff;
	}
footer a:hover{
	color:#ccc;
	}	
.footermenu{
	padding-left:90px;
	width:570px;
	float:left;
	background-image: url(../images/sycc-logo-footer.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.social{
	width:auto;
	float:right;

}	


.social a {
	
	height: 27px;
	width: 27px;
	margin: 0 0 0 5px;
	float: left;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#4D4D4D;

}
.social a:hover {
	
	/*box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);*/
	
	background-color:#0A9100;

}

.pagetitle{
	

	border-top:1px solid #D2D2D2;
	border-bottom:1px solid #D2D2D2;
	padding:10px 0;
	margin-bottom:25px;
	line-height:50px;
	font-weight:normal;
	color:#000;
	font-size:28px;
	font-family: 'Conv_GothamRnd-Bold';

	
}
.pagetitle a{
  	font-family: 'Conv_GothamRnd-Book';
	color:#000;
	font-size:14px;
	text-transform:none;
	padding-right:20px;
	margin-right:5px;
	text-decoration:none;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight:normal;
}
.pagetitle a:hover{
	color:#0A9100;
	}
	
#listtable {
	font-size: 13px;
}
.advtcol {
	float: left;
	width: 100%;
	margin-top: 21px;
}
