@font-face {
	font-family: 'FuturaLT';
	src: url('/assets/cms/fonts/Futura_Lt_BT_Light.ttf');
}
/**
 * Table of Contents
 *
 * 1.0 - Typography
 * 2.0 - Elements
 * 3.0 - Forms
 * 4.0 - Navigations
 *   4.1 - Links
 *   4.2 - Menus
 * 5.0 - Header
 * 6.0 - Slider
 * 7.0 - Content
 *    7.1 - Posts and pages
 *    7.2 - Home page
 *    7.3 - Comments
 *    7.4 - Widgets
 * 8.0 - Footer
 * 9.0 - Contact Section
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Animations
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */

/**
 * 1.0 Typography
**/
html {
	font-size: 62.5%;
}
body, button, input, select, textarea {
	color: #333;
	font-family:
'Helvetica Neue','Lato',  Arial, sans-serif;
	font-size:
18px;
	line-height: 28px;
    font-weight: 300;
}
body {
	color: #111;
    background:#f2f2f2;
    
}
body.home {
	color: #111;
	margin-top:0px;
	font-family:
'Helvetica Neue','Lato',  Arial, sans-serif;

}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #111;
	font-family:"Helvetica Neue", "Lato",  Arial, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;

	text-rendering: optimizeLegibility;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}
p {
	margin-bottom: 28px;
}
b, strong {
	font-weight: 700;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(0, 0, 0, 0.7);
	font-style: italic;
	line-height: 1.6667;
	padding-left: 0.7778em;
    display:inline-block;
    font-size: 22px;
    margin: 30px 40px 40px;
        font-family: "freight-text-pro", Georgia, serif;
}
blockquote p {
	margin-bottom: 1.6667em;
}
blockquote > p:last-child {
	margin-bottom: 0;
}
blockquote cite, blockquote small {
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote strong, blockquote b {
	font-weight: 400;
}
address {
	font-style: italic;
	margin: 0 0 1.6em;
}
code, kbd, tt, var, samp, pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}
mark, ins {
	background-color: #fff9c0;
	text-decoration: none;
}
sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
.btn {
	border-radius: 4px;
}
a {
	color:#2496ef;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
	color: #000;
	text-decoration: none;
}
.btn{
	padding:5px 12px;
    font-size:14px;
    white-space:wrap;
    word-wrap: break-word!important;
	white-space: pre-line;
}
.btn-lg{
    padding:12px 20px;
    font-size:18px;
}
.btn-primary{
	background:#3aa0f0;
    border:none;
     border-bottom: 2px solid #0a8df3;
}
.view-more-authors-btn{
	background:#2a3744;
    color:#fff;
    border-radius:4px;
	padding: 15px 46px 15px 24px;
	background:#ffd440 /*url(../image/more_arrow.png) right center no-repeat*/;
	border-bottom: 2px solid #dcb11e;
	color: #ffffff;
	font-weight: bold;
	line-height: 1;
	font-size: 23px;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    width:100%;
}
.view-more-authors-btn:hover{
    background-color:#dcb11e;
    color:#fff;
    /*animation: animatedReadMoreBtn 40s linear infinite;*/
    background-position:106% center;
}
.btn-brown{
	background:#2a3744;
    color:#fff;
    border-radius:4px;
	padding: 15px 46px 15px 24px;
	background:#2a3744 url(../image/more_arrow.png) right center no-repeat;
	border-bottom: 2px solid #000;
	color: #ffffff;
	font-weight: bold;
	line-height: 1;
	font-size: 15px;
	font-size: 1.5rem;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-brown:hover{

    background-color:#2a3744;


    color:#fff;
    /*animation: animatedReadMoreBtn 40s linear infinite;*/
    background-position:103% center;
}

.btn > i{
	position:relative;
    top:2px;
}
.dropdown-toggle:after{display:none;}
.padding-top-50{padding-top:30px!important;}
/**
 * 3.0 Forms
**/
/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
 color:#4d515b;
 font-style:italic;
 font-size:13px;
 font-family:
'Helvetica Neue','Lato',  Arial, sans-serif;
}

:-moz-placeholder {
 font-style:italic;
 color:inherit;
 font-size:13px;
 font-family:
'Helvetica Neue','Lato',  Arial, sans-serif;
}

::-moz-placeholder {
 font-style:italic;
 color:inherit; 
 font-size:13px;
 font-family:
'Helvetica Neue','Lato',  Arial, sans-serif;
 opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
font-style:italic;
 color:#4d515b;
 }
.contact_section ::-webkit-input-placeholder {
 color:
#304466;
 text-transform:uppercase;
 font-size:13px;
 font-family:
'Helvetica Neue','Lato',  Arial, sans-serif;
}

.contact_section :-moz-placeholder {
 color:
#304466;
 text-transform:uppercase;
 font-size:13px;
 font-family:
'Helvetica Neue','Lato',  Arial, sans-serif;
}

.contact_section ::-moz-placeholder {
 color:
#304466;
 text-transform:uppercase;
 font-size:13px;
 font-family:
'Helvetica Neue','Lato',  Arial, sans-serif;
 opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

.contact_section :-ms-input-placeholder {
 color: rgba(51, 51, 51, 0.7);
}

input, textarea {
    width: 100%;
    float: left;
    background: transparent;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px 15px;
}
textarea {
	min-height: 103px;
}
section{float:left;width:100%;}
/**
 * 4.0 Navigations
 */


/**
 * 4.1 Links
 */
.breadcrumb {
	background: none;
	color: #000;
	font-size: 12px;
	margin: 0px 10px 10px 0;
    padding:0;
}
.blog .breadcrumb{margin:10px 0;}
.breadcrumb a {
	color: #000;
}
.breadcrumb a:hover {
	color: #000;
	text-decoration: none;
}
.breadcrumb>.active,.breadcrumb>li+li::before {color: #000;}
.breadcrumb.no-space {
	margin: 10px 0px;
}
.breadcrumb>.active a{color:#0098f6;}
.breadcrumbs-wrap{

}
.view_selector span {
	display: inline-block;
	padding: 0 5px;
	color: #e2be84;
	cursor: pointer;
}
.view_selector span.active, .view_selector span:hover {
	color: #4d515b;
	font-weight: bold;
}
.view_selector:before {
	display: none;
}
/**
 * 4.2 Menus
**/

.masthead {
	margin: 0;
}
.navbar {
	margin: 0;
	padding: 0;
	background: #2a3744;
	border-bottom: 0px solid rgba(88, 93, 106, 0.08);
	position: fixed;
}
.home .navbar {
	margin: 0;
	padding: 0;
	background:
#2a3744;
	border-bottom: 0px solid #c8bdbd;
}
.no-header-image .navbar {
	/*background: #4d515b;*/
}
.navbar-toggler {
	float: right;
	padding: 1.1rem .75rem;
	font-size: 3.25rem;
	color:
#ffffff;
	position: relative;
	top: 12px;
}
.navbar-light .navbar-brand {
	font-size: 32px;
	font-size: 3.2rem;
	 padding: 10px;
	font-family:
'Helvetica Neue','Lato',  Arial, sans-serif;
	color: #385880;
}
.navbar-brand >img{
	display:inline;
    margin-right:20px;
}
.navbar-brand >.tag_line{
	display:inline;
}
.home .navbar-light .navbar-brand {
	font-size: 32px;
	font-size: 3.2rem;
	padding:10px;
	font-family:'Helvetica Neue','Lato',  Arial, sans-serif;
	color:#ffffff;
}
#top-navigation{
    background:#2496ef;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover{
	color:#ffffff;
}
.home .navbar-light .navbar-brand:focus, .home .navbar-light .navbar-brand:hover{
	color:#000;
}
#top-navigation .nav-item{
	position:relative;
}
#top-navigation .nav-link {
	padding:10px;
	font-weight: normal;
	color: #fff;
	font-family:
'Helvetica Neue','Lato',  Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	background-color: transparent;
	border-top: 4px solid transparent;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.home #top-navigation .nav-link {
	padding: 10px;
	font-weight: normal;
	color:
#fff;
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
	background-color: transparent;
	border-top: 4px solid transparent;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.home #top-navigation > ul > li .nav-link, #top-navigation > ul > li .nav-link{
    padding: 36px 10px 44px;
    height:100%;
}
#top-navigation .nav-link:hover, #top-navigation .nav-link:focus {
	color:#fff;
	text-decoration:none;
    background:#3aa0f0;
}
#top-navigation .navbar-nav > .nav-item >.nav-link:hover, #top-navigation  .navbar-nav > .nav-item >.nav-link:focus, #top-navigation .navbar-nav > .nav-item:hover >.nav-link, top-navigation .navbar-nav > .nav-item:hover {
background:#0588ee;
text-decoration:none;
}
.content-entry img[align="left"],
.content-entry img[style*="float: left"],
.content-entry img[style*="float:left"]{
    margin: 5px 30px 0px 0px;
}
.content-entry img[align="right"],
.content-entry img[style*="float: right"],
.content-entry img[style*="float:right"]{
    margin: 5px 0px 0px 30px;
}
.home #top-navigation .nav-link:hover, .home #top-navigation .nav-link:focus {
	color:#fff;
	text-decoration:none;	
}
#top-navigation .nav-link + .nav-link, .navbar-nav .nav-item+.nav-item {
	margin-left: 0;
}
#top-navigation li.active a {
	color: #e6ba6f;
	border-bottom-color: #c0cad2;
}
.home #top-navigation li.active a {
	color: #e6ba6f;
	border-bottom-color:
