/* Global */
@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot');
    src: url('../fonts/fontello.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontello.woff') format('woff'),
         url('../fonts/fontello.ttf') format('truetype'),
         url('../fonts/fontello.svg#fontello') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'entypo';
    src: url('../fonts/entypo.eot');
    src: url('../fonts/entypo.eot?#iefix') format('embedded-opentype'),
         url('../fonts/entypo.woff') format('woff'),
         url('../fonts/entypo.ttf') format('truetype'),
         url('../fonts/entypo.svg#entypo') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
    box-sizing: border-box;
}

body{
	background: #f2f2f2;
	font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Raleway', sans-serif; 
	color: #191919;
}

p{
	font-size: 15px;
	color: #666666;
}

h2{
	font-size: 24px;
}

a{
	color: #191919;
}

a:hover{
	color: #191919;
}

::-webkit-input-placeholder {
   color: #aeaeae !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: #aeaeae !important;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #aeaeae !important;
}

:-ms-input-placeholder {  
   color: #aeaeae !important;
}

.float-width, .fd{
	float: left !important;
	width: 100% !important;
}

.boxy{
    box-sizing: border-box;
}

.blocky{
	float: left;
	display: inline-block;
}

.righty, .rt{
	float: right !important;
}

.lefty, .lf{
	float: left !important;
}

.pad10{
	padding: 10px;
}

img{
	max-width: 100%;
	height: auto;
}

