/*
Template Name: Flat Lab frontend build with Bootstrap v3.0.0
Template Version: 1.0
Author: Mosaddek Hossain
Website: http://thevectorlab.net/
*/

/* Import fonts */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(http://fonts.googleapis.com/css?family=Fjalla+One);

@media only screen and(max-width: 768px){
.tl {
    font-size:22px; 
	background:none; 
	text-align:center;
	padding:0px; 
	width:100%; 
	border:#555 2px solid; 
	width:90%; height:100px; 
	margin:30px auto; 
	line-height:100px;
}
.wz_x1 {
    font-size: 22px;
    position: static;
    line-height: 22px;
}


}

@media only screen and(max-width: 414px){
.tl {
    font-size:22px; 
	background:none; 
	text-align:center;
	padding:0px; 
	width:100%; 
	border:#555 2px solid; 
	width:90%; height:100px; 
	margin:30px auto; 
	line-height:100px;
}
.wz_x1 {
    font-size: 22px;
    position: static;
    line-height: 22px;
}


}



body {
    color: #555555;
    font-family: Microsoft YaHei;
    padding: 0px !important;
    margin: 0px !important;
    font-size:13px;
}


a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
	    text-decoration: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

::selection {
    background: #0271c0;
    color: #fff;
}
::-moz-selection {
    background: #0271c0;
    color: #fff;
}

h1,h2,h3,h4,h5,h6 {
    font-family: Microsoft YaHei;
}

a {
    color: #555555;
}

a:hover {
    color: #014098;
}

p {line-height: 22px}

/*header*/



.nav_p{
	padding:0px 114px;
	}

/*slider css*/

.main-slider {
    background: none;
    color: #fff;
    z-index: 1;
    position: relative;
    overflow:hidden;
}

.slider-colored {
    z-index: 1;
    position: relative;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

.slide_title {
    font-weight: 300;
    color:#F77B6F;
    text-transform: uppercase;
    font-size:35px;
    font-family: 'Fjalla One', sans-serif;
}

.slide_subtitle {
    font-family: 'Open Sans';
    font-weight: 400;
    padding: 5px;
    color:#fff;
    text-transform: uppercase;
    font-size:18px;
}

.slide_list_item {
    font-family: 'Open Sans';
    font-weight: 400;
    padding: 5px;
    color:#fff;
    text-transform: uppercase;
    font-size:14px;
}

.slide_desc {
    color:#fff;
    font-size:14px;
    line-height:24px;
    font-weight: lighter;
}

.slide_desc_bordered {
    border-left: 3px solid #ddd !important;
    padding-left: 5px;
}

.slide_btn {
    font-family: 'Open Sans';
    font-weight: 300;
    background:#F77B6F;
    padding:15px 20px;
    color:#fff;
    font-size:14px;
    text-transform: uppercase;
    cursor:pointer;
}

.slide_btn:hover, .slide_btn:focus {
    font-family: 'Open Sans';
    font-weight: 300;
    background: #e77368;
    padding:15px 20px;
    color:#fff;
    font-size:14px;
    text-transform: uppercase;
    cursor:pointer;
}

.dark-text {
    color: #797d87;
}

.yellow-txt {
    color: #ffe582;
}