#ffffff;
}
a[href*="mailto:"]{color:#3f8cff;}
a[href*="mailto:"]:hover{color:#e91873;}

/*--- DROPDOWN ---*/
ul.nav ul{
    /* background:#4d515b; Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
   background: rgba(0,134,238,0.98); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
    list-style:none;
    position:absolute;
		min-width:300px;
		margin:0;
		padding:0;
    left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
a[href="#category-navigation"] + ul.submenu{
-webkit-columns: 3 250px;
  -moz-columns: 3 250px;
  columns: 3 250px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  width:840px;
  padding:20px;
    -webkit-column-fill: balance;
  -moz-column-fill: balance;
  column-fill: balance;
}
#top-navigation ul.nav li > a[href="#category-navigation"] + ul.submenu a{
      padding: 5px 20px!important;
}
/*.home ul.nav ul{
    background:#EAEAEA;  Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). 
    background:
rgba(255,255,255,0.14) But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... 
}
.home .fix-top-anim ul.nav ul{
 background:
rgba(255,255,255,0.99)!important; 
}*/
ul.nav ul li{
    padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
    float:none!important;
		width:100%;
}
#top-navigation ul.nav ul.submenu li > a.nav-link{
    white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
		padding:10px 20px;
		text-transform:none;
        color: #fff;
}
ul.nav li:hover ul{ /* Display the dropdown on hover */
    left:0; /* Bring back on-screen when needed */
}
ul.nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
    background:#6b0c36;
    text-decoration:underline;
}
ul.nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    text-decoration:none;
}
ul.nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
    background:#333;
}
ul.nav ul.submenu li:hover ul{
	left:100%;
}
header.fix-top-anim > .navbar-fixed-top{
	position:fixed!important;
    top:0;
    left:0;
    width:100%;
    background:rgba(42,55,68,0.99);
}
header.fix-top-anim > .navbar-fixed-top ul.nav ul{
	background:rgba(36,150,239,0.99);
}
header.fix-top-anim > .navbar-fixed-top ul.navbar-nav > li >a{
	padding:10px!important;
}
header.fix-top-anim > .navbar-fixed-top ul.navbar-nav > li.has_submenu >a{
	padding-right:31px!important;
}
header{
 -webkit-transition: all  500ms ease-out 1s;
  -moz-transition: all  500ms ease-out 1s;
  -o-transition: all 500ms ease-out 1s;
  transition: all  500ms ease-out 1s;

}
header .navbar-brand >img{
 	image-rendering: crisp-edges;
    -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
header.fix-top-anim .navbar-brand >img{
	height:40px;
}
header.fix-top-anim .social_bar_top{
	padding:5px 0 10px 0;
}
header.fix-top-anim .navbar-toggler {
    float: right;
    padding: 1.1rem .75rem;
    font-size: 24px;
    color: #ffffff;
    position: relative;
    top: 5px;
}
header.fix-top-anim  .navbar-light .navbar-brand {
    font-size: 22px;
    font-size: 2.2rem;
    }
header.fix-top-anim  .navbar-light .navbar-brand {
    padding: 10px;
}
@media (min-width: 48em) {
.navbar-brand {
	float: left;
}
.navbar-nav {
	float: left;
}
}

@media (max-width: 544px) {
.navbar {
	
	border-color: transparent;
	position: fixed;
}
.navbar .container{padding:0;}
.navbar-nav, .navbar-nav li {
	float: left;
	width: 100%;
}
.navbar-nav li {
background:
rgba(0,0,0,0.8);
}
.navbar-nav li > a{
padding:15px 50px!important;
}
.logo-wrapp {
	float: left;
	width: 100%;
}
#top-navigation .nav-link {
	padding: 10px;
	border-width: 1px;
}
#top-navigation .nav-link:hover {
	border-width: 1px;
}
.site-header-image{padding-top:0!important;}
}
/**
 * 5.0 Header
 */
header {
	width: 100%;
	float: left;
}
.social_bar_top{
	float:right;
    padding:22px 0 0;
    color:#ffffff;
    font-size:14px;
    	
}
.social_bar_top a{
	display:inline-block;
    margin:0 0 0 10px;
    font-size:18px;
}
.social_bar_top a:not(.btn-white):hover{
	color:rgba(255,255,255,0.8);

}
@media (min-width: 48em) {
}
/**
 * 6.0 HOME SLIDER
**/
#carousel-homepage {
	float: left;
	width: 100%;
    background:none;
overflow:hidden;
margin-bottom:20px;	
}
.carousel-title{
	font-size:24px;
    font-weight:300;
    display:inline-block;
    margin:0 10px;
}
.aside-title{
	font-size:24px;
    font-weight:600;
    border-bottom: 1px solid #d4d4d4;
    margin:0 0 15px;
    padding:10px 20px 10px;
    background:#fff;
}
#carousel-homepage .carousel-item img {
	margin-top: 0;
}
.article_box{
	padding:20px;
    background:#fff;
    border:1px solid #eeeeee;
    width:100%;
    box-sizing:border-box;
    margin-bottom:10px;
    float:left;
}
.article_box .post-details{
	color:#abacb1!important;
    clear: right;
    float: none!important;
    padding:0 0 5px 0;
    
}
.post-excerpt + .btn-read-more{
	margin-top:15px;
}
.article_box p{
	margin:0;
    font-family:sans-serif;
}
.article_box a, .article_box h3{
	color:#2496ef;
}
.article_box h3{
	color:#2496ef;
    font-size:26px;
}
.article_box a:hover{
	color:#000;
}
.article-list{
	margin-bottom:14px;
    float:left;
    width:100%;
}
.article-list .article_box{
	padding:8px;
}
.article-list .article_box h3{
	font-size:16px;
    margin-top:5px;
    margin-bottom:10px;
    font-weight:600;
}
.article-list .article_box > img{
	margin-top:0;
    margin-bottom:0;
}
.article-list .article_box dt, .article-list .article_box dd, .article-list .article_box dd a{
	font-size:13px;
    line-height:1.1;
    font-weight:400;
  
}
.article-list .article_box dt{float:left;margin-right:3px;}
#category_active{text-transform:uppercase;}
.carousel-control.left, .carousel-control.right {
	background: none;
}
.carousel-control.left {
	background: transparent;
    position:relative;
    color:#ccc;
    text-shadow:none;
    font-size:24px;
}
.carousel-control.right {
	background: transparent;
    position:relative;
    color:#ccc;
    text-shadow:none; 
    font-size:24px;
}
.carousel-caption {
	position: absolute;
	right: auto;
	left: 50%;
	top: 50%;
	margin-top: -100px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color:
#ffffff;
	text-align: left;
	text-shadow: none;
	max-width: 40%;
    margin-left:-20%;
    text-align:center;
}
.carousel-caption h3 {
	font-family:
'Helvetica Neue','Lato',  Arial, sans-serif;
	font-size: 40px;
    font-weight:600;
    letter-spacing: -1px;
}
/**
 * 7.0 Content
 */