.trans1{
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.trans2{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

h3.sec-title{
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 19px 0;
}

h2.sec-title{
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 19px 0;
}

h1.sec-title{
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 19px 0;
}

.w100{
	width: 100% !important;
}

.w50{
	width: 50% !important;
}

.w25{
	width: 25% !important;
}

::-moz-selection {
       background-color: #191919;
       color: #ffffff;
}

::selection {
       background-color: #191919;
       color: #ffffff;
}

/* Flex Slider Starts
============================ */
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}


/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider {
margin: 0;
position: relative;
}

.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a{
text-decoration: none;
display: block;
width: 40px;
height: 60px;
line-height: 33px;
margin: 0;
position: absolute;
top: 42%;
z-index: 10;

opacity: 0;
cursor: pointer;
color: #ffffff;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}

.flex-direction-nav .flex-prev { left: 0px; }
.flex-direction-nav .flex-next { right: 0px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { 
	font-family: 'entypo';
	font-size: 88px; display: inline-block; content: '\E765'; }
.flex-direction-nav a.flex-next:before{
content: '\E766';
}

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: 'entypo'; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: 'U+E766'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom:-26px; text-align: center;}
.flex-control-nav li {margin: 0 3.5px; display: inline-block; *display: inline; zoom: 1;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #ffffff; border: 1px solid #acacac; cursor: pointer; text-indent: -9999px;   }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #acacac; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

	/* Menus CSS Start 
	===================*/
.sm,.sm ul,.sm li{display:block;list-style:none;padding:0;margin:0;line-height:normal;direction:ltr;}
ul.sm li{position:relative;}
ul.sm a{position:relative;display:block;}
ul.sm a.disabled{cursor:default;}
ul.sm ul{position:absolute;top:-999999px;left:-800px;width:100px;}
ul.sm li{float:left;}
ul.sm-rtl{direction:rtl;}
ul.sm-rtl li{float:right;}
ul.sm ul li,ul.sm-vertical li{
	float:none;
}
ul.sm a{white-space:nowrap;}
ul.sm ul a,ul.sm-vertical a{
white-space: nowrap;
color: #b6b5b5;
}
* html ul.sm-vertical li{float:left;width:100%;}
* html ul.sm-vertical ul li{float:none;width:auto;}
*:first-child+html ul.sm-vertical>li{float:left;width:100%;}
ul.sm ul.sm-nowrap>li>a{white-space:nowrap;}
ul.sm:after{content:"\00a0";display:block;height:0;font:0/0 serif;clear:both;visibility:hidden;overflow:hidden;}
* html ul.sm{height:1px;}
*:first-child+html ul.sm{min-height:1px;}
ul.sm li *,ul.sm li *:before,ul.sm li *:after{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
ul.sm{-webkit-tap-highlight-color:rgba(0,0,0,0);}

/* Menu box
===================*/

.sm-menu ul{
	background: #ffffff;
	font-family: 'Raleway', sans-serif;
	border: 1px solid #e5e5e5;
	z-index: 15 !important;
}

.sm-menu li.active a{
color: #000000;
padding: 20px 7px 16px 7px;
}

.sm-menu li.active a:before{
content: "";
display: block;
position: absolute;
bottom: 0;
height: 4px;
width: 100%;
background: #5aa628;
}

.sm-menu li:first-child a{
margin-left: 0;
padding: 17px 15px 17px 0 !important;
}
.menu-item li:first-child a{
	margin-left: 0;
	padding: 17px 15px 17px 17px !important;
}

/* Menu items
===================*/

.sm-menu a{
padding: 17px 15px 17px 15px !important;
color: #b6b5b5;
font-size: 19px;
font-weight: 500;
font-family: 'Raleway', sans-serif;
text-decoration: none;
}

.sm-menu a:hover, .sm-menu a:focus, .sm-menu a:active, .sm-menu a.highlighted {
background: #ffffff;
color: #000000;
padding: 20px 7px 16px 7px;
}
	/* current items - add the class manually to some item or check the "markCurrentItem" script option */
.sm-menu a.current, .sm-menu a.current:hover, .sm-menu a.current:focus, .sm-menu a.current:active {
	background:#555;
	color:#fff;
}

/* Sub menu indicators
===================*/

.sub-arrow {
display: none;
}

.sub-1st{
	margin-top: 2px !important;
}

.main-menu-sub a {
min-width: 222px;
}

.main-menu-sub a.has-submenu span.sub-arrow{
display: block;	
bottom: auto;
top: 50%;
margin-top: -5px;
left: auto;
margin-left: 0;
border-style: dashed dashed dashed solid;
border-color: transparent transparent transparent #b6b5b5;
position: absolute;
right: 3px;
width: 0;
height: 0;
overflow: hidden;
border-width: 5px;
}

/* Items separators
===================*/

	.sm-menu ul li,
	.sm-menu-vertical li {
		border-left:0;
		border-top:1px solid #f3f3f3;
	}
	.sm-menu ul li:first-child,
	.sm-menu-vertical li:first-child {
		border-top:0;
	}


/* Scrolling arrows containers for tall sub menus - test sub menu: "Sub test" -> "more..." -> "more..." in the default download package
===================*/

	.sm-menu span.scroll-up, .sm-menu span.scroll-down {
		position:absolute;
		display:none;
		visibility:hidden;
		overflow:hidden;
		border:solid #bbb;
		border-width:1px 0;
		background:#fff;
		height:20px;
		/* width and position will be automatically set by the script */
	}
	.sm-menu span.scroll-up-arrow, .sm-menu span.scroll-down-arrow {
		position:absolute;
		top:-2px;
		left:50%;
		margin-left:-8px;
		/* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
		width:0;
		height:0;
		overflow:hidden;
		border-width:8px; /* tweak size of the arrow */
		border-style:dashed dashed solid dashed;
		border-color:transparent transparent #555 transparent;
	}
	.sm-menu span.scroll-down-arrow {
		top:6px;
		border-style:solid dashed dashed dashed;
		border-color:#555 transparent transparent transparent;
	}


/*Responsiveness
  These will make the sub menus collapsible when the screen width is too small.*/


@media screen and (max-width: 640px) {

	/* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these) */
	ul.sm-menu{width:auto !important;}
	ul.sm-menu ul{display:none;position:static !important;top:auto !important;left:auto !important;margin-left:0 !important;margin-top:0 !important;width:auto !important;min-width:0 !important;max-width:none !important;}
	ul.sm-menu>li{float:none;}
	ul.sm-menu>li>a,ul.sm-menu ul.sm-nowrap>li>a{
		white-space:normal;
		min-width: 222px;
	}
	ul.sm-menu iframe{display:none;}

	/* Uncomment this rule to disable completely the sub menus for small screen devices */
	/*.sm-menu ul, .sm-menu span.sub-arrow, .sm-menu iframe {
		display:none !important;
	}*/


/* Menu box
===================*/

	.sm-menu ul {
		border:0;
		/* darken the background of the sub menus */
		background:rgba(100,100,100,0.1);
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		box-shadow:none;
	}


/* Menu items
===================*/

	.sm-menu a {
		padding-top:13px;
		padding-bottom:13px;
		background:transparent !important;
		color:#555 !important;
	}
	.sm-menu a.current {
		background:#555 !important;
		color:#fff !important;
	}
	.sm-menu a.has-submenu {
		padding-right:23px;
	}


	/* add some text indentation for the 2+ level sub menu items */
	.sm-menu ul a {
		border-left:8px solid transparent;
	}
	.sm-menu ul ul a {
		border-left:16px solid transparent;
	}
	.sm-menu ul ul ul a {
		border-left:24px solid transparent;
	}
	.sm-menu ul ul ul ul a {
		border-left:32px solid transparent;
	}
	.sm-menu ul ul ul ul ul a {
		border-left:40px solid transparent;
	}


/* Sub menu indicators
===================*/

	.sm-menu a span.sub-arrow {
		right:auto;
		margin-left:-14px;
	}
	/* Hide sub indicator when item is expanded - we enable the item link when it's expanded */
	.sm-menu a.highlighted span.sub-arrow {
		display:none !important;
	}


/* Items separators
===================*/

	.sm-menu li {
		border-left:0;
		border-top:1px solid rgba(0,0,0,0.05) !important;
	}
	.sm-menu li:first-child {
		border-top:0 !important;
	}

}


ul.main-menu-sub li:first-child a{
margin-left: 15px !important;
}

/* 0 - General layout CSS styles ends */

/* 1 - Head Seaction starts */
	/* 1.1 - Top toolbar */

.top-tool-bar{
	background: #191919;
}

.top-tool-bar .navbar-collapse{
	max-height: 500px;
}

.top-tool-bar .navbar-default{
	background: transparent;
	border: none !important;
}

.top-tool-bar a, .main-menu a, .ticker-ctrls a{
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.top-tool-bar .navbar-default .navbar-nav>li > a{
color: #b6b6b6;
font-size: 14px;
padding: 10px 6.8px;
text-shadow: none;
}
.navbar-nav li.menu-item-has-children > a:after{
	content: " \f107";
	font-family: "FontAwesome";
}

.top-tool-bar .navbar-default .navbar-nav>li > a:hover{
	color: #ffffff;
}

.top-tool-bar .navbar-default .navbar-nav>.open>a{
	background: #191919 !important;
	color: #ffffff !important;
}

.top-tool-bar ul.nav.navbar-nav li:first-child a{
	padding-left: 0;
}

.top-tool-bar ul.nav.navbar-nav.righty li:last-child a{
	padding-right: 0;
}

.top-tool-bar .dropdown-menu{
	background: #191919;
}

.top-tool-bar .dropdown-menu{
	background: #191919;
	border-radius: 0;
	border: 0 !important;
	padding-bottom: 0;
	padding-top: 0;
}

.top-tool-bar .dropdown-menu li {
min-width: 222px;
border: 1px solid #2c2c2c;
}

.top-tool-bar .dropdown-menu>li>a {
	color: #b6b6b6 !important;
	padding: 10px 20px !important;
}

.top-tool-bar .dropdown-menu>li>a:hover{
	color: #ffffff !important;
	background: #191919 !important;
	padding-left: 22px !important;
}

.top-tool-bar .navbar{
	min-height: 40px !important;
	margin-bottom: 0px !important;
}

.top-tool-bar .caret {
display: inline-block;
width: 8px;
height: 14px;
background: url(../images/toolbar-arw-sml.png) no-repeat center 3px;
margin-left: 2px;
vertical-align: middle;
border: none !important;
}

#hidemenu{
	cursor:pointer;
	display:none;
}

.fxd-mnu-x{
background: #000000;
font-size: 12px;
position: absolute;
top: 58px;
right: -30px;
opacity: 0.6;
cursor: pointer;
}

.fxd-mnu-x:hover{
	opacity: 1;
}

	/* 1.2 - Logo section */

.logo-top-ad{
	background: #ffffff;
	padding: 8px 0;
	border-bottom: 1px solid #e8e8e8;
	min-height: 107px;
}

.top-banner {
text-align: right;
float: right;
}

.top-banner img{
	max-width: 100%;
	height: auto;
}

	/* 1.3 - Main menu nav */

.main-menu{
background: #ffffff;
border-bottom: 2px solid #5aa628;
margin-bottom: 19px;
}

.main-menu .container{
	position: relative;
}

ul#toolbar-menu li:first-child a{
	padding-left: 0;
	margin-left: 0;
}

.main-search-bar{
	position: relative;
}

.main-search-bar input{
	height: 42px;
	border-radius: 0 !important;
	box-shadow: none !important;
	border: 1px solid #e8e8e8;
}

.main-search-bar input:focus{
	box-shadow: 0 0 0px 1px rgba(0,0,0,0.1) !important;
	border: 1px solid #e8e8e8;
}

.main-search-bar button{
	position: absolute;
	top: 13px;
	right: 30px;
	font-size: 20px;
	color: #000000;
	border: 0 none !important;
	cursor: pointer;
	background-color: transparent;
}

.main-search-bar form{
	margin-top: 7px;
	margin-bottom: 6px;
}

.main-search-bar .navbar-form{
	padding: 0 !important;
}

#main-menu-items li.active{
	position: relative;
}

/* Link Hover CSS3 Effect */
.menu-efct a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #5aa628;
  content: '';
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

.menu-efct a:hover::after, 
.menu-efct a:focus::after, 
.menu-efct a:active::after {
  height: 4px;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

ul.sm-nowrap a::after {
display: none;
}

ul.sm-nowrap a:hover{
	padding: 20px 7px;
}


.mega-menu{
max-width: 800px !important;
width: 800px !important;
padding: 20px !important;
}

.mega-menu .sec-1-sm{
	width: 47%;
}

/* 1 - Head Seaction ends */


/* 2 - Home Slider, Main Section starts */

.main-news-blks{
	float: left;
	width: 100%;
	margin-bottom: 22px;
}

  /* 2.1 - Home Slider */

.hm-slider-cont{
position: relative;
float: left;
display: inline-block;
width: 464px;
height: 475px;
padding: 0;
margin-right: 13px;
}

.hm-sldr-caption{
	width: 100%;
	position: absolute;
	bottom: 0;
	background: rgba(29, 29, 29, 0.85);
	padding: 0px 18px;
	color: #ffffff;
	}

.hm-sldr-caption h3{
font-size: 26px;
margin: 15px 0 10px 0;
line-height: 30px;
}

.hm-sldr-caption h3 a, .hm-sldr-caption p, .mid-blks-cont p, .rt-bk-cont p{
   color: #ffffff;	
}

span.topic-icn{
	background: url(../images/topic-icn-1.png) no-repeat;
	background-size: 27px 23px;
	width: 27px;
	height: 23px;
	position: absolute;
	top: -16px;
	right: 14px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	text-align: center;
}

.hm-sldr-caption p{
margin: 0 0 10px 0;
}

.cat-label{
	position: absolute;
	top: 0;
	right: 0;
	padding: 8px 20px;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
}

.cat-label1{
	background: #5aa628;
}

.cat-label2{
	background: #ffa905;
}

.cat-label3{
	background: #20c1dd;
}

.cat-label4{
	background: #f04a3c;
}

.cat-label5{
	background: #469b9c;
}

.cat-label a{
	color: #ffffff;
}

  /* 2.2 - 3 Big Blocks */

.mid-blks-cont{
	width: 391px;
	float: left;
	display: inline-block;
	margin-right: 13px;
}

.rt-bk-cont{
	position: relative;
	width: 289px;
	height: 475px;
	float: left;
	display: inline-block;
}


.boxgrid{
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
.mid-block-1.boxgrid, .mid-block-2.boxgrid{
	height: 231px;
}

.mid-block-1.boxgrid p, .mid-block-2.boxgrid p{
	margin: 10px 0;
}
.mid-block-1.boxgrid h3, .mid-block-2.boxgrid h3{
margin: 0;
line-height: 28px;
}
.mid-block-1.boxgrid h3 a, .mid-block-2.boxgrid h3 a{
	font-size: 26px;
	color: #ffffff;
	float: none;
	font-weight: 500;
}

.mid-block-1.boxgrid h3 a:hover, .mid-block-2.boxgrid h3 a:hover{
	text-decoration: none;
}

.boxcaption{
	float:left;
	position:absolute;
	width:100%;
	opacity:.9;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}
.captionfull .boxcaption{
	top:260px;
	left:0
}
.caption .boxcaption{
top: 149px;
left: 0;
padding: 12px 20px;
background: rgba(29, 29, 29, 0.85);
color: #ffffff;
}

.boxcaption a {
color: #ffffff;
float: right;
font-size: 11px;
}

.boxgrid img,.boxgrid img:hover{position:absolute;top:0;left:0;border:0}

.pad-6{
	padding-left: 6px !important;
	padding-right: 6px !important;
}





.boxgrid2{
width: 100%;
height: 475px;
float: left;
overflow: hidden;
position: relative;
}
.boxgrid2 p{
	margin: 10px 0;
}

.boxgrid2 h3{
	font-size: 26px;
	margin: 0;
}
.boxgrid2 h3 a{
	font-size: 26px;
	color: #ffffff;
	float: none;
}

.boxgrid2 h3 a:hover{
	text-decoration: none;
}

.boxcaption2{
	float:left;
	position:absolute;
	width:100%;
	opacity:.9;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}
.captionfull .boxcaption2{
	top:260px;
	left:0;
}
.caption .boxcaption2{
top: 366px;
left: 0;
padding: 12px 14px;
background: rgba(29, 29, 29, 0.85);
color: #ffffff;
}

.boxcaption2 a {
color: #ffffff;
float: right;
font-size: 11px;
}

.boxgrid2 img,.boxgrid2 img:hover{position:absolute;top:0;left:0;border:0}


.mid-block-1{
	margin-bottom: 13px;
}

/* 2 - Home Slider, Main Section ends */

/* 3 - News Ticker starts */

.ticker{
	position: relative;
	margin: 6px 0 25px 0;
	background: #ffffff;
}

.ticker h3{
	position: relative;
	margin: 0;
	line-height: 40px;
	float: left;
	padding: 0 20px;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 15px;
}

.ticker h3:after{
	left: 100%;
	top: 50%;
	content: " ";
	position: absolute;
	width: 0px;
	height: 0px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid green;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #5aa628;
	margin-top: -7px;
}

.ticker h3.cat-label4:after{
	left: 100%;
	top: 50%;
	content: " ";
	position: absolute;
	width: 0px;
	height: 0px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid #f04a3c;
	border-left-color: #f04a3c;
	margin-top: -7px;
}

.ticker ul{
float: left;
width: 77%;
margin: 0;
list-style: none;
padding: 0 0 0 23px;
}

.ticker ul li h4{
margin: 0;
line-height: 40px;
color: #7e7e7e;
font-size: 17px;
font-family: 'Lato', sans-serif;
font-weight: 700;
font-style: italic;
}

.ticker ul li h4 a:hover{
  color: #191919;  
}

.ticker-ctrls{
position: absolute;
top: 0;
right: 10px;
float: left;
height: 40px;
}

.ticker-ctrls a{
  float: left;
  font-family: 'fontello';
  color: #adadad;
  display: inline-block;
  line-height: 40px;
  font-size: 23px;
  margin: 0 7px;
  cursor: pointer;
}

.ticker-ctrls a i{
  font-style: normal !important;
}

.ticker-ctrls a:hover{
  color: #1d1d1d;
  text-decoration: none;
}

.icon-right-open-big:before { content: '\e800'; } 
.icon-left-open-big:before { content: '\e801'; } 

/* 3 - News Ticker ends */

/* 4- Main left side starts */

.main-left-side{
	width: 66.66666666666667%;
	margin-right: 1.709401709401709%;
	display: inline-block;
	float: left;	
}


	/* 4.1 - Top news */

.top-news {
margin-bottom: 22px;
}

.top-big-two{
	float: left;
	width: 100%;
}

.boxgrid3{
width: 100%;
height: 475px;
float: left;
overflow: hidden;
position: relative;
}


.boxcaption3{
	float:left;
	position:absolute;
	width:100%;
	opacity:.9;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}
.captionfull .boxcaption3{top:260px;left:0}
.caption .boxcaption3{
top: 200px;
left: 0;
padding: 12px 10px;
background: rgba(29, 29, 29, 0.85);
color: #ffffff;
}

.boxcaption3 a {
color: #ffffff;
float: right;
font-size: 11px;
}

.boxcaption3 a.disqus-count {
color: #ffffff;
font-size: 11px;
float: none !important;
}

a.disqus-count {
	font-size: 11px;
	float: none !important;
	font-family: 'Lato', sans-serif;
	color: #9c9c9c;
	margin: 12px 0 15px 0;
}

.boxgrid3 img,.boxgrid3 img:hover{position:absolute;
	top:0;
	left:0;
	border:0
}

.sec-cont{
	background: #ffffff;
	margin: 0 0 20px 0;
	padding: 18px 15px 20px 15px;
	border-top: 2px solid #5aa628;
}

.big-two-1{
	width: 48.93333333333333%;
	margin-right: 2.133333333333333%;
}

.big-two-2{
	width: 48.93333333333333%;
}

.big-two-1.boxgrid3, .big-two-2.boxgrid3{
	height: 269px;
}

.big-two-1.boxgrid3 h1, .big-two-2.boxgrid3 h1{
	margin: 0;
	font-size: 24px;
}

.big-two-1.boxgrid3 h3, .big-two-2.boxgrid3 h3{
	margin: 0;
}

.big-two-1.boxgrid3 p, .big-two-2.boxgrid3 p{
	font-size: 13px;
	color: #ffffff;

}

.big-two-1.boxgrid3 h1 a, .big-two-2.boxgrid3 h1 a{
	font-size: 18px;
	color: #ffffff;
	float: none;
	font-weight: 500; }

.big-two-1.boxgrid3 h3 a:hover, .big-two-2.boxgrid3 h3 a:hover{
	text-decoration: none;
}

.big-two-1.boxgrid3 h3 a, .big-two-2.boxgrid3 h3 a{
	font-size: 18px;
	color: #ffffff;
	float: none;
	font-weight: 500; }

.big-two-1.boxgrid3 h3 a:hover, .big-two-2.boxgrid3 h3 a:hover{
	text-decoration: none;
}

p.artcl-time-1{
font-size: 12px !important;
margin: 8px 0 5px 0;
color: #dedede !important;
}

p.artcl-time-1 span{
	margin-right: 15px;
}

p.artcl-time-1 span i{
	margin-right: 5px;
}

.tn-small-1{
	width: 50%;
	margin-bottom: 28px;
	padding-right: 15px;
}

.tn-small-1 h4{
	max-width: 252px;
	font-size: 16px;
	margin: 6px 0 9px 15px;
	line-height: 20px;
}

.tn-small-1 p{
font-size: 12px;
color: #9c9c9c;
margin: 0;
}

.tn-small-1 p i{
	margin-right: 5px;
}

.tn-small-1 p a{}

.tn-small-1 a.cat-a, .trend-1 a.cat-a {
font-size: 14px;
font-family: 'Raleway', sans-serif;
font-weight: 700;
text-transform: uppercase;
color: #ffffff;
padding: 5px 20px;
margin: 0;
}

.tn-small-1 p i{
	text-align: right;
}


	/* 4.2 - News-sec-1 */

.sec-cont2{
	background: #ffffff;
	margin: 0 0 12px 0;
	padding: 18px 15px 0 15px;
	border-top: 2px solid #f04a3c;
}
.sec-cont-no-border{
	background: #ffffff;
	margin: 0 0 12px 0;
	padding: 18px 15px 0 15px;
}


.news-sec-1 {
margin: 0 0 35px 0;
}

.sec-1-big{
	margin: 0 0 30px 0;
}

.sec-1-big div.sec-1-big-text{
	width: 58.93333333333333%;
	margin-left: 3.6%;
}

.sec-1-big img{
	width: 37.46666666666667%
}

.sec-1-big div.sec-1-big-text h3{
font-size: 24px;
font-weight: 500;
color: #191919;
margin: 13px 0 0 0;
}

.sec-1-big div.sec-1-big-text h6, .sec-1-big div.sec-1-big-text p, .sec-1-big div.sec-1-big-text h3{
	float: left;
	width: 100%;
}

.sec-1-big div.sec-1-big-text h6{
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #9c9c9c;
	margin: 12px 0 15px 0;
}

.sec-1-big div.sec-1-big-text h6 span{
	margin-right: 15px;
}

.sec-1-big div.sec-1-big-text h6 i{
margin-right: 5px;
font-size: 14px;
}

.sec-1-big div.sec-1-big-text p{
	font-size: 15px;
	color: #666666;
	margin: 15px 0 0 0;
}

.sec-1-sm {
width: 50%;
float: left;
display: inline-block;	
margin-top: 8px;
margin-bottom: 20px;
}

.sec-1-sm:nth-child(odd){
	padding-right: 15px;
}

.sec-1-sm:nth-child(even){
	padding-right: 0;
}

.sec-1-sm img{
	width: 29.97198879551821%;
	margin: 0;
}

.sec-1-sm div.sec-1-sm-text{
	width: 65.82633053221288%;
	margin-left: 15px;
	padding-top: 6px;
}
.sec-1-sm div.sec-1-sm-text h3{
max-width: 253px;
font-size: 16px;
margin: 0;
color: #191919;
}

.sec-1-sm div.sec-1-sm-text h6{
font-family: 'Lato', sans-serif;
font-size: 12px;
color: #9c9c9c;
margin: 6px 0 7px 0;
}

.sec-1-sm div.sec-1-sm-text h6 span{
	margin-right: 15px;
}

.sec-1-sm div.sec-1-sm-text h6 i{
margin-right: 5px;
font-size: 14px;
}

.sec-1-sm div.sec-1-sm-text p{
	font-size: 13px;
	color: #666666;
	margin: 0;
	float: left;
	width: 100%;
}


/* 4.3 - News Slider */
.qk-slider {
margin: 0 0 36px 0;
}

.qk-slider h3.sldr-title{
margin-left: 18px;
}

.flexslider.news-sldr {
padding: 0 24px;
}

h3.sldr-title {
font-size: 19px;
font-weight: 700;
text-transform: uppercase;
margin: 0 0 9px 0;
}

.slide-sngl{
	padding: 10px;
}

.slide-sngl h4{
font-size: 16px;
font-weight: 500;
margin: 12px 0;
}

.slide-sngl p{
	font-size: 13px;
	margin: 0;
}

.slide-sngl h6{
font-family: 'Lato', sans-serif;
font-size: 12px;
color: #9c9c9c;
margin: 16px 0 5px 0;
}

.slide-sngl h6 span{
	margin-right: 15px;
}

.slide-sngl h6 i{
margin-right: 5px;
font-size: 14px;
}

.news-sldr .flex-direction-nav a{
	opacity: 1 !important;
	color: #adadad !important;
}

.news-sldr a.flex-next{
right: -4px !important;
opacity: 0.7 !important;
}

.news-sldr  a.flex-prev{
left: -4px !important;
opacity: 0.7 !important;
}

.news-sldr a.flex-next:hover, .news-sldr a.flex-prev:hover{
opacity: 1 !important;
}

.news-sldr .flex-direction-nav a:before{
	font-size: 75px;
}

.slide-sngl:hover{
	background: #ffffff;
}


/* 4.4 - Polls and Reviews */

.sec-cont3{
background: #ffffff;
margin: 0 0 35px 0;
padding: 18px 15px 20px 15px;
border-top: 2px solid #469b9c;
}

.polls-cont{
	float: left;
	width: 100%;
}

.polls-cont h6{
font-family: 'Lato', sans-serif;
font-size: 12px;
color: #9c9c9c;
margin: 0;
line-height: 23px;
}

.polls-cont a{
font-family: 'Lato', sans-serif;
font-size: 12px;
color: #9c9c9c;
margin: 0;
line-height: 23px;
}

.polls-cont h6 span{
	margin-right: 15px;
}

.polls-cont h6 span:last-child{
	margin-right: 0;
}


.polls-cont h6 i{
margin-right: 5px;
font-size: 14px;
}

.polls-left{
width: 372px;
padding-right: 25px;
margin-right: 24px;
border-right: 1px solid #e5e5e5;
}

.polls-right{
	width: 353px;
}

.pol-lft-txt h4{
font-size: 23px;
font-weight: 500;
color: #191919;
margin: 20px 0 13px 0;
}

.pol-lft-txt p{
	font-size: 15px;
	color: #666666;
	margin: 30px 0 0 0;
}

.pol-rt-sm {
margin: 0 0 17px 0;
}

.pol-rt-sm h5{
float: left;	
font-size: 16px;
font-weight: 500;
color: #191919;
margin: 8px 0 12px 0;
}

.pol-rt-sm h6{
line-height: normal !important;
margin-bottom: 8px;
}

.pol-rt-sm a.stars img{
	height: 17px;
}

.pol-rt-img{
	margin-right: 14px;
}

/* 4.5 - Small Image Gallery Slides */

.sm-gal-bg{
	float: left;
}

.sm-gal-cont{
background: #ffffff;
margin: 0px 0 35px 0;
padding: 18px 15px 20px 15px;
border-top: 2px solid #20c1dd;
}

.img-sm-gal{
	width: 365px;
}

.img-sm-gal ul{
	list-style: none;
}

.img-sm-gal ul li{
	width: 79px;
	margin-right: 15px;
}

.img-sm-gal ul li img{
	float: left;
	margin-bottom: 15px;
}


/* 4.6 - Video Gallery */
.vid-gal{
background: #ffffff;
margin: 0px 0 35px 0;
padding: 18px 15px 20px 15px;
border-top: 2px solid #469b9c;
}

.vid-thmb{
	float: left;
	width: 100%
}

.vid-thmb ul{
list-style: none;
padding: 0;
margin: 25px 0 0 0;
}

.vid-thmb ul li{
display: inline;
margin: 0 1.7%;
}

.vid-thmb ul li:first-child{
	margin-left: 0;
}

.vid-thmb ul li:last-child{
	margin-right: 0;
}


/* 4- Main left side ends */



/* 5- Main right side starts */

.main-right-side{
	width: 31.62393162393162%;
	display: inline-block;
	float: left;
}

.main-right-side > 

	/* 5.1 - Small Slider */
.sm-sldr-box{
	margin: 0 0 46px 0
}


	/* 5.2 - Social Media */

.smedia{
	margin: 0 0 27px 0;
}

.smedia div {
	margin: 0 0 21px 0;
}

.smedia a span{
	float: left;
	font-size: 23px;
	color: #888888;
	font-weight: 300;
	margin-left: 20px;
	line-height: 52px;
}

	/* 5.3 - Trending post */
.trending{
	margin: 0 0 25px 0;
}

.trend-1{
position: relative;
margin-bottom: 26px;
}

.trend-1 a.cat-a{
	position: absolute;
	top: 0;
	right: 0;
}

.trend-2{
position: absolute;
bottom: 10px;
padding: 15px;
background: rgba(29, 29, 29, 0.85);
color: #ffffff;
}

.trend-2 h3{
	margin: 0;
}

.trend-2 h3 a{
font-size: 18px;
color: #ffffff;
float: none;
font-weight: 500;
}

.trend-2 p{
font-size: 13px;
margin: 8px 0 5px 0;
color: #ffffff;
}

.trend-2 p span{
margin-right: 15px;
}

.trend-2 p span i{
margin-right: 5px;
}


.trend-sm{
	margin-bottom: 28px;
	padding-right: 15px;
}

.trend-sm-nomargin{
	margin-bottom: 0px;
	padding-right: 15px;
}

.trend-sm img{}

.trend-sm h4{
max-width: 230px;
font-size: 16px;
margin: 6px 0 9px 15px;
line-height: 20px;
}

.trend-sm-nomargin h3{
max-width: 330px;
font-size: 15px;
margin: 6px 0 5px 15px;
line-height: 20px;
}

.trend-sm p{
font-size: 12px;
color: #9c9c9c;
margin: 0;
line-height: 30px;
}

.trend-sm p i{
	margin-right: 5px;
}

.trend-sm p a{}

.trend-sm a.cat-a, .trend-1 a.cat-a {
font-size: 14px;
font-family: 'Raleway', sans-serif;
font-weight: 700;
text-transform: uppercase;
color: #ffffff;
padding: 5px 20px;
margin: 0;
}

.trend-sm p i{
	text-align: right;
}


/* 5.4 - Flicker Widget */
.flkr-cont{
	margin: 0 0 57px 0;
}

.flkr-cont a {
float: left;
margin: 1.6px;
}

.flkr-cont a img{
width: 120px;
height: 100px;
}

/* 5.5 - Subscribe form */

.subscribe{
margin: 0 0 60px 0;
}

.subscribe h6{
font-size: 14px;
line-height: 16px;
color: #6f6f6f;
font-weight: 500;
margin: 0 0 15px 0;
}

.subscribe form input{
border: none;
padding: 15px;
width: 72.2%;
}


.subscribe form a{
width: 24.2%;
margin-top: 7.5px;
margin-left: 13px;
background: transparent;
border: 1px solid #191919;
line-height: 29px;
font-family: 'Raleway', sans-serif;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
text-align: center;
}

.subscribe form a:hover{
background: #191919;
color: #ffffff;
text-decoration: none;
}

/* 5.6 - Featured Video */
.ftrd-vd {
margin: 0 0 53px 0;
}


/* 5.7 - Right side AD */

.ad-rt {
margin: 0;
}

.ad-rt a{
	text-align: center;
}


/* 5- Main right side ends */



/* 6- Footer */

	/* 6.1 - Category footer */

.main-footers{
background: #191919;
width: 100%;
margin-top: 35px;
}

.cat-ftr-cont{
border-bottom: 1px solid #2b2b2b;
margin-bottom: 10px;
}

.cat-ftr-cont-sngl{
	width: 20%;
	padding: 30px 0;
}

.cat-ftr-cont-sngl h3{
font-size: 19px;
color: #ffffff;
font-weight: 500;
margin: 0 0 15px 0;
}

.cat-ftr-cont-sngl ul{
list-style: none;
margin: 0;
padding: 0;
line-height: 23px;
}

.cat-ftr-cont-sngl ul li a{
	font-size: 14px;
	color: #bdbdbd;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}

.cat-ftr-cont-sngl ul li a:hover{
	color: #ffffff;
	text-decoration: none;
}

.cat-brd-1{
	border-top: 5px solid #5aa628;
}

.cat-brd-2{
	border-top: 5px solid #f04a3c;
}

.cat-brd-3{
	border-top: 5px solid #40bff5;
}

.cat-brd-4{
	border-top: 5px solid #469b9c;
}

.cat-brd-5{
	border-top: 5px solid #ffa905;
}

.mag-info{
width: 39.74358974358975%;
padding-right: 2.564102564102564%;
border-right: 1px solid #2b2b2b;
}

/* 6.2 - Info footer */

.info-ftr{
padding: 40px 0;
}

a.ftr-logo{}

.info-ftr p{
margin: 25px 0;
color: #bdbdbd;
font-size: 14px;
}

.info-ftr p a{
font-family: 'Raleway', sans-serif; 
color: #ffffff;
float: right;
margin-top: 40px;
text-decoration: underline;
font-size: 12px;
font-weight: 600;
letter-spacing: 0.5px;
}
.info-ftr p.tweet a{
font-family: 'Raleway', sans-serif; 
color: #4fae10;
float: right;
margin-top: 0px;
text-decoration: underline;
font-size: 12px;
font-weight: 600;
letter-spacing: 0.5px;
}
.twts-ftr p.tweet{
	margin: 0px;
}

.scl-ftr{
margin-bottom: 48px;
margin-top: 35px;
}

.scl-ftr ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.scl-ftr ul li {
float: left;
display: inline;
margin: 7px;
}

.scl-ftr ul li:first-child{
	margin-left: 0;
}

.scl-ftr a{
	background-size: 100%;
	display: block;
	width: 39px;
	height: 39px;
	opacity: 0.54;
}

.scl-ftr a:hover{
	opacity: 1;
}

.scl-ftr h3{
	font-size: 19px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

.scl-ftr-app ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.scl-ftr-app ul li{
	float: left;
	display: inline;
	margin: 7px;
}

.scl-ftr-app ul li:first-child{
	margin-left: 0;
}
.scl-ftr-app h3{
	font-size: 19px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.scl-ftr-app a{
	background-size: 100%;
	display: block;
	width: 184px;
	height: 52px;
	opacity: 0.54;
}

.fb-ftr{
	background: url(../images/fb-ftr.png);
}
.tw-ftr{
	background: url(../images/tw-ftr.png);
}
.pin-ftr{
	background: url(../images/pin.png);
}
.yt-ftr{
	background: url(../images/y-ftr.png);
}
.ins-ftr{
	background: url(../images/ins-ftr.png);
}
.vm-ftr{
	background: url(../images/vm.png);
}
.gp-ftr{
	background: url(../images/gp-frt.png);
}
.ap-ftr{
	background: url(../images/ap-frt.png);
}

.post-ftr{
width: 30.12820512820513%;
padding: 7px 2.564102564102564% 27px 2.564102564102564%;
border-right: 1px solid #2b2b2b;
}

.pst-ftr-sngl{
margin: 10px 0;
}

.pst-ftr-sngl h5{
float: left;
font-size: 13px;
color: #ffffff;
font-weight: 500;
margin: 5px 0 0 0;
}

.pst-ftr-sngl h6{
line-height: normal !important;
margin-bottom: 8px;
font-size: 10px;
font-family: 'Lato', sans-serif;
color: #9c9c9c;
margin: 7px 0 4px 0;
}

.pst-ftr-sngl h6 span{
margin-right: 10px;
}

.pst-ftr-sngl h6 span i{
margin-right: 5px;
}

.pst-ftr-img{
margin-right: 11px;
color: #ffffff;
}

.pst-ftr-sngl .stars img{
height: 14px;
}

.post-ftr h3, .twts-ftr h3{
font-size: 19px;
color: #ffffff;
font-weight: 700;
text-transform: uppercase;
margin: 0 0 10px 0;
}

.twts-ftr{
width: 30.12820512820513%;
padding: 7px 2.564102564102564% 27px 2.564102564102564%;
}

.twts-ftr ul{
	list-style: none;
	padding: 0 0 0 25px;
}


.twts-ftr p{
	font-size: 13px;
	color: #ffffff;
}

.tw-uname{
	color: #a6a6a6;
}

.hsh{
	color: #4fae10;
}

.all-twts{
font-size: 12px;
text-transform: uppercase;
color: #a4a4a4;
font-weight: 700;
}

.all-twts:hover{
	color: #ffffff;
}

.all-twts i{
font-size: 23px;
}

/* 6.3 - Copyright footer */

.copy-rt-ftr{
	background: #000000;
	padding: 22px 0;
}

.copy-rt-ftr a{
	font-size: 14px;
	color: #ffffff;
}

/* 7- Single Category Main starts */
	/* 7.1 - Pagination */
	.cat-pagintn {
	margin-top: 13px;
	text-align: center;
	}
	.cat-pagintn ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.cat-pagintn ul li{
		display: inline;
		margin-right: 10px;
	}


	.cat-pagintn ul li a{
		color: #b6b5b5;
		font-size: 18px;
		padding: 3px 9px;
		background: #ffffff;
	}

	.cat-pagintn ul li a:hover{
		color: #000000;
	}

	a.crnt-pg{
		color: #191919 !important;
	}






/* 7- Single Category Main ends */
     



/*  8- Single Article starts */
.artcl-main{
background: #ffffff;
margin: 0 0 20px 0;
padding: 0 0 20px 0;
border-top: 2px solid #f04a3c;
}

.artcl-prev-nxt{
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 25px;
}

.artcl-prev, .artcl-nxt{
	padding: 26px 20px;
}
.artcl-share{
	padding: 10px;
}

.artcl-prev i{
	font-size: 16px;
	margin-left: 2px;
}

.artcl-nxt i{
	font-size: 16px;
	margin-right: 2px;
	}


.artcl-prev{
border-right: 1px solid #e8e8e8;
}

.artcl-prev a, .artcl-nxt a{
font-size: 14px;
text-transform: uppercase;
color: #7e7e7e;
margin: 0 0;
}
.artcl-prev p, .artcl-nxt p{
font-size: 14px;
font-weight: 700;
color: #191919;
margin: 0 0;
}

.artcl-body{
padding: 0 19px;
}

.artcl-body h2{
margin: 0 0 8px 0;
font-size: 30px;
font-weight: 700;
}
.artcl-body h1{
margin: 0 0 8px 0;
font-size: 30px;
font-weight: 700;
}
.artcl-body h5{
font-family: 'Lato', sans-serif;
font-size: 14px;
color: #9c9c9c;
margin: 0;
}
.artcl-body h5 span{
margin-right: 19px;
}
.artcl-body h5 span i{
margin-right: 5px;
}

.articl-data{
	margin: 20px 0 0 0;
}

.articl-data img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.articl-data p{
float: left;
font-size: 15px;
color: #747474;
line-height: 23px;
margin: 6px;
}
.articl-data-padding{
	padding: 10px 0 10px 0;
}

.articl-data twitterwidget{
float: left;
font-size: 15px;
color: #747474;
line-height: 23px;
margin: 6px;
}

.articl-data p span{
font-size: 17px;
font-weight: bold;
color: #2f2f2f;
float: left;
margin: 25px 0;
}

p.artcl-qt{
padding: 40px 0;
}

p.artcl-qt i{
width: 15.76819407008086%;
float: left;
font-size: 8.4em;
color: #f2f2f2;
}

p.artcl-qt span{
font-size: 17px;
font-style: italic;
color: #747474;
font-weight: 400;
width: 80.231806%;
float: left;
border-left: 2px solid #f2f2f2;
padding: 0 25px;
margin-left: 25px;
}

.artcl-scl{
margin: 7px 0 25px 10px;
}


.artcl-tags h3{
float: left;
margin: 0 8px 0 0;
font-size: 15px;
font-weight: 700;
line-height: 20px;
}

.artcl-tags ul{
float: left;
list-style: none;
padding: 0;
margin: 0;
}

.artcl-tags ul li{
display: inline;
float: left;
margin-right: 5px;
}

.artcl-tags ul li a{
	font-size: 14px;
	color: #7e7e7e;
}

.artcl-tags ul li a:hover{
	color: #2f2f2f;
	text-decoration: none;
}

.artcl-shr{}


.artcl-shr ul{
float: left;
list-style: none;
padding: 0;
margin: 0;
}

.artcl-shr ul li{
display: inline;
float: left;
margin-right: 10px;
}

.artcl-shr ul li iframe{
max-width: 80px;
height: 20px;
}

.author-bio{
	position: relative;
}

.author-bio h3{
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 25px 0;
}

.author-info img{
width: 15.38461538461538%;
float: left;
margin-right: 25px;
}

.author-info p{
	width: 80.45822102425876%;
	float: left;
	font-size: 15px;
	color: #8c8c8c;
	line-height: 23px;
	margin: 0;
}

.author-info ul{
list-style: none;
float: left;
margin: 11px 0 0 0;
padding: 0;
}

.author-info ul li{
	float: left;

	display: inline-block;
	margin-right: 10px;
}

.author-info ul li a{
float: left;	
background: #5a5a5a;
color: #ffffff;
padding: 3px 7px;
text-align: center;
min-width: 25px;
opacity: 0.3;
border-radius: 2px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.author-info ul li a:hover{
	opacity: 1;
}

.comments-section{
margin-top: 15px;
}

.artcl-comments{
	background: #ffffff;
	margin: 0 0 40px 0;
	padding: 18px 15px 20px 15px;
}

.single-comment{
float: left;
width: 100%;
}

.cmnt-dvdr{
float: left;
width: 100%;
margin: 23px 0;
border-top: 1px solid #eeeeee;
}

.single-comment:last-child {
border: none !important;
}

.single-comment img{
	width: 8.666666666666667%;
	margin-right: 2.666666666666667%;
}

.the-comment {
width: 88.66666666666667%;
}

.single-comment h4{
	width: 100%;
	float: left;
	margin: 0 0 15px 0;
	line-height: 14px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
}

.comntr-nm{
	font-weight: 700;
	font-size: 16px;
	color: #111111;
	margin-right: 5px;
}

.cmnt-dt{
	color: #919191;
}

.cmnt-reply{
	color: #191919;
}

.single-comment p{
	float: left;
	width: 100%;
	margin: 0 0 3px 0;
	font-size: 14px;
	color: #949494;
}

.reply-1{
float: right;
max-width: 92.83333333333333%;
}

.reply-1 img{
	width: 9.339080459770115% !important;
	margin-right: 2.155172413793103% !important;
}

.reply-1 .the-comment {
width: 88.50574712643678% !important;
}


.reply-2{
	width: 88.53333333333333%;
	float: right;
}

.reply-2 img{
	width: 9.789156626506024% !important;
	margin-right: 2.259036144578313% !important;
}

.reply-2 .the-comment {
width: 87.95180722891566% !important;
}


.cmnt-reply-form{
margin-top: 60px;
}

.cmnt-reply-form input, .cmnt-reply-form textarea{
border: 1px solid #dfdfdf;
border-radius: 0;
box-shadow: none;
padding: 25px 20px;
font-size: 15px;
color: #878686;
}

a.cmnt-btn{
float: left;
margin-top: 15px;
padding: 0px 29.5px;
background: transparent;
border: 1px solid #191919;
line-height: 29px;
font-family: 'Raleway', sans-serif;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
text-align: center;
cursor: pointer;
}

a.cmnt-btn:hover{
background: #191919;
color: #ffffff;
text-decoration: none;
}

.artcl-reltd{
margin-bottom: 20px;
}

.reltd-sngl{
float: left;
width: 50%;
margin: 9px 0 19px 0;
}

.reltd-sngl img{
	float: left;
	width: 27.43589743589744%;
	margin-right: 3.846153846153846%;
}

.reltd-sngl-txt{
	float: left;
	width: 68.71794871794871%;
}

.reltd-sngl-txt h3{
font-size: 16px;
color: #191919;
font-weight: 500;
margin: 5px 0;
max-height: 34px;
overflow: hidden;
}

.reltd-sngl-txt p{
font-size: 12px;
color: #9c9c9c;
margin: 20px 0 0 0;
}

.reltd-sngl-txt p i{
margin-right: 5px;
font-size: 13px;
}


/* 8- Single Article ends */

/* 9- Contact page starts */

.contact-maps{
	margin: 0 0 30px 0;
}

.contact-form{
margin-top: 14px;
}

.contact-form input, .contact-form textarea{
border: 1px solid #dfdfdf;
border-radius: 0;
box-shadow: none;
font-size: 15px;
color: #878686;
}

.contact-form textarea{
	padding: 25px 20px;
}

.contact-form input{
	padding: 0 20px;
	height: 52px;
}

.contact-lists{
	margin: 55px 0 90px 0;
}

.cont-lst-sngl{
float: left;
margin-right: 6%;
}

.cont-lst-sngl h4{
font-weight: 500;
font-size: 18px;
color: #191919;
margin: 0px 0 15px 0;
}

.cont-lst-sngl ul{
padding: 0;
margin: 0;
}

li.cont-phn {
margin-top: 27px;
}

.cont-lst-sngl ul li p{
	font-size: 15px;
	color: #666666;
	margin: 3px 0;
}

.cont-lst-sngl ul li p a{
	color: #5aa628;
}

.cont-lst-sngl ul li p a:hover{
	color: #191919;
	text-decoration: none;
}

/* 11 - Gallery Page */

#magalla-gl{
	position: relative;
}

.gal-item div{
	margin: 5px;
	float: left;
}

div#filters {
margin: 10px 0;
text-align: center;
}

#filters button {
font-family: Raleway, sans-serif;
background: transparent;
border: 1px solid #191919;
line-height: 29px;
padding: 0 20px;
margin: 5px;
}

#filters button:hover{
	background: #191919;
	color: #ffffff;

}

#filters button:focus {
background: #000;
color: #fff;
outline: none;
}

div#free-gal a[magalla-gal-popup^='prettyPhoto']{
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;

}

div#free-gal a[magalla-gal-popup^='prettyPhoto'] img {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

div#free-gal a[magalla-gal-popup^='prettyPhoto'] img:hover {
box-shadow: 0 0 3px 1px rgba(0,0,0,0.3);
position: relative;
z-index: 99;
}

/* Hover Effect */

.gal-item{
width: 280px;
height: 280px;
margin: 0 6px 10px 6px;
float: left;
overflow: hidden;
position: relative;
text-align: center;
background: #fff;
}



.gal-item .mask,.gal-item .content {
width: 280px;
height: 280px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.gal-item img {
   display: block;
   position: relative;
}
.gal-item h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   margin: 20px 0 0 0;
}

.gal-item h2:after {
content: "";
display: block;
height: 2px;
width: 80px;
background: #fff;
margin: 0 auto;
position: relative;
top: 10px;
}

.gal-item p{
font-size: 13px;
position: relative;
color: #fff;
padding: 10px 10px 0;
text-align: center;
}

.gal-info-lnks a {
color: #fff;
font-size: 35px;
margin: 0 14px;
display: inline-block;
width: 40px;
}

.gal-info-lnks a:hover {
color: #000000;
}

.gal-item a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.gal-item a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}

