body{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.5;
	color: #555555;
	overflow-x: hidden;
	background: #fff;
	position: relative;
}

h1,h2,h3,h4,h5,h6,
.section-title{
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	color: #3b3b3b;
	margin: 0 0 10px 0;
	line-height: 1.25;
	text-transform: capitalize;
	clear: none; /* to normalize the undscore style.css that clears heading tag*/
}

h1 em, h2 em, h3 em, h4 em, h5 em, h6 em{
	font-weight: 300;
	font-style: normal;s
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
}

b, strong {
    font-weight: 900;
}

h1:first-of-type{
	font-size: 24px;
}

h2{
	font-size: 21px;
}

h3{
	font-size: 18px;
}

h4{
	font-size: 16px;
}

h5{
	font-size: 14px;
}

h6{
	font-size: 14px;
}

a, a:link, a:visited{
	color: #3b3b3b;
	text-decoration: none;
	outline: none;
}

::selection {
    color: #fff;
    background: #222222;
}
::-moz-selection {
    color: #fff;
    background: #222222;
}

.thumbnail{
	background-color: none !important;
	background-color: transparent !important;
	margin: 0;
	border: 0;
	padding: 0;
	border-radius: 0;
}
.thumbnail img{
	width: 100%;
}

.thumbnail a:hover > img{
	opacity: 0.8;
	transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition all 0.5s ease-out;
}

/* infobar
===============================*/

.hdr-infobar{
	background: #000000;
	color: #fff;
	line-height: 44px;
}
.hdr-infobar a{
	color: #fff;
}
.hdr-infobar a:hover{
	color: #bc1d32;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition all 0.2s ease-out;
}

.hdr-infobar ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.hdr-infobar ul li{
	display: inline-block;
	margin-right: 15px;
	text-transform: capitalize;
}
.hdr-infobar ul li:last-child{
	margin-right: 0;
}

.hdr-infobar-links{
	text-align: center;
}

.topbar-social{
	text-align: right;
}

.hdr-infobar .topbar-social li .fa{
	font-size: 15px;
}

.social [class^="fa-"]::before, .social [class*=" fa-"]::before {
	font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-facebook::before {
    content: '\f09a';
}
.fa-twitter::before {
    content: '\f099';
}
.fa-linkedin::before {
    content: '\f08c';
}
.fa-google-plus::before {
    content: '\f1a0';
}
.fa-pinterest::before {
    content: '\f0d2';
}
.fa-feed::before {
    content: '\f09e';
}

/* Header: Logo, Slider
===============================*/

#logo{
	max-width: 100%;
	margin: 0;
}

.navbar-brand-text{
	margin: 37px 0;
}

.navbar-brand-image{
	margin: 42px 0;
}

.hdr-ads-780x90{
	margin: 25px 0;
	display: block;
	float: right;
}
.hdr-ads-780x90 img, .ads-360x782 img, .ads-360x260 img{
	width: 100%;
}

/*navbar with search
--------------------------------*/

.hdr-nav{
	border-top: 1px solid #e1e8ed;
	border-bottom: 1px solid #e1e8ed;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
	margin: 0 0 35px 0;
}

.navbar-default{
	margin: 0;
	border: 0;
	position: absolute;
	top: 0;
	z-index: 999;
	width: 100%;
	background: none;
}

.navbar-collapse{
	padding-right: 0;
}

.navbar-default .navbar-nav > li{
	margin-left: 10px;
}