body:not(.home) .main-content{
  padding-bottom:30px;
   margin-top:20px;
  position:relative;
  z-index:10;
  }
   body.blog .main-content{
  padding-bottom:30px;
  margin-top:0px;
  position:relative;
  z-index:10;
  background:transparent;
  background-size:100%;
  }
  .post-content{padding:10px 0;}
.content-entry {
	background:#fff;
    padding:20px;
	color: #4d515b;
    font-weight:400;
	font-family:
'Helvetica Neue','Lato',  Arial, sans-serif;
}
.post-details{
  margin: 0px 0px 15px 0;
 font-size:12px;
 padding:0;
 color:#d2d3d8!important;
}
.post-details a{ color:#d2d3d8!important;display:inline-block;}
.post-details a:hover{ color:#000!important;}
.post-details span, .post-details time{
	display:inline-block;
    margin:0 5px 0 5px;
}
.page-title, .post-title {
	font-family:
'Helvetica Neue','Lato',  Arial, sans-serif;
	font-size:35px;
	margin: 0px 0px 5px;
	color:
#000000;
	padding-bottom: 0px;
	position: relative;
}
article .page-title, article .post-title {font-size:32px;padding-right:50px;}
.author-box .label-txt{
    display:block;
    margin-top:-2px;
}
.page-title a{color:
#000000;}
.page-title:after {
	content: '';
	width: 80px;
	height: 1px;
	background: #bdbbc0;
	position: absolute;
	bottom: 0;
	left: 0;
    display:none;
}
/*article*/ .post-excerpt, .p_content_bio, .p_content {
	padding: 0px;
    float:left;
    width:100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;

}

.post-excerpt p *, .p_content_bio p *, .p_content p *{
	font-size:18px!important;
    color:#4d515b!important;
        font-family: 'Helvetica Neue','Lato', Arial, sans-serif!important;
}

/*article*/ .post-excerpt p, .p_content_bio p, .p_content p {
	margin-bottom:28px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}
/*article*/ .post-excerpt h2, article .post-excerpt h3, .p_content h2, .p_content h3 {
	margin-bottom:10px;
}
/*article*/ .post-excerpt ul, article .post-excerpt ol, .p_content_bio ul, p_content_bio ol  {
	padding: 10px 0px;
    margin-left:40px;
    float:left;
    font-size:18px;
    font-family:sans-serif;
    line-height:28px;
        width: calc(100% - 40px);
    box-sizing: border-box;
    
}
.post-excerpt p+ul, article .post-excerpt p+ol{
	float:none;


}
.post-excerpt a, .p_content_bio a, .p_content a{
	    color: #2496ef!important;
}
.post-excerpt ul li, article .post-excerpt ol li, .p_content_bio ul li, p_content_bio ol li{
margin-bottom: 5px;
    clear: both;
    line-height: 24px;
    

}
.post-featured-img {
	position: relative;
    margin-top:3px;
}
.post-featured-img .figure-img {
	margin-bottom: 0;
	max-width: 100%;
  height: auto!important;
}
.post-featured-img:after {
	content: '';
	width: 100%;
	height: 100%;
	background: transparent/*rgba(228, 181, 90, 0.48)*/;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 10;
}
.post-featured-img:before {
	content: '';
	width: 0;
	height: 0;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #edf1f4;
	position: absolute;
	top: 0px;
	right: 100px;
	z-index: 11;
    display:none;
}
.post-featured-img.page-featured img {
	float: right;
}
.post-featured-img img{	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    }
.post-featured-img:hover img{opacity:0.7;}
.post-featured-img.page-featured {
	overflow: hidden;
	padding:0;
}
.post-featured-img.page-featured:before {
	content: '';
	width: 0;
	height: 0;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #fff;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 11;
}
.post-featured-img .btn-read-more {
	position: absolute;
	z-index: 11;
	left: 55px;
	bottom: 35px;
	background: #4d515b;
	color: #fff;
	border: 2px solid #e4b55a;
}
/**
 * 7.1 Posts and pages
 */
.site-header-image {
	width: 100%;
	min-height: 320px;
	padding-top: 8%;
    position:relative;
    z-index:9;
}
.site-header-image >.container{position:relative;z-index:11;}

.no-header-image .site-header-image {
	padding-top:10%;
	min-height: 170px;
	padding-bottom: 30px;
}
.no-header-image .site-header-image:after {display:none;}
.headline-block h2 {
	color: #fff;
	font-family:
'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 60px;
}
.headline-block p {
	color: #fff;
	font-family:
'Helvetica Neue','Lato',  Arial, sans-serif;
}
.btn-read-more {
	border-radius:4px;
	padding: 15px 46px 15px 24px;
	background:
#2496ef 
url(../image/more_arrow.png) right center no-repeat;
	border-bottom: 2px solid #0a8df3;
	color: #ffffff;
	font-weight: bold;
	line-height: 1;
	font-size: 15px;
	font-size: 1.5rem;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-read-more:hover{
    background-color:
#2496ef;

    color:#fff;
    /*animation: animatedReadMoreBtn 40s linear infinite;*/
    background-position:110% center;
}
#carousel-homepage .btn-read-more{
  }
 #carousel-homepage .btn-read-more:hover{
  } 
.p_content{padding:0 0 0 0px;}
.page .content-entry {
	background: #fff;
}
.page .breadcrumb {
	margin: 10px 0px;
	padding-left: 0;
}
.product-page .breadcrumb {
	margin: 10px 0px;
}
.page .page-title, .product-page .page-title {
	margin: 20px 0px 15px;
}
.page .post-content, .product-page .post-content {
	padding: 10px 40px 10px 0;
}
.page .post-featured-img:after {
	display: none;
}
.page .post-featured-img.page-featured:before {
	border-left: 15px solid #fff;
}
.single_item {
	padding-bottom: 10px;
	border-bottom: 1px solid #e7ebee;
	float: left;
	margin-bottom: 10px;
}
.single_item h3 {
	color:
#ebffb0;
	font-family:
'Helvetica Neue','Lato',  Arial, sans-serif;
	font-weight: 600;
	margin: 10px 0 10px;
	float: left;
}
.single_item a {
	font-weight: 600;
}
.single_item span {
	font-size: 12px;
}
.grid_view:hover {
	background:
#ebffb0;
}
.grid_view:hover h3 {
	color: #fff;
	margin: 10px;
}
.grid_view:hover span {
	color: #fff;
}
.grid_view:hover a, .grid_view:hover span {
	margin: 0 10px;
}
.grid_view .post-excerpt {
	display: none;
}
.list_view {
	background: #edf1f4;
	min-height: 174px;
	width: 100%;
}
.list_view img {
	float: right;
	width: 220px;
}
.list_view h3 {
	clear: none;
	font-size: 22px;
	font-weight: 300;
	padding: 20px;
	position: relative;
}
.list_view h3:after {
	content: '';
	width: 80px;
	height: 1px;
	background: #bdbbc0;
	position: absolute;
	bottom: 0;
	left: 20px;
}
.list_view a {
	clear: left;
	padding: 10px 20px;
}
.list_view span {
	padding: 10px 20px;
}
.list_view .post-excerpt {
	float: left;
	width: 70%;
	padding: 10px 40px 10px 20px;
}
/**
 * 7.2 Home page
**/
#home_featured_zone {
	float: left;
	width: 100%;
}
.item_zone {
	float: left;
	width: 100%;
	min-height: 34px;
}
.item_zone .container{
position: relative;
}
.item_grey{
background:#e6e6e6;
}
.item_zone > img {
	width: 100%;
	height: auto;
}
.text-holder {
/*	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0px 50px 0;
	top: 0;
	left: 0;
	background: rgba(102, 82, 82, 0.88);
    background:
rgba(255,255,255,0.95);
	color: #e8ddd6;
	font-weight: 300;
	text-align: left;*/
    padding:0px 30px 0;
}
.text-holder h3 {
	font-family:
'Helvetica Neue','Lato',  Arial, sans-serif;
	font-size: 50px;
	margin-bottom: 20px;
	color:#313131;
     clear: none;
}
.text-holder.to-left{text-align:left;}
.text-holder.to-left img{float:left;margin-right:30px;}
.text-holder.to-right{text-align:right;}
.text-holder.to-right img{float:right;margin-left:30px;}
.text-holder.text-white * {
	color:#fff;
}
.text-holder ul {
	list-style: none;
	margin: 0;
	padding: 0 10% 0 0;
}
.text-holder ul li {
	padding-left: 50px;
}
.text-holder ul li>h3 {
	font-size: 23px;
	text-align: left;
	margin-bottom: 5px;
	clear: none;
	position: relative;
	padding-bottom: 10px;
}
.text-holder ul li>h3:after {
	content: '';
	width: 60px;
	height: 1px;
	background: #bdbbc0;
	position: absolute;
	bottom: 0;
	left: 0;
}
.icons_list {
	float: left;
	margin: 0px 0px 10px -50px;
}
.text-holder-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-content: center;
	width: 100%;
	height: 100%;
}
.text-align {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	max-width: 100%;
}
.text-holder.white {
	background: rgba(239, 239, 239, 0.88);
}
.col-50 {
	width: 50%
}
.col-75 {
	width: 75%
}
.to-left {
	left: 0;
}
.to-right {
	left: auto;
	right: 0;
}
.text-holder.to-left:after {
/*	content: '';
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid
rgba(255,255,255,0.95)/*rgba(102, 82, 82, 0.88)*/;
	position: absolute;
	top: 100px;
	right: -15px;*/
}
.text-holder.to-right:after {
/*	content: '';
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid rgba(102, 82, 82, 0.88);
	position: absolute;
	top: 100px;
	left: -15px;
	right: auto;*/
}
.text-holder.white.to-right:after {
	border-right: 15px solid rgba(239, 239, 239, 0.88);
}
.text-holder.white.to-left:after {
	border-right: 15px solid rgba(102, 82, 82, 0.88);
}