.gal-item-st .mask-1, .gal-item-st .mask-2 {
    background-color: rgba(0, 0, 0, 0.5);
    height: 500px;
    width: 280px;
    background: rgba(90, 166, 40, 0.7);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out 0.6s;
    -moz-transition: all 0.3s ease-in-out 0.6s;
    -o-transition: all 0.3s ease-in-out 0.6s;
    transition: all 0.3s ease-in-out 0.6s;
}

.gal-item-st:hover .mask-1 {
top: 20px;
}

.gal-item-st:hover .mask-2 {
left: -50px;
}

.gal-item-st .mask-1 {
	left: 45px;
    right: 0;
    top: -50px;
    -webkit-transform: rotate(56.5deg) translateX(-180px);
    -moz-transform: rotate(56.5deg) translateX(-180px);
    -o-transform: rotate(56.5deg) translateX(-180px);
    -ms-transform: rotate(56.5deg) translateX(-180px);
    transform: rotate(56.5deg) translateX(-180px);
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}
.gal-item-st .mask-2 {
    top: auto;
    bottom: 0;
    -webkit-transform: rotate(56.5deg) translateX(180px);
    -moz-transform: rotate(56.5deg) translateX(180px);
    -o-transform: rotate(56.5deg) translateX(180px);
    -ms-transform: rotate(56.5deg) translateX(180px);
    transform: rotate(56.5deg) translateX(180px);
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}
.gal-item-st .content {
    height: 0;
    width: 300px;
    overflow: hidden;
    -webkit-transform: rotate(-33.5deg) translate(-112px, 166px);
    -moz-transform: rotate(-33.5deg) translate(-112px, 166px);
    -o-transform: rotate(-33.5deg) translate(-112px, 166px);
    -ms-transform: rotate(-33.5deg) translate(-112px, 166px);
    transform: rotate(-33.5deg) translate(-112px, 166px);
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: all 0.4s ease-in-out 0.3s;
    -moz-transition: all 0.4s ease-in-out 0.3s;
    -o-transition: all 0.4s ease-in-out 0.3s;
    transition: all 0.4s ease-in-out 0.3s;
}

