@charset "utf-8";

* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Lato', sans-serif;
	font-size:13px;
	color:#1c1c1c;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#443f45;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;	
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
	font-family: 'Source Sans Pro', sans-serif;
}

input,button,select,textarea{
	font-weight:400;
}

p{
	position:relative;
	line-height:1.7em;
	font-family: 'Lato', sans-serif;
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.small-container{
	max-width:680px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:13px;
	text-transform:uppercase;
	line-height:38px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	border-radius:50%;
	background:#1c1c1c;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color:#121e37;
	background:#ffd105;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .header-upper{
	position:relative;
	padding:26px 0px;
	background:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	z-index:5;
}

.main-header .header-upper .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.main-header .header-upper .upper-right{
	position:relative;
	top:5px;
}

.main-header .header-upper .info-box:last-child{
	margin-right:0px;	
}

.main-header .info-box{
	position:relative;
	float:left;
	min-height:60px;
	margin-left:40px;
	font-size:16px;
	color:#222222;
	font-weight:700;
	min-width:200px;
	padding:15px 0px 15px 50px;
	font-family: 'Source Sans Pro', sans-serif;
}

.main-header .info-box .icon-box{
	position:absolute;
	left:0px;
	top:8px;
	width:30px;
	height:60px;
	color:#ffdd44;
	font-size:32px;
	line-height:58px;
	font-weight:400;
}

.main-header .info-box .light-text{
	color:#777777;
	font-size:14px;
	font-weight:400;
	font-family: 'Lato', sans-serif;
}

.main-header .info-box li a{
	color:#9b9b9b;		
}

.main-header .info-box strong{
	font-weight:700;
	color:#555555;
	font-size:15px;	
}

.main-header .header-lower{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	border-top:1px solid #ebebeb;
}

/*Header Style Two*/

.main-header .header-top{
	position: relative;
	background-color: #222222;
	padding:12px 0px;
}


.main-header .header-top .top-left{
	position: relative;
}

.main-header .header-top .top-left .social-links{
	position: relative;
}

.main-header .header-top .top-left .social-links a{
	position: relative;
	width:32px;
	height:32px;
	color: #dddddd;
	line-height:30px;
	text-align:center;
	margin-right: 6px;
	display:inline-block;
	border:1px solid #dddddd;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .header-top .top-left .social-links a:hover{
	color:#172745;
	background-color:#ffd105;
	border-color:#ffd105;
}

.main-header .header-top .links-nav li{
	position: relative;
	padding:4px 0px;
	line-height:1em;
	margin-top:5px;
	display: inline-block;
}

.main-header .header-top .links-nav li a{
	position: relative;
	color: #dddddd;
	font-size: 14px;
	margin-left: 15px;
	padding-right:15px;
	border-right:1px solid #dddddd;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .header-top .links-nav li a:hover{
	color:#ffd105;
}

.main-header .header-top .links-nav li:last-child a{
	border-right:0px;
	padding-right:0px;
}

/*** 

====================================================================
	Sec Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:42px;
	text-align: center;
}

.sec-title h2{
	font-size:30px;
	font-weight:700;
	padding-bottom:10px;
	color:#222222;
	line-height:1.4em;
	text-transform:uppercase;
	font-family: 'source_sans_problack';
}

.sec-title .text{
	position: relative;
	color: #777777;
	font-size: 14px;
	line-height: 1.8em;
}