@media (max-width: 992px) {
.col-50 {
	width: 100%
}
.col-75 {
	width: 100%
}
.item_zone {
	min-height: 300px;
}
.item_zone > img {
	object-fit: cover;
	object-position: top 75%;
}
.text-holder {
	height: auto;
	position: relative;
}
.text-holder:after {
	display: none;
}
}
/**
 * 7.3 Banners
**/
.banner_item {
	float: left;
	width: 100%;
	padding: 100px 0;
    text-align:center;
}
.banner_item h1 {
	font-family:
'Helvetica Neue','Lato',  Arial, sans-serif;
	font-weight: 300;
	font-size: 50px;
	color:
#ffffff;
}
.banner_item a{
     display:inline-block;
     padding:20px 40px;
     background:rgba(0, 0, 0, 0.82);
     font-size:50px;
     color:
#ffffff;
     font-weight:300;
     }
.banner_item a:hover{
     text-decoration:none;
}     
.banner_item h2 {
	font-family:
'Helvetica Neue','Lato',  Arial, sans-serif;
	font-weight: 300;
	font-size: 40px;
	color: #4d515b;
}
.banner_item .btn {
	color: #435165;
	border-color: #435165;
	font-family:
'Helvetica Neue','Lato',  Arial, sans-serif;
	font-weight: 600;
	padding: 12px 20px;
	font-size: 14px;
}
.banner_item .btn-read-more {
	background:
#2496ef;
	color: #fff;
	border: 2px solid
#d1a597;
}
.banner_item.grey-box {
	background: #edf1f4;
	padding: 20px 50px;
}
/**
 * 7.4 Widgets
**/
.latest_post_zone {
	width: 100%;
	float: left;
	margin:80px 0;
	position: relative;
}
.latest_post_zone h2 {
	font-family:
'Helvetica Neue','Lato',  Arial, sans-serif;
	font-size: 50px;
	text-align: left;
	margin-bottom: 20px;
	color: #313131;
}
.last_posts_list {
	width: 50%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.last_posts_list li {
	background: #efefef;
	float: left;
	width: 100%;
	margin: 2px 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.last_posts_list li hgroup {
	color: #665252;
	font-size: 12px;
}
.last_posts_list li .post_excerpt {
	display: none;
	position: absolute;
	width: 50%;
	top: 0;
	right: 0;
	padding: 50px;
	height: 100%;
}
.last_posts_list li .post_details {
	padding: 20px 60px;
	position: relative;
}
.last_posts_list li .post_details h3 {
	font-size: 22px;
	font-weight: 600;
	color: #665252;
	font-family:
'Helvetica Neue','Lato',  Arial, sans-serif;
	position: relative;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.last_posts_list li .post_details h3 a {
	font-size: 22px;
	font-weight: 600;
	color: #665252;
	text-decoration: none;
}
.last_posts_list li .post_details h3:after {
/*	content: '';
	width: 80px;
	height: 1px;
	background: #bdbbc0;
	position: absolute;
	bottom: 0;
	left: 0;*/
}
.last_posts_list li:hover, .last_posts_list li.active {
	background: #665252;
}
.last_posts_list li:hover .post_details h3 a, .last_posts_list li.active .post_details h3 a {
	font-size: 22px;
	font-weight: 600;
	color:
#ebffb0;
	text-decoration: none;
}
.last_posts_list li:hover hgroup, .last_posts_list li.active hgroup {
	color: #fff;
	font-size: 12px;
}
.last_posts_list li .post_details:after {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.last_posts_list li.active .post_details:after, .last_posts_list li:hover .post_details:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #665252;
	float: right;
	margin-right: -15px;
	position: absolute;
	top: 20px;
	right: 0px;
	opacity: 1;
}
.last_posts_list li:hover .post_excerpt, .last_posts_list li .post_excerpt:hover, .last_posts_list li.active .post_excerpt {
	display: block;
}
.last_posts_list li .post_excerpt .btn {
	margin-top: 50px;
    background-color:
#665252;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.last_posts_list li .post_excerpt .btn:hover{
    background-color:
#2496ef;

}
@media (max-width: 544px) {
body:not(.home) .main-content {
    padding-bottom: 30px;
    margin-top: -97px;
    position: relative;
    z-index: 10;
}
.last_posts_list li:hover .post_excerpt, .last_posts_list li .post_excerpt:hover, .last_posts_list li.active .post_excerpt {
	display: none;
}
.last_posts_list {
	width: 100%;
}
.last_posts_list li:hover .post_details:after, .last_posts_list li.active .post_details:after {
	display: none
}
.comments_box{padding:0;}
}
.communication {
	float: left;
	width: 100%;
}
.form-wrap {
	float: left;
	width: 100%;
	
}
.more-text-holder {
	float: left;
	width: 100%;
	height: 100%;
	padding: 30px;
	min-height: 350px;
	color: #fff;
}
.form-wrap button {
	margin-left: 0px;
}
.form-wrap h3, .more-text-holder h3 {
	font-family:
'Helvetica Neue','Lato',  Arial, sans-serif;
	font-weight: 300;
	font-size: 30px;
	color: #fff;
	margin-bottom: 15px;
	margin-left: 10px;
	text-transform: uppercase;
	position:relative;
	padding-bottom:10px;
}
.more-text-holder h3 {
	margin-left: 0px;
}
.more-text-holder .btn{border:2px solid
#ffffff;font-family:
'Helvetica Neue','Lato',  Arial, sans-serif;font-size:15px;font-weight:600;padding:15px 30px;}
.socials h3 {
	font-family:
'Helvetica Neue','Lato',  Arial, sans-serif;
	font-weight: 300;
	font-size: 30px;
	color: #fff;
	margin-bottom: 15px;
	margin-top: 10px;
	text-transform: uppercase;
	position:relative;
	padding-bottom:10px;
}
.more-text-holder h3:after, .socials h3:after {
    content: '';
    width: 80px;
    height: 1px;
    background: #bdbbc0;
    position: absolute;
    bottom: 0;
    left: 0;
}
.socials {
	padding: 40px;
}
.socials a {
	color: #fff;
	display: inline-block;
}
.socials a:nth-child(1) {
	margin-left: -5px;
}
.socials a:hover {
	opacity: 0.85;
}
.list-box {
	float: left;
	width: 100%;
	padding: 20px 10px 20px 0;
}
.list-box +.list-box {
	padding: 5px 10px 5px 0;
}
.list-box.half-padding {
	padding: 20px 10px 5px 0;
}
.list-box-title {
	float: left;
	width: 100%;
	background: #fff;
	font-weight: 600;
	font-size: 15px;
	padding: 10px;
    border:1px solid #e1e1e1;
	text-align: center;
      position:relative;
    }
.list-box-title a{    
    color:
#000000;
}
.list-box.active .list-box-title{
    border:1px solid #c7c7c7; 
    position:relative;
}
.list-box .list-box-title a>span{
    width: 27px;
    height: 27px;
    display: block;
    background: #fff url(../image/arrows-bullets.jpg )5px -80px no-repeat;
    position: absolute;
    bottom: -13px;
    right: 10px;
    transform: rotate(90deg);
    transition: transform 0.5s ease;

}
.list-box.active .list-box-title a>span{
    content: '';
    width: 27px;
    height: 27px;
    display: block;
    background: #fff url(../image/arrows-bullets.jpg )5px 5px no-repeat;
    position: absolute;
    bottom: -13px;
    right: 10px;
    transform: rotate(-90deg);

}
.list-box-items {
	margin: 0;
	padding: 0;
	list-style: none;
    display:none;
    position: relative; and zoom: 1;
    float:left;
    width:100%;
}
.list-box-items li {
	padding: 15px 0 15px 20px;
	font-size: 12px;
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 20px;
    background:transparent url(../image/arrows-bullets.png ) 0 -69px no-repeat;
    color:#bdbec5;
}
.list-box-items li:hover {
 background:transparent url(../image/arrows-bullets.png) 0 15px no-repeat;
}
.list-box-items li.active:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 12px solid
#665252;
	position: absolute;
	top: 10px;
	right: -12px;
}
.list-box-items h3 {
	font-weight: 600;
	font-size: 14px;
	font-family:
'Helvetica Neue','Lato',  Arial, sans-serif;
	position: relative;
	padding-bottom: 10px;
}
.list-box-items h3 a{
    color:#bdbec5;
}
.list-box-items h3 a:hover, .list-box-items li:hover h3 a{
    color:#3a5980;
}
.list-box-items h3:after {
	content: '';
	width: 40px;
	height: 1px;
	background: #bdbbc0;
	position: absolute;
	bottom: 0;
	left: 0;
}
.list-box-items li.active h3 a, .list-box-items li.active {
	 color:
#ffffff;
}
.list-box-items li.active h3:after {
	background: #fff;
}
.list-box-items time:before, .list-box-items time:after {
	padding-right: .1rem;
	padding-left: .1rem;
	color: #bdbec5;
	content: "|";
}
.list-box-items li.active time:before, .list-box-items li.active time:after {
	color: #fff;
}
.list-box.with-hover:hover .list-box-title {
	background:
    #ebffb0;
	position: relative;
	color: #fff;
}
.list-box.with-hover:hover .list-box-title a, .list-box.with-hover:hover .list-box-title a:hover {
	color: #fff;
}
.list-box.with-hover:hover .list-box-title:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 12px solid
#ebffb0;
	position: absolute;
	top: 10px;
	right: -12px;
}
.wca-wrap {
	border: 1px solid #373737;
	background: #f5f5f5;
	padding-bottom: 20px;
    text-align:center;
}
.wca-wrap .btn {
	background: #fff;
	color: #373737;
    font-size: 16px;
    margin: 10px auto;
    float: none;
    display: inline-block;
    border: 1px solid #373737;
    border-radius:25px;
    padding:10px 25px; 
}
.wca-wrap h3 {
	color: #ffffff;
	background: #373737;
	text-align: left;
	padding: 25px 10px 10px 80px;
	margin-top: 0;
	font-size: 20px!important;
	position: relative;
	min-height: 51px;
}
.wca-wrap p {
	margin: 0;
	font-size: 13px;
	padding: 0 30px;
}
.wca-wrap h3:before {
	content: url(http://dbl10.net/saveit/wp-content/themes/dbldefault/images/icons/dba_auth_web_icon_presentation_white.svg);
	display: inline-block;
	width: 50px;
	margin-left: 0px;
	height: 52px;
	vertical-align: text-bottom;
	float: left;
	top: 50%;
	margin-top: -25px;
	left: 15px;
	position: absolute;
    z-index: 100;
}
.wca-wrap + small {
	font-size: 10px;
	margin: 10px 15px;
	display: block;
}
.previewLabel{display:none;}
.customPopInner input[name='submit'] {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}
.customPopInner input[name="submit"] {
    display: block;
    padding: 12px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #2a3744;
    border-color: #2a3744 ;
    width: 100%;
}
.customPopInner input[name="submit"]:hover{opacity:0.9;}
/**
 * 8.0 FOOTER
**/
footer {
	padding: 50px 0;
	color: #fff;
	font-family:'Helvetica Neue','Lato',  Arial, sans-serif;
	font-size: 13px;
    background:#2a3744;
    float:left;
    width:100%;
    text-align:center;
    color:#8ed4ff;
}
body > footer a{
    color:#8ed4ff;
}
body > footer a:hover{
    color:#8ed4ff;
    text-decoration:none;
    opacity:0.9;
}
article footer{background:none;}
footer p {
	margin:10px 0;
}
footer .social_links a:hover{opacity:0.8}
footer ul{list-style:none;margin:0;padding:0;float:left;}
footer ul li{float:left;text-align:left;}
footer ul li a{padding:10px;color:#8ed4ff;}
footer ul li a:hover{color:rgba(142,212,255,0.85);}
.disclaimer{
     background:#e6e6e6;
     padding:40px 0;
     color:#313131;
     font-size:13px;
}
.home .disclaimer{
	display:none;
}
.footer-note{
	width:100%;
    float:left;
    color:#fff;
        margin-top: 0px;
    }
.footer-logo img{
    position: relative;
    top: -12px;
}
/**
 * 9.0 CONTACT SECTION
**/
.contact_section{
    float:left;
    width:100%;
    background:#ffffff;
    color:#304466;
    padding:60px 0;
 }
 .contact_section h3{
 	font-size:36px;
    font-weight:400;
 }
 .btn-send-form{
    padding:15px 24px;
    border-radius:0px;
	color:
#ffffff;
 	background:
#2496ef;
 	text-transform:uppercase;
    font-weight: 600;
    font-size: 14px;
    border:0px solid
#ccc;
    	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
 }
 .btn-send-form:hover{
 background:
#025aa5;
 }
 #scroll_down{
       position: absolute;
    bottom: 9px;
    left: 50%;
    margin-left: -15px;
    z-index: 10000000;
    padding: 7px;
    background: #fff;
    transform: rotate(45deg);
 }
  #scroll_down > img{transform: rotate(315deg);}
 
  img[class*="pull-xs"]+h3,img[class*="pull-xs"]+h2, img[class*="pull-xs"]+h1 {clear:none;} 
  img.pull-xs-right{margin:10px 0 10px 10px;}
  img.pull-xs-left{margin:10px 10px 10px 0px;}
  .skew-top-right, .skew-bottom-right, .skew-top-left{overflow:hidden;position:relative;}
  .skew-top-right:before{
        content: '';
        width: 200%;
        height: 71px;
        background: #fff;
        position: absolute;
        top: -12px;
        left: -10%;
        z-index: 100;
        transform: rotate(2deg);
}
.skew-top-right:after{
        content: '';
        width: 200%;
        height: 100px;
        background: #fff;
        position: absolute;
        bottom: -10px;
        left: -10%;
        z-index: 100;
        transform: rotate(-3deg);
}
.skew-top-left:before{
        content: '';
        width: 200%;
        height: 30px;
        background: #fff;
        position: absolute;
        top: -22px;
        left: -10%;
        z-index: 100;
        transform: rotate(-2deg);
 }
.skew-bottom-right:after{
     content: '';
        width: 200%;
        height: 71px;
        background: #fff;
        position: absolute;
    bottom: -12px;
    left: -10%;
    z-index: 100;
    transform: rotate(-2deg);
   }
.skew-top-lef .sidebar{padding-top:20px;}
.disclaimer.skew-top-left:before{
   transform: rotate(2deg);
   height:90px;
 }
.padding-h-150{
   padding:150px 0;
}
.padding-h-100{
   padding:100px 0;
}
.padding-h-50{
   padding:50px 0;
}
.text-white{
   color:#fff;
}
.black-overlay{
        background:rgba(0,0,0, 0.33);
}
section.disclaimer[class*='skew-']{
	padding-top:100px;
 }
 /**
 * 15.0 ANIMATIONS SECTION
**/
@keyframes animatedReadMoreBtn {
	from { background-position: right center; }
	to { background-position: 110% center0; }
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	width: 100%;
}
.alert-success {
	color: #3c763d!important;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.animate_box {
	background-image: linear-gradient(to right, #dff0d8 50%, #B8F3A0 50%);
	background-size: 200% 100%;
	background-position: left bottom;
	-webkit-transition: background-position 3s;
	-moz-transition: background-position 3s;
	transition: background-position 3s;
	text-align: center;
}
.alert-danger.animate_box {
	background-image: linear-gradient(to right, #F2DEDE 50%, #F6B2B2 50%);
	background-size: 200% 100%;
	background-position: left bottom;
	-webkit-transition: background-position 3s;
	-moz-transition: background-position 3s;
	transition: background-position 3s;
}
.animate_box.animateMe {
	background-position: right bottom;
}
.animate_box.fixed-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100000000;
}
 /**
 * 16.0 ROOT HOME SECTION
**/

.root_home_featured_box{
	min-height:380px;
    margin-bottom:30px;
    position:relative;
    text-align:center;
}
.root_home_featured_box:before{
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:0;
    display:block;
    background:rgba(0, 0, 0, 0.8);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.76+0,1+100 */
   /* background: -moz-linear-gradient(top,  rgba(255,255,255,0.76) 0%, rgba(255,255,255,1) 100%);  FF3.6-15 */
    /*  background: -webkit-linear-gradient(top,  rgba(255,255,255,0.76) 0%,rgba(255,255,255,1) 100%);Chrome10-25,Safari5.1-6 */
   /* background: linear-gradient(to bottom,  rgba(255,255,255,0.76) 0%,rgba(255,255,255,1) 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   /*  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2ffffff', endColorstr='#ffffff',GradientType=0 ); IE6-9 */
}
.root_home_featured_box .root_tag_line{
	font-style:normal;
    font-size:30px;
    color:#fff;
    font-family:Lato;
    font-weight:200;
}
.root_home_featured_box .main_heading{
	text-transform:uppercase;
    font-size:52px;
    color:#fff;
    border:2px solid #0098f6;
}
.root_home_featured_box h3{color:#fff;}
button[name="search_blog_btn"]{
	float: left;
    margin-left: -31px;
    border: none;
    background: none;
    height: 50px;
    font-size: 20px;
}
#top-navigation button[name="search_blog_btn"]{
	color:rgba(255, 255, 255, 0.47);
}
input[name="search_blog"]{
	background:#fff;
}
#top-navigation input[name="search_blog"]{
	margin:0px 0;
    height:51px;
    background:#3aa0f0;
    border:none;
    color:#fff;
    font-weight:bold;
}

#top-navigation input[name="search_blog"]::-webkit-input-placeholder, #top-navigation .nav-form input[name="search_blog"]::-moz-placeholder, #top-navigation input[name="search_blog"]:-ms-input-placeholder {
    text-transform:none;
    color:rgba(255, 255, 255, 0.47)!important;
    font-style:normal;
}
#top-navigation input[name="search_blog"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
  font-weight:400;
  text-transform:none;
}
#top-navigation input[name="search_blog"]::-moz-placeholder { /* Firefox 19+ */
  color: white;
  font-weight:400;
  text-transform:none;
}
#top-navigation input[name="search_blog"]:-ms-input-placeholder { /* IE 10+ */
  color: white;
  font-weight:400;
  text-transform:none;
}
#top-navigation input[name="search_blog"]:-moz-placeholder { /* Firefox 18- */
  color: white;
  font-weight:400;
  text-transform:none;
}
input[name="search_blog"]::-webkit-input-placeholder{ 
	font-style:normal;
    text-transform:uppercase;
    color:#707070;
     font-weight:400;
}
input[name="search_blog"]::-moz-placeholder { 
	font-style:normal;
    text-transform:uppercase;
    color:#707070;
     font-weight:400;
}
input[name="search_blog"]:-ms-input-placeholder { 
	font-style:normal;
    text-transform:uppercase;
    color:#707070;
     font-weight:400;
}
, input[name="search_blog"]:-moz-placeholder { 
	font-style:normal;
    text-transform:uppercase;
    color:#707070;
     font-weight:400;
}
.all-category-list{
  margin:10px 0 100px;
  width:100%;
  text-align:center;
  float:left;
  	
 }