.itemzz{
	float: left; 
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.gal-item-st:hover .content{
height: 250px;
width: 280px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter: alpha(opacity=90);
opacity: 0.9;
top: 30px;
margin: 0;
padding: 10px;
-webkit-transform: rotate(0deg) translate(0, 0);
-moz-transform: rotate(0deg) translate(0, 0);
-o-transform: rotate(0deg) translate(0, 0);
-ms-transform: rotate(0deg) translate(0, 0);
transform: rotate(0deg) translate(0, 0);
}

.gal-item-st:hover .mask-1, .gal-item-st:hover .mask-2 {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.gal-item-st:hover .mask-1 {
    -webkit-transform: rotate(56.5deg) translateX(1px);
    -moz-transform: rotate(56.5deg) translateX(1px);
    -o-transform: rotate(56.5deg) translateX(1px);
    -ms-transform: rotate(56.5deg) translateX(1px);
    transform: rotate(56.5deg) translateX(1px);
}
.gal-item-st:hover .mask-2 {
    -webkit-transform: rotate(56.5deg) translateX(-1px);
    -moz-transform: rotate(56.5deg) translateX(-1px);
    -o-transform: rotate(56.5deg) translateX(-1px);
    -ms-transform: rotate(56.5deg) translateX(-1px);
    transform: rotate(56.5deg) translateX(-1px);
}


  /* 10 - Retina and Hight Res Custom CSS */

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {


		span.topic-icn{
			background: url(../images/topic-icn-1@2x.png) no-repeat;
		}

		.scl-ftr a, span.topic-icn{
			 -webkit-background-size: cover;
		  -moz-background-size: cover;
		  -o-background-size: cover;
		  background-size: cover;
		}

		.fb-ftr{
			background: url(../images/fb-ftr@2x.png);
		}
		.tw-ftr{
			background: url(../images/tw-ftr@2x.png);
		}
		.pin-ftr{
			background: url(../images/pin@2x.png);
		}
		.yt-ftr{
			background: url(../images/y-ftr@2x.png);
		}
		.ins-ftr{
			background: url(../images/ins-ftr@2x.png);
		}
		.vm-ftr{
			background: url(../images/vm@2x.png);
		}


}

/*Font awesome classes */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*Weather CSS */
div.wx_current_icon{
	float: left; 
	height: 130px;
	position: relative; 
	left: 17px; 
	top: 11px;
	}
	div.wx_current_icon > img {
		width: 162px; 
		height: 124px;
	}
div.wx_current_status{
	float: left; 
	height: 145px; 
	padding-top: 30px; 
}
div.wx_current_status > P {
	line-height: 21px; 
	margin: 0;
}

div.wx_forcast_status {
	float: left; 
	height: 145px; 
	padding-top: 15px;
}
div.wx_forcast_status > div.wx_forcast_status_container{
	float: left;
	height: 100%;
	margin: 0 5px;
	width: 70px;
}
div.wx_forcast_status > div.wx_forcast_status_container > div.wx_forcast_status_container_height{
	height: 118px;
}
div.wx_forcast_status > div.wx_forcast_status_container > div.wx_forcast_status_container_height p{
	line-height: 21px;
	margin: 0;
}
div.wx_forcast_status > div.wx_forcast_status_container > div.wx_forcast_status_container_height img {
	margin: 0 auto;
	text-align: center;
	width: 70px;
	height: 50px;
}

/* Search-box */
div.search-box {
	margin: 0 auto;
	display: block;
	position: relative;
	overflow: hidden;
	width: 205px;
}
div.search-box > form#search-form > input[type="text"]{
    height: auto;
    line-height: 18px;
    background: #FFF;
    color: #BBB;
	font-size: 12px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border: 0 none !important;
	min-height: 18px;
	padding: 3px 6px !important;
}
div.search-box > form#search-form > button{
	width: 30px;
	height: 24px;
    border: 0 none !important;
    margin: 0 !important;
	cursor: pointer;
	transition: all 0.15s;
	float: right;
	background-color: #23282d;
	color: #fff;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
div.search-box > form#search-form > button:hover{
	color: #000;
	background-color: #797979;
}

