/*

	Template Author : pixelhint.com
	Author Email    : contact@pixelhint.com
	Template Name   : Crafty
	
	
	*****************************************
	
	
	- Header
	- Billboard
	- Services/features
	- Testimonials
	- Info section
	- Take To Action section
    - footer
	- Responsive code
	
*/



/*  Fonts  */
@font-face {
    font-family: 'lato_regular';
    src: url('../fonts/lato-regular.eot');
    src: url('../fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular.woff') format('woff'),
         url('../fonts/lato-regular.ttf') format('truetype'),
         url('../fonts/lato-regular.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'lato_bold';
    src: url('../fonts/lato-bold.eot');
    src: url('../fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold.woff') format('woff'),
         url('../fonts/lato-bold.ttf') format('truetype'),
         url('../fonts/lato-bold.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'avantgardelt-extralight';
    src: url('../fonts/avantgardelt-extralight.eot');
    src: url('../fonts/avantgardelt-extralight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avantgardelt-extralight.woff') format('woff'),
         url('../fonts/avantgardelt-extralight.ttf') format('truetype'),
         url('../fonts/avantgardelt-extralight.svg#avantgardelt-extralight') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'zurich_cn_btregular';
    src: url('../fonts/tt0298m-webfont.eot');
    src: url('../fonts/tt0298m-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tt0298m-webfont.woff') format('woff'),
         url('../fonts/tt0298m-webfont.ttf') format('truetype'),
         url('../fonts/tt0298m-webfont.svg#zurich_cn_btregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*  General CSS*/
.wrapper{
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
    position: relative;
}

::selection {color:#ffffff;background:#353434;}
::-moz-selection {color:#ffffff;background:#353434;}

.feature a,
.cta a.cta_btn,
.testimonials #t_navigation a,
header ul.social li a,
header nav ul li a{
	transition:all .2s linear;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
}




/*  header  */
header{
    width: 100%;
    height: 80px;
    background: #dcdcdc;
}

header .logo{
    float: left;
    margin-top: 5px;
}

header .menu_icon{
    display: block;
    width: 35px;
    height: 35px;
    background: url('../img/menu_icon.png') no-repeat;
    float: right;
    margin-top: 23px;
    display: none;
}

header nav{
    overflow: hidden;
    display: inline-block;
    margin: 20px 0 0 70px;
    padding: 13px 16px;
    border-left: 1px #404040 solid;
    z-index: 9999;
}

header nav ul{
    list-style: none;
}

header nav ul li{
    float: left;
    margin-left: 35px;
    font-size: 90%;
    font-family: 'lato_regular', arial;
    letter-spacing: 1px;
}

header nav ul li:first-child{
    margin-left: 0;
}

header nav ul li a {
    text-decoration: none;
    color: #000;
}

header nav ul li a:hover{
    color: #14489e;
}

header ul.social{
    float: right;
    list-style: none;
    margin-top: 23px;
}

header ul.social li{
    float: left;
    margin-left: 10px;
}

header ul.social li a{
    display: block;
    width: 35px;
    height: 35px;
    background: url('../img/sm.png') no-repeat;
}

header ul.social li a:hover{
    background: url('../img/sm_hover.png') no-repeat;
}

header ul.social li a{
    display: block;
    width: 35px;
    height: 35px;
}

header ul.social li a.fb{
    background-position: 0 0;
}

header ul.social li a.twitter{
    background-position: -36px 0;
}

header ul.social li a.gplus{
    background-position: -72px 0;
}




/*  Billboard  */
.billboard{
    width: 100%;
    height: 250px;
    background: url("../img/header1.jpg") no-repeat scroll center center / cover  rgba(0, 0, 0, 0);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}

.billboard .caption {
    margin-left: 672px;
    margin-top: 46px;
}

.billboard .caption p{
    color: #000;
	font-weight: lighter;
	display: inline-block;
    font-family: "zurich_cn_btregular", arial;
    font-size: 42px;
	text-shadow:1px 1px 1px #fff;
    padding: 20px;
	float:right;
    z-index: 8888;
}


/*  Billboard About */
.billboard_about{
    width: 100%;
    height: 250px;
    background: url("../img/header_about.jpg") no-repeat scroll center center / cover  rgba(0, 0, 0, 0);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}

.billboard_about .caption {
    margin-right: 490px;
    margin-top: 75px;
}

.billboard_about .caption p{
    color: #fff;
	font-weight: lighter;
	display: inline-block;
    font-family: "zurich_cn_btregular", arial;
    font-size: 42px;
	text-shadow:1px 1px 1px #000;
    padding: 20px;
	float:right;
    z-index: 8888;
}

/*  Billboard consultant */
.billboard_consultant{
    width: 100%;
    height: 250px;
    background: url("../img/header_consultant.jpg") no-repeat scroll center center / cover  rgba(0, 0, 0, 0);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}

.billboard_consultant .caption {
    float: left;
    margin-left: 129px;
    margin-top: 100px;
}

.billboard_consultant .caption p{
    color: #fff;
	font-weight: lighter;
	display: inline-block;
    font-family: "zurich_cn_btregular", arial;
    font-size: 42px;
	text-shadow:1px 1px 1px #000;
    padding: 20px;
	float:right;
    z-index: 8888;
}




/*  Billboard Training  */
.billboard_training{
    width: 100%;
    height: 250px;
    background: url("../img/header_training.jpg") no-repeat scroll center center / cover  rgba(0, 0, 0, 0);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}

.billboard_training .caption {
    margin-left: 537px;
    margin-top: 22px;
}

.billboard_training .caption p{
    color: #fff;
	font-weight: lighter;
	display: inline-block;
    font-family: "zurich_cn_btregular", arial;
    font-size: 42px;
	text-shadow:1px 1px 1px #000;
    padding: 20px;
	float:right;
    z-index: 8888;
}


/*  Billboard Clients  */
.header_clients{
    width: 100%;
    height: 250px;
    background: url("../img/header_clients.jpg") no-repeat scroll center center / cover  rgba(0, 0, 0, 0);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}

.header_clients .caption {
    float: left;
    margin-left: 200px;
    margin-top: 87px;
}

.header_clients .caption p{
    color: #fff;
	font-weight: lighter;
	display: inline-block;
    font-family: "zurich_cn_btregular", arial;
    font-size: 42px;
	text-shadow:1px 1px 1px #000;
    padding: 20px;
	float:right;
    z-index: 8888;
}


/*  Billboard Profile  */
.header_profile{
    width: 100%;
    height: 250px;
    background: url("../img/header_profile.jpg") no-repeat scroll center center / cover  rgba(0, 0, 0, 0);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}

.header_profile .caption {
    float: left;
    margin-left: 100px;
    margin-top: 80px;
}


.header_profile .caption p {
    color: #fff;
    display: inline-block;
    float: right;
    font-family: "zurich_cn_btregular",arial;
    font-size: 42px;
    font-weight: lighter;
    padding: 20px;
    text-shadow: 1px 1px 1px #000;
    z-index: 8888;
}



/*  Billboard Contact  */
.billboard_contact{
    width: 100%;
    height: 250px;
    background: url("../img/header_contact.jpg") no-repeat scroll center center / cover  rgba(0, 0, 0, 0);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}

.billboard_contact .caption {
    float: left;
    margin-left: 100px;
    margin-top: 80px;
}

.billboard_contact .caption p {
    color: #fff;
    display: inline-block;
    float: right;
    font-family: "zurich_cn_btregular",arial;
    font-size: 42px;
    font-weight: lighter;
    padding: 20px;
    text-shadow: 1px 1px 1px #000;
    z-index: 8888;
}



/*  Services/features  */
.features{
    width: 100%;
    padding-top: 50px;
    background: #fff;
    overflow: hidden;
}

.features .feature{
    display: block;
    width: 28.83333333333333%;
    height: auto;
    float: left;
    margin-right: 6.666666666666667%;
    margin-bottom: 100px;
}

.features .feature:nth-child(3n+0)
{
    margin-right: 0;
}

.feature .ficon{
    display: block;
    width: 18.78612716763006%;
    float: left;
    margin-right: 11.5606936416185%;
}

.feature .details_exp{
    display: block;
    width: 69.36416184971098%;
    float: left;
}

.feature h3 {
    color: #000;
    font-family: "lato_regular",arial;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}


.feature p{
    margin-bottom: 20px;
    color: #000;
    font-family: "lato_regular", arial;
    font-size: 14px;
    line-height: 22px;

}

.feature a{
    color: #000;
    font-family: "lato_regular", arial;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: .5px;
}

.feature a:hover{
    color: #353434;
}

.feature a span{
    font-family: arial;
    margin-left: 10px;
}




/*  Testimonials  */
.testimonials{
    text-align: center;
}

.testimonials h2{
    color: #000;
    font-family: "lato_regular", arial;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 80px;
    letter-spacing: 1px;
}

.caroufredsel_wrapper{
    max-width: 1040px!important;
    margin: 0 auto!important;
	min-height:790px !important
}

.testimonials .testi_slider{
    max-width: 1040px!important;
    height: auto;
    overflow: hidden;
	min-height: 962px !important;
}

.testimonials .testi_slider .t{
    max-width: 1040px!important;
    text-align: center;
    float: left;
    height: auto;
}

.testimonials p{
    color: #000;
    font-family: "lato_regular", arial;
    line-height: 24px;
    /*letter-spacing: 1px;
	font-size: 14px;*/
}

.testimonials p.author{
    color: #686767;
    font-family: "lato_bold", arial;
    font-size: 16px;
    font-weight: bold;
    margin-top: 40px;
}

.testimonials #t_navigation a{
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #dadada;
    text-decoration: none;
    margin-right: 10px;
    margin-top: 40px;

    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
}

.testimonials #t_navigation a.selected{
    background: #bebebe;
}

.sep_line{
    display: block;
    width: 13.5px;
    height: 100px;
}

.sep_line:after{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #dedede;
    margin: 0 auto;
}

.sep_top{
    border-bottom: 1px #dedede solid;
    margin: 0 auto 40px auto;
}

.sep_bottom{
    border-top: 1px #dedede solid;
    margin: 40px auto 0 auto;
}




/*  Info Section  */
.info{
    width: 100%;
    overflow: hidden;
    background: #000;
}

.info_pic{
    display: block;
    width: 50%;
    height: 405px;
    float: left;
    background: url('../img/info_img.jpg') no-repeat;

    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.info_details{
    display: block;
    width: 50%;
    height: 245px;
    float: left;
    padding: 70px 0;
}

.info_details h3{
    color: #fff;
    font-family: "lato_bold", arial;
    font-size: 30px;
    font-weight: bold;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 560px;
    margin: 0 0 3.333333333333333% 40px;
    letter-spacing: 1px;
    line-height: 40px;
}

.info_details p{
    color: #ededed;
    font-family: "lato_regular", arial;
    font-size: 16px;
    max-width: 560px;
    margin: 0 0 3.333333333333333% 40px;
    letter-spacing: 1px;
    line-height: 30px;
}

.info_details a{
    color: #fff;
    font-family: "lato_regular", arial;
    font-size: 16px;
    margin: 0 0 0 40px;
    text-decoration: none;
}

.info_details a span{
    margin-left: 10px;
}




/*  Call To Action Section  */
.cta{
    display: block;
    text-align: center;
    padding-top: 100px;
}

.cta h3{
    color: #6b6b6b;
    font-family: "lato_bold", arial;
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta p{
    color: #7f7c7c;
    font-family: "lato_regular", arial;
    font-size: 17px;
    margin-top: 20px;
    letter-spacing: .5px;
}

.cta a.cta_btn{
    display: inline-block;
    padding: 20px 60px;
    background-color: #14489e;
    color: #fff;
    font-family: "lato_regular", arial;
    font-size: 20px;
    text-decoration: none;
    margin-top: 60px;
    text-transform: uppercase;
    letter-spacing: 1px;


    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;

}

.cta a.cta_btn:hover{
    background: #002f7e;
}

.cta .cta_sep{
    display: block;
    width: 1px;
    height: 100px;
    background: #dedede;
    margin: 0 auto;
}




/*  Footer  */
footer{
    padding: 70px 0;
    border-top: 1px #dedede solid;
    background: #f7f7f7;
    text-align: center;
	margin-top:30px;
}

footer .rights{
    color: #000;
    font-family: "lato_regular", arial;
    font-size: 14px;
    margin-top: 30px;
    line-height: 25px;
}

footer .rights a{
    text-decoration: none;
    font-family: 'lato_bold', arial;
    font-weight: bold;
    color: #000;
}

a{
    color: #000;
}




/*  Responsive code  */
@media (max-width:1200px){
    .wrapper{
        padding: 0 40px;
    }
    .info_pic,
    .info_details{
        width: 100%;
    }

    .info_details{
        height: auto;
        padding: 40px 0;
    }

    .info_details h3,
    .info_details p,
    .info_details a{
        max-width: 80%;
        display: block;
        text-align: center;
        margin: 40px auto;
    }
	
	.billboard_about .caption {
		margin-right: 490px;
		margin-top: 75px;
	}

}


@media (max-width:1000px){
    .billboard .caption{
        text-align: center;
        margin-left: 0;
    }
    .cta{
        width: 80%;
        margin: 0 auto;
    }
	
	.billboard_inner .caption{
        text-align: center;
        margin-left: 0;
    }
    .cta{
        width: 80%;
        margin: 0 auto;
    }
	
	.billboard_about .caption {
		margin-right: 490px;
		margin-top: 75px;
	}
	
	.billboard_training .caption {
		margin-left: 5px !important;
		margin-top: 10px !important;
	}
	.billboard_training .caption p {
		float: left;
	}
	
	.header_clients .caption {
		margin-left: 5px !important;
		margin-top: 10px !important;
	}
	.header_clients .caption p {
		float: left;
	}
	.billboard_contact .caption {
		margin-left: 10px;
		margin-top: 20px;
	}
	.billboard_contact .caption p {
		float: left;
	}
}


@media (max-width:800px){
    header .logo{
        float: none;
    }

    header .menu_icon{
        display: block;
    }

    ul.social{
        display: none;
    }

    header nav{
        display: block;
        background: #dcdcdc;
        margin: 21px 0 0 0;
        padding: 0;
        border-left: 0;
        border-top: 1px #dcdcdc solid;
        overflow: hidden;
        text-align: center;
        position: relative;
        z-index: 9999;
        display: none;
    }
    header nav{
        border-bottom-left-radius: 2px; 
        -webkit-border-bottom-left-radius: 2px; 
        -moz-border-bottom-left-radius: 2px; 
        -o-border-bottom-left-radius: 2px; 
        border-bottom-right-radius: 2px; 
        -webkit-border-bottom-right-radius: 2px; 
        -moz-border-bottom-right-radius: 2px; 
        -o-border-bottom-right-radius: 2px; 
    }
    header nav.show_menu{
        display: block;
    }
    header nav ul li{
        margin: 0;
        width: 100%;
        border-bottom: 1px #c2c2c2 solid;
    }
    header nav ul li:last-child{
        border-bottom: 0;
    }
    header nav ul li a{
        display: block;
        width: 100%;
        padding: 10px 0;
    }
    header nav ul li a:active{
        display: block;
        width: 100%;
        padding: 10px 0;
        background: #2c2c2c;
    }

    .features .feature{
        width: 46.66666666666667%;
        margin-right: 6.666666666666667%!important;
    }
    .features .feature:nth-child(2n+2)
    {
        margin-right: 0!important;
    }
	
	
	.billboard .caption {
		margin-left: 10px;
		margin-top: 0;
	}
	
	.billboard_about .caption {
		margin-left: 10px !important;
		margin-top: 5px !important;
	}
	.billboard_about .caption p{
		float:left;
	}

	.billboard_consultant .caption {
		margin-left: 5px !important;
		margin-top: 0px !important;
	}
	
	.billboard_training .caption {
		margin-left: 5px !important;
		margin-top: 10px !important;
	}
	.billboard_training .caption p {
		float: left;
	}
	
	.header_clients .caption {
		margin-left: 5px !important;
		margin-top: 10px !important;
	}
	.header_clients .caption p {
		float: left;
	}
	.header_profile .caption {
		margin-left: 5px;
		margin-top: 20px;
	}
	.header_profile .caption p {
		float: left;
	}
	.billboard_contact .caption {
		margin-left: 10px;
		margin-top: 20px;
	}
	.billboard_contact .caption p {
		float: left;
	}
	
	.caroufredsel_wrapper {
		min-height: 960px !important;
	}
	
	.form-div-1, .form-div-2, .form-div-3 {
		width: 21% !important;
	}

	#contact-form .message {
		width: 67% !important;
	}
}

@media (max-width:500px){

    .features .feature{
        width: 100%;
        margin-right: 0!important;
    }
	
	.section > div > img {
		max-width: 100%;
		position: relative;
		width: 100%;
	}
	
	.section > div > div {
		padding: 20px 0;
		width: 100%;
	}
	.billboard .caption {
		margin-left: 10px;
		margin-top: 0;
	}
	
	.billboard_about .caption {
		margin-left: 10px !important;
		margin-top: 5px !important;
	}
	.billboard_about .caption p{
		float:left;
	}
	.billboard_consultant .caption {
		margin-left: 5px !important;
		margin-top: 0px !important;
	}
	.billboard_training .caption {
		margin-left: 5px !important;
		margin-top: 10px !important;
	}
	.billboard_training .caption p {
		float: left;
	}
	
	.header_clients .caption {
		margin-left: 5px !important;
		margin-top: 10px !important;
	}
	.header_clients .caption p {
		float: left;
	}
	.header_profile .caption {
		margin-left: 5px;
		margin-top: 20px;
	}
	.header_profile .caption p {
		float: left;
	}
	.billboard_contact .caption {
		margin-left: 10px;
		margin-top: 20px;
	}
	.billboard_contact .caption p {
		float: left;
	}
	/*.span8 {
		width: 420px !important;
	}*/
	
	.caroufredsel_wrapper {
		min-height: 960px !important;
	}
	
	.form-div-1, .form-div-2, .form-div-3 {
		width: 13% !important;
	}
	
	#contact-form .message {
		width: 43% !important;
	}
	
}


@media (max-width:240px){

    header .menu_icon {
		margin-top: -10px;
	}
	
	.section > div > img {
		max-width: 100%;
		position: relative;
		width: 100%;
	}
	
	.section > div > div {
		padding: 20px 0;
		width: 100%;
	}
	.billboard .caption {
		margin-left: 10px;
		margin-top: 0;
	}
	
	.billboard_about .caption {
		margin-left: 10px !important;
		margin-top: 5px !important;
	}
	.billboard_about .caption p{
		float:left;
	}
	.billboard_consultant .caption {
		margin-left: 5px !important;
		margin-top: 0px !important;
	}
	.billboard_training .caption {
		margin-left: 5px !important;
		margin-top: 10px !important;
	}
	.billboard_training .caption p {
		float: left;
	}
	
	.header_clients .caption {
		margin-left: 5px !important;
		margin-top: 10px !important;
	}
	.header_clients .caption p {
		float: left;
	}
	.header_profile .caption {
		margin-left: 5px;
		margin-top: 20px;
	}
	.header_profile .caption p {
		float: left;
	}
	.billboard_contact .caption {
		margin-left: 10px;
		margin-top: 20px;
	}
	.billboard_contact .caption p {
		float: left;
	}
	
	.form-div-1, .form-div-2, .form-div-3 {
		width: 13%;
	}
	#contact-form .message {
		width: 43% !important;
	}
}

@media (max-width:320px){

    header .menu_icon {
		margin-top: -24px !important;
	}
	
	.section > div > img {
		max-width: 100%;
		position: relative;
		width: 100%;
	}
	
	.section > div > div {
		padding: 20px 0;
		width: 100%;
	}
	.billboard .caption {
		margin-left: 10px;
		margin-top: 0;
	}
	
	.billboard_about .caption {
		margin-left: 10px !important;
		margin-top: 5px !important;
	}
	.billboard_about .caption p{
		float:left;
	}
	.billboard_consultant .caption {
		margin-left: 5px !important;
		margin-top: 0px !important;
	}
	.billboard_training .caption {
		margin-left: 5px !important;
		margin-top: 10px !important;
	}
	.billboard_training .caption p {
		float: left;
	}
	
	.header_clients .caption {
		margin-left: 5px !important;
		margin-top: 10px !important;
	}
	.header_clients .caption p {
		float: left;
	}
	.header_profile .caption {
		margin-left: 5px;
		margin-top: 20px;
	}
	.header_profile .caption p {
		float: left;
	}
	.billboard_contact .caption {
		margin-left: 10px;
		margin-top: 20px;
	}
	.billboard_contact .caption p {
		float: left;
	}
	
	.form-div-1, .form-div-2, .form-div-3 {
		width: 13% !important;
	}
	#contact-form .message {
		width: 43% !important;
	}

}

@media (max-width:1024px) {
	    header nav ul li {
		letter-spacing:normal !important;
		margin-left:20px !important;
	}


	  header nav {
		  margin: 20px 0 0 10px !important;
		  padding: 13px 6px !important;
	  }
	  
	  
	.wrapper {
		padding: 0 10px !important;
	}
	
	.billboard .caption {
		margin-top: 0px !important;
		margin-left: 10px;
	}
	
	
	.billboard_training .caption {
		margin-left: 5px !important;
		margin-top: 10px !important;
	}
	.billboard_training .caption p {
		float: left;
	}
	
	.header_clients .caption {
		margin-left: 5px !important;
		margin-top: 10px !important;
	}
	.header_clients .caption p {
		float: left;
	}
	
	.billboard_contact .caption {
		margin-left: 10px;
		margin-top: 20px;
	}
	.billboard_contact .caption p {
		float: left;
	}
	
}
/*  Billboard  Inner*/
/*.billboard_inner{
    width: 100%;
    height: 180px;
    background: url("../img/header.jpg") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}*/


.billboard_inner {
    background: url("../img/header.jpg") no-repeat scroll 0 -388px / cover rgba(0, 0, 0, 0);
    height: 180px;
    width: 100%;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}

/*.billboard_inner .caption {
    margin-left: 0;
    margin-top: 130px;
}

.billboard_inner .caption p{
	display: inline-block;
    color: #fff;
    font-family: "avantgardelt-extralight", arial;
    font-weight: lighter;
    font-size: 35px;
    padding: 20px;
    margin-bottom: 2px;
    z-index: 8888;
}*/

/*.billboard .caption {
    margin-left: 672px;
    margin-top: 46px;
}
*/
.billboard .caption p{
    display: inline-block;
    color: #000;
    font-family: "zurich_cn_btregular", arial;
    font-weight: lighter;
    font-size: 42px;
    padding: 20px;
    margin-bottom: 2px;
    z-index: 8888;
}


.testimonials .testi_slider .inner{
    max-width: 1040px!important;
    text-align: justify;
    float: left;
    height: auto;
}



.sep_line_inner{
    display: block;
    width: 13.5px;
    height: 30px;
}

.sep_line_inner:after{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    margin: 0 auto;
}

.sep_line_inner_top{
    margin: 0 auto -14px auto;
}

.sep_line_inner_bottom{
    margin: -14px auto 0 auto;
}



.inner_content{
    color: #000;
    font-family: "lato_regular",arial;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px
}

.inner_content ul{
	margin-left:5%;
	padding:0px;
}

.inner_content li{
	list-style: url(../img/li.png) !important;
	padding-bottom:1.5% !important;

}


.testimonials h3{
    color: #000;
    font-family: "lato_regular", arial;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 1px;
	padding:20px 0 0;
}

.testimonials h4{
    color: #000;
    font-family: "lato_regular", arial;
    font-size: 18px;
	height:30px;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 1px;
	padding:20px 0px;
}


.inner_services{
    color: #000;
    font-family: "lato_regular",arial;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px
}

.inner_services ul{
	margin-left:5%;
	padding:0px;
}

.inner_services li{
	list-style: url(../img/li.png) !important;
	padding-bottom:1% !important;
	font-size:14px;
	text-align:left;
}

.inner_services h1{
    color: #000;
    font-family: "lato_regular", arial;
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}


.testimonials .testi_slider_inner{
    height: auto;
    overflow: hidden;
}


.testimonials .testi_slider_inner .inner {
    height: auto;
    margin: 0 6%;
    text-align: justify;
}


.testimonials .testi_slider_inner .inner1 {
    height: auto;
    margin: 0 1%;
    text-align: justify;
}


.bdr_tp{
	border-top:1px solid #eee;
}







.span4 {
    width: 370px;
}
[class*="span"] {
    float: left;
    margin-left: 30px;
    min-height: 1px;
}
.span4 {
    width: 300px;
}
[class*="span"] {
    float: left;
    margin-left: 20px;
    min-height: 1px;
}


.info1 {
    margin-bottom: 16px;
}



.span8 {
    width: 770px;
}
[class*="span"] {
    float: left;
    margin-left: 30px;
    min-height: 1px;
}
.span8 {
    width: 620px;
}
[class*="span"] {
    float: left;
    margin-left: 20px;
    min-height: 1px;
}



.span1 {
    width: 1000px;
}
[class*="span"] {
    float: left;
    margin-left: 30px;
    min-height: 1px;
}
.span1 {
    width: 1000px;
}
[class*="span"] {
    float: left;
    margin-left: 20px;
    min-height: 1px;
}





/*.span4 {
    width: 30%;
}
[class*="span"] {
    float: left;
    margin-left: 30px;
    min-height: 1px;
}
.span4 {
    width: 30%;
}
[class*="span"] {
    float: left;
    margin-left: 20px;
    min-height: 1px;
}


.info1 {
    margin-bottom: 16px;
}



.span8 {
    width: 63%;
}
[class*="span"] {
    float: left;
    margin-left: 30px;
    min-height: 1px;
}
.span8 {
    width: 63%;
}
[class*="span"] {
    float: left;
    margin-left: 20px;
    min-height: 1px;
}



.span1 {
    width: 1000px;
}
[class*="span"] {
    float: left;
    margin-left: 30px;
    min-height: 1px;
}
.span1 {
    width: 1000px;
}
[class*="span"] {
    float: left;
    margin-left: 20px;
    min-height: 1px;
}*/



.testimonials h5 {
    color: #000;
    font-family: "lato_regular",arial;
    font-size: 18px;
    letter-spacing: 1px;
    /*margin: 80px 0px 5px;*/
	margin:40px 0px 5px;
    text-transform: uppercase;
}



.content {
    margin: 0 auto;
    max-width: 940px;
    overflow: hidden;
    padding: 0 10px;
}

.page-content {
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
}

*::-moz-selection {
    background: none repeat scroll 0 0 #b3d4fc;
    text-shadow: none;
}



.page-content.section.odd > div > img {
    left: 0;
    right: auto;
}
.section > div > img {
    max-width: 440px;
    position: absolute;
    right: 0;
    top: 0;
}


.page-content .after {
    background: url("../img/hr.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 960px;
}

.page-content.section.odd > div div {
    float: right;
}
.section > div div {
    left: 0;
    padding: 50px 0;
    position: relative;
    top: 0;
    width: 50%;
}