.no-margin{margin:0!important;}
.all-category-list .dropdown-menu, .dropdown-menu{width:100%;font-size:14px;}
.partener_box {
    background: #784e64;
    color: #fff;
    text-align: left;
    padding: 25px;
    margin: 0 0 20px;
}

.widget-box {
    -webkit-transition: background-color 300ms ease-out 200ms;
    -moz-transition: background-color 300ms ease-out 200ms;
    -o-transition: background-color 300ms ease-out 200ms;
    transition: background-color 300ms ease-out 200ms;
}

.partener_box h3 {
    font-size: 26px;
}

.partener_box h2 {
    font-size: 30px;
    position: relative;
    padding-right: 80px;
}

.partener_box h2 > img {
    position: absolute;
    bottom: 21px;
    right: 2px;
}


.partener_box .learn_more {
    padding: 5px 20px;
    display: block;
    margin: 15px auto 0;
    clear: both;
    width: 90%;
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 6px;
    color: #784e64;
    -webkit-transition: all 300ms ease-out 200ms;
    -moz-transition: all 300ms ease-out 200ms;
    -o-transition: all 300ms ease-out 200ms;
    transition: all 300ms ease-out 200ms;
}


.video_box {
    background: #6192ca;
    color: #fff;
    text-align: left;
    padding: 25px 20px 25px 25px;
    margin: 0 0 20px;
}