/*MAIN ADZONE*/
div.main-adzone{
	margin-bottom: 15px;
}
div.main-adzone > div.container > div.row > div.adazone-spacing{
	text-align: center;
}
div.main-adzone > div.container > div.row > div.adazone-spacing > div.adazone-padding{ 
	width: 100%;
	float: left;
}
div.main-adzone > div.container > div.row > div.adazone-spacing > div.adazone-padding > ins > a{
	display: block;
}
div.main-adzone > div.container > div.row > div.adazone-spacing > div.adazone-padding > ins > a > img{
	max-width: 100%;
	height: auto;
}
/*SIDE BAR AD-ZONE*/
div.main-right-side > div.adazone-spacing{
	margin-bottom: 15px;
}
div.main-right-side > div.adazone-spacing > div.adazone-padding{
	text-align: center;
}
div.main-right-side > div.adazone-spacing > div.adazone-spacing > div.adazone-padding{
	padding-right: 10px; 
	padding-bottom: 10px; 
	float: left;
	text-align: center;
}
div.main-right-side > div.adazone-spacing > div.adazone-spacing > div.adazone-padding > a{
	display: block;
}
/*news-sec-more*/
div.news-sec-more{
	width: 50%; 
	margin-top: 8px; 
	margin-bottom: 20px; 
	float: left;
}
div.news-sec-more > div.blocky > ul > h3{
	margin-top: 0px;
	margin-bottom: 0px;
}
div.news-sec-more > div.blocky > ul > h3 > li > a{
	font-size: 14px;
}
div.news-sec-more > div.blocky > ul > h3 > li{
	color: #ff0000;
}
div.promo-bar{
	padding: 5px 18px 5px 41px;
	height: 100px;
}
div.promo-bar > div.promo-bar-left{
	width: 39%; 
	border: solid 1px #ccc; 
	float: left; 
	margin-right: 5px;
}
div.promo-bar > div.promo-bar-middle{
	width: 16%; 
	border: solid 1px #ccc; 
	float: left; 
	margin-right: 5px;
}
div.promo-bar > div.promo-bar-right{
	width: 39%; 
	border: solid 1px #ccc; 
	float: left;
}
div.promo-bar img{
	width: 100%;
}