.navbar-default .navbar-nav > li > a{
	color: #fff;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	border: 2px solid #fff;
	line-height: 1;
	padding: 17px 22px;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
	background: none;
	color: #fff;
}
.dropdown .caret{
	bottom: 22px;
	right: 8px;
	color: #fff;
	position: absolute;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{
	border: 2px solid #fff;
}

.dropdown-menu{
	border-radius: 0;
}
.dropdown-menu > li > a{
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #444;
}
.navbar-nav .dropdown-menu > li > a:focus, .navbar-nav .dropdown-menu > li > a:hover{
	color: #fff;
}
.children{
	border-radius: 0;
}
.children > li > a{
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #444;
}
.navbar-nav .children > li > a:focus, .navbar-nav .children > li > a:hover{
	color: #fff;
}

/*bootsrap brand and nav nullify*/

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{
	margin: 0;
}

.navbar-brand{
    font-size: 13px;
    height: auto;
    line-height: auto;
    padding: 0;
}
.navbar-brand > img{
	max-width: 100%;
}
.navbar-brand h1{
	color: #000;
	font-family: 'Chivo', sans-serif;
	text-transform: uppercase;
	margin: 0;
	line-height: 1;
}
.navbar-brand h1 em{
	font-style: none;
	font-size: 40px;
	font-weight: 700;
	float: left;
}
.navbar-brand h1 span, .navbar-brand h1 em:last-word{
	display:inline-block;
	color: #fff;
	background: #bc1d32;
	background: -moz-linear-gradient(top, #bc1d32 0%, #9e1728 100%);
	background: -webkit-linear-gradient(top, #bc1d32 0%,#9e1728 100%);
	background: linear-gradient(to bottom, #bc1d32 0%,#9e1728 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc1d32', endColorstr='#9e1728',GradientType=0 );
	border-radius: 3px;
	padding: 0 10px;
	font-size: 38px;
	font-weight: 400;
	line-height: 46px;
	float: left;
	margin: 1px 0 0 8px;
}
.navbar-brand h5{
	font-family: 'Chivo', sans-serif;
	letter-spacing: 1px;
	clear: both;
	color: #9b9b9b;
}

.hdr .navbar-default{
	float: right;
	width: 100%;
	background: none;
	border: 0;
	border-radius: 0;
	margin: 0;
}

.hdr .navbar-default li{
	padding:  0;
	background: none;
	line-height: 1;
}

.hdr .navbar-collapse{
	padding-right: 0;
	padding-left: 0;
	width: 96%;
	float: left;
}

.hdr .navbar-nav{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	width: 100%;
}
.hdr  .navbar-nav a{
	color: #000;
	padding: 24px 52px 24px 0;
	line-height: 1;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition all 0.2s ease-out;
}
.hdr  .navbar-nav a:hover, .hdr  .navbar-nav a:focus{
	background: none;
}
.hdr  .navbar-nav li:last-child a{
}
.hdr .navbar-nav a:hover, .hdr .navbar-nav .active a{
	background: none;
	color: #bc1d32;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{
	background: none;
}

/*dropdown*/

.navbar-nav .dropdown-menu{
	border-radius: 0;
	background-color: rgba(255,255,255, 0.7);
}
.navbar-nav .dropdown-menu{
	width: auto;
	padding: 10px 0;
}
.navbar-nav .dropdown-menu li{
	display: block;
}
.navbar-nav .dropdown-menu li a{
	color: #555;
	padding: 8px 20px;
	font-weight: 900;
	font-size: 12px;
}
.hdr .navbar-nav .caret{
	color: #666;
    position: absolute;
    right: 32px;
    top: 30px;
}

/*second level menu hover*/
.navbar-nav .dropdown-menu li a:hover{
	color: #fff;
}

.navbar-nav .dropdown-menu li:hover li a{
	color: #666;
}

/*third level menu hover*/
.navbar-nav .dropdown-menu li:hover li:hover a{
	color: #fff;
}

/*dropdown level 2*/
.hdr .navbar-nav .dropdown-menu li .dropdown-menu{
	display: none;
	bottom: auto;
	left: 100%;
	margin-top: -11px;
	top: 0;
	font-size: 13px;
}
.hdr .navbar-nav .dropdown-menu li:hover .dropdown-menu{
	display: block;
}
/*second level menu hover*/
.navbar-nav .children li a:hover{
	color: #fff;
}

.navbar-nav .children li:hover li a{
	color: #666;
}

/*third level menu hover*/
.navbar-nav .children li:hover li:hover a{
	color: #fff;
}

/*dropdown level 2*/
.hdr .navbar-nav .children li .children{
	display: none;
	bottom: auto;
	left: 100%;
	margin-top: -11px;
	top: 0;
	font-size: 13px;
}
.hdr .navbar-nav .children li:hover .children{
	display: block;
}



/*navbar search*/

.navbar-nav .h