.video_box h2 {
    font-size: 30px;
    position: relative;
    padding-right: 60px;
}

.video_box .learn_more {
    padding: 5px 0px;
    display: block;
    margin: 15px auto 0;
    clear: both;
    width: 90%;
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
    background: #3f6ca3;
    border: 2px solid #3f6ca3;
    border-radius: 6px;
    color: #fff;
    -webkit-transition: all 300ms ease-out 200ms;
    -moz-transition: all 300ms ease-out 200ms;
    -o-transition: all 300ms ease-out 200ms;
    transition: all 300ms ease-out 200ms;
}

.video_box h2 > img {
    position: absolute;
    bottom: 0px;
    right: -4px;
}
.author-box{
	background:#fff;
    padding:5px 0px 20px;
    margin:0 0 0px;
    font-size:18px;
}
.author-box h3{
	border-bottom:1px solid #d4d4d4;
    margin:10px;
    padding-bottom:10px;
}
.author-box > img{margin:0 10px 0 0;}
.author-box dt, .author-box dd, .author-box dd a{
	font-size:18px;
    line-height:1.1;
  
}
.author-box .author-details{
	padding:10px 20px 20px;
    border:3px solid #0098f6;
    position:relative;
}
.author-details dt, .author-details dd, .author-details dd a
{
	font-size:14px;
    font-weight:400;
    line-height:1.3;
   }
.author-details dt{
	font-weight:600;
    }
.author-box dt{
	float:left;
    margin-right:3px;
    }
.author-box .author{
	font-weight:bold;
    margin-bottom:10px;
    /*display:inline-block;*/
    font-size:22px;
    }