/*AUCTIONS*/
div#auction-sec-1 > table{
	width: 100%;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	border-collapse:
	collapse; border-spacing: 0;
	margin-bottom: 20px;
}
div#auction-sec-1 > table > tbody{
	font-size: 12px;
}

div#auction-sec-1 > table > tbody > tr > td, th {
	border: 1px solid transparent; /* No more visible border */
	height: 30px;
	transition: all 0.3s; /* Simple transition for hover effect */
}

div#auction-sec-1 > table > tbody > tr > th {
	background: #DFDFDF; /* Darken header a bit */
	font-weight: bold;
	text-align: center;
}

div#auction-sec-1 > table > tbody > tr > td {
	background: #FAFAFA;
	text-align: center;
}

/* Cells in even rows (2,4,6...) are one color */
div#auction-sec-1 > table > tbody > tr:nth-child(even) > td { 
	background: #F1F1F1; 
}

/* Cells in odd rows (1,3,5...) are another (excludes header cells) */
div#auction-sec-1 > table > tbody > tr:nth-child(odd) > td { 
	background: #FEFEFE; 
}

/*Responsive*/
.admin-bar .f-nav {
  top: 46px;
}

@media only screen and (min-width: 1200px){
	
	.f-nav{ z-index: 9999; position: fixed; left: 0; top: 0; width: 100%;}
	.admin-bar .f-nav {
		top: 32px;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1199px) {
	.f-nav{ z-index: 9999; position: fixed; left: 0; top: 0; width: 100%;}
	.admin-bar .f-nav {
		top: 32px;
	}

	.f-nav .main-search-bar{
		display: none;
	}

	.hm-slider-cont{
		margin-left: 5%;
	}

	.rt-bk-cont{
		display: none;
	}

	.tn-small-1 h4 {
		max-width: 185px;
		max-height: 40px;
		overflow: hidden;
		font-size: 16px;
		margin: 6px 0 9px 10px;
	}

	.trend-1 img{
		max-width: 100%;
		height: auto;
	}	

	.trend-sm h4 {
		max-width: 170px;
		max-height: 40px;
		overflow: hidden;
		font-size: 16px;
		margin: 6px 0 9px 10px;
		line-height: 20px;
	}
	
	.big-two-1.boxgrid3 h3 a, .big-two-2.boxgrid3 h3 a {
		font-size: 16px;
		float: left;
		margin-bottom: 10px;
		max-height: 19px;
		overflow: hidden;
	}

	.polls-left{
		width: 100%;
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #e5e5e5;
		border-right: none;
	}

	.polls-bg-img{
		display: block;
		margin: 0 auto;
	}

	.sec-1-sm div.sec-1-sm-text{
		width: 100%;
		padding: 15px 0;
		border-bottom: 1px solid #e5e5e5;
		margin: 0;
	}

	.sec-1-big div.sec-1-big-text{
		width: 100%;
		margin: 0;
		padding-bottom: 15px;
		border-bottom: 1px solid #e5e5e5;
	}
	
	.sec-1-big img{
		float: none;
		display: block;
		margin: 0 auto;
		width: auto;
		max-width: 100%;
	}

	.flex-control-nav {
		bottom: -11px;
	}

	.sm-gal-bg{
		width: 100%;
		text-align: center;
	}

	.img-sm-gal {
		width: 100%;
		padding: 20px 0;
	}

	.ad-rt img{
		max-width: 100%;
		height: auto;
	}

	.subscribe form input{
		width: 100%;
	}

	.subscribe form a{
		float: right !important;
	}

	.flkr-cont a {
		float: left;
		margin: 1px;
	}

	.flkr-cont a img {
		width: 100px;
		height: 80px;
	}

	.vid-thmb ul li{
		display: inline;
		margin: 0 2.5% 0 0;
		float: left;
		width: 23%;
	}

	.vid-thmb ul li img {
		max-width: 100%;
	}

	.fxd-mnu-x {
		top: 15px;
		right: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
	.container {
		width: 748px !important;
	}

	.main-search-bar {
		margin-top: 10px;
	}

	.main-left-side {
		width: 100%;
		margin: 0 auto;
	}

	.big-two-1.boxgrid3 h3 a, .big-two-2.boxgrid3 h3 a{
		font-size: 17px;
	}

	.main-news-blks{
		max-width: 881px;
		width: auto;
		float: none;
		display: block;
		margin: 0 auto;
	}

	.hm-slider-cont{
		max-width: 464px;
		display: block;
		margin: 0 auto;
		float: none;
		margin-bottom: 12px;
	}

	.tn-small-1 h4{
		max-width: 64%;
		max-height: 40px;
		overflow: hidden;
	}

	.top-big-two{
		width: auto;
		max-width: 754px;
		margin: 0 auto;
		float: none;
	}

	.polls-cont {
		width: 400px;
		max-width: 760px;
		margin: 0 auto;
		float: none;
		display: block;
	}

	.pol-lft-txt p{
		margin: 30px 0;
	}

	.flex-control-nav {
		bottom: -11px;
	}

	.sm-gal-bg{
		width: 100%;
		text-align: center;
	}

	.img-sm-gal {
		width: 100%;
		padding: 20px 0;
	}

	.ticker-ctrls{
		display: none;
	}

	ul.newsticker {
		width: 77%;
	}

	.main-right-side{
		max-width: 370px;
		width: auto;
		margin: 0 auto;
		float: none;
		display: block;
	}
	.sec-1-sm{
		width: 100%;
		float: left;
		display: block;	
		margin-top: 28px;
	}

	.sec-1-sm img{
		width: auto;
		float: left;
	}

	.sec-1-sm h3{
		width: 80%;
	}
	.sec-1-sm h6{
		float: left;
		width: 100%;
	}

	.sec-1-sm h3, .sec-1-sm p{
		width: 100%;
		float: left;
		margin-bottom: 7px !important;
	}

	.polls-left {
		width: 346px;
		padding-right: 0;
		margin-right: 36px;
		border-right: none;
	}

	.polls-right {
		width: 338px;
	}

	.ticker-ctrls{
		top: 0 !important;
	}

	.ticker-ctrls a{
		line-height: 41px;
	}

	.vid-thmb ul li {
		display: inline;
		margin: 0;
	}		

	.cont-lst-sngl {
		margin-right: 4%;
	}

	.customSelectInner:after{
		content: "\E764";
		font-family: "entypo";
		font-size: 45px;
		color: #000;
		display: table-cell;
		vertical-align: top;
		text-align: center;
		position: absolute;
		top: -3px !important;
		right: 10px;
	}

	.accor-arw{
		margin-top: 10px !important;
	}

	#hidemenu{
		display: none !important;
	}
}

@media only screen and (min-width: 690px) and (max-width: 767px) {
	.main-search-bar {
		margin-top: 10px;
	}

	.main-left-side {
		width: 100%;
		margin: 0 auto;
	}

	.main-news-blks{
		max-width: 881px;
		width: auto;
		float: none;
		display: block;
		margin: 0 auto;
	}

	.hm-slider-cont{
		max-width: 464px;
		display: block;
		margin: 0 auto;
		float: none;
		margin-bottom: 12px;
	}

	.mid-blks-cont {
		float: none;
		width: 391px;
		display: block;
		margin-right: 0;
		margin: 0 auto;
	}

	.rt-bk-cont{
		display: none;
	}

	.main-search-bar .form-group{
		margin-bottom: 5px;
		margin-left: 1%;
	}

	.tn-small-1 h4{
		max-width: 60%;
		max-height: 40px;
		overflow: hidden;
	}

	.top-big-two{
		width: auto;
		max-width: 754px;
		margin: 0 auto;
		float: none;
	}

	.polls-cont{
		width: auto;	
		max-width: 346px;
		margin: 0 auto;
	}

	ul.newsticker{
		width: 70%;
	}

	.main-right-side{
		max-width: 370px;
		width: auto;
		margin: 0 auto;
		float: none;
		display: block;
	}
	
	.sec-1-sm{
		width: 100%;
		float: left;
		display: block;	
		margin-top: 28px;
	}

	.sec-1-sm div.sec-1-sm-text {
		width: 80%;
	}	

	.sm-gal-bg{
		width: 100%;
		text-align: center;
	}

	.img-sm-gal {
		width: 100%;
		padding: 20px 0;
	}

	.sec-1-sm img{
		width: auto;
		float: left;
	}

	.sec-1-sm h3{
		width: 80%;
	}
	.sec-1-sm h6{
		float: right;
	}

	.sec-1-sm h3, .sec-1-sm p{
		width: 100%;
		float: left;
		margin-bottom: 17px !important;
	}

	.polls-left {
		width: 346px;
		padding-right: 0;
		margin-right: 36px;
		margin-bottom: 20px;
		border-right: none;
	}

	.polls-right {
		width: 338px;
	}

	.cont-lst-sngl {
		margin-right: 20%;
		margin-bottom: 30px;
	}

	.customSelectInner:after{
		content: "\E764";
		font-family: "entypo";
		font-size: 45px;
		color: #000;
		display: table-cell;
		vertical-align: top;
		text-align: center;
		position: absolute;
		top: -3px !important;
		right: 10px;
	}

	.accor-arw{
		margin-top: 10px !important;
	}

	#hidemenu{
		display: none !important;
	}
}

@media only screen and (min-width: 601px) and (max-width: 689px) {
	.main-search-bar {
		margin-top: 10px;
	}

	.mid-blks-cont {
		float: none;
		width: 391px;
		display: block;
		margin-right: 0;
		margin: 0 auto;
	}

	.main-left-side {
		width: 100%;
		margin: 0 auto;
	}

	.main-news-blks{
		max-width: 881px;
		width: auto;
		float: none;
		display: block;
		margin: 0 auto;
	}

	.vid-thmb ul li{
		margin: 0 5px;
	}

	.vid-thmb ul li:last-child{
		display: none;
	}

	.hm-slider-cont{
		max-width: 464px;
		width: 100%;	
		display: block;
		margin: 0 auto;
		float: none;
		margin-bottom: 12px;
	}

	.rt-bk-cont, .ticker-ctrls{
		display: none;
	}

	.tn-small-1 h4{
		max-width: 90%;
		max-height: 40px;
		margin-left: 0;
		overflow: hidden;
	}

	.top-big-two{
		width: auto;
		max-width: 754px;
		margin: 0 auto;
		float: none;
	}

	.caption .boxcaption3{
		padding: 6px 10px;
	}

	.big-two-1.boxgrid3 h3 a, .big-two-2.boxgrid3 h3 a{
		font-size: 16px;
		width: 100%;
	}

	p.artcl-time-1{
		margin: 4px 0 5px 0;
	}

	.polls-cont{
		width: auto;	
		max-width: 346px;
		margin: 0 auto;
	}

	.sm-gal-bg{
		width: 100%;
		text-align: center;
	}

	.main-search-bar .form-group{
		margin-bottom: 5px;
		margin-left: 1%;
	}

	.img-sm-gal {
		width: 100%;
		padding: 20px 0;
	}

	.flex-control-nav{
		bottom: -8px;
	}

	ul.newsticker{
		width: 70%;
	}

	.sec-1-big img{
		width: auto;
		margin: 0 auto;
		float: none;
		display: block;
	}

	.sec-1-big div.sec-1-big-text{
		width: 100%;
	}

	.main-right-side{
		max-width: 370px;
		width: auto;
		margin: 0 auto;
		float: none;
		display: block;
	}
	.sec-1-sm{
		width: 100%;
		float: left;
		display: block;	
		margin-top: 28px;
	}
	.sec-1-sm div.sec-1-sm-text {
		width: 75%;
	}	

	.sec-1-sm img{
		width: auto;
		float: left;
	}

	.sec-1-sm h3{
		width: 80%;
	}
	.sec-1-sm h6{
		float: right;
	}

	.sec-1-sm h6{
		float: right;
	}

	.sec-1-sm h3, .sec-1-sm p{
		width: 100%;	
		float: left;
		margin-bottom: 7px !important;
	}

	.sec-1-sm div.sec-1-sm-text h6{
		float: left;
		margin: 0 0 5px 0;
	}

	.polls-left {
		width: 346px;
		padding-right: 0;
		margin-right: 36px;
		margin-bottom: 20px;
		border-right: none;
	}

	.polls-right {
		width: 338px;
	}

	.cont-lst-sngl {
		margin-right: 20%;
		margin-bottom: 30px;
	}

	.customSelectInner:after{
		content: "\E764";
		font-family: "entypo";
		font-size: 45px;
		color: #000;
		display: table-cell;
		vertical-align: top;
		text-align: center;
		position: absolute;
		top: -3px !important;
		right: 10px;
	}

	.accor-arw{
		margin-top: 10px !important;
	}

	.mega-menu-li{
		display: none !important;
	}

	#hidemenu{
		display: none !important;
	}
}

@media only screen and (min-width: 433px) and (max-width: 600px) {
	.main-search-bar {
		margin-top: 10px;
	}

	.sm-menu li:first-child a {
		margin-left: 15px;
	}
	.main-left-side {
		width: 100%;
		margin: 0 auto;
	}

	.main-news-blks{
		max-width: 881px;
		width: auto;
		float: none;
		display: block;
		margin: 0 auto;
	}

	.hm-slider-cont{
		max-width: 464px;
		width: 100%;	
		display: block;
		margin: 0 auto;
		float: none;
		margin-bottom: 12px;
	}

	.mid-blks-cont {
		float: none;
		width: 391px;
		display: block;
		margin-right: 0;
		margin: 0 auto;
	}

	.rt-bk-cont{
		display: none;
	}

	.tn-small-1 h4{
		max-width: 60%;
		max-height: 40px;
		margin-left: 0;
		overflow: hidden;
	}

	.top-big-two{
		width: auto;
		max-width: 754px;
		margin: 0 auto;
		float: none;
	}

	.caption .boxcaption3{
		padding: 6px 10px;
	}

	.big-two-1.boxgrid3 h3 a, .big-two-2.boxgrid3 h3 a{
		font-size: 16px;
		width: 100%;
	}

	p.artcl-time-1{
		margin: 4px 0 5px 0;
	}

	.vid-thmb ul li{
		margin: 0;
	}

	.polls-cont{
		width: auto;	
		max-width: 346px;
		margin: 0 auto;
	}

	.sm-gal-bg{
		width: 100%;
		text-align: center;
	}

	.img-sm-gal {
		width: 100%;
		padding: 20px 0;
	}

	.sec-1-big img{
		width: auto;
		margin: 0 auto;
		float: none;
		display: block;
	}

	.sec-1-big div.sec-1-big-text{
		width: 100%;
	}

	.main-search-bar .form-group{
		margin-bottom: 5px;
		margin-left: 1%;
	}

	.flex-control-nav{
		bottom: -8px;
	}

	ul.newsticker{
		width: 70%;
	}

	.main-right-side{
		max-width: 370px;
		width: auto;
		margin: 0 auto;
		float: none;
		display: block;
	}
	.sec-1-sm{
		width: 100%;
		float: left;
		display: block;	
		margin-top: 28px;
	}
	.sec-1-sm div.sec-1-sm-text {
		width: 60%;
	}	

	.sec-1-sm img{
		width: auto;
		float: left;
	}

	.sec-1-sm h3{
		width: 80%;
	}
	.sec-1-sm h6{
		float: right;
	}

	.sec-1-sm h3, .sec-1-sm p{
		width: 100%;	
		float: left;
		margin-bottom: 7px !important;
	}

	.sec-1-sm div.sec-1-sm-text h6{
		float: left;
		margin: 0 0 5px 0;
	}

	.polls-left {
		width: 346px;
		padding-right: 0;
		margin-right: 36px;
		margin-bottom: 20px;
		border-right: none;
	}

	.polls-right {
		width: 338px;
	}

	.cat-ftr-cont-sngl {
		padding: 30px 10px;
	}

	.mag-info{
		width: 100%;
		border: none;
	}

	.post-ftr{
		width: 80%;
		border: none;
	}

	.twts-ftr{
		width: 80%;
	}

	.author-info ul {
		float: right;
		margin: 21px 0 0 0;
	}

	.cont-lst-sngl{
		width: 100%;
		margin: 0 0 30px 0;
	}

	.customSelectInner:after{
		content: "\E764";
		font-family: "entypo";
		font-size: 45px;
		color: #000;
		display: table-cell;
		vertical-align: top;
		text-align: center;
		position: absolute;
		top: -3px !important;
		right: 10px;
	}

	.accor-arw{
		margin-top: 10px !important;
	}
	
	.mega-menu-li{
		display: none !important;
	}

	#hidemenu{
		display: none !important;
	}
}