.post-navigation{
	color:#000;
    font-size:21px;
    float:left;
    width:100%;
}
.post-navigation a{
	color:#2a3744;
    font-size:36px;
    position:relative;
    top:6px;
    margin:0 15px;
}
.post-navigation + .all-category-list{
	margin-top:20px;
    color:#2496ef;
}
.home .nav-form{}
.bottom_post_box{
	width:100%;
    float:left;
    background:#f1f1f1;
    padding:5px;
    margin-bottom:20px;
}
.grand-padding{
	padding-left:30px;
    padding-right:30px;
}
.grand-padding > i{
	margin-left:15px;
}
.widget-box img{
	max-width:100%;
    height:auto;
}
.box_optin_user{
	padding:20px;
    background:#3aa0f0;
    color:#ffffff;
     border-bottom: 2px solid #0a8df3;
}
.box_optin_user a{color:#ffffff;}
.box_optin_user .fa{
	font-size:40px;
    position:absolute;
    top:20px;
    right:40px;
    z-index:10;
}
.view-more-articles{margin:6px 0;}
.jssocials-share-logo{color:#ffffff;}
.share-bar {
	float: right;
	color: #000;
}
.share-bar span {
	margin-top: 10px;
	color: #000;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
}
span.leave_comment{cursor:pointer;}
.modal-backdrop.in {
	background: rgba(0,0,0,0.8);
	opacity: 1;
}
.modal-header {
	padding: 15px 15px 0;
	border-bottom: 0px solid #e5e5e5;
}
.modal-body {
    position: relative;
    padding:0 15px 15px;
}
a[data-target="#login"]{
font-size:16px;
}
p:empty{display:none;}
.btn-white, .afiliate_link  {
	display: inline-block;
	padding: .375rem 1rem;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	word-wrap: break-word!important;
	white-space: pre-line;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	color: #000;
	background-color: #fff;
	border-color: #ccc;
	border-radius: 3px;
	border-bottom: 2px solid #bfbfbf;
}
.social_bar_top a:not(.btn-white) {
	display: inline-block;
	margin: 0 0 0 10px;
	font-size: 18px;
	color: #fff;
}
.social_bar_top a.btn-white{
	margin-right:10px;
    font-size:16px;
	}
.btn-white:hover {
	opacity: 0.85;
}
.post-navigation .category_active a{
	font-size:25px;
	top:1px;
}

@media (min-width: 544px) {
.dropdown-list-items{
 -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;

    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}     

}
@media (min-width: 768px) {
.dropdown-list-items{
 -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;

    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}     

.author-bio{
	padding-left:220px;
}    


}
@media (min-width: 992px) {}
@media (min-width: 1200px) {
.dropdown-list-items{
 -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;

    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}     
}
.customPopInner h1:first-letter{
    text-transform:uppercase;
}
.customPopInner{
 padding:10px 60px 40px;
}
.btn-black{
	background:#2a3744;
    color:#fff;
}
.view_more_articles{float:right;font-weight:bold;margin-top:20px;}
.dropdown-item{
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;

}
.author-box + blockquote, .author-box + div + blockquote{width:45%;}
.bottom_banner{
	max-width:100%;
    height:auto;
}
 #afiliate_link .customPopInner {
    padding: 10px 60px 0px;
 }
 
 #afiliate_link .modal-body{
    padding-bottom:60px;
 }
 .social_bar_top a:not(.btn-white)[data-target="#login"]{
    color:#fff;
    background:#ffcd34;
    padding:4px 20px;
    margin-top: -8px;
    text-transform:uppercase;
    font-size:15px;
    
 }
.social_bar_top a:not(.btn-white)[data-target="#login"]:hover{
	background:#dcb11e;
}
 
 .bottom_post_box .dropdown-item:before{
     content: "\f105";
     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;
 
 }
 .media-items{margin-bottom:20px;}
 #insert_images_btn, #insert_pdf_btn{
     margin: 10px auto;
    width: 114px;
    display: block;
    clear: both;
    background: #2a3744;
    border-bottom:2px solid #000; 
 }
 .afiliate_link{
     position: relative;
    top: -4px;
 }
 .jssocials-share-facebook a{
	background: #3b5998;
    border-bottom:2px solid #3b5998;
}
.jssocials-share-facebook a{
	border-bottom:2px solid #3b5998;
}
.jssocials-share-twitter a {
	background: #00aced;
    border-bottom:2px solid #00aced;
}
.jssocials-share {
	margin:2px;
}
.jssocials-shares * {
	box-sizing: border-box;
}
.jssocials-share-linkedin a{
	background: #007bb6;
    border-bottom:2px solid #007bb6;
}
.jssocials-share-youtube a{
	background: #e62117;
    border-bottom:2px solid #e62117;
}
.jssocials-share-googleplus a{
	background: #dd4b39;
    border-bottom:2px solid #dd4b39;
}
.jssocials-share-skype a{
	background: #3e9dd7;
    border-bottom:2px solid #3e9dd7;
}
.jssocials-share-instagram a{
	background: #964b00;
    border-bottom:2px solid #964b00;
}
.jssocials-share-pinterest a{
	background: #bd081c;
    border-bottom:2px solid #bd081c;
}
.p_content_bio{margin-bottom:30px;}
.view_all_post_bio{
	margin-top:5px;
    margin-right:5px;
 }
@media (max-width: 1199px) {
.social_bar_top {
	max-width: 646px;
	float: none;
	margin: 0 auto;
}
.navbar-brand {
	float: none;
	clear: both;
}
}

@media (max-width: 736px) {
.social_bar_top a.btn-white {
	margin-bottom: 10px;
}
.carousel-title{float:right;    width: 88%;}
}

@media (max-width: 544px) {
.social_bar_top{
	text-align:center;
    padding-bottom:20px;
    padding-top:10px;
}
.navbar-light .navbar-brand{
	padding-top:10px;
    display:inline-block;
}
.social_bar_top > a:first-child {}
.social_bar_top span {
	display: block;
	clear: both;
	margin-bottom: 10px;
}
#top_menu_content_right {
	min-height: 68px;
	text-align: center;
	float: left;
	padding: 0px;
	width: 100%;
}
#top_menu_content_right ul li {
	 float: none; 
	line-height: 73px;
	color: #fff;
	margin: 0 0 0 5px;
	display: inline;
}
ul.nav li.has_submenu.open{
	    height: 100vh;
    overflow: scroll;
}
ul.nav li ul.submenu{
	position:relative;
    webkit-columns: 1 ;
    -moz-columns: 1;
    columns:1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap:0px;
    width: 100%;
    padding: 20px;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
    display:none;
    z-index:1000;
}
ul.nav li:hover ul li{
	background:transparent;
}
.main_heading{
	padding:10px;
    font-size:35px!important;
    margin:10px;
}
.root_home_featured_box h3{
	font-size: 16px;
    padding:10px;
}
#subscribe_free input[name="search_blog"]{text-align:center;}
#subscribe_free button[name="search_blog_btn"]{
	float:left;
    width:100%;
    margin:0!important;
    border-radius:4px!important;
}
.root_home_featured_box .container{
	padding:50px 0 80px!important;
}
.nav-form input[name="search_blog"]:focus {
    width: 100%!important;
    outline: none;
}
.home .nav-form{padding:0!important;}
.footer-logo{
	display:block;
    text-align:center;
    width:100%;
 }
 .menu-footer-holder{text-align:center;}
 .menu-footer-holder ul{float:none;width:100%;}
 .menu-footer-holder ul li{
  	float:none;
    display:inline-block;
  }
.carousel-title {
    float: right;
    width:95%;
}
.footer-note{text-align:center!important;}
.post-navigation a{display:block;}
.author-box > img{
    margin: 10px auto;
    clear: both;
    float: none!important;
    display: block;
    width:100%;

}
.share-bar{float:left;width:100%;}
.social-media, #social-media{float:left;width:100%;}
.share-bar span{display:none;}

} /*//end media*/
.carousel-title a{
	color:#4d515b;
}
.carousel-title a:hover{
	color:#2496ef;
}
.post-navigation a[href="#"]{  pointer-events: none;opacity:0.08}
#social-media a, .social-media a{
    border-radius:4px;
    height: 33px;
    width: 33px;
    padding: 8px 0;
    }