@media only screen and (max-width: 432px) {
	img{
		max-width: 100%;
		height: auto;
	}

	.sm-menu li:first-child a {
		margin-left: 15px;
	}
	.main-left-side {
		width: 100%;
		margin: 0 auto;
	}

	.main-news-blks{
		max-width: 881px;
		width: auto;
		float: none;
		display: block;
		margin: 0 auto;
	}

	.hm-slider-cont{
		max-width: 464px;
		width: 100%;
		height: auto;	
		display: block;
		margin: 0 auto;
		float: none;
		margin-bottom: 12px;
	}

	.mid-blks-cont{
		width: 100%;
		margin: 0 0 30px 0;
	}

	.main-search-bar .form-group{
		margin-bottom: 5px;
		margin-left: 3%;
	}

	.ticker{
		display: none;
	}

	.rt-bk-cont{
		display: none;
	}

	.tn-small-1{
		width: 100%;
	}

	.tn-small-1 h4{
		max-width: 60%;
		max-height: 40px;
		margin-left: 10px;
		overflow: hidden;
	}

	.top-big-two{
		width: 100%;
		float: left;
	}

	.big-two-1.boxgrid3, .big-two-2.boxgrid3 {
		width: 100%;
		height: 265px;
		margin: 12px 0;
	}

	.caption .boxcaption3{
		padding: 6px 10px;
	}

	.big-two-1.boxgrid3 h3 a, .big-two-2.boxgrid3 h3 a{
		font-size: 15px;
		width: 100%;
	}

	.mid-block-1.boxgrid h3 a, .mid-block-2.boxgrid h3 a{
		font-size: 23px;
		float: left;
		margin-bottom: 20px;
		font-weight: 500;
	}

	p.artcl-time-1 {
		margin: 4px 0 19px 0;
	}

	.sec-1-sm:nth-child(odd){
		margin-right: 0;
	}

	.polls-cont{
		width: auto;	
		max-width: 346px;
		margin: 0 auto;
	}

	.sm-gal-bg{
		width: 100%;
		text-align: center;
	}

	.vid-thmb ul li{
		margin: 0 0 10px 0;
		float: left;
		width: 100%;
		text-align: center;
	}

	.img-sm-gal {
		width: 100%;
		padding: 20px 0;
	}

	.flex-control-nav{
		bottom: -8px;
	}

	ul.newsticker{
		width: 70%;
	}

	.sec-1-big img{
		width: auto;
		margin: 0 auto;
		float: none;
		display: block;
	}

	.sec-1-big div.sec-1-big-text{
		width: 100%;
		margin-left: 0;
	}

	.main-right-side{
		max-width: 370px;
		width: auto;
		margin: 0 auto;
		float: none;
		display: block;
	}
	.sec-1-sm{
		width: 100%;
		float: left;
		display: block;	
		margin-top: 28px;
	}
	.sec-1-sm div.sec-1-sm-text{
		width: 100%;
		margin-top: 10px;
		margin-left: 0;
	}

	.sec-1-sm img{
		width: auto;
		float: left;
	}

	.sec-1-sm h3{
		width: 80%;
	}
	.sec-1-sm h6{
		float: right;
	}

	.sec-1-sm h3, .sec-1-sm p{
		width: 100%;	
		float: left;
		margin-bottom: 7px !important;
	}

	.sec-1-sm div.sec-1-sm-text h6{
		float: left;
		margin: 0 0 5px 0;
	}

	.polls-left, .polls-right {
		width: 100%;
		padding-right: 0;
		margin-right: 0;
		margin-bottom: 20px;
		border-right: none;
	}

	.polls-bg-img{
		max-width: 100%;
		height: auto;
	}

	.pol-rt-sm h5 {
		width: 100%;
	}

	.sm-gal-bg img{
		max-width: 100%;
		height: auto;
	}

	a.stars{
		width: 100%;
	}

	.cat-ftr-cont-sngl{
		padding: 20px 10px;
		width: 100%;
	}

	.mag-info{
		width: 100%;
		border: none;
	}

	.post-ftr{
		width: 80%;
		border: none;
	}

	.twts-ftr{
		width: 80%;
	}

	.subscribe form input{
		width: 100%;
	}

	.subscribe form a{
		float: right !important;
	}


	.flkr-cont a img{
		width: auto;
	}

	.trend-sm h4{
		max-width: 185px;
		max-height: 40px;
		overflow: hidden;

		font-size: 14px;
		margin: 6px 0 9px 10px;
		line-height: 20px;
	}

	.artcl-tags{
		margin-bottom: 15px;
	}

	.artcl-body h2{
		font-size: 25px;
	}

	.artcl-body h5{
		font-size: 11px;
	}

	.author-info ul {
		margin: 21px 0 0 0;
	}

	.author-info img {
		width: auto;
		float: none;
		display: block;
		padding-right: 0;
		margin: 20px auto;
	}

	.author-info p {
		width: 100%;
	}

	.comntr-nm{
		font-size: 13px;
	}

	.single-comment h4{
		font-size: 11px;
	}

	.single-comment img {
		width: 17.666667%;
	}

	.the-comment {
		width: 79.666667%;
	}

	.reply-1 img {
		width: 18.97810218978102% !important;
	}

	.reply-1 .the-comment {
		width: 78.86672539642588% !important;
	}

	.reply-2 img{
		width: 19.92337164750958% !important;
		margin-right: 3.259036144578313% !important;
	}

	.reply-2 .the-comment {
		width: 71.81759220791211% !important;
	}

	.reltd-sngl{
		width: 100%;
	}

	.reltd-sngl-txt h3{
		font-size: 15px;
	}

	.cont-lst-sngl{
		width: 100%;
		margin: 0 0 30px 0;
	}

	a.cmnt-btn{
		float: right;
	}

	.cat-pagintn ul li {
		float: left;	
		margin-right: 10px;
		margin-bottom: 13px;
	}

	.customSelectInner:after{
		content: "\E764";
		font-family: "entypo";
		font-size: 45px;
		color: #000;
		display: table-cell;
		vertical-align: top;
		text-align: center;
		position: absolute;
		top: -3px !important;
		right: 10px;
	}

	.accor-arw{
		margin-top: 10px !important;
	}

	.main-news-blks .flex-direction-nav a:before{
		font-size: 60px;
	}

	.main-news-blks .flex-direction-nav a{
		top: 22%;
	}

	.hm-sldr-caption h3 {
		font-size: 18px;
		line-height: 23px;
	}

	.mega-menu-li{
		display: none !important;
	}

	#hidemenu{
		display: none !important;
	}
}

@media only screen and (max-width: 320px) {
	.main-news-blks .flex-direction-nav a:before{
		font-size: 60px;
	}

	.main-news-blks .flex-direction-nav a{
		top: 12%;
	}

	.hm-sldr-caption h3 {
		font-size: 18px;
		line-height: 23px;
	}

	.hm-sldr-caption p {
		height: 40px;
		font-size: 13px;
		overflow: hidden;
	}

	.mid-block-1.boxgrid h3 a, .mid-block-2.boxgrid h3 a{
		font-size: 21px;
	}

	.sec-1-big div.sec-1-big-text h6 span {
		margin-right: 7px;
	}

	.tn-small-1 h4 {
		max-width: 55%;
		max-height: 40px;
		margin-left: 10px;
		overflow: hidden;
	}

	.flkr-cont a img {
		height: 90px;
	}

	.cal-btm-arw.cal-nxt {
		right: -1% !important;
	}

	.cal-btm-arw.cal-pre {
		right: -1% !important;
	}
}
/* Elements Seperated CSS */

.typo-h{
font-weight: 700;
margin: 20px 10px 30px 10px;
}

.dark-qoute{
	float: left;
	padding: 20px;
	background: #2e2e2e;
	font-size: 15px;
	color: #f2f2f2;
}

.dark-qoute .qt-txt{
	margin: 15px 0 25px 0;
}

.dark-qoute i.fa-quote-left, .dark-qoute i.fa-quote-right{
	color: #9a9a9a;
	font-size: 70px;
	margin: 0;
}

.qt-athr{
font-size: 16px;
color: #9a9a9a;
line-height: 70px;
font-style: italic;
}

.images-type{
margin: 60px 0 30px 0;
}

.images-type img{
display: block;
float: none;
margin: 20px auto;
}

.right-panel .prgph{
	float: right;
	width: 90%;
}

.prgph{
float: right;
width: 90%;
margin: 30px 0 0 0;
}

.prgph p{
	float: left;
	font-size: 15px;
	color: #747474;
}

span.bold-p{
	font-size: 17px;
	color: #2f2f2f;
	font-weight: 700;
}


.right-elements .artcl-qt{
	padding: 50px 10.08968609865471%;
	background: #ffffff;
}

.right-elements p.artcl-qt span{
	margin-top: 25px;
	margin-bottom: 25px;
}

.light-qt{
margin: 60px 0 30px 0;
}

.lists-elements{
margin: 60px 0 30px 0;
}

.lists-elements .magalla-ul{
	width: 45%;
}

ul.magalla-ul, ol.magalla-ol{	
font-size: 15px;
color: #747474;
line-height: 30px;
}

.lists-elements .magalla-ol{
	width: 45%;
}

/* Tabs */

.tabs-elements{
margin: 0px;
}

.news-n6lv-tabz-ul>li {
margin-bottom: -2px;
}

.news-n6lv-tabz-ul>li.active>a{
	color: #191919;
}

.news-n6lv-tabz-cont{
background: #ffffff;
padding: 30px;
border: 1px solid #dedede;
border-top: none;
}

.news-n6lv-tabz-cont p{
	font-size: 15px;
	color: #747474;
	margin: 0;
}
.tab-pane ul > li {
	font-family: 'Raleway', sans-serif;
	color: #ff0000;
	font-size: 22px;
}
.tab-pane ul > li > a{
	font-size: 14px;
	color: #747474;
}

/* Accordian */
.news-n6lv-acc{
margin: 60px 0 30px 0;
}

.news-n6lv-acc .panel-group .panel{
	border-radius: 0;
}

.news-n6lv-acc .panel-default > .panel-heading {
background: #ffffff;
padding: 0 20px 0 30px;
}

.news-n6lv-acc .panel-title{
	font-size: 19px;
	line-height: 60px;
	font-weight: 700;
	color: #191919;
	cursor: pointer;
}

.news-n6lv-acc .panel-group .panel+.panel{
margin: 0 !important;
box-shadow: none !important;
border-top: none;
}

.news-n6lv-acc .panel-default {
border-color: #dedede;
}

.news-n6lv-acc .panel-default>.panel-heading+.panel-collapse .panel-body{
	border-top-color: #dedede;
}

.alerts-elements {
margin: 30px 0;
}

.mag-alert-w{
padding: 30px;
background: #ffffff;
color: #333333;
border-radius: 0;
font-size: 15px;
}

.mag-alert-scc{
padding: 30px;
background: #e0f0d8;
color: #468847;
border-radius: 0;
font-size: 15px;
}

.mag-alert-info{
padding: 30px;
background: #d8edf7;
color: #3a87ad;
border-radius: 0;
font-size: 15px;
}

.mag-alert-y{
padding: 30px;
background: #fcf7e3;
color: #c09953;
border-radius: 0;
font-size: 15px;
}

.mag-alert-dngr{
padding: 30px;
background: #f2dede;
color: #b94a48;
border-radius: 0;
font-size: 15px;
}


.accor-arw{
font-family: entypo;
font-size: 45px;
font-weight: 100;
line-height: normal;
}

.accor-arw:hover{
	text-decoration: none;
}


.accor-arw:before{
vertical-align: top;
font-size: 45px;
display: inline-block;
text-align: center;
}

.arw-up:before{
	content: "\E767";
	font-family: entypo;
	color: #191919;
}

.arw-down:before{
	content: "\E764";
	font-family: entypo;
	color: #191919;
}

/* CSS Selectors */

.news-n6lv-slctr{
	position: relative;
}

span.customSelect{
border: 1px solid #dfdfdf;
border-radius: 0;
box-shadow: none;
padding: 15px 20px;
font-size: 15px;
color: #aeaeae;
width: 100%;
background: #ffffff;
}

span.customSelect.changed {
   background-color: #000;
}

.customSelectInner{
	width: 100% !important;
}

.customSelectInner:after{
content: "\E764";
font-family: "entypo";
color: #191919;
font-size: 45px;
display: table-cell;
vertical-align: top;
text-align: center;
position: absolute;
top: -15px;
right: 10px;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/*gas buddy*/
table#prices{
	width: 340px !important;
}