#social-media .jssocials-share-logo, .social-media .jssocials-share-logo   {  
    font-size:1.2em!important;
    position: relative;
    top: -3px;
}
#social-media .jssocials-share-email .jssocials-share-link{
    border-bottom: 2px solid #0a8df3;

}
.social-media, #social-media{float:right;margin-left:7px;}
form[action="/panel/edit-article"]{
/*    position: absolute;
    right: 0;
    top: 6px;*/
    display:inline;
}
form[action="/panel/edit-article"] button{
    background:none;
    border:none;
    color: #2496ef;
 }
 form[action="/panel/edit-article"] button:hover{color:#000;}
form[action="/panel/profile"]{
/*    position: absolute;
    right: 0;
    top: 6px;*/
    display:inline;
}
form[action="/panel/profile"] button{
    background:none;
    border:none;
    color: #2496ef;
}
 form[action="/panel/profile"] button:hover{color:#000;}
.social-media-author-box{position:absolute;bottom:5px;right:15px;}
.social-media-author-box .jssocials-share-link{
   background:transparent!important;
   border:none;color:rgba(255, 255, 255, 0.47)!important;
   padding:0px;
   font-size:1.1rem;
   }
.social-media-author-box .jssocials-share-link .jssocials-share-logo{color:rgba(143, 143, 143, 0.53)!important;text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.18);}
.social-media-author-box .jssocials-share-link  .jssocials-share-logo:hover{color:rgba(0, 0, 0, 1)!important;}
aside a.author + dl{margin-bottom:45px;}
input:required:invalid, input:focus:invalid {
  /* insert your own styles for invalid form input */
  -moz-box-shadow: none;
 /* border-color:red;*/
}
input:valid { 
  border: 1px solid #ccc;
}
#myModal h2:first-letter{text-transform:capitalize;}
.post-excerpt img{max-width:100%;height:auto!important;margin-bottom:20px;}
.featured_img img{width:100%;}
.blue-heading{
 color:#2496ef;
 margin:10px 0 20px;
}
audio {
/*    width:100%;
    float:left;*/
}
.box_optin_user h3{
	padding-right:60px;
    color:#fff;
}
.help-list {
    margin: 10px 0 20px 30px;
    padding: 0;
    list-style: none;
}
.help-list li {
    padding: 5px 0 5px 24px;
    position: relative;
}
.help-list li:before {
    content: "\f111";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 15px;
    left: 5px;
    font-size: 10px;
    color: #5496ef;
}
.sidebar{
padding-left:20px;
padding-right:0px;

}
.sidebar .widget-box{
	background:#fff;
    padding:0px;
    margin:0 0 20px 0;
        width: 100%;
    float: left;
}
.sidebar .widget-box h3 {
    border-bottom: 1px solid #d4d4d4;
    margin:0 0 15px;
    padding:10px 20px 10px;
}
.sidebar .widget-box ul {
	margin-bottom:20px;
    list-style-image: url('../image/list-bullet.png');
}
.sidebar .widget-box ul li a{
	font-size:14px;
    font-weight:600;
}
.sidebar .widget-box ul li{

}
 /**
 * 18.0 TILES HOME SECTION
**/
.tiles-box{
	float:left;
    width:100%;
}
.tiles-box > a{
	float:left;
    margin:5px 10px 5px 0px;
}
.tile{
	width:240px;
    height:240px;
    position:relative;
    overflow:hidden;
   
    float:left;
}
.tiles-box > a:nth-child(3n){
   margin:5px 0px 5px 0px;
}
.tile:before{
content:'';
 background:rgba(0,0,0, 0.33);
 	position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:3;
        -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

 }
 .tiles-box > a:hover .tile:before{
  background:rgba(0,0,0, 0.45);
 }
.tile img{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index:2;
}
.tile .tile-details{
   position: absolute;
   width:100%;
   bottom:0;
   left:0;
   z-index:20;
   
}
.tile .tile-details span.date{
	display:inline-block;
    padding:10px;
    background:#0098f6;
    color:#fff;
    font-weight:bold;
    font-size:14px;
}
.tile .tile-details h3{
	padding:10px;
    font-size:16px;
    color:#fff;
     font-weight:bold;
}
.view-more-cat{
 padding:3px 60px 3px 3px;
 background:#fff;
 margin:20px 0;
 color:#373737;
 font-size:18px;
 position:relative;
}
.view-more-cat i{
	    background: #0098f6;
        color:#fff;
        position:absolute;
        top:0;
        right:0;
        height:100%;
        padding:5px;

}
.view-outline-large-btn{
	font-size:14px;
    padding:3px;
    font-weight:bold;
    border:2px solid #0098f6;

}
.view-outline-large-btn:hover{
	background:rgba(0, 152, 246, 0.19);

}
#subscribe_free button[name="search_blog_btn"]{
	    float: right;
   /* margin-left: -200px;*/
    border: none;
    background: none;
    height: 50px;
    font-size: 18px;
    background:#0285d2;
    text-transform:uppercase;
    padding:0 20px;
    color:#fff;
    font-weight:bold;
    border-radius:0 4px 4px 0;
	    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    clear:none;
    margin-top:-60px;

}
#subscribe_free button[name="search_blog_btn"]:hover{
	background:#087abe;
}
#subscribe_free input[name="search_blog"]{
	border-radius:4px;
    float:left;
}

@media screen and (max-width: 1199px) and (min-width: 500px) {
.tiles-box > a{
	width:calc(50% - 5px);
    margin:5px 10px 5px 0px;
    }
 .tile{   height:240px;
    position:relative;
    overflow:hidden;
    float:left;
    width:100%;
}
.tiles-box > a:nth-child(3n){
   margin:5px 10px 5px 0px;
}
.tiles-box > a:nth-child(2n){
   margin:5px 0px 5px 0px;
}
}
@media screen and (max-width: 499px){
.tiles-box > a{
	width:calc(100% - 5px); margin:5px 10px 5px 0px;
    }
 .tile   {
 width:100%;
    height:240px;
    position:relative;
    overflow:hidden;
   
    float:left;
}
.tiles-box > a:nth-child(3n){
   margin:5px 10px 5px 0px;
}
.tiles-box > a:nth-child(2n){
   margin:5px 10px 5px 0px;
}
}
.btn-primary:hover {
    color: #fff;
    background-color: #2095f8;
    border-color: #01549b;
}
.featured_img{
	position:relative;
    width:100%;
    clear: both;
}
.social-tools-bar{
	position:absolute;
    width:100%;
    background:rgba(0,0,0,0.5);
    left:0;
    bottom:0;
    z-index:2;
    text-align:right;
    box-sizing:border-box;
    padding:0 30px;
}
.social-tools-bar a{
	color:#d9534f!important;
    cursor:pointer;

}
.scrollToTop, .scrollToTop:active, .scrollToTop:focus{
    width: 50px;
    height: 50px;
    padding: 10px;
    text-align: center;
    background: whiteSmoke;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 20vh;
    right: 40px;
    display: none;
    background: rgba(0,0,0,0.5);
    font-size: 29px;
    z-index:100;
    outline:none;
}
.scrollToTop:hover{
	text-decoration:none;
     color: #fff;
      background: rgba(0,0,0,0.8);
}
#top-navigation .nav-item.has_submenu > a{
	padding-right:31px;
    }
.has_submenu > a:after{
    content: "\f0d7";
	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;
    position:absolute;
    top:19px;
    color:#fff;
    right:12px
}
.nav-form input[name="search_blog"]{
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    float: right;

}
.nav-form button[name="search_blog_btn"] {
    float: right;
    margin-top: -51px;
    margin-left:0;
    border: none;
    background: none;
    height: 50px;
    font-size: 20px;
}
.nav-form input[name="search_blog"]:focus{
      width:calc(100% + 100px);
      outline:none;

}
@media (max-width: 360px) {
	.navbar-toggler{
    	top:-4px!important;
    }
	.navbar-light .navbar-brand{
    	display:block;
        text-align:center;
        margin:0;
    }
	header .navbar-brand >img{
    	margin:0;
    }
}
iframe {
      max-width: 100%;
    }
  