/**
 Theme Name: bootstrap
 Author: Cronkite School ASU
 Author URI: http://cronkite.asu.edu/
 Version: 2.6
 GitHub Theme URI: https://github.com/cronkiteschool/Cronkite-News-bootstrap
 GitHub Branch: master
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: black, white, blue, grey, one-column, four-columns, right-sidebar, flexible-width, theme-options, custom-menu, responsive-layout
 Text Domain: bootstrap 
**/

.kicker-modern {
    padding: 10px;
    background: #fff;
    /*border-radius: 4px;*/
}

.kicker-modern h3 {
    font-size: 14px;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
}

.kicker-modern p {
    font-size: 20px;
    font-weight: normal;
    line-height: 110%;
}

.latest-grid .center-block >  h2 {
    font-size: 34px;
    line-height: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    letter-spacing: 0.025em;
    color: #234384;
    padding-bottom: 0;
}
.latest-grid {
    background: #fff;
}

.tinter {
	position: relative;
	overflow: hidden;
}
.hero-caption {
	background-color: rgba(0,0,0,0.6);
	padding: 10px 30px;
	height: 140px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.hero-caption {
	height: 140px;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.hero-caption {
		height: 170px;
        padding: 0;
      
	}
}

@media only screen and (min-width : 480px) {
	.hero-caption {
		height: 90px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.hero-caption {
		height: 110px;
          padding: 10px 30px;
	}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.hero-caption {
		height: 110px;
      
	}
    .menuClass
    {
        position: fixed;
        top: 0;
        margin-left: auto;
        margin-right: auto;
    }
    #import-sec
    {
        margin-left:40px;
    }

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.hero-caption {
		height: 105px;
	}
}


.wp-caption-text {
	text-align: left;
	font-size: 16px !important;
}

.fadeInDown-1 a:hover {
	color: #dadee7;
}

.fadeInDown-1 a {
	color: white;
}

.fadeInDown-3 {
	text-align: center;
}

.carousel-captions {
	text-align: left;
	padding-bottom: 20px;
}

.carousel-captions p {
	font-size: 16px !important;
	font-style: italic;
}

.breadcrumbs {
	background-color: #234384;
	color: white;
	font-weight: bold;
	padding-left: 5px;
}

.breadcrumbs a:link, .breadcrumbs a:visited {
	color: white;
}

.breadcrumbs a:hover {
	color: #dadee7;
}

.post p {
	color: black; /* #444; */
	font-size: 18px;
	line-height: 28px;
}

.post h2 {
	color: #234384;
	font-weight: 400;
    padding-bottom: 10px;
    padding-top: 10px;
}

.pinContent
{
    display:inherit;  
}
/* Custom menu */
/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {margin: 0 1em 1em 0;}
.alignright {float:right; margin:0 0 1em 1em}
.alignleft {float:left; margin:0 1em 1em 0}
.aligncenter {display: block; margin-left: auto; margin-right: auto}
.wp-caption {
  background: #fff;
  /* border: 1px solid #DADEE7; */
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  color: #666666;
  font-style: italic;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption.alignnone {margin: 0 1em 1em 0;}
.wp-caption.alignleft {float:left; margin:0 1em 1em 0}
.wp-caption.alignright {float:right; margin:0 0 1em 1em}

/* -----------------------------------------
   General fixes
----------------------------------------- */

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
  max-width: 100%;
}


#wpadminbar {
    opacity: 0.8;
    transition: 0.2s opacity linear;
    -webkit-transform: translateZ(0);
}
#wpadminbar:hover,
#wpadminbar:focus{ opacity: 1; }
body {-webkit-font-smoothing: antialiased; font-family: 'Source Sans Pro', sans-serif}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance:none;
}

/* Placeholder Styling */
::-webkit-input-placeholder { color: #d1d1d1; }
::-moz-placeholder { color: #d1d1d1; }
::-o-placeholder { color: #d1d1d1; }
:-ms-input-placeholder { color: #d1d1d1; }
input:-moz-placeholder { color: #d1d1d1; }

/* Input Styling */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea { /* STYLES GO THERE */ }

embed, iframe, object { max-width: 100%; }
.img-responsive{width: 100%;}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* -----------------------------------------
   Typography
----------------------------------------- */
a:focus {outline:none;}
p:empty {display: none;}
textarea {resize: none;}
body,h1,h2,h3,h4,h5,h6,p,a {font-family: 'Source Sans Pro', sans-serif}
h1,h2,h3,h4,h5,h6{font-weight: 400;}
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}

/* -----------------------------------------
   Clearfix
----------------------------------------- */
.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/*===================================================================================*/
/*	GENERAL
/*===================================================================================*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:focus {
    outline: 0 !important;
}
figure {
    margin: 0;
    padding: 0;
}
figure img {
    width: 100%;
    height: auto;
}
img[src*=".svg"] {
    height: 100%;
}
iframe {
    border: none;
}
* > p:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
::selection {
    background: #AAF2E4; /* Safari */
    color: #234384;
}
::-moz-selection {
    background: #AAF2E4; /* Firefox */
    color: #234384;
}
body {
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #283645;
    //color: #73879C;
    font-size: 17px;
    line-height: 150%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    /*-moz-osx-font-smoothing: grayscale;*/
    text-rendering: optimizeLegibility;
    overflow-x: hidden !important;
    height: auto !important;
}
.navbar,
main {
    background-color: #FFF;
}
.container {
    padding-right: 0;
    padding-left: 0;
}
p {
    margin-bottom: 20px;
}

p a {
    /*border-bottom: 1px solid #73879C;*/
    color: black;
}

.post p a {
  border-bottom: 1px solid #73879C;
  color: #234384 !important;

}

p a:hover {
    border-color: transparent;
}
a {
    color: inherit;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
a:hover,
a:focus {
    color: #1ABB9C;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: #234384;
    margin-top: 0;
    /*word-wrap: break-word;*/
}
h1 {
    font-size: 44px;
    line-height: 130%;
    margin-bottom: 25px;
}
h2 {
    font-size: 26px;
    line-height: 100%;
    margin-bottom: 0px;
}
h3 {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 15px;
}
h4 {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 15px;
}
h5 {
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 13px;
}
h6 {
    font-size: 12px;
    line-height: 160%;
    margin-bottom: 10px;
}
a .logo {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
a:hover .logo {
    opacity: .6;
}
a.green:hover {
    background: #1ABB9C !important;
}
a.blue:hover {
    background: #3F8DBF !important;
}
a.red:hover {
    background: #FA6C65 !important;
}
a.orange:hover {
    background: #F27A24 !important;
}
a.purple:hover {
    background: #9B59B6 !important;
}
a.pink:hover {
    background: #D487BE !important;
}
a.navy:hover {
    background: #34495E !important;
}
a.gray:hover {
    background: #95A5A6 !important;
}
ol {
    position: relative;
    padding-left: 22px;
}
ul {
    list-style: none;
    position: relative;
    padding-left: 22px;
}
ul.arrowed li,
ul.circled li,
ol li {
    margin-bottom: 5px;
}
ul.arrowed li:before {
    /*font-family: 'fontello';*/
    content: '\2192';
    font-weight: normal;
    color: #1ABB9C;
    margin-top: -1px;
    margin-left: -23px;
    vertical-align: top;
    position: absolute;
}
ul.circled li:before {
    font-family: 'fontello-circle';
    content: '\e800';
    font-size: 8px;
    font-weight: normal;
    color: #1ABB9C;
    padding-top: 1px;
    margin-left: -20px;
    vertical-align: top;
    position: absolute;
}
ul.contacts {
    padding-left: 0;
}
ul.contacts li {
    margin-bottom: 5px;
}
footer ul.contacts li {
    margin-bottom: 2px;
}
.social-network {
    position: relative;
    z-index: 0;
    padding-top: 25px;
}
.social-network .social li {
    display: table-cell;
}
.social-network .social li a i {
    width: 55px;
    height: 80px;
    font-size: 20px;
}
#hero h1 {
    font-size: 38px;
    line-height: 110%;
    font-weight: 900;
		margin-left: 30px;
    margin-bottom: 0;

}

#hero-inner h1 {
    font-size: 38px;
    line-height: 110%;
    font-weight: 400;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 0;
    -webkit-transition: font 200ms ease-out;
    -moz-transition: font 200ms ease-out;
    -o-transition: font 200ms ease-out;
    transition: font 200ms ease-out;
}

#hero ul {
    padding-left: 0;
}
#hero img {
    visibility: visible;
}

#hero #owl-main .caption h1.light-bg,
#hero #owl-main .caption h1.medium-bg,
#hero #owl-main .caption h1.dark-bg,
#hero #owl-main .caption h1.tint-bg {
    font-size: 53px;
}
#hero h4 {
    font-size: 22px;
    line-height: 120%;
}
#hero p {
    font-size: 24px;
    line-height: 150%;
    font-weight: 400;
    letter-spacing: .015em;
    text-transform: none;
    margin-top: 20px;
    margin-bottom: 0;
    -webkit-transition: font 200ms ease-out, margin 200ms ease-out;
    -moz-transition: font 200ms ease-out, margin 200ms ease-out;
    -o-transition: font 200ms ease-out, margin 200ms ease-out;
    transition: font 200ms ease-out, margin 200ms ease-out;
}
#hero .btn {
    margin-top: 60px;
    margin-bottom: 0;
    -webkit-transition: background 200ms ease-out, font 200ms ease-out, padding 200ms ease-out, margin 200ms ease-out;
    -moz-transition: background 200ms ease-out, font 200ms ease-out, padding 200ms ease-out, margin 200ms ease-out;
    -o-transition: background 200ms ease-out, font 200ms ease-out, padding 200ms ease-out, margin 200ms ease-out;
    transition: background 200ms ease-out, font 200ms ease-out, padding 200ms ease-out, margin 200ms ease-out;
}
#hero .btn-large {
    font-size: 18px;
    padding: 18px 70px 20px;
}

header {
    background: #234384;
}

header p {
    font-size: 22px;
    line-height: 110%;
}

p + h2,
p + h3 {
    padding-top: 15px;
}
.text-small {
    font-size: 16px;
    line-height: 160%;
}
.text-normal {
    font-size: inherit;
    line-height: inherit;
}
h2 + .text-small {
    margin-top: -5px;
}
header h2 + .text-small {
    margin-top: 0;
}
.post-title {
    margin: 0 0 15px 0;
}
h1.post-title {
    font-size: 22px;
    line-height: 24px;
}
.bordered .post-title {
    margin-bottom: 5px;
}
/*main header + * {
	margin-top: 35px !important;
}*/

main header + * {
    margin-top: 0 !important;
}


.inner {
    padding-top: 10px;
    padding-bottom: 20px;
}

.inner-content {
    padding:40px 0;
}

.inner-content header h1 {
    color:#fff;
}


.inner-md {
    padding-top: 100px;
    padding-bottom: 100px;
}
.inner-sm {
    padding-top: 80px;
    padding-bottom: 80px;
}
.inner-xs {
    padding-top: 40px;
    padding-bottom: 40px;
}
.inner-top {
    padding-top: 20px;
}
.inner-top-md {
    padding-top: 20px;
    padding-bottom:0;
}
.inner-top-sm {
    padding-top: 20px;
}
.inner-top-xs {
    padding-top: 0;
}
.inner-bottom {
    padding-bottom: 30px;
}
.inner-bottom-md {
    padding-bottom: 100px;
}
.inner-bottom-sm {
    padding-bottom: 40px;
}
.inner-bottom-xs {
    padding-bottom: 40px;
}
.inner-left {
    padding-left: 75px;
}
.inner-left-md {
    padding-left: 60px;
}
.inner-left-sm {
    padding-left: 45px;
}
.inner-left-xs {
    padding-left: 30px;
}

.inner-left-xs-archive {
    padding-left: 10px;
}

.inner-right {
    padding-right: 75px;
}
.inner-right-md {
    padding-right: 60px;
}
.inner-right-sm {
    padding-right: 45px;
}
.inner-right-xs {
    padding-right: 30px;
}

.inner-right-xs-archive {
    padding-right: 10px;
}

.outer {
    margin-top: 120px;
    margin-bottom: 120px;
}
.outer-md {
    margin-top: 100px;
    margin-bottom: 100px;
}
.outer-sm {
    margin-top: 80px;
    margin-bottom: 80px;
}
.outer-xs {
    margin-top: 40px;
    margin-bottom: 40px;
}
.outer-top {
    margin-top: 120px;
}
.outer-top-md {
    margin-top: 100px;
}
.outer-top-sm {
    margin-top: 80px;
}
.outer-top-xs {
    margin-top: 40px;
}
.outer-bottom {
    margin-bottom: 120px;
}
.outer-bottom-md {
    margin-bottom: 100px;
}
.outer-bottom-sm {
    margin-bottom: 80px;
}
.outer-bottom-xs {
    margin-bottom: 40px;
}
.center-block {
    float: none;
}
.height-xs {
    height: 30vh;
}
.height-sm {
    height: 44vh;
}
.height-md {
    height: 61vh;
}
.height-lg {
    /*height: 90vh;*/
}
.dropcap {
    float: left;
    display: inline-block;
    width: 44px;
    height: 44px;
    background: #F2F5F7;
    font-size: 28px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    color: #234384;
    margin: 6px 15px 0 0;
}
.dropcap-lg {
    float: left;
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #F2F5F7;
    font-size: 48px;
    font-weight: 700;
    line-height: 70px;
    text-align: center;
    color: #234384;
    margin: 6px 15px 0 0;
}
blockquote {
    padding: 0;
    margin: 0;
    border: none;
}
blockquote p {
    font-size: 22px;
    line-height: 160%;
    font-style: italic;
}
blockquote footer,
blockquote small,
blockquote .small {
    color: #234384;
    font-size: 14px;
    line-height: 150%;
    font-weight: 700;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before,
blockquote footer:after,
blockquote small:after,
blockquote .small:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #234384;
    margin-bottom: .28em;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    margin-right: 10px;
}
blockquote footer:after,
blockquote small:after,
blockquote .small:after {
    margin-left: 10px;
}
hr {
    border: 0;
    border-bottom: 1px solid #CED7E0;
    margin: 60px 0;
}
.map iframe {
    display: block;
    max-width: 100%;
}
h1 + figure,
p + figure {
    padding-top: 15px;
}
h2 + figure,
h3 + figure,
h2 + .thumbs,
h3 + .thumbs,
h2 + .thumb,
h3 + .thumb {
    padding-top: 10px;
}
h4 + figure {
    padding-top: 5px;
}
h2 + .owl-carousel,
p + .owl-carousel,
h2 + .panel-group,
p + .panel-group {
    padding-top: 20px;
}
figure figcaption {
    font-size: 14px;
    line-height: 150%;
}
figure figcaption h4 {
    margin-bottom: 10px;
}
figure * + figcaption {
    padding-top: 20px;
    padding-bottom: 20px;
}
figure + *,
.thumb + figure {
    padding-top: 25px;
}
.classic-blog figure + * {
    padding-top: 25px;
}
figure.post-media + * {
    padding-top: 0;
}
.member .icon-overlay {
    display: inline-block;
}
.member .icon-overlay span {
    border-radius: 50%;
}
.member .img-circle {
    max-width: 200px;
    max-height: 200px;
}
.member .member-image {
    position: relative;
}
.member figcaption {
    position: relative;
    padding-top: 35px;
    z-index: 0;
}
.member figcaption.bordered {
    padding: 20px 15px 15px;
}
.member figcaption h2 span,
.member figcaption h3 span {
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    letter-spacing: 0.015em;
}
.member figcaption h3 {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 10px;
}
.member figcaption h2 span {
    font-size: 18px;
    line-height: 140%;
    margin-top: 5px;
}
.member figcaption h3 span {
    font-size: 14px;
    line-height: 120%;
    margin-top: 4px;
}
.member figcaption blockquote {
    font-size: 16px;
    font-style: italic;
    line-height: 160%;
    margin-bottom: 20px;
}
.member figcaption blockquote:before {
    display: inline;
    position: relative;
    content: "\201C";
    font-family: inherit;
    font-size: inherit;
    margin-right: 2px;
}
.member figcaption blockquote:after {
    content: "\201D";
    margin-left: 2px;
}
.member .social {
    display: inline-block;
}
.member .social li {
    display: table-cell;
}
.member .social li a i {
    width: 33px;
    height: 45px;
    font-size: 15px;
}
.member .text-overlay .info .social li a i {
    color: #FFF;
}
.member .text-overlay .info .social li a:hover .icon-s-facebook {
    color: #3B5998;
    color: #4668B3;
}
.member .text-overlay .info .social li a:hover .icon-s-gplus {
    color: #DD4B39;
    color: #DE5745;
}
.member .text-overlay .info .social li a:hover .icon-s-twitter {
    color: #00ACED;
    color: #2FBBED;
}
.member .text-overlay .info .social li a i:after {
    background: #FFF;
}
.img-bg,
.img-bg-center {
    background-position: center !important;
    background-size: cover;
}
.img-bg-top {
    background-position: top !important;
    background-size: cover;
}
.img-bg-bottom {
    background-position: bottom !important;
    background-size: cover;
}
.img-bg-soft,
.img-bg-softer {
    background-position: center;
    position: relative;
}
.img-bg-soft:before,
.img-bg-softer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.light-bg.img-bg-soft:before {
    background-color: #F2F5F7;
    opacity: .66;
}
.dark-bg.img-bg-soft:before {
    background-color: #2F4052;
    opacity: .57;
}
.tint-bg.img-bg-soft:before {
    background-color: #1ABB9C;
    opacity: .84;
}
.light-bg.img-bg-softer:before {
    background-color: #F2F5F7;
    opacity: .95;
}
.dark-bg.img-bg-softer:before {
    background-color: #2F4052;
    opacity: .97;
}
.tint-bg.img-bg-softer:before {
    background-color: #1ABB9C;
    opacity: .96;
}
.screen-container {
    position: relative;
    width: 100%;
    height: auto !important;
    background: url("../images/art/screen-container.png") no-repeat top / 100%;
    overflow: hidden;
}
.screen-container:before{
    content: "";
    display: block;
    padding-top: 47%;
}
.screen-container .tab-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 5% 4.5%;
    padding-bottom: 0;
}
.sidelines {
    position: relative;
    line-height: 100%;
    border-bottom: 1px solid #CED7E0;
    margin-top: -.35em;
    margin-bottom: 1.5em;
}
.sidelines span {
    position: relative;
    top: .5em;
    background: #FFF;
    padding: 0 .5em 0 0;
}
.sidelines.text-right span,
.text-right .sidelines span {
    padding: 0 0 0 .5em;
}
.sidelines.text-center span,
.text-center .sidelines span {
    padding: 0 .5em;
}
.team-headline.sidelines {
    margin-top: -20px;
    margin-bottom: 40px;
}
.light-bg .sidelines {
    border-color: #BCC7D1;
}
.light-bg .sidelines span {
    background: #F2F5F7;
}
.dark-bg .sidelines {
    border-color: #73879C;
}
.dark-bg .sidelines span {
    background: #2F4052;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
iframe + iframe {
    margin-top: 10px;
}
.green-bg {
    background-color: #1ABB9C !important;
    color: #FFF !important;
    padding: 2px 8px 4px;
    margin-top: -2px;
}
.blue-bg {
    background-color: #3F8DBF !important;
    color: #FFF !important;
    padding: 2px 8px 4px;
    margin-top: -2px;
}
.red-bg {
    background-color: #FA6C65 !important;
    color: #FFF !important;
    padding: 2px 8px 4px;
    margin-top: -2px;
}
.orange-bg {
    background-color: #F27A24 !important;
    color: #FFF !important;
    padding: 2px 8px 4px;
    margin-top: -2px;
}
.purple-bg {
    background-color: #9B59B6 !important;
    color: #FFF !important;
    padding: 2px 8px 4px;
    margin-top: -2px;
}
.pink-bg {
    background-color: #D487BE !important;
    color: #FFF !important;
    padding: 2px 8px 4px;
    margin-top: -2px;
}
.navy-bg {
    background-color: #34495E !important;
    color: #FFF !important;
    padding: 2px 8px 4px;
    margin-top: -2px;
}
.gray-bg {
    background-color: #95A5A6 !important;
    color: #FFF !important;
    padding: 2px 8px 4px;
    margin-top: -2px;
}
.light-bg {
    background-color: #dadee7;
}
.dark-bg {
    background-color: #234384;
}
.dark-bg,
.dark-bg p,
.dark-bg .item-details li:before {
    color: #A3B1BF;
}


.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4, .dark-bg h5  {
    color: #FFF;
}
.dark-bg .widget h1,
.dark-bg .widget h2,
.dark-bg .widget h3,
.dark-bg .widget h4 {
    color: #FFF;
}
.tint-bg {
    background-color: #1ABB9C;
    color: #FFF;
    /*padding: 2px 8px;*/
    padding:0;
    margin-top: -2px;
}

.menu-footer-menu-container li a {
    transition: all 200ms ease-out;
    font-size: 14px;
    line-height: 22px;
    color: #A3B1BF;
}

.dark-bg h5 {
    margin-bottom: 12px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 150%;
}
.tint-bg,
.tint-bg h1,
.tint-bg h2,
.tint-bg h3,
.tint-bg h4,
.tint-bg p,
.tint-bg .item-details li:before,
.tint-bg .icon i.icn {
    color: #FFF;
}
.tint-bg a:hover {
    color: #234384;
}
.light-color,
.light-color .dark-bg {
    color: #FFF !important;
}
.medium-color {
    color: #A3B1BF !important;
}
.dark-color {
    color: #234384 !important;
}
.tint-color {
    color: #1ABB9C !important;
}
.green {
    color: #1ABB9C !important;
}
.blue {
    color: #3F8DBF !important;
}
.red {
    color: #FA6C65 !important;
}
.pink {
    color: #D487BE !important;
}
.purple {
    color: #9B59B6 !important;
}
.orange {
    color: #F27A24 !important;
}
.navy {
    color: #34495E !important;
}
.gray {
    color: #95A5A6 !important;
}
.icon {
    display: inline-block;
    margin-bottom: 20px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.icon.circle {
    padding: 30px;
    border: 1px solid #1ABB9C;
    border-radius: 50%;
}
.icon.circle.xs {
    padding: 15px;
}
.icon.circle.sm {
    padding: 20px;
}
.icon.circle.lg {
    padding: 35px;
}
.icon i.icn {
    display: block;
    color: #1ABB9C;
    font-size: 65px;
    line-height: 100%;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.icon i.icn.xs {
    font-size: 20px;
}
.icon i.icn.sm {
    font-size: 35px;
}
.icon i.icn.lg {
    font-size: 85px;
}
i.contact {
    margin-right: 5px;
    width: auto;
    height: auto;
    line-height: 18px;
}
.tagcloud {
    line-height: 25px;
}
footer {
    font-size: 14px;
    line-height: 22px;
}
footer.dark-bg {
    color: #A3B1BF;
}

footer.dark-bg a {
    color: #fff;
}

footer.dark-bg a:hover {
    color: #A3B1BF;
}

footer .inner {
    padding-top: 15px;
    padding-bottom: 15px;
}
footer .container > .row {
    margin-left: -25px;
    margin-right: -25px;
}
footer .row .inner {
    padding: 25px;
}
footer .logo {
    height: auto;
    max-height: 100%;
}
footer h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
}
footer p {
    margin-bottom: 15px;
}

footer a:hover {
    color:#eee;
}

footer ul {
    padding-left: 0;
}

.footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-menu li {
    display: inline;
    padding-left: 10px;
}

.footer-menu .social li {
    padding-left: 0;
}
.footer-menu li:before {
    display: inline-block;
    content: "·";
    padding-right: 12px;
}
.footer-menu li:first-child:before {
    display: none;
}
.footer-bottom {
    background: #19346a;
    color: #707E8C;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-bottom p,
.footer-bottom a {
    color: #707E8C;
}
.footer-bottom p {
    padding: 0;
    margin: 0;
}
.meta,
.more {
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    cursor: default;
}
.meta span:before {
    display: inline-block;
    content: "|";
    padding: 0 10px 0 7px;
}
.meta span:first-child:before {
    display: none;
    padding: 0;
}
.meta a {
    display: inline !important;
}
.meta a:hover,
.more:hover {
    color: #1ABB9C;
}
.meta.tags a:before {
    content: "#";
    display: inline-block;
}
.bordered .info {
    text-align: left;
}
.bordered .info h3,
.bordered .info h4 {
    margin-bottom: 5px;
}
.bordered .info h3 a,
.bordered .info h4 a {
    color: black;
}
.bordered .info h3 a:hover,
.bordered .info h4 a:hover {
    color: #1ABB9C;
}
.bordered .info p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 0;
}
.bordered {
    border: 1px solid #E6E9ED;
    border-bottom-width: 2px;
    border-radius: 3px;
/*    padding: 10px;*/
    background: #F5F7FA;
}
.light-bg .bordered {
    background: #FFF;
}
.dark-bg .bordered .info h3,
.dark-bg .bordered .info h4,
.tint-bg .bordered .info h3,
.tint-bg .bordered .info h4 {
    color: #234384;
}
.dark-bg .bordered .info p,
.tint-bg .bordered .info p {
    color: #73879C;
}
.no-top-border {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.border {
    border: 1px solid #CED7E0;
}
.border-top-lg,
.border-top-md,
.border-top-sm,
.border-top-xs,
.border-top {
    border-top: 1px solid #CED7E0;
}
.border-right-lg,
.border-right-md,
.border-right-sm,
.border-right-xs,
.border-right {
    border-right: 1px solid #CED7E0;
}
.border-bottom-lg,
.border-bottom-md,
.border-bottom-sm,
.border-bottom-xs,
.border-bottom {
    border-bottom: 1px solid #CED7E0;
}
.border-left-lg,
.border-left-md,
.border-left-sm,
.border-left-xs,
.border-left {
    border-left: 1px solid #CED7E0;
}
.border-lg,
.border-top-lg,
.border-right-lg,
.border-bottom-lg,
.border-left-lg {
    border-width: 20px;
}
.border-md,
.border-top-md,
.border-right-md,
.border-bottom-md,
.border-left-md {
    border-width: 10px;
}
.border-sm,
.border-top-sm,
.border-right-sm,
.border-bottom-sm,
.border-left-sm {
    border-width: 5px;
}
.border-xs,
.border-top-xs,
.border-right-xs,
.border-bottom-xs,
.border-left-xs {
    border-width: 3px;
}
.light-bg .border,
.light-bg .border-lg,
.light-bg .border-md,
.light-bg .border-sm,
.light-bg .border-xs,
.light-bg .border-top-lg,
.light-bg .border-top-md,
.light-bg .border-top-sm,
.light-bg .border-top-xs,
.light-bg .border-top,
.light-bg .border-right-lg,
.light-bg .border-right-md,
.light-bg .border-right-sm,
.light-bg .border-right-xs,
.light-bg .border-right,
.light-bg .border-bottom-lg,
.light-bg .border-bottom-md,
.light-bg .border-bottom-sm,
.light-bg .border-bottom-xs,
.light-bg .border-bottom,
.light-bg .border-left-lg,
.light-bg .border-left-md,
.light-bg .border-left-sm,
.light-bg .border-left-xs,
.light-bg .border-left {
    border-color: #BCC7D1;
}
.dark-bg .border,
.dark-bg .border-lg,
.dark-bg .border-md,
.dark-bg .border-sm,
.dark-bg .border-xs,
.dark-bg .border-top-lg,
.dark-bg .border-top-md,
.dark-bg .border-top-sm,
.dark-bg .border-top-xs,
.dark-bg .border-top,
.dark-bg .border-right-lg,
.dark-bg .border-right-md,
.dark-bg .border-right-sm,
.dark-bg .border-right-xs,
.dark-bg .border-right,
.dark-bg .border-bottom-lg,
.dark-bg .border-bottom-md,
.dark-bg .border-bottom-sm,
.dark-bg .border-bottom-xs,
.dark-bg .border-bottom,
.dark-bg .border-left-lg,
.dark-bg .border-left-md,
.dark-bg .border-left-sm,
.dark-bg .border-left-xs,
.dark-bg .border-left {
    border-color: #73879C;
}
.tint-bg .border,
.tint-bg .border-lg,
.tint-bg .border-md,
.tint-bg .border-sm,
.tint-bg .border-xs,
.tint-bg .border-top-lg,
.tint-bg .border-top-md,
.tint-bg .border-top-sm,
.tint-bg .border-top-xs,
.tint-bg .border-top,
.tint-bg .border-right-lg,
.tint-bg .border-right-md,
.tint-bg .border-right-sm,
.tint-bg .border-right-xs,
.tint-bg .border-right,
.tint-bg .border-bottom-lg,
.tint-bg .border-bottom-md,
.tint-bg .border-bottom-sm,
.tint-bg .border-bottom-xs,
.tint-bg .border-bottom,
.tint-bg .border-left-lg,
.tint-bg .border-left-md,
.tint-bg .border-left-sm,
.tint-bg .border-left-xs,
.tint-bg .border-left {
    border-color: #FFF;
}
.last-bottom {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.last-right {
    padding-right: 0 !important;
    margin-right: 0 !important;
}
.reset-margin {
    margin: 0;
}
.reset-margin-left {
    margin-left: 0;
}
.reset-margin-right {
    margin-right: 0;
}
.reset-padding {
    padding: 0;
}
.reset-padding-left {
    padding-left: 0;
}
.reset-padding-right {
    padding-right: 0;
}
.single-block {
    padding: 0;
    border: 0;
    margin: 0;
}
h1 + .single-line,
h2 + .single-line,
h3 + .single-line,
h4 + .single-line {
    margin-top: -.5em;
}
.img-intext {
    margin-bottom: 20px;
}
aside {
    font-size: 16px;
    line-height: 160%;
}
aside p {
    margin-bottom: 15px;
}
aside .txt-btn {
    font-size: 100%;
}
aside .thumb figure {
    margin: 0;
}
.thumbs.no-gap {
    margin-left: 0;
    margin-right: 0;
}
.thumbs.no-gap .thumb {
    padding: 0;
}
.thumbs.gap-xs {
    margin-left: -5px;
    margin-right: 0;
}
.thumbs.gap-xs .thumb {
    padding: 0 0 5px 5px;
}
.thumbs.gap-sm {
    margin-left: -10px;
    margin-right: 0;
}
.thumbs.gap-sm .thumb {
    padding: 0 0 10px 10px;
}
.thumbs.gap-md {
    margin-left: -20px;
    margin-right: 0;
}
.thumbs.gap-md .thumb {
    padding: 0 0 20px 20px;
}
.thumbs.gap-lg {
    margin-left: -30px;
    margin-right: 0;
}
.thumbs.gap-lg .thumb {
    padding: 0 0 30px 30px;
}


ul {
    margin-left: 0;
}

/*===================================================================================*/
/*	HEADER
/*===================================================================================*/


img.img-responsive {
    width: auto;
}
.navbar .container {
    display: table;
    padding: 0;
}
.navbar {
    margin: 0;
    border-radius: 0;
    border: none;
    position: relative;
    z-index: 8000;
    min-height: inherit;
    

}
.navbar ul {
    list-style: none;
}
.navbar-brand {
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    max-width: 280px;
    margin-top: 30px;
    margin-left: 30px;
}
/*.navbar-brand img {
	max-height: 23px;
}*/
.navbar-header .navbar-brand {
    display: none;
}
.navbar-header {
    float: none !important;
    position: relative;
    /*background: #234384;*/
    background: transparent;
    border-bottom: 1px solid #E6E9ED;
    z-index: 0;
    
}
.navbar-header li,
.navbar-header a {
    display: table-cell;
    vertical-align: middle;
    height: 42px;
}
.navbar-collapse {
    position: relative;
    background-color: #FFF;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #E6E9ED;
}
.stuck {
    position: fixed !important;
    top: 0;
}
.navbar-nav, .menu-header-menu-container  {
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding-left: 0px;
    margin: 0;
    background-color: #234384;
    
}
.navbar-nav > li > a {
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
 /*   color: #234384;    */
    color: white;
    padding: 10px 15px;
    margin-right: 2px;
    border: 1px solid rgba(255,255,255,0);
    /*border-bottom: none;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    bottom: 0px;
    z-index: 1;
    font-family: 'Source Sans Pro', sans-serif;
}
.skrollable-after .navbar-nav > li > a {
    margin-top: -1px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.nav > li > a:hover {
    background-color: #F5F7FA;
    border-color: #E6E9ED;
    color: #1ABB9C;
}
.nav > li > a:focus {
    background-color: #FFF;
    border-color: #FFF;
}
.navbar .dropdown-menu {
    padding: 0;
    margin: 0;
    width: 210px;
    background: #F5F7FA;
    border: none;
    border: 1px solid #E6E9ED;
    border-bottom-width: 2px;
    border-bottom-color: #CED2D6;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    -webkit-border-top-left-radius: 0 !important;
    -moz-border-radius-topleft: 0 !important;
    border-top-left-radius: 0 !important;
    -webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 10px 10px rgba(0,0,0,0.15);
    box-shadow: 0 10px 10px rgba(0,0,0,0.15);
    z-index: 0;
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li {
    background: transparent;
    border: none;
    border-top: 1px solid #E6E9ED;
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li:first-child {
    border: none;
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a {
    line-height: 18px;
    padding: 13px 20px;
    color: #73879C;
    text-transform: uppercase;
    font-weight: 700;
    white-space: normal;
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a:hover,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a.active {
    filter: none;
    background-color: #F5F7FA;
    color: #1ABB9C;
}
.navbar .nav .open > a,
.navbar .nav .open > a:hover,
.navbar .nav .open > a:focus {
    background-color: #F5F7FA;
    border-color: #E6E9ED;
}
.navbar .nav > li > .dropdown-menu:not(.yamm-dropdown-menu):after {
    display: none;
}
.navbar .nav > li > .dropdown-menu:not(.yamm-dropdown-menu):before {
    display: none;
}
.navbar .dropdown-submenu .dropdown-menu {
    top: -1px !important;
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:hover,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:focus,
.navbar .dropdown-submenu:hover > a,
.navbar .dropdown-submenu:focus > a,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a:hover,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a:focus {
    background: #1ABB9C;
    color: #FFF !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-header .info {
    padding-left: 0;
    margin: 0;
}
.navbar-header .info li {
    font-size: 12px;
    padding-right: 25px;
}
.navbar-header .info li a {
    font-size: 16px;
    color: #fff;
}
.navbar-header .info a:hover {
    color: #1ABB9C;
}
.navbar-form {
    padding: 0;
    margin: 0;
}
.btn.responsive-menu {
    display: none;
    width: 40px;
    height: 40px;
    font-size: 15px;
    padding: 0;
    margin: 30px 0 0 0;
}



/*===================================================================================*/
/*	MEGA MENU
/*===================================================================================*/


/*===================================================================================*/
/*	BUTTONS
/*===================================================================================*/

#buttons .btn {
    margin: 5px 3px;
}
#buttons .btn-wrapper {
    margin: 30px 0;
}
.btn, .btn-slider a  {
    color: #FFF !important;
    background: #003594;
    padding: 11px 20px 13px;
    margin: 15px 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.02em;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
    display: inline-block;
}
.btn-small {
    padding: 5px 13px 6px;
    font-size: 13px;
}
.btn-large {
    padding: 14px 26px 16px;
    font-size: 15px;
}
.btn.btn-green {
    background: #1ABB9C;
}
.btn.btn-blue {
    background: #3F8DBF;
}
.btn.btn-red {
    background: #FA6C65;
}
.btn.btn-pink {
    background: #D487BE;
}
.btn.btn-purple {
    background: #9B59B6;
}
.btn.btn-orange {
    background: #F27A24;
}
.btn.btn-navy {
    background: #34495E;
}
.btn.btn-gray {
    background: #95A5A6;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
    background: #999999;
    color: #FFF !important;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active {
    background: #17A78B !important;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active {
    background: #387EAA !important;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
    background: #CF4C45 !important;
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active {
    background: #BD78A9 !important;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active {
    background: #8A4FA2 !important;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active {
    background: #D96716 !important;
}
.btn-navy:hover,
.btn-navy:focus,
.btn-navy:active,
.btn-navy.active {
    background: #2C3E50 !important;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active {
    background: #859394 !important;
}
.tint-bg .btn {
    background: #FFF !important;
    color: #1ABB9C !important;
}
.tint-bg .btn:hover {
    background: #E9E9E9 !important;
    color: #234384 !important;
}
.btn.share-facebook {
    background: #3d5b9b !important
}
.btn.share-facebook:hover {
    background: #334c8e !important
}
.btn.share-twitter {
    background: #5aa8cd !important
}
.btn.share-twitter:hover {
    background: #499ac8 !important
}
.btn.share-googleplus {
    background: #3b3b3b !important
}
.btn.share-googleplus:hover {
    background: #2e2e2e !important
}
.btn.share-pinterest {
    background: #c53942 !important
}
.btn.share-pinterest:hover {
    background: #bc2d32 !important
}
.btn-share-lg,
.btn-share-md,
.btn-share-sm,
.btn-share-xs {
    display: table;
    position: relative;
    z-index: 0;
    width: 100%;
    text-align: center;
}
.btn-share-lg i,
.btn-share-md i,
.btn-share-sm i,
.btn-share-xs i {
    display: table-cell;
    vertical-align: middle;
}
.btn-share-lg {
    height: 250px;
}
.btn-share-lg i {
    font-size: 80px;
}
.btn-share-md {
    height: 180px;
}
.btn-share-md i {
    font-size: 60px;
}
.btn-share-sm {
    height: 120px;
}
.btn-share-sm i {
    font-size: 40px;
}
.btn-share-xs {
    height: 80px;
}
.btn-share-xs i {
    font-size: 28px;
}
.btn-share-lg i:after,
.btn-share-md i:after,
.btn-share-sm i:after,
.btn-share-xs i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
/*.btn-share-lg:hover i:after,
.btn-share-md:hover i:after,
.btn-share-sm:hover i:after,
.btn-share-xs:hover i:after {
	height: 100%;
}*/
.btn-share-lg:hover .icon-s-facebook:after,
.btn-share-md:hover .icon-s-facebook:after,
.btn-share-sm:hover .icon-s-facebook:after,
.btn-share-xs:hover .icon-s-facebook:after {
    background: #3B5998;
    background: #4668B3;
}
.btn-share-lg:hover .icon-s-gplus:after,
.btn-share-md:hover .icon-s-gplus:after,
.btn-share-sm:hover .icon-s-gplus:after,
.btn-share-xs:hover .icon-s-gplus:after {
    background: #DD4B39;
    background: #DE5745;
}
.btn-share-lg:hover .icon-s-twitter:after,
.btn-share-md:hover .icon-s-twitter:after,
.btn-share-sm:hover .icon-s-twitter:after,
.btn-share-xs:hover .icon-s-twitter:after {
    background: #00ACED;
    background: #2FBBED;
}
.btn-share-lg p,
.btn-share-md p,
.btn-share-sm p,
.btn-share-xs p {
    position: absolute;
    height: 1.1em;
    font-family: 'Lato', sans-serif;
    line-height: 100%;
    color: #FFF;
    margin: auto;
    opacity: 0;
}
.btn-share-lg p,
.btn-share-md p {
    top: 20px;
}
.btn-share-sm p,
.btn-share-xs p {
    top: 0;
    bottom: 0;
}
.btn-share-sm p {
    font-size: 16px;
}
.btn-share-xs p {
    font-size: 15px;
}
.btn-share-lg:hover p,
.btn-share-md:hover p,
.btn-share-sm:hover p,
.btn-share-xs:hover p {
    opacity: 1;
}
.btn-share-lg .name,
.btn-share-md .name,
.btn-share-sm .name,
.btn-share-xs .name {
    left: 25px;
}
.btn-share-lg .counter,
.btn-share-md .counter,
.btn-share-sm .counter,
.btn-share-xs .counter {
    right: 25px;
}
.btn-share-lg:hover,
.btn-share-md:hover,
.btn-share-sm:hover,
.btn-share-xs:hover {
    color: #FFF;
}
h1 .btn,
h2 .btn,
h3 .btn,
h4 .btn,
p .btn {
    margin-left: 15px;
}
.txt-btn {
    font-size: 105%;
    font-weight: 700;
}
.txt-btn:after {
    /*font-family: 'fontello';*/
    content: '\2192';
    margin-left: 7px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.txt-btn:hover:after {
    margin-left: 12px;
}


/*===================================================================================*/
/*	SOCIAL ICONS
/*===================================================================================*/

.social {
    padding: 0;
    margin: 0;
}
.social li {
    /*font-family: 'fontello-social';*/
    margin-right: 4px;
}
.social li {
    position: relative;
    padding-right:10px;
}
.text-center .social li {
    margin: 0 2px;
}
.social li a {
    display: table;
    position: relative;
    margin-right: 10px;
    line-height: 42px;
    cursor: pointer;
}

.social li a img {
    width: auto;
    height: 24px;

}
.social li:last-child img {
    height: 27px;
}
.navbar-brand {
    height: 100px !important;
    padding: 15px 0 !important;
    font-size: 18px !important;
    line-height: 20px !important;
}
.navbar-brand img  {
    max-height: 91px;
    /*height: 100%;*/
}

/*===================================================================================*/
/*	TESTIMONIALS / QUOTES
/*===================================================================================*/

.format-quote {
    position: relative;
}
.format-quote:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #234384;
    opacity: .05;
}
#testimonials #owl-testimonials {
    margin-top: 10px;
}
blockquote {
    position: relative;
}
#testimonials #owl-testimonials:before,
blockquote:before {
    display: block;
    position: relative;
    font-family: 'fontello';
    content: '\275e';
    font-size: 40px;
    line-height: 100%;
}
#testimonials #owl-testimonials:before {
    top: -10px;
    opacity: .3;
}
#testimonials #owl-testimonials blockquote:before {
    display: none;
}
blockquote:before {
    position: absolute;
    right: 0;
    bottom: 0;
}
.post.format-quote {
    background-color: #1ABB9C;
}
.format-quote .meta,
.format-quote blockquote,
.format-quote blockquote footer,
.format-quote blockquote small,
.format-quote blockquote .small {
    color: #FFF;
}
.format-quote blockquote footer:before,
.format-quote blockquote small:before,
.format-quote blockquote .small:before,
.format-quote blockquote footer:after,
.format-quote blockquote small:after,
.format-quote blockquote .small:after {
    background-color: #FFF;
}
.format-quote .meta a:hover {
    color: #234384;
}


/*===================================================================================*/
/*	OVERLAY
/*===================================================================================*/


/*===================================================================================*/
/*	PORTFOLIO POST
/*===================================================================================*/

.item-details {
    list-style: none;
    font-size: 16px;
    line-height: 140%;
    padding-left: 0;
    margin-bottom: 0;
}
.item-details li + li {
    margin-top: 6px;
}
.item-details li:before {
    content: "";
    font-family: "fontello";
    color: #234384;
    margin-right: 10px;
}
.item-details li.date:before {
    content: "\e82c";
}
.item-details li.categories:before {
    content: "\e70d";
}
.item-details li.client:before {
    content: "\f464";
}
.item-details li.url:before {
    content: "\f30e";
}
.text-center .item-details li {
    display: inline-block;
    margin: 0 15px 6px;
}


/*===================================================================================*/
/*	OWL CAROUSEL
/*===================================================================================*/

.owl-carousel {
    text-align: center;
    cursor: default;
}
.owl-controls {
/*
    display: inline-block;
    position: relative;
*/
    margin-top: 15px;
}

.owl-dots
{
    position: absolute;
    bottom: 105px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 390px)
{
    .owl-dots
    {
    bottom: 120px;
    }
}
    
.owl-dot span
{
    background: none repeat scroll 0 0 #234384;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.85;
    width: 12px;
}
.owl-dot.active span
{
      background: none repeat scroll 0 0 #FFFFFF;
}

.panel-group .panel .owl-controls {
    margin-top: 25px;
}
.panel-group.blank .panel .owl-controls {
    margin-top: 40px;
}
.owl-pagination {
    position: relative;
    line-height: 30px;
}
.owl-buttons {
    display: none;
}
.owl-prev,
.owl-next {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    font-size: 30px !important;
    color:  #234384  !important;
    background-color: #FFFFFF  !important;
    border: none  !important;
    -webkit-border-radius: 3px  !important;
    -moz-border-radius: 3px  !important;
    border-radius: 3px  !important;
    margin: auto  !important;
    -webkit-transition: all 200ms ease-out  !important;
    -moz-transition: all 200ms ease-out  !important;
    -o-transition: all 200ms ease-out  !important;
    transition: all 200ms ease-out !important;
    opacity: 0;
}
.owl-prev {
    left: -35px;
}
.owl-next {
    right: -35px;
}
.owl-prev:hover, .owl-next:hover {
    opacity: 1;
}

.owl-carousel:hover .owl-prev .icon-right-open-mini:before,
.owl-carousel:hover .owl-next .icon-right-open-mini:before ,
.owl-carousel:hover .owl-prev:hover .icon-right-open-mini:before,
.owl-carousel:hover .owl-next:hover .icon-right-open-mini:before
{
    content: '\e762';
}

.owl-carousel:hover .owl-prev {
    left: -40px;
    opacity: 1;
}
.owl-carousel:hover .owl-next {
    right: -40px;
    opacity: 1;
}
.owl-carousel:hover .owl-prev:hover,
.owl-carousel:hover .owl-next:hover {
    color: #1ABB9C;
    opacity: 1;
}
.owl-outer-nav:after {
    content: "";
    position: absolute;
    top: 0;
    left: -15%;
    /*width: 130%;*/
    height: 100%;
    z-index: 0;
}
.owl-outer-nav .owl-wrapper-outer,
.owl-outer-nav .owl-pagination,
.owl-outer-nav .owl-prev,
.owl-outer-nav .owl-next {
    z-index: 1;
}
.owl-outer-nav .owl-controls {
    position: static;
}
.owl-outer-nav .owl-prev {
    left: -65px;
}
.owl-outer-nav .owl-next {
    right: -65px;
}
.owl-outer-nav:hover .owl-prev {
    left: -80px;
}
.owl-outer-nav:hover .owl-next {
    right: -80px;
}

.owl-ui-md .owl-pagination {
    line-height: 45px;
}
.owl-ui-md .owl-prev,
.owl-ui-md .owl-next {
    width: 45px;
    height: 45px;
    font-size: 45px;
}
.owl-ui-md .owl-prev {
    left: -55px;
}
.owl-ui-md .owl-next {
    right: -55px;
}
.owl-ui-md:hover .owl-prev {
    left: -60px;
}
.owl-ui-md:hover .owl-next {
    right: -60px;
}

.owl-outer-nav.owl-ui-md:after {
    left: -18%;
    /*width: 136%;*/
}
.owl-outer-nav.owl-ui-md .owl-prev {
    left: -85px;
}
.owl-outer-nav.owl-ui-md .owl-next {
    right: -85px;
}
.owl-outer-nav.owl-ui-md:hover .owl-prev {
    left: -100px;
}
.owl-outer-nav.owl-ui-md:hover .owl-next {
    right: -100px;
}

.owl-ui-lg .owl-pagination {
    line-height: 60px;
}
.owl-ui-lg .owl-prev,
.owl-ui-lg .owl-next {
    width: 60px;
    height: 60px;
    font-size: 60px;
}
.owl-ui-lg .owl-prev {
    left: -75px;
}
.owl-ui-lg .owl-next {
    right: -75px;
}
.owl-ui-lg:hover .owl-prev {
    left: -80px;
}
.owl-ui-lg:hover .owl-next {
    right: -80px;
}

.owl-outer-nav.owl-ui-lg:after {
    left: -22%;
    width: 144%;
}
.owl-outer-nav.owl-ui-lg .owl-prev {
    left: -105px;
}
.owl-outer-nav.owl-ui-lg .owl-next {
    right: -105px;
}
.owl-outer-nav.owl-ui-lg:hover .owl-prev {
    left: -120px;
}
.owl-outer-nav.owl-ui-lg:hover .owl-next {
    right: -120px;
}

.owl-inner-nav .owl-controls {
    position: static;
}
.owl-inner-nav .owl-prev {
    left: 45px;
}
.owl-inner-nav .owl-next {
    right: 45px;
}
.owl-inner-nav:hover .owl-prev {
    left: 30px;
}
.owl-inner-nav:hover .owl-next {
    right: 30px;
}

.owl-outer-nav .owl-prev,
.owl-outer-nav .owl-next,
.owl-inner-nav .owl-prev,
.owl-inner-nav .owl-next {
    bottom: 60px;
}

.owl-outer-nav.owl-ui-md .owl-prev,
.owl-outer-nav.owl-ui-md .owl-next,
.owl-inner-nav.owl-ui-md .owl-prev,
.owl-inner-nav.owl-ui-md .owl-next {
    bottom: 85px;
}

.owl-outer-nav.owl-ui-lg .owl-prev,
.owl-outer-nav.owl-ui-lg .owl-next,
.owl-inner-nav.owl-ui-lg .owl-prev,
.owl-inner-nav.owl-ui-lg .owl-next {
    bottom: 100px;
}

.owl-inner-pagination .owl-pagination,
.owl-inner-pagination .owl-prev,
.owl-inner-pagination .owl-next {
    margin-top: -40px;
    top: -60px;
}

.owl-inner-pagination.owl-ui-md .owl-pagination,
.owl-inner-pagination.owl-ui-md .owl-prev,
.owl-inner-pagination.owl-ui-md .owl-next {
    margin-top: -50px;
    top: -65px;
}

.owl-inner-pagination.owl-ui-lg .owl-pagination,
.owl-inner-pagination.owl-ui-lg .owl-prev,
.owl-inner-pagination.owl-ui-lg .owl-next {
    margin-top: -60px;
    top: -75px;
}

.owl-inner-pagination.owl-outer-nav .owl-prev,
.owl-inner-pagination.owl-outer-nav .owl-next,
.owl-inner-pagination.owl-inner-nav .owl-prev,
.owl-inner-pagination.owl-inner-nav .owl-next {
    margin: auto;
    top: 0;
    bottom: 123px;
}

.owl-inner-pagination .owl-pagination {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: 0;
}

.owl-inner-pagination:hover .owl-pagination {
    opacity: 1;
}

.owl-inner-pagination.owl-inner-nav .owl-pagination,
.owl-inner-pagination.owl-outer-nav .owl-pagination {
    top: -145px;
}

.owl-inner-pagination.owl-inner-nav.owl-ui-md .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-md .owl-pagination {
    top: -50px;
}

.owl-inner-pagination.owl-inner-nav.owl-ui-lg .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-lg .owl-pagination {
    top: -60px;
}

.owl-inner-pagination.owl-inner-nav:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav:hover .owl-pagination {
    top: -160px;
}

.owl-inner-pagination.owl-inner-nav.owl-ui-md:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-md:hover .owl-pagination {
    top: -65px;
}

.owl-inner-pagination.owl-inner-nav.owl-ui-lg:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-lg:hover .owl-pagination {
    top: -75px;
}

#owl-main .item {
    height: 44vh;
    background-color: #FFF;
    background-position: center 55%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#owl-main.height-md .item {
    /*height: 61vh;*/
}

#owl-main.height-lg .item {
    /*height: 90vh;*/
}

#owl-main .container {
    display: table;
    height: inherit;
}
#owl-main .caption {
    display: table-cell;
}
#owl-main .caption.vertical-center {
    vertical-align: middle;
    padding-bottom: 3vh;
}
#owl-main .caption.vertical-top {
    vertical-align: top;
    padding-top: 8vh;
}
#owl-main .caption.vertical-bottom {
    vertical-align: bottom;
    padding-bottom: 14vh;
}
#owl-main .caption.text-center {
    padding-left: 10%;
    padding-right: 10%;
}
#owl-main .caption.text-left {
    padding-right: 20%;
}
#owl-main .caption.text-right {
    padding-left: 20%;
}
#owl-main .caption h1,
#owl-main .caption p,
#owl-main .caption div {
    position: relative;
}
#owl-main .caption h1 span {
    padding: .250em 0;
    line-height: 180%;
}
#owl-main .caption .light-bg,
#owl-main .caption .medium-bg,
#owl-main .caption .dark-bg,
#owl-main .caption .tint-bg {
    background: none;
    padding-left: .500em;
    padding-right: .500em;
}
#owl-main .caption h1.light-bg span,
#owl-main .caption p.light-bg span {
    background: #FFF;
    box-shadow: -.500em 0 0 #FFF, .500em 0 0 #FFF;
}
#owl-main .caption h1.medium-bg span,
#owl-main .caption p.medium-bg span {
    background: #A3B1BF;
    box-shadow: -.500em 0 0 #A3B1BF, .500em 0 0 #A3B1BF;
}
#owl-main .caption h1.dark-bg span,
#owl-main .caption p.dark-bg span {
    background: #234384;
    box-shadow: -.500em 0 0 #234384, .500em 0 0 #234384;
}
#owl-main .caption h1.tint-bg span,
#owl-main .caption p.tint-bg span {
    background: #1ABB9C;
    box-shadow: -.500em 0 0 #1ABB9C, .500em 0 0 #1ABB9C;
}
#owl-main .owl-controls {
    display: block;
    position: static;
    margin-top: -47px;
}
#owl-main .owl-pagination {
    background: #FFF;
    line-height: inherit;
    position: relative;
    bottom: -40px;
    padding: 10px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
#owl-main:hover .owl-pagination {
    bottom: -25px;
    opacity: 1;
}
#owl-main .owl-prev,
#owl-main .owl-next {
    bottom: 0;
}

.owl-controls .owl-page {
    display: inline-block;
}
.owl-pagination .owl-page span {
    display: block;
    width: 15px;
    height: 15px;
    background: #234384;
    border: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 5px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.owl-pagination .owl-page.active span,
.owl-pagination .owl-page:hover span {
    background: #1ABB9C;
}
.owl-item-gap .item {
    margin: 0 15px;
}
.owl-item-gap-sm .item {
    margin: 0 10px;
}
/* preloading images */
.owl-item.loading {
    min-height: inherit;
    background: none;
}

/*===================================================================================*/
/*	SECTION DROPDOWN
/*===================================================================================*/
.sectionDropDown {
    position: relative;
    right: 0;
    display: none;
}

.d-content {
    
    display: none;
    position: relative;
    right: 200px;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.d-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.d-content a:hover {background-color: #f1f1f1}

.sectionDropDown:hover .d-content {
    display: block;
}

.sectionDropDown:hover .dbtn {
    background-color: ;
}

/*===================================================================================*/
/*	FORMS
/*===================================================================================*/

.forms {
    position: relative;
    padding: 0;
    width: 100%;
}
.form-container .response {
    display: none;
}
.forms ol {
    margin: 0;
    padding: 0;
}
.forms ol li {
    line-height: auto;
    list-style: none;
}
input,
textarea,
.uneditable-input,
.form-inline .form-control,
.navbar-form .form-control {
    width: 100%;
    background: #fff;
}
select,
textarea,
textarea.form-control,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 25px;
    color: #73879C;
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #f5f5f5;
    border: 1px solid #E6E9ED;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
}
textarea:focus,
textarea.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border: 1px solid #BCC7D1;
    box-shadow: none;
}
textarea {
    height: 100%;
    padding: 10px;
    margin-bottom: 15px;
    min-height: 150px;
    resize: vertical;
}
textarea.form-control {
    padding: 10px;
}
.btn-submit {
    width: auto;
}
.forms .btn-submit {
    margin-bottom: 0;
}
.forms .error,
.forms .error:focus {
    border: 1px solid #d99898;
}
.forms label {
    display: block;
    float: left;
    width: 95px;
    padding-top: 7px;
    font-size: 13px;
    clear: both;
}
.forms input,
.forms textarea {
    background: #F8FAFD;
    border-radius: 3px;
}
.light-bg .forms input,
.light-bg .forms textarea {
    background: #FFF;
}
.form-container:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.newsletter {
    position: relative;
}
.newsletter input[type="email"] {
    background: rgba(255,255,255,0.15);
    padding-right: 100px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    color: #FFF !important;
}
.newsletter input[type="email"]:focus {
    background: rgba(255,255,255,0.20);
}
.navbar .searchbox .dropdown-menu {
    width: 270px;
}
header .search {
    position: relative;
    left: 190%;
    margin: 55px 40px 0 15px;
    width: 300px;
}

footer .search {
    position: relative;
    margin: 0;
}

.search-author {
    position: relative;
    margin: 0;
}

.sidebar aside {
    margin-bottom: 20px;
}

#searchform {
    position: relative;
}

.search input[type="search"] {
    background: #FFF;
    padding-right: 40px;
    box-sizing: border-box;
}
.newsletter .btn-submit,
.search .btn-submit {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin-top: 5px;
    margin-right: 5px;
    color: #FFF !important;
    line-height: 1;
}
.navbar-form.search .btn-submit {
    width: 30px;
    height: 30px;
}
footer .newsletter .btn-submit {
    width: 88px;
    height: 30px;
    font-size: 13px;
}



#response ul.errors {
    margin-bottom: 25px;
}
#response .btn i {
    font-size: 12px;
}
.dark-bg input,
.dark-bg button,
.dark-bg select,
.dark-bg textarea {
    color: #A3B1BF;
}
.form-control::-webkit-input-placeholder {
    color: #C2C7CC;
}
.form-control:-moz-placeholder {
    color: #C2C7CC;
}
.form-control::-moz-placeholder {
    color: #C2C7CC;
}
.form-control:-ms-input-placeholder {
    color: #C2C7CC;
}
.dark-bg .form-control::-webkit-input-placeholder {
    color: #828E99;
}
.dark-bg .form-control:-moz-placeholder {
    color: #828E99;
}
.dark-bg .form-control::-moz-placeholder {
    color: #828E99;
}
.dark-bg .form-control:-ms-input-placeholder {
    color: #828E99;
}
.search .form-control::-webkit-input-placeholder {
    color: #C2C7CC;
}
.search .form-control:-moz-placeholder {
    color: #C2C7CC;
}
.search .form-control::-moz-placeholder {
    color: #C2C7CC;
}
.search .form-control:-ms-input-placeholder {
    color: #C2C7CC;
}
input:focus::-webkit-input-placeholder {
    color: transparent !important;
}
input:focus:-moz-placeholder {
    color: transparent !important;
}
input:focus::-moz-placeholder {
    color: transparent !important;
}
input:focus:-ms-input-placeholder {
    color: transparent !important;
}


/*===================================================================================*/
/*	BLOG
/*===================================================================================*/

.blog.no-sidebar .post,
.blog.no-sidebar #comments,
.blog.no-sidebar .pagination,
.blog.no-sidebar .comment-form-wrapper {
    width: 770px;
    margin: 0px auto !important;
}
.blog.no-sidebar .post-title,
.blog.no-sidebar .meta {
    text-align: center
}
.format-filter li {
    font-size: 24px;
}
.format-filter li:after {
    content: "";
}
.format-filter li a {
    padding: 0 35px;
}
.classic-blog .meta {
    margin-right: -5px;
    margin-left: -5px;
}
.classic-blog .post-content .meta {
    padding-left: 80px;
    padding-right: 80px;
    margin-bottom: 25px;
}
.meta li {
    display: inline-block;
    margin: 0 6px;
}
.meta li.categories:before,
.meta li a:before {
    content: "";
    font-family: "fontello";
    margin-right: 6px;
}
.meta li.categories a:before,
.meta li.categories:before {
    margin-right: 0;
}
/*.meta li.categories:before {
	content: "\e70d";
	-webkit-transition: all 200ms ease-out;
	   -moz-transition: all 200ms ease-out;
		 -o-transition: all 200ms ease-out;
			transition: all 200ms ease-out;
}*/
.meta li.categories:hover:before {
    color: #1ABB9C;
    cursor: pointer;
}
.meta li.url a:before {
    content: "\f30e";
}
.meta li.author-posts a:before {
    content: "\27a6";
}
.meta li.comments a:before {
    content: "\e718";
}
.meta li.comments a:after {
    content: "Comments";
    margin-left: 4px;
}
.meta li.likes a:before {
    content: "\2665";
}
.meta li.likes a:after {
    content: "Likes";
    margin-left: 4px;
}
.meta li:after {
    /*content: "\0399";*/
    content: "|";
    margin-left: 12px;
}
.meta li:last-child:after {
    content: "";
}
.classic-blog .sidemeta,
.classic-blog .pagination {
    padding-left: 0;
    border-left: 0px solid #CED7E0;
    margin-left: 0;
}
.classic-blog .post .date-wrapper {
    text-align: center;
    display: table;
    float: left;
    margin-right: 20px;
}
.classic-blog .post .date {
    display: table-cell;
    vertical-align: middle;
    line-height: 1;
    width: 60px;
    height: 60px;
    border: 1px solid #1ABB9C;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #1ABB9C;
    font-weight: bold;
    color: #FFF;
    line-height: 1;
    text-transform: uppercase;
}
.classic-blog .post .date .day {
    font-size: 20px;
    margin-bottom: 1px;
    display: block;
}
.classic-blog .post .date .month {
    font-size: 12px;
    display: block;
}
.classic-blog .sidemeta .format-wrapper {
    display: table;
}
.classic-blog.sidebar-left .sidemeta,
.classic-blog.sidebar-left .pagination {
    padding-left: 0;
    border-left: none;
    margin-left: 0;
    padding-right: 59px;
    border-right: 1px solid #CED7E0;
    margin-right: 30px;
}
.classic-blog.sidebar-left .post .date-wrapper {
    margin-right: 0;
    margin-left: 20px;
}
.classic-blog.no-sidebar .sidemeta,
.classic-blog.no-sidebar .pagination {
    position: relative;
    left: -30px;
}
#blog-post .classic-blog .post {
    width: 100%;
}
.classic-blog .post {
    width: 750px;
}
.classic-blog .post-title {
    font-size: 25px;
    line-height: 120%;
}
.classic-blog .isotope {
    overflow: visible !important;
}
.classic-blog #share {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
}
.classic-blog .panel-group {
    margin-bottom: 40px;
}
.post {
    position: relative;
    background: #FFF;
    padding-bottom: 20px;
    border: 1px solid #E6E9ED;
    border-bottom-width: 2px;
    border-radius: 3px;
    margin-bottom: 20px;
}

/*.post-content {
	padding-top: 15px;
	margin-top:20px;
	}*/

.post-container {
    padding-top:15px;
    margin-top: 20px;
}

.sidemeta .format-wrapper a {
    display: table-cell;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background: #FFF;
    text-align: center;
    color: #1ABB9C;
    line-height: 1;
    border: 1px solid #1ABB9C;
    border-radius: 50%;
}
.sidemeta .format-wrapper a:hover {
    background: #1ABB9C;
    color: #FFF;
}
.post-content > * {
    margin-left: 10px;
    margin-right: 10px;
}
.post-content *:last-child {
    margin-bottom: 0;
}
.post-content > .post-media {
    margin-left: 0;
    margin-right: 0;
}
.post-content > *:first-child,
.post-media + * {
    margin-top: 20px;
}
.post-content > .post-media:first-child {
    margin-top: 0;
}
.owl-carousel.post-media + * {
    margin-top: 20px;
}
.post-media iframe {
    margin-bottom: -7px;
}
.sidemeta .date-wrapper {
    position: absolute;
    top: 0;
    left: -90px;
}
.sidemeta .format-wrapper {
    position: absolute;
    top: 75px;
    left: -80px;
    font-size: 15px;
}
.classic-blog.sidebar-left .sidemeta .date-wrapper {
    left: auto;
    right: -90px;
}
.classic-blog.sidebar-left .sidemeta .format-wrapper {
    left: auto;
    right: -80px;
}
.grid-blog .post figure {
    margin-bottom: -1px;
}
.grid-blog .post .date {
    display: inline;
}
.grid-blog:before,
.grid-blog:after {
    display: table;
    content: "";
    line-height: 0;
}
.grid-blog:after {
    clear: both;
}
.grid-blog .post {
    float: left;
    min-height: 1px;
    position: relative;
}
.grid-blog.col-2 .post,
.grid-blog.col-3.no-sidebar .post {
    padding-bottom: 20px;
}
.grid-blog.col-2 .post-content > *,
.grid-blog.col-3.no-sidebar .post-content > * {
    margin-left: 40px;
    margin-right: 40px;
}
.grid-blog.col-2 .post-content > .post-media,
.grid-blog.col-3.no-sidebar .post-content > .post-media {
    margin-left: 0;
    margin-right: 0;
}
.grid-blog.col-2 .post-content > *:first-child,
.grid-blog.col-2 .post-media + *,
.grid-blog.col-3.no-sidebar .post-content > *:first-child,
.grid-blog.col-3.no-sidebar .post-media + * {
    margin-top: 10px;
}
.grid-blog.col-2 .post-content > .post-media:first-child,
.grid-blog.col-2 .owl-carousel.post-media + *,
.grid-blog.col-3.no-sidebar .post-content > .post-media:first-child,
.grid-blog.col-3.no-sidebar .owl-carousel.post-media + * {
    margin-top: 0;
}
.grid-blog.col-2 .post-title,
.grid-blog.col-3.no-sidebar .post-title {
    font-size: 30px;
}
.grid-blog.col-2 .post-content .meta,
.grid-blog.col-3.no-sidebar .post-content .meta {
    padding-left: 40px;
    padding-right: 40px;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 10px;
}
.grid-blog.col-2.no-sidebar .post {
    padding-bottom: 50px;
}
.grid-blog.col-2.no-sidebar .post-content > * {
    margin-left: 50px;
    margin-right: 50px;
}
.grid-blog.col-2.no-sidebar .post-content > .post-media {
    margin-left: 0;
    margin-right: 0;
}
.grid-blog.col-2.no-sidebar .post-content > *:first-child,
.grid-blog.col-2.no-sidebar .post-media + * {
    margin-top: 45px;
}
.grid-blog.col-2.no-sidebar .post-content > .post-media:first-child,
.grid-blog.col-2.no-sidebar .owl-carousel.post-media + * {
    margin-top: 0;
}
.grid-blog.col-2.no-sidebar .post-title {
    font-size: 33px;
}
.grid-blog.col-2.no-sidebar .post-content .meta {
    padding-left: 50px;
    padding-right: 50px;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 25px;
}
.post.format-link {
    background: #2F4052;
    color: #A3B1BF;
}
.post.format-link .post-title {
    color: #FFF;
}


/*===================================================================================*/
/*	AUTHOR
/*===================================================================================*/

.author-link {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 160%;
    color: #234384;
    margin-bottom: 5px;
}
.author-link a {
    border-bottom: none;
}
.post-author,
#comments {
    background: #FFF;
    padding: 20px;
    border: 1px solid #E6E9ED;
    border-bottom-width: 2px;
    border-radius: 3px;
    margin-bottom: 40px;
}
.post-author .author-image {
    float: left;
}
.post-author .author-image img {
    width: 120px;
}
.post-author .author-details {
    position: relative;
    font-size: inherit;
    padding-top: 0;
    padding-left: 0;
    z-index: 0;
    overflow: hidden;
}
.post-author .author-details p a {
    font-weight: 700;
    border-bottom: none;
}
.post-author .author-details .social li {
    display: table-cell;
}
.post-author .author-details .social li a i {
    width: 33px;
    height: 45px;
    font-size: 15px;
}
.post-author .author-details .meta {
    padding-left: 0;
    margin-top: 12px;
}
.post-author .author-details .social,
.post-author .author-details .meta {
    float: left;
    display: inline-block;
}


.author-details .search {
    position: relative;
    margin: 0;
    margin-bottom: 0;
}

/*===================================================================================*/
/*	SIDEBAR
/*===================================================================================*/

.sidebar {
    padding-left: 25px !important
}
.sidebar.left-sidebar {
    padding: 15px !important
}
.sidebox + .sidebox {
    margin-top: 35px;
}
.sidebox h3 {
    font-size: 16px;
    margin-bottom: 15px;
}
.sidebox.widget form,
.sidebox.widget input {
    margin: 0;
}
.sidebox.widget input {
    border-radius: 3px;
}
.widget .list {
    list-style: none;
    margin: 0;
}
.sidenav {
    background: #F5F7FA;
    padding: 0;
    border: 1px solid #E6E9ED;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0;
}
.sidenav li {
    border-bottom: 1px solid #E6E9ED;
}
.sidenav li a {
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    color: #234384;
    padding: 13px 18px;
}
.sidenav li a:hover {
    background: #1ABB9C;
    color: #FFF;
}
.sidenav li a:after {
    position: absolute;
    right: 18px;
    content: "\e762";
    font-family: 'fontello';
    font-size: 18px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: 0;
}
.sidenav li a:hover:after {
    opacity: 1;
}


/*===================================================================================*/
/*	TOOLTIPS
/*===================================================================================*/

.tooltip-inner {
    color: #fff;
    background-color: #1ABB9C;
    padding: 5px 12px;
}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #1ABB9C;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #1ABB9C;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #1ABB9C;
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #1ABB9C;
}



/*===================================================================================*/
/*	GO TO TOP / SCROLL UP
/*===================================================================================*/

#scrollUp {
    bottom: 20px;
    right: 20px;
    font-size: 36px;
    line-height: 100%;
    color: #FFF;
    background-color: #234384;
    padding: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    opacity: .5;
}
#scrollUp:hover {
    color: #1ABB9C;
    opacity: 1;
}

@media (max-width:1024px)
{
    #scrollUp
    {
        bottom: 50px;
    }
    .desktop-only
    {
        display: none;
    }
    .breaking-headline
    {
        font-size: 48px;
    }
}


/*===================================================================================*/
/*	FEATURES / STYLES
/*===================================================================================*/

.font-icons {
    list-style: none;
    margin: 0;
    padding: 0;
}
.font-icons li {
    display: inline-block;
    font-size: 25px;
    margin-bottom: 10px;
    padding: 0 10px;
}
.alert .close {
    line-height: 28px;
}
.retina-icons-code i {
    font-size: 18px;
}
.retina-icons-code tr td:first-child,
.retina-icons-code tr th:first-child {
    text-align: center;
}
.retina-icons-code code {
    color: #73879C;
    background: none;
}
.table-bordered {
    border: 1px solid #E6E9ED;
    border-left: none;
    background: #FFF;
}
.table-bordered th,
.table-bordered td {
    border-left: 1px solid #E6E9ED;
}
.table th,
.table td {
    border-top: 1px solid #E6E9ED;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #F5F7FA;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border-color: #E6E9ED;
}

.navbar-nav li.current-menu-item a {
    background-color: #f5f7fa;
    border-color: #e6e9ed;
}

#menu-header-menu li:last-child a  {
    background-color: red;
    color: #fff !important;
}
.navbar-nav li.current-menu-item a:hover {
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 3px;
}
#menu-header-menu li:last-child a:hover {
    background-color: #f5f7fa;
    border-color: #e6e9ed;
    color: #234384!important;
}




/*-----------------------------------------MY STYLES-------------------------*/


body .spanh1 {
    font-size: 50px;
    color:#ff0000!important;
    text-transform: uppercase;
}

h1.dark-bg {
    background: rgba(35,67,132,.6) !important;
   /* background: #234384!important; */
    display: block!important;
    float: left;
    margin-bottom: 10px!important;
    border-radius: 5px;
}

h1.dark-bg  + p{
    clear: both;
}

div.fadeInDown-3 {
    display: block!important;
    margin: 35px 0 0 0;
}

.searchbox {
    float: none;
    display: table-cell;
    margin: 0;
    padding-left: 0;
    vertical-align: middle;
    position: relative;
}
.searchbox i {
    cursor: pointer;
    display: block;
    padding: 10px 15px;
    border: 1px solid #fff;
    border-radius: 4px;
}

.searchbox:hover i {
    background-color: #F5F7FA;
    border: 1px solid #E6E9ED;
}

.icon-search:before  {
    color: #234384;
}

.searchbox .dropdown-menu {
    display: none;
    right: 0;
    left: auto;
}
.searchbox:hover .dropdown-menu {
    display: block;
}
.search-parent {
    display: table-cell;
    float: none;
    margin: 0;
    padding-left: 0;
    vertical-align: middle;
}

.kicker {
    padding: 15px;
    background: #fff;
    border-radius: 4px;
}

.kicker h3 {
    font-size: 1em;
    background: #234384;
    color: #fff;
    padding: 8px;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.kicker p {
    font-size: 22px;
    line-height: 110%;
}

.kicker-news {
    padding: 15px;
    background: #fff;
    border-radius: 4px;
}

.kicker-news h3 {
    font-size: 1em;
    background: #234384;
    color: #fff;
    padding: 8px;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.kicker-news p {
    font-size: 18px;
    line-height: 110%;
}

.pre-bottom {
    background: url(images/image-background06.jpg);
    background-size: cover; 
}
footer .social li {
    display: inline-block;
    margin-right: 0;
}

#latest-works.medium-bg {
    background: #fff;
}

#carousels .center-block >  h2 {
    font-size: 34px;
    line-height: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    letter-spacing: 0.025em;
    color: #234384;
    padding-bottom: 0;
}
#carousels {
    background: #fff;
}
#hero p {
    color: #fff;
}

#hero-inner h1 {
    color: #fff;
}



.post-media img {
    width: 100%;
}
.post-content {
	padding-bottom: 30px;
}
.post-content:first-child {
    border: 0;
    padding-top: 15px;
}

.sidebar aside.widget_archive, .sidebar .widget_recent_entries {
    background-color: #fff;
    border-radius: 4px 4px 0 0;
    border-top: 8px solid #234384;
    box-shadow: 4px 4px 2px 1px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 30px;
}

.widget_black_studio_tinymce .textwidget {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px;
}
.widget_black_studio_tinymce .textwidget p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
}

.sidebar a, .sidebar a:hover {
    text-decoration: none;
    border-bottom: 0;
}

footer .widget_black_studio_tinymce .textwidget {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
}
.widget_black_studio_tinymce img {
    height: auto;
    width: 100%;
}

.widget_recent_entries ul {
    list-style: outside none none;
    padding-left: 22px;
    position: relative;
}


.widget_recent_entries ul li::before, .widget_archive li:before {
    color: #234384;
    content: "";
    font-family: "fontello-circle";
    font-size: 8px;
    font-weight: normal;
    margin-left: -20px;
    padding-top: 1px;
    position: absolute;
    vertical-align: top;
}

.sidebar  h5 {
    font-size: 16px;
    margin-bottom: 15px;
}

.inner-left-xs-archive  p {
    display: inline;
}
.watch {
    display: inline;
    border-bottom: 1px solid #73879c;
}
.watch:hover {
    color:#234384;
    border-bottom: 0;
}
.post-content > .row {
    margin-top: 20px;
}
.inner-right-xs-archive li  {
    list-style: none;
    display: inline;
}
.inner-right-xs-archive:hover li,
.inner-right-xs-archive:hover i {
    color:#234384;
}
.post-content-news > .row {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
}

.post-content-news article {
    margin-top: 10px!important;
}

.post-content-news article {
	 width: auto!important;
	 box-sizing: border-box;
	 padding:20px;

}

.owl-inner-pagination p {
    margin-bottom: 0;
}
.owl-inner-pagination img {
    margin-bottom: 26px;
}
.post-content-single {
    border: 0;
    margin: 0 10px;
    padding: 0;
}
.post-content-single article {
    box-sizing: border-box;
    margin: 0!important;
    border:0;
    padding: 15px 15px!important;
    border-top: 1px solid #ccc;
    border-radius: 0;
}
.post-content-single article h3, .post-content-single article h2  {
		color: black;
		font-size: 20px;
		font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
    line-height: 26px;
}


.post-content-single article h1 {
		color: black;
		font-size: 32px;
		font-weight: bold;
		display: inline-block;
		line-height: 36px;
		margin-top: 20px;
}

.post-content-single article:first-child {
    margin-bottom: 0;
    border-top:0;
}

.page-nosidebar {
    padding: 20px 10px;
}


.content-blog   p a
{
    border: 0;
}
.content-blog img {
    width: 100%;
    height: auto;
}
.content-blog  p, .content-blog .text  {
    padding-left: 10px;
}

.content-blog + article {
    border: 0;
}
.post-content-blog {
    padding: 20px 15px;
}

.classic-blog .blog-pagination {
    padding-left: 15px;
    padding-top: 20px;

}
.classic-blog .blog-pagination .pagination {
    padding-top: 0;
    margin: 0;
}
.classic-blog .blog-pagination li a ,.classic-blog .blog-pagination li  span{
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}

.classic-blog .blog-pagination .pagination.current {
    background-color: #f5f7fa;
    border-color: #e6e9ed;
    color: #234384;
}

.classic-blog .blog-pagination .pagination li a,
.classic-blog .blog-pagination .pagination li span
{
    margin-right: 10px;
}

.single-post-box:first-child {
    margin-top: 0;
    padding-top: 0;
}

.item a {
    border-bottom: 0;
}

.home .inner-top-md .item img {
    height: 142px;
    width: auto;
    min-width: 204px;
}

.single-post-box .post-content {
    padding-top: 0;
    margin-top: 0;
    border:0
}
.single-post-box  article {
    padding-top: 0;
    margin-top: 0;
    border:0;
}
.single-post-box img {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}

.archive {
    font-size: 14px;
    line-height: 130%;
}

.custom-line {
    padding: 5px 15px;
    text-align: left;
}
.custom-line-links {
    display: inline-block;
}
.custom-line-links a {
    border-bottom: 0;
}
.custom-line  + article {
    border-bottom: 1px solid #ccc;
}
.author-box, .author-text {
    display: inline-block;
}
.custom-line  + .post-content-blog {
    border: 0;
}

.category-post   .post-content {
    border-bottom: 1px solid #e1e1e1;
}
.category-post .custom-line   + .post-content {
    border: 0;
    border-bottom: 1px solid #ccc;
}

.category-post .custom-line   + .post-content:last-child
{
    border: 0;
}
.category-post .story-info {
    padding-left: 10px;
}

.post-content-blog:last-child {
    border: 0;
}
.format-news article  p:not(iframe) {
    padding: 0 15px;
}

.format-news article h3 {
    padding: 0 15px;
}

.format-news article  p:first-child {
    padding: 0;
}

.format-news + .post-content {
    border-top: 0;
    padding-top: 0;
}

.popup-box {
    display: none;
}
.popup-box.active {
    display: block;
}


.remodal{
    padding: 0;
}

.search .post-content-news {
    padding-top: 0;
}

.stuck {
    box-shadow: 0 10px 10px rgba(0%, 0%, 0%, 0.1);
}

  /*POLLING BUTTON */
#poll-btn
{
    width: 100%;
    margin: 10px 0 0 0;
    background-color: #002868;
}
#poll-btn-text
{
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 2.5;
    font-family: 'Taviraj', serif;

   
}

/* Twitter Card Centering */

.twitter-tweet
{
    margin-left: auto;
    margin-right: auto;
}
/*===================================================================================*/
/*	WIDGETS 
/*===================================================================================*/

.rpwe-block
    {
    background-color: #fff;
    border-radius: 4px 4px 0 0;
    border-top: 8px solid #234384;
    box-shadow: 4px 4px 2px 1px rgba(0,0,0,0.1);
    padding: 10px;
    }

.rpwe-ul li a
    {
    font-size: 15px;
    font-weight: 600;
    }

.widget
{
    list-style-type: none !important;
}

#rpwe_widget-13 h2
{
    font-size: 16px;
    margin-bottom: 15px;
}

#media_image-2
{
    margin-top: 60px;
    margin-bottom: 20px;
}

#feedzy_wp_widget-2 > div
{
    background-color: #fff;
    border-radius: 4px 4px 0 0;
    border-top: 8px solid #234384;
    box-shadow: 4px 4px 2px 1px rgba(0,0,0,0.1);
    padding: 10px;
}

/*===================================================================================*/
/*	RELATED BOX
/*===================================================================================*/



.related-story-box-left, .related-story-box-right
{
    border: 2px solid black;
    border-left: none; border-right: none;
    padding: 10px;
    margin-bottom: 10px;
}

.related-story-box-left:after , .related-story-box-right:after
{
    clear: both;
}
@media (min-width:500px)
{
        .related-story-box-left
    {
        display: inline;
        width: 40%;
        float: left;
        margin-right: 20px;
        border: none;
    }
    
      .related-story-box-right
    {
        display: inline;
        width: 40%;
        float: right;
        border: none;
    }
    
}
/*===================================================================================*/
/*	RESPONSIVE
/*===================================================================================*/
/*CUSTOM STYLES FOR SPECIAL REPORT FIX*/

@media (min-width:768px) and (max-width:990px)
{
    #special_report_img img
    {
        width: 250px;
        height: 210px;
        margin-top: 50px;
    }
   
}
@media (min-width:990px) and (max-width:1195px)
{

    #special_report_img img
{
    width: 320px;
    height: 250px;
    margin-top: 50px;
}
    
}

/*1024 PX MENU PROBLEM*/

@media (width:1024px)
{
    .menuClass
    {
        margin-left: -167px;
    }
    #header-search-parent
    {
        margin-bottom: 100px;
    }
    header .search
    {
        width: 400px !important;
    }
}

/*SEARCH BAR FIX START - COZ IPHONE 5 IS JUST TOO GOOD*/
@media (min-width:320px) and (max-width:418px)
{
    header .search
    {
        left: 15%;
        width: 100% !important;

    }
}

@media (min-width:360px) and (max-width:420px)
{
    header .search
    {
        left: 30%;
        width: 100%;
    }
}

@media (min-width:421px) and (max-width:1000px)
{
    header .search
    {
        left: 10%;
        width: 150%;
    }
}


    
@media (min-width:1024px) and (max-width:1200px)
{
    header .search
    {
        left: 80%;
    }
}
@media (min-width:1201px) and (max-width:1320px)
{
   header .search
    {
        left: 75%;
    }
}

@media (min-width:1321px) and (max-width:1450px)
{
    header .search
    {
        left: 150%;
    }
}

/*SEARCH BAR FIX END  */

@media (min-width:1024px)
{
   .navbar-brand
    {
    margin-left: 7%;
    }
    .search-parent
    {
        display: inline-flex;
        height: 0;
        width: 0;
    }
    .menu-header-menu-container
    {
        display: block;
        vertical-align: none;
        margin-left: 10px;
    }
    .small-devices-only
    {
        display: none;
    }
    
    .related-story-box-left
    {
        padding-right: 30px;
    }
    .related-story-box-right
    {
        padding-left: 30px;
    }
}

@media (min-width:1025px) and (max-width:1065px)
{
    #menu-header-menu li a
    {
        font-size: 11px;
    }
}

@media (min-width:1335px) and (max-width:1405px)
{
   #menu-header-menu li a
    {
        font-size: 12px;
    } 
}

/*LARGE SCREEN MENU FIX*/
@media (min-width:1520px)
{
    .menu-header-menu-container 
    {
        padding-left: 10px;
    }
    .menu-header-menu-container ul li a
    {
        font-size: 15px;
    }
    
}

@media (width:1024px)
{
    .menu-header-menu-container
    {
        margin-left: 150px;
    }
}

/*EXTRA LARGE SCREEN */
@media (min-width:1800px)
{
    .menu-header-menu-container 
    {
        padding-left: 120px;
    }
}

/* PULL QUOTE MOBILE FIX*/

@media (max-width:361px)
{
    .su-pullquote-align-right
    {
        width: 45%;
        padding-left: 5px;
    }
}

/* MENU HEADER FIX START*/

@media (min-width:990px) and (max-width:1024px)
    
{
    .menuClass
    {
        position: relative;
    }
    
}
@media (min-width:1024px) and (max-width:1199px)
{
 
.menuClass
    {
        display: block;
        background-color: #234384;
         left: 0;
        width: 100%;
    }

.navbar-nav > li > a 
    {
        font-size: 12px;
    }
 
}

@media (min-width:1335px)
{ 
    .menuClass a
    {
      margin-left: 25px;
    }
    
}

@media (min-width: 1200px) {
    .menuClass
    {
        width: 100%;
        background-color: #234384;
        left: 0;
    }
/*MENU HEADER FIX END    */
    .container {
        padding-right: 0;
        padding-left: 0;
    }
    .owl-buttons {
        display: block;
    }
    .items.col-4 {
        margin-left: -10px;
        margin-bottom: -10px;
    }
    .items.col-4 li {
        width: 285px;
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .items.col-3 {
        margin-left: -9px;
        margin-bottom: -9px;
    }
    .items.col-3 li {
        width: 384px;
        margin-left: 9px;
        margin-bottom: 9px;
    }
    .items.col-3.gap {
        margin-left: -21px;
        margin-bottom: -21px;
    }
    .items.col-3.gap li {
        width: 376px;
        margin-left: 21px;
        margin-bottom: 21px;
    }
    .items.col-4.gap {
        margin-left: -18px;
        margin-bottom: -18px;
    }
    .items.col-4.gap li {
        width: 279px;
        margin-left: 18px;
        margin-bottom: 18px;
    }
    .grid-blog.col-2 {
        margin-left: -40px;
    }
    .sidebar-left .grid-blog.col-2 {
        margin-left: -20px;
    }
    .sidebar-left .pagination {
        margin-left: 20px;
    }
    .grid-blog.col-2 .post {
        width: 390px;
        margin-left: 40px;
        margin-bottom: 40px;
    }
    .grid-blog.col-2.no-sidebar .post {
        width: 565px;
    }
    .grid-blog.col-3 {
        margin-left: -30px;
    }
    .grid-blog.col-3 .post {
        margin-left: 30px;
        margin-bottom: 30px;
    }
    .grid-blog.col-3.no-sidebar .post {
        width: 370px;
    }
    .sidebar {
        padding-left: 35px !important;
    }
    .navbar .dropdown-submenu > a:after {
        display: none;
    }
    .navbar .dropdown-submenu > .dropdown-menu:not(.yamm-dropdown-menu) {
        margin-top: 0;
    }
    .dropdown-submenu {
        position: relative;
    }
    .dropdown-submenu>.dropdown-menu:not(.yamm-dropdown-menu) {
        top: 0;
        left: 100%;
        margin-top: -6px;
    }
    .dropdown-submenu:hover>.dropdown-menu:not(.yamm-dropdown-menu) {
        display: block;
    }
    .dropdown-submenu>a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        margin-top: 5px;
        margin-right: -10px;
    }
    .dropdown-submenu.pull-left {
        float: none;
    }
    .dropdown-submenu.pull-left>.dropdown-menu:not(.yamm-dropdown-menu) {
        left: -100%;
        margin-left: 10px;
    }
    .open > .dropdown-menu,
    .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
        animation-name: slidenavAnimation;
        animation-duration: 200ms;
        animation-iteration-count: 1;
        animation-timing-function: ease-out;
        animation-fill-mode: forwards;
        -webkit-animation-name: slidenavAnimation;
        -webkit-animation-duration: 200ms;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-timing-function: ease-out;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-name: slidenavAnimation;
        -moz-animation-duration: 200ms;
        -moz-animation-iteration-count: 1;
        -moz-animation-timing-function: ease-out;
        -moz-animation-fill-mode: forwards;
    }
    @keyframes slidenavAnimation {
        from {
            margin-top: -30px;
            opacity: 0;
        }
        to {
            margin-top: 0;
            opacity: 1;
        }
    }
    @-webkit-keyframes slidenavAnimation {
        from {
            margin-top: -30px;
            opacity: 0;
        }
        to {
            margin-top: 0;
            opacity: 1;
        }
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    /*.navbar .yamm {*/
        /*display: none;*/
    /*}*/
    .dark-bg .social li {
        padding-right: 3px;
    }

    #team .inner-left {
        padding-left: 40px;
    }

    #team .inner-right {
        padding-right: 40px;
    }

    .classic-blog .post {
        width: 601px;
        padding-bottom: 50px;
    }
    .classic-blog .post-content > * {
        margin-left: 20px;
        margin-right: 20px;
    }
    .classic-blog .post-content > .post-media {
        margin-left: 0;
        margin-right: 0;
    }
    .classic-blog .post-content > *:first-child,
    .classic-blog .post-media + * {
        margin-top: 15px;
    }
    .classic-blog .post-content > .post-media:first-child,
    .classic-blog .owl-carousel.post-media + * {
        margin-top: 0;
    }
    .classic-blog .post-title {
        font-size: 22px;
    }
    .classic-blog .post-content .meta {
        padding-left: 50px;
        padding-right: 50px;
        margin-right: -5px;
        margin-left: -5px;
        margin-bottom: 25px;
    }
    .grid-blog.col-2 {
        margin-left: -30px;
    }
    .grid-blog.col-2 .post {
        width: 330px;
        margin-left: 30px;
        margin-bottom: 30px;
    }
    .grid-blog.col-2 .post-title {
        font-size: 28px;
    }
    .grid-blog.col-2.no-sidebar {
        margin-left: -40px;
    }
    .grid-blog.col-2.no-sidebar .post {
        width: 465px;
        margin-left: 40px;
        margin-bottom: 40px;
    }
    .grid-blog.col-3.no-sidebar {
        margin-left: -25px;
    }
    .grid-blog.col-3.no-sidebar .post {
        width: 306px;
        margin-left: 25px;
        margin-bottom: 25px;
    }
    .grid-blog.col-3.no-sidebar .post-title {
        font-size: 24px;
    }
    .grid-blog.col-3.no-sidebar p {
        font-size: 16px;
    }
    .tabs-circle-top .etabs:before {
        margin: 55px 0 -55px;
    }
    .tabs-circle-top .tab {
        height: 140px;
        margin: 0 10px;
    }
    .tabs-circle-top .tab a {
        width: 110px;
        height: 110px;
        max-width: 110px;
        font-size: 12px;
    }
    .tabs-circle-top .tab a div {
        font-size: 36px;
    }
    .tabs-circle-top .tab.active a {
        height: 140px;
        width: 140px;
        max-width: 140px;
        font-size: 14px;
    }
    .tabs-circle-top .tab.active a div {
        font-size: 46px;
    }
    .navbar .dropdown-submenu > a:after {
        display: none;
    }
    .navbar .dropdown-submenu > .dropdown-menu:not(.yamm-dropdown-menu) {
        margin-top: 0;
    }
    .dropdown-submenu {
        position: relative;
    }
    .dropdown-submenu>.dropdown-menu:not(.yamm-dropdown-menu) {
        top: 0;
        left: 100%;
        margin-top: -6px;
    }
    .dropdown-submenu:hover>.dropdown-menu:not(.yamm-dropdown-menu) {
        display: block;
    }
    .dropdown-submenu>a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        margin-top: 5px;
        margin-right: -10px;
    }
    .dropdown-submenu.pull-left {
        float: none;
    }
    .dropdown-submenu.pull-left>.dropdown-menu:not(.yamm-dropdown-menu) {
        left: -100%;
        margin-left: 10px;
    }
    .open > .dropdown-menu,
    .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
        animation-name: slidenavAnimation;
        animation-duration: 200ms;
        animation-iteration-count: 1;
        animation-timing-function: ease-out;
        animation-fill-mode: forwards;
        -webkit-animation-name: slidenavAnimation;
        -webkit-animation-duration: 200ms;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-timing-function: ease-out;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-name: slidenavAnimation;
        -moz-animation-duration: 200ms;
        -moz-animation-iteration-count: 1;
        -moz-animation-timing-function: ease-out;
        -moz-animation-fill-mode: forwards;
    }
    @keyframes slidenavAnimation {
        from {
            margin-top: -30px;
            opacity: 0;
        }
        to {
            margin-top: 0;
            opacity: 1;
        }
    }
    @-webkit-keyframes slidenavAnimation {
        from {
            margin-top: -30px;
            opacity: 0;
        }
        to {
            margin-top: 0;
            opacity: 1;
        }
    }
}
@media (max-width:600px)
{
/*
    header .search
    {
        left: -25%;
    }
*/
    br
    {
        display: block;
    }
}
@media (max-width: 1024px) {

    html {
        overflow-x: hidden;
    }
    #secondary_menu
    {
        display: none;
    }
    .sectionDropDown
    {
        display: none;  
    }
    .menu-header-menu-container
    {
        width: 1000px;
      
    }
    
    header .search 
    {
        width: 200%; !important
        left: 50%;
        
    }
    
    
    .menu-header-menu-container ul li a
    {
        text-align: center;
        border-bottom: .5px outset white;
    }
    
    .menu-header-menu-container ul li:first-child
    {
        margin-top: -10px;
    }
    #hero .info,
    #hero .info,
    #hero .info,
    .items li .text-overlay .info.big,
    .thumbs .thumb .text-overlay .info.big,
    .owl-carousel .item .text-overlay .info.big {
        margin-top: -35px;
    }

    .retina-icons-code code {
        font-size: 11.5px;
    }

    .tabs-side.tab-container .panel-container {
        padding-left: 50px;
    }

    br {
      !  display: none;
    }

    #team .inner-left {
        padding-left: 30px;
    }

    #team .inner-right {
        padding-right: 30px;
    }

    .classic-blog .post {
        width: 630px;
        padding-bottom: 0;
    }
    .classic-blog .post-content > * {
        margin-left: 20px;
        margin-right: 20px;
    }
    .classic-blog .post-content > .post-media {
        margin-left: 0;
        margin-right: 0;
    }
    .classic-blog .post-content > *:first-child,
    .classic-blog .post-media + * {
        margin-top: 15px;
    }
    .classic-blog .post-content > .post-media:first-child,
    .classic-blog .owl-carousel.post-media + * {
        margin-top: 0;
    }
    .classic-blog .post-title {
        font-size: 22px;
    }
    .classic-blog .post-content .meta {
        padding-left: 50px;
        padding-right: 50px;
        margin-right: -5px;
        margin-left: -5px;
        margin-bottom: 25px;
    }
    .classic-blog.no-sidebar .sidemeta, .classic-blog.no-sidebar .pagination {
        left: auto;
    }
    .sidebar-left .grid-blog.col-2,
    .sidebar-left .grid-blog.col-2 + .pagination {
        padding-left: 20px;
        padding-right: 0;
    }
    .grid-blog.col-2 {
        padding-right: 20px;
        margin-left: 0;
        margin-bottom: 0;
    }
    .grid-blog.col-2 .post {
        width: 100%;
        margin-left: 0;
        margin-bottom: 30px;
    }
    .grid-blog.col-2 .post-title {
        font-size: 28px;
    }
    .grid-blog.col-2.no-sidebar,
    .grid-blog.col-3.no-sidebar {
        padding-right: 0;
        margin-left: -25px;
    }
    .grid-blog.col-2.no-sidebar .post,
    .grid-blog.col-3.no-sidebar .post {
        width: 347px;
        padding-bottom: 40px;
        margin-left: 25px;
        margin-bottom: 25px;
    }
    .grid-blog.col-2.no-sidebar .post-content > *,
    .grid-blog.col-3.no-sidebar .post-content > * {
        margin-left: 40px;
        margin-right: 40px;
    }
    .grid-blog.col-2.no-sidebar .post-content > *:first-child,
    .grid-blog.col-2.no-sidebar .post-media + *,
    .grid-blog.col-3.no-sidebar .post-content > *:first-child,
    .grid-blog.col-3.no-sidebar .post-media + * {
        margin-top: 35px;
    }
    .grid-blog.col-2.no-sidebar .post-content .meta,
    .grid-blog.col-3.no-sidebar .post-content .meta {
        padding-left: 40px;
        padding-right: 40px;
        margin-right: -5px;
        margin-left: -5px;
        margin-bottom: 25px;
    }
    .grid-blog.col-2.no-sidebar .post-title ,
    .grid-blog.col-3.no-sidebar .post-title {
        font-size: 24px;
    }
    .grid-blog.col-2.no-sidebar p,
    .grid-blog.col-3.no-sidebar p {
        font-size: 16px;
    }
    .format-filter li a {
        padding: 0 25px;
    }
    .blog.no-sidebar .post,
    .blog.no-sidebar #comments,
    .blog.no-sidebar .pagination,
    .blog.no-sidebar .comment-form-wrapper {
        width: 100%;
    }
    .classic-blog .pagination,
    .classic-blog .comment-form-wrapper {
        margin-bottom: 120px;
    }
    .classic-blog.no-sidebar .pagination,
    .classic-blog.no-sidebar .comment-form-wrapper {
        margin-bottom: 0;
    }

    [class*="col-md"][class*="inner-left"],
    [class*="col-md"][class*="inner-right"] {
        padding-left: 15px;
        padding-right: 15px;
    }

    [class*="col-md"][class*="border-left"] {
        border-left: none;
    }

    [class*="col-md"][class*="border-right"] {
        border-right: none;
    }

    .tabs-circle-top .etabs:before {
        margin: 50px 0 -50px;
    }
    .tabs-circle-top .tab {
        height: 130px;
        margin: 0 5px;
    }
    .tabs-circle-top .tab a {
        width: 100px;
        height: 100px;
        max-width: 100px;
        font-size: 11px;
    }
    .tabs-circle-top .tab a div {
        font-size: 33px;
    }
    .tabs-circle-top .tab.active a {
        height: 130px;
        width: 130px;
        max-width: 130px;
        font-size: 13px;
    }
    .tabs-circle-top .tab.active a div {
        font-size: 44px;
    }

    #owl-main .caption.text-center,
    #owl-main .caption.text-left,
    #owl-main .caption.text-right {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-header .navbar-brand {
        display: inline-block;
    }
    .navbar-collapse .navbar-brand {
        display: none;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar .container {
        display: block;
    }

    .navbar .social,
    .navbar .info {
        display: none;
    }

    .navbar-nav {
        padding-left: 0;
    }

    .navbar-header {
        background: #FFF;
        padding: 5px 0;
    }
    .btn.responsive-menu {
        display: table;
    }
    .btn.responsive-menu i {
        display: table-cell;
        vertical-align: middle;
    }
    .navbar-collapse {
        position: static !important;
        background: #F5F7FA;
        max-height: inherit;
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-collapse:after {
        content: '';
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    .yamm .nav,
    .yamm .dropup,
    .yamm .dropdown,
    .yamm .collapse {
        float: none;
        position: relative;
    }
    .yamm .dropdown-menu {
        position: relative;
        left: inherit;
        top: inherit;
        float: none;
        width: 100%;
        display: block !important;
    }
    .yamm .yamm-content {
        padding: 12px 0;
        font-size: 13px;
    }
    .navbar-nav {
        display: block;
        padding: 15px 0;
    }
    .navbar-nav > li {
        display: block;
        float: none;
    }
    .navbar-nav > li > a {
        padding-left: 0;
        padding-right: 0;
        border: none;
        border-radius: 0;
    }
    .navbar-nav > li > a:focus {
        background: none;
        /*color: #1ABB9C;*/
    }
    .navbar-nav li.current-menu-item a  {
        background-color: #234384;
        color: #fff !important;
    }

    .search-parent {
        float: none;
        display: block;
        margin-bottom: 20px;
    }

    #menu-header-menu li:last-child a {
        padding-left: 10px;
    }

    .navbar-nav .dropdown-menu {
        border: none;
        box-shadow: none;
    }
    .navbar-nav .dropdown-submenu .dropdown-menu {
        top: 0 !important;
        padding-left: 20px;
    }
    .navbar-nav .dropdown + .dropdown {
        border-top: 1px solid #E6E9ED;
    }
    .navbar-nav .dropdown-menu > li:last-child {
        margin-bottom: 20px;
    }
/*
    .navbar-nav .
    box {
        float: left !important;
        display: block;
        width: 100%;
    }
*/
    .navbar-header {
        float: left;
        width: 100%;
    }
    .navbar-header:after {
        content: '';
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    .navbar-brand
    {
        margin-top: 0;
        margin-left: 0;
    }
}

@media (max-width: 969px) {
    .yamm .dropdown.yamm-fullwidth .dropdown-menu {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        padding-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 979px) {

    .search-mobile {
    }

    .navbar .container,
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .tabs-side .etabs {
        width: 240px;
    }
    .tabs-side.tab-container .panel-container {
        width: 480px;
    }
    .tabs-top.left .tab {
        margin-right: 2px;
    }
    .tabs-top.left .tab a {
        padding: 5px 10px;
    }
    .items.col-4 {
        margin-left: -9px;
        margin-bottom: -9px;
    }
    .items.col-4 li {
        width: 234px;
        margin-left: 9px;
        margin-bottom: 9px;
    }
    .items.col-3 {
        margin-left: -9px;
        margin-bottom: -9px;
    }
    .items.col-3 li {
        width: 234px;
        margin-left: 9px;
        margin-bottom: 9px;
    }
    .items.col-3.gap {
        margin-left: -18px;
        margin-bottom: -18px;
    }
    .items.col-3.gap li {
        width: 351px;
        margin-left: 18px;
        margin-bottom: 18px;
    }
    .items.col-4.gap {
        margin-left: -18px;
        margin-bottom: -18px;
    }
    .items.col-4.gap li {
        width: 351px;
        margin-left: 18px;
        margin-bottom: 18px;
    }
}

@media (max-width: 767px) {

    body {
        height: 100vh;
    }

    h1,
    h2,
    h3,
    h4 {
        letter-spacing: .0125em;
    }

    h1 {
        font-size: 33px;
        line-height: 120%;
        margin-bottom: 20px;
    }

    header p {
        font-size: 20px;
    }

    footer .inner {
        padding-top: 35px;
        padding-bottom: 25px;
    }

    footer .row .inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    footer .container > .row {
        margin-left: -20px;
        margin-right: -20px;
    }

    .row,
    #share {
        overflow: hidden;
    }

    #share .container {
        width: auto;
        padding: 0;
        margin-left: -15px;
        margin-right: -15px;
    }

    /*.owl-controls {
        display: inline;
    }

    .owl-pagination {
        top: 0 !important;
    }*/

    .last-bottom {
        padding-bottom: 20px !important;
    }

    .last-bottom + .last-bottom {
        padding-bottom: 0 !important;
    }

    .thumbs.gap-lg {
        margin-left: -15px;
    }

    .thumbs.gap-lg .thumb {
        padding: 0 0 15px 15px;
    }

    .icon.pull-right {
        margin-left: 10px;
    }

    .inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .inner-md {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .inner-sm {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .inner-xs {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .inner-top {
        padding-top: 40px;
    }
    .inner-top-md {
        padding-top: 25px;
    }
    .inner-top-sm {
        padding-top: 10px;
    }
    .inner-top-xs {
        padding-top: 40px;
    }
    .inner-bottom {
        padding-bottom: 40px;
    }
    .inner-bottom-md {
        padding-bottom: 25px;
    }
    .inner-bottom-sm {
        padding-bottom: 50px;
    }
    .inner-bottom-xs {
        padding-bottom: 40px;
    }

    .height-xs,
    .height-sm,
    .height-md,
    .height-lg,
    #owl-main .item,
    #owl-main.height-md .item,
    #owl-main.height-lg .item {
        height: 82vh;
    }

    #hero-inner h1 {
        font-size: 28px;
        line-height: 105%;
        letter-spacing: 0.031em;
    }


    #hero h1 {
        font-size: 28px;
        line-height: 105%;
    }

    .sub-header .inner-content {
        padding:10px 0 10px 20px;
    }


    #hero p {
        font-size: 20px;
        line-height: 115%;
        margin-top: 15px;
    }

    #hero #owl-main .caption h1.light-bg,
    #hero #owl-main .caption h1.medium-bg,
    #hero #owl-main .caption h1.dark-bg,
    #hero #owl-main .caption h1.tint-bg {
        font-size: 33px;
    }

    #hero .btn {
        margin-top: 25px;
    }

    #hero .btn-large {
        font-size: 16px;
        padding: 12px 30px 15px;
    }


    .retina-icons-code tr td:first-child,
    .retina-icons-code tr th:first-child {
        max-width: 30px;
    }

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        line-height: 100%;
        padding-left: 4px;
        padding-right: 4px;
    }

    .table > thead > tr > th {
        font-size: 11px;
    }

    .retina-icons-code i {
        font-size: 14px;
    }

    .retina-icons-code code {
        font-size: 10px;
    }

    .tabs-side .etabs {
        float: none;
        width: 100%;
    }

    .tabs-side .tab a {
        border-right-color: #E6E9ED;
    }

    .tabs-side .tab:first-child a {
        border-top-right-radius: 3px;
    }

    .tabs-side .tab:last-child a {
        border-bottom-right-radius: 3px;
    }

    .tabs-side .tab.active a {
        border-right-color: #CED7E0 !important;
    }

    .tabs-side.tab-container .panel-container {
        padding-left: 0;
        border-left: none;
        margin-top: 30px;
    }

    .tabs-top .etabs:after {
        display: none;
    }
    .tabs-top .tab {
        display: block;
        max-width: 100%;
        margin: 0;
    }
    .tabs-top .tab a {
        display: block;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .tabs-top .tab:first-child a {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }
    .tabs-top .tab:last-child a {
        border-bottom: 1px solid #E6E9ED;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }
    .tabs-top .tab.active + .tab a {
        border-top-color: #CED7E0;
    }
    .tabs-top .tab.active + .tab a:hover {
        border-top-color: #1ABB9C;
    }

    .filter:before, .format-filter:before {
        display: none;
    }

    h1.single-block .btn {
        margin-left: 0;
    }

    .sidemeta .date-wrapper,
    .classic-blog.sidebar-left .sidemeta .date-wrapper {
        top: -80px;
        left: 50%;
        margin-left: -60px;
    }

    .sidemeta .format-wrapper,
    .classic-blog.sidebar-left .sidemeta .format-wrapper {
        top: -70px;
        left: 50%;
        margin-left: 10px;
    }

    .classic-blog .sidemeta,
    .classic-blog .pagination {
        padding-left: 0;
        border-left: none;
        margin-left: 0;
    }
    .classic-blog.sidebar-left .sidemeta,
    .classic-blog.sidebar-left .pagination {
        padding-right: 0;
        border-right: none;
        margin-right: 0;
    }
    .classic-blog.no-sidebar .sidemeta,
    .classic-blog.no-sidebar .pagination {
        left: 0;
    }
    .classic-blog .post {
        margin-top: 20px;
        width: 100%;
    }

    .grid-blog.col-2 {
        padding-right: 0;
    }

    .sidebar-left .grid-blog.col-2,
    .sidebar-left .grid-blog.col-2 + .pagination {
        padding-left: 0;
    }

    .classic-blog .post,
    .grid-blog.col-2 .post,
    .grid-blog.col-3 .post,
    .grid-blog.col-2.no-sidebar .post,
    .grid-blog.col-3.no-sidebar .post {
        padding-bottom: 30px;
    }

    .classic-blog .post-content > *,
    .grid-blog.col-2 .post-content > *,
    .grid-blog.col-3 .post-content > *,
    .grid-blog.col-2.no-sidebar .post-content > *,
    .grid-blog.col-3.no-sidebar .post-content > * {
        margin-left: 15px;
        margin-right: 15px;
    }

    .classic-blog .post-content .meta,
    .grid-blog.col-2 .post-content .meta,
    .grid-blog.col-3 .post-content .meta,
    .grid-blog.col-2.no-sidebar .post-content .meta,
    .grid-blog.col-3.no-sidebar .post-content .meta {
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 20px;
    }

    .classic-blog .post-content > *:first-child,
    .classic-blog .post-media + *,
    .grid-blog.col-2 .post-content > *:first-child,
    .grid-blog.col-2 .post-media + *,
    .grid-blog.col-3 .post-content > *:first-child,
    .grid-blog.col-3 .post-media + *,
    .grid-blog.col-2.no-sidebar .post-content > *:first-child,
    .grid-blog.col-2.no-sidebar .post-media + *,
    .grid-blog.col-3.no-sidebar .post-content > *:first-child,
    .grid-blog.col-3.no-sidebar .post-media + * {
        margin-top: 30px;
    }
    .classic-blog .post-content > *:first-child,
    .classic-blog .post-media + * {
        margin-right: 10px;
        margin-top: 0;
    }
    .classic-blog .post-title,
    .grid-blog.col-2 .post-title,
    .grid-blog.col-3 .post-title,
    .grid-blog.col-2.no-sidebar .post-title,
    .grid-blog.col-3.no-sidebar .post-title {
        font-size: 24px;
    }

    .classic-blog p,
    .grid-blog.col-2 p,
    .grid-blog.col-3 p,
    .grid-blog.col-2.no-sidebar p,
    .grid-blog.col-3.no-sidebar p {
        font-size: 16px;
        line-height: 150%;
        margin-bottom: 10px;
    }

    .classic-blog .pagination,
    .classic-blog .comment-form-wrapper,
    .pagination {
        margin-bottom: 100px;
    }

    .grid-blog.col-2.no-sidebar + .pagination,
    .grid-blog.col-3.no-sidebar + .pagination {
        margin-bottom: 0;
    }

    .classic-blog .pagination,
    .classic-blog.sidebar-left .pagination,
    .grid-blog.col-2 + .pagination,
    .grid-blog.col-3 + .pagination,
    .grid-blog.col-2.no-sidebar + .pagination,
    .grid-blog.col-3.no-sidebar + .pagination {
        margin-left: -10px;
    }

    .pagination > li:first-child {
        margin-left: 10px;
    }

    .pagination li {
        margin-bottom: 10px;
    }

    #blog-post .post h2 {
        font-size: 20px;
        /* margin-bottom: 15px; */
        line-height: 24px;
    }

    #blog-post .post h3 {
        font-size: 20px;
				line-height: 24px;
    }

    #blog-post .post h4 {
        font-size: 14px;
    }

    #blog-post .post figure figcaption p {
        font-size: 14px;
        line-height: 150%;
    }

    [class*="col"] > figcaption:first-child {
        padding-top: 20px;
    }

    .post-author, #comments {
        padding: 30px;
    }

    .post-author .author-image {
        float: none;
        display: inline-block;
        margin-bottom: 20px;
    }

    .post-author .author-details {
        padding-left: 0;
    }

    #comments .avatar {
        float: none;
        display: inline-block;
        margin-bottom: 15px;
    }

    #comments .commentbody {
        padding-left: 0;
    }

    #comments .commentlist .children {
        padding-left: 0;
    }

    [class*="col"][class*="border-left"] {
        border-left: none;
    }

    [class*="col"][class*="border-right"] {
        border-right: none;
    }

    .filter li {
        display: block;
    }

    .filter li + li {
        margin-top: 15px;
    }

    .filter li:after {
        display: none;
    }

    #hero .info,
    #hero .info,
    #hero .info,
    .items li .text-overlay .info.big,
    .thumbs .thumb .text-overlay .info.big,
    .owl-carousel .item .text-overlay .info.big {
        margin-top: -25px;
    }
    .items li .text-overlay .info h2,
    .thumbs .thumb .text-overlay .info h2,
    .owl-carousel .item .text-overlay .info h2,
    .items li .text-overlay .info h3,
    .thumbs .thumb .text-overlay .info h3,
    .owl-carousel .item .text-overlay .info h3,
    .items li .text-overlay .info h4,
    .thumbs .thumb .text-overlay .info h4,
    .owl-carousel .item .text-overlay .info h4 {
        font-size: 16px;
        line-height: 150%;
    }
    .items li .text-overlay .info p,
    .thumbs .thumb .text-overlay .info p,
    .owl-carousel .item .text-overlay .info p,
    .items li .text-overlay .info.big p,
    .thumbs .thumb .text-overlay .info.big p,
    .owl-carousel .item .text-overlay .info.big p,
    #hero .items li .text-overlay .info.big p,
    #hero .thumbs .thumb .text-overlay .info.big p,
    #hero .owl-carousel .item .text-overlay .info.big p {
        font-size: 14px;
        line-height: 140%;
        padding-top: 0;
    }

    .tabs-2-big-top .tab {
        width: 100%;
        margin: 0 0 50px 0;
    }
    .tabs-2-big-top .tab a {
        padding: 25px;
    }
    .tabs-2-big-top.tab-container .panel-container {
        margin-top: 0;
    }

    [class*="col"][class*="inner-left"],
    [class*="col"][class*="inner-right"],
    [class*="col"][class*="reset-padding"] {
        padding-left: 15px;
        padding-right: 15px;
    }

    [class*="inner-top"].reset-xs {
        padding-top: 0 !important;
    }

    .tabs-circle-top .etabs:before {
        border-bottom: none;
        margin: 0;
    }
    .tabs-circle-top .tab {
        display: table;
        width: 100%;
        height: auto;
        margin: 0;
    }
    .tabs-circle-top .tab.active {
        top: 0;
    }
    .tabs-circle-top .tab a,
    .tabs-circle-top .tab.active a {
        width: 100%;
        max-width: 100%;
        height: auto;
        font-size: 18px;
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: none;
        border-radius: 0;
    }
    .tabs-circle-top .tab a:hover {
        border-width: 1px;
        border-color: #CED7E0 !important;
        border-top: none;
    }
    .tabs-circle-top .tab.active a:hover {
        border-color: transparent !important;
    }
    .tabs-circle-top .tab:first-child a {
        border-top: 1px solid #CED7E0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }
    .tabs-circle-top .tab:last-child a {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }
    .tabs-circle-top .tab a div,
    .tabs-circle-top .tab.active a div {
        display: inline-block;
        vertical-align: middle;
        font-size: 30px;
        line-height: 120%;
        padding-bottom: 5px;
        margin: 0 10px 0 0;
    }

    .yamm-content {
        margin-top: 25px;
    }

    .yamm-content > [class*="col"] {
        margin-bottom: 50px;
    }
    .navbar .container,
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .footer-bottom p.pull-left,
    .footer-bottom ul.pull-right {
        float: none !important;
        text-align: center;
    }
    .footer-bottom p {
        margin-bottom: 20px;
    }
    .footer-menu li {
        padding: 0 5px;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .filter li a:before {
        display: none;
    }
    .items {
        margin-left: 0 !important;
        /*margin-bottom: -20px !important;*/
    }
    .items li {
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 20px !important;
    }
    .items.fullscreen li {
        margin: 0 !important;
    }
    .sidebar {
        margin-top: 70px;
        padding-left: 15px !important;
    }
    .blog.no-sidebar .post,
    .blog.no-sidebar #comments,
    .blog.no-sidebar .pagination,
    .blog.no-sidebar .comment-form-wrapper {
        width: 100%
    }
    .blog.no-sidebar .pagination ul {
        margin: 0
    }
    .grid-blog {
        margin-left: 0 !important;
        margin-bottom: 20px !important;
    }
    .grid-blog .post {
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 20px !important;
    }
    #comments ul.children {
        padding: 0 0 0 20px;
    }
    #comments .arrow-box {
        margin-left: 0;
    }
    .panel-title {
        line-height: 18px;
    }
    .yamm .yamm-content.row {
        margin-bottom: -30px
    }
}

@media (min-width: 768px) and (max-height: 1024px) {

    .height-xs,
    .height-sm,
    #owl-main .item {
        height: 480px;
    }

    #hero h1 {
        font-size: 32px;
        line-height: 115%;
    }

    #hero p {
        font-size: 22px;
        line-height: 135%;
        margin-top: 17px;
        color: #fff;
    }

    #hero #owl-main .caption h1.light-bg,
    #hero #owl-main .caption h1.medium-bg,
    #hero #owl-main .caption h1.dark-bg,
    #hero #owl-main .caption h1.tint-bg {
        font-size: 50px;
    }

    #hero .btn {
        margin-top: 35px;
    }

    #hero .btn-large {
        font-size: 16px;
        padding: 15px 35px 17px;
    }
}

@media (min-width: 768px) and (max-height: 768px) {

    .height-xs,
    .height-sm,
    .height-md,
    .height-lg,
    #owl-main .item,
    #owl-main.height-md .item,
    #owl-main.height-lg .item {
        height: 440px;
    }
}

@media (min-width: 320px) and (max-height: 768px) {

    .remodal {
        width: auto;
    }

   .format-news article  p:first-child {
        padding: 0;
    }

    .inner-top-md .owl-carousel .owl-item .item
    {
        max-width: 208px;
        margin: 0 auto;
    }

    .medium-bg img {
        width: 100%;
    }

}


/*===================================================================================*/
/*	DEMO ONLY
/*===================================================================================*/

a.changecolor {
    cursor: pointer;
}

/*===================================================================================*/
/*	SKROLLR ANIMATIONS
/*===================================================================================*/

.navbar .navbar-collapse {
    -skrollr-animation-name: shrink-header;
}

.navbar .navbar-brand img {
    -skrollr-animation-name: shrink-logo;
}

@-skrollr-keyframes shrink-header {
40 {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-shadow: 0 10px 10px rgba(0,0,0,0);
    -moz-box-shadow: 0 10px 10px rgba(0,0,0,0.0);
    box-shadow: 0 10px 10px rgba(0,0,0,0);
}

300 {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
}
}

@-skrollr-keyframes shrink-logo {
40 {
    max-height: 91px;
}

300 {
    max-height: 91px;
}
}


@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px) {


    .navbar-brand {
        width:185px;
        height:91px;

    }


}

.story-padding {
    padding-bottom:0;
    padding-top:0;
    color:#333;
}

.img-margin {
    margin:0 15px;
}

header h1 {
    font-size: 34px;
    line-height: 100%;
    margin-bottom: 15px;
}

.tv-schedule {
    padding:0 0 10px 0;
}

.tv-schedule h1 {
    text-align:center;
}

.tv-schedule .station {
    text-align:right;
}

.tv-schedule ul {
    text-align:left;
}

.eight-logo {
    border-radius: 5px;
    margin-bottom:10px;
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {


    .search-parent {
         display: block;
        margin-bottom: 20px;
    }
    .television {
        color:#333;
        background-color:#f1f1f1;
    }

    .tv-schedule .station {
        text-align:left;
    }

    .tv-schedule ul {
        text-align:center;
    }

    #menu-header-menu li:last-child a {
        padding-left: 10px;
    }

    .searchbox i {
        display: inline-block;
    }

    .dark-bg  .social  img {
      height: 50px;
    }

    .dark-bg  .social li:last-child img {
        height: 60px;
    }

}


.navbar-brand {
    float: left !important;
    height: 100px !important;
    padding: 15px 0 !important;
    font-size: 18px !important;
    line-height: 20px !important;
}

.newscast {
    background-color:#234384;
    color:#fff !important;
}

.newscast:hover {
    background-color:#234384;
    color:#234384 !important;
}

.sidebar-highlight {
    background-color: #fff;
    padding:10px;
    -webkit-box-shadow: 4px 4px 1px 1px rgba(000,000,000,0.1);
    box-shadow: 4px 4px 2px 1px rgba(000,000,000,0.1);
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    border-top:8px solid #234384;
}

/* KICKER ONE */

.kicker header {
    padding:15px 15px 1px 15px;
    background:#fff;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.kicker header h1 {
    font-size: 1em;
    background:#234384;
    color:#fff;
    padding:8px;
    text-transform:uppercase;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.kicker figure div {
    padding:15px;
    background:#fff;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius:  0 0 4px 4px;
}



/*   KICKER TWO   */

.kicker2 header {
    padding:15px 15px 1px 15px;
    background:#DADEE7;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.kicker2 header h1 {
    font-size: 1em;
    background:#234384;
    color:#fff;
    padding:8px;
    text-transform:uppercase;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.kicker2 header p {
    color:#234384;
}

.kicker2 figure div {
    padding:15px;
    background:#DADEE7;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius:  0 0 4px 4px;
}


.kicker2 header h1 {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align:left;
}

.azpbs {
    text-align:center;
}

.azpbs h1 {
  font-size: 1em;
  margin-top: 22px;
  padding: 14px;
  border: 1px solid rgba(255,255,255, .2);
  border-radius: 50px;
  background-color: rgba(255,255,255, .1);
}

/*
.azpbs h1 {
    font-size: 1.5em;
    margin-top: 22px;
    padding: 25px;
    border: 1px solid rgba(255,255,255, .2);
    border-radius: 50px;
    background-color: rgba(255,255,255, .1);
}
*/

/*
.azpbs h2 {
    border: 1px solid rgba(255,255,255, .2);
    border-radius: 50px;
    background-color: rgb(255,255,255);
    padding: 8px;
    width:150px;
    margin:auto;
}
*/

.azpbs h2 {
  border: 1px solid rgba(255,255,255, .2);
  border-radius: 50px;
  background-color: rgb(255,255,255);
  padding: 8px;
  width: 100px;
  margin: auto;
  font-size: .9em;
  margin-top: -34px;
}

.pbsthumbs {
  margin-top:23px;
}

footer .social img {
    width: 60%;
    height: auto;
}

.credit {
    padding: 10px;
    background-color: #f1f1f1;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 19px;
}

/*  styles for vertical pages  */

.sub-header {
    background-color: #3f79ed;
}

.sub-header .inner-content {
    padding:10px 0 10px 20px;
}

#hero .sub-header h1 {
    font-weight: 300;
}

.story-info, .story-info-date {
		font-weight: 600;
		color: black;
    padding: 0;
    margin: 0;
		/*border-bottom: 1px solid #ccc;*/
}

.story-info {
	font-size: 16px;
}
.story-info-date {
	font-size: 14px;
	margin-bottom: 10px;
}

.archive {
    font-size:14px;
    line-height:130%;
}

.format-single .post-content-single.post-content {
    padding: 0;
    margin: 0;
    border:0;
}

#blog-post .post img {
    margin-bottom: 15px;
    max-width: 100%;
    margin-top: 0;
}

.awards_image {
    width: 100%;
}

.post-content-single .format-single .story-info {
    padding: 8px 10px;
}

.format-search .story-info {
    padding: 8px 10px;
}

/****************************  THEME COLORS *****************************

************************************************************************/

a:hover,
a:focus,
.bordered .info h3 a:hover,
.bordered .info h4 a:hover,
.icon i.icn,
.meta a:hover,
.meta li.categories:hover:before,
.more:hover,
.navbar.basic .nav > li > a:hover,
.navbar.basic .nav > li > a:focus,
.navbar.basic .nav .open > a,
.navbar.basic .nav .open > a:hover,
.navbar.basic .nav .open > a:focus,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a:hover,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a.active,
.navbar-header .info a:hover,
.nav > li > a:hover,

/*#scrollUp:hover,*/
.sidemeta .format-wrapper a,
.tabs-side .tab.active a,
.tabs-top .tab.active a,
.text-center .panel-title > a:hover span:after,
ul.arrowed li:before,
ul.circled li:before,
.yamm .yamm-content a:hover {
    color: #234384;
}
#scrollUp:hover,
.owl-carousel:hover .owl-next:hover,
.owl-carousel:hover .owl-prev:hover,
.panel-title > a:hover,
{
    color:#fff;
}
.tint-bg .btn,
.tint-color {
    color: #234384 !important;
}

[class^="icon-"]::before, [class*=" icon-"]::before{
    color: #fff;
}


.icon-search:before {
    color: #234384;
}

.icon-videocam:before , .icon-twitter:before  {
    color: #73879c;
}

.icon-videocam:before:hover,  .custom-line-links a:hover .icon-twitter:before , .watch:hover .icon-videocam:before  {
    color: #234384;
}
 .watch-icon,  .custom-line-links a:hover .icon-twitter:before, .watch-icon li:hover .icon-videocam:before, .watch:hover .icon-videocam:before, .custom-line a:hover  .icon-twitter:before {
    text-decoration: none;
    border: 0;
    color: #234384;
}
.btn , .btn-slider a,
.classic-blog .post .date,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a:focus,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a:hover,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:focus,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:hover,
.navbar .dropdown-submenu:focus > a,
.navbar .dropdown-submenu:hover > a,
.owl-pagination .owl-page.active span,
.owl-pagination .owl-page:hover span,
#owl-main .caption h1 span.tint-bg,
#owl-main .caption p span.tint-bg,
.pagination > li > a,
.pagination > li > span,
.post.format-quote,
.sidemeta .format-wrapper a:hover,
.sidenav li a:hover,
.tabs-circle-top .tab.active a,
.tabs-side .tab a:hover,
.tabs-top .tab a:hover,
.tint-bg,
.tint-bg.img-bg-soft:before,
.tint-bg.img-bg-softer:before,
.tooltip-inner {
    background-color: #234384;
}

.pbs-tint-bg {
    background-color:#5479e1;
}


.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > li > a:hover,
.pagination > li > a:focus {
    background-color: #387EAA;
}

.icon-overlay a .icn-more,
.items li .text-overlay,
.owl-carousel .item .text-overlay,
.thumbs .thumb .text-overlay {
    background-color: rgba(63, 141, 191, 0.9);
}

.classic-blog .post .date,
.icon.circle,
.sidemeta .format-wrapper a,
.tabs-circle-top .tab.active a,
.tabs-circle-top .tab a:hover,
.tabs-side .tab a:hover,
.tabs-top .tab a:hover {
    border-color: #3F8DBF;
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #3F8DBF;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #3F8DBF;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #3F8DBF;
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #3F8DBF;
}

#owl-main .caption h1 span.tint-bg,
#owl-main .caption p span.tint-bg  {
    box-shadow: -.500em 0 0 #3F8DBF, .500em 0 0 #3F8DBF;
}

::selection {
    background: #B6DBF2; /* Safari */
}

::-moz-selection {
    background: #B6DBF2; /* Firefox */
}

/*ACTIVE MENU LIST ITEM*/
#menu-header-menu li.active a
{
    color: #234384;
}

/* Portrait tablets and small desktops */
@media (min-width: 768px){
    /*NAVBAR CUSTOMIZER*/
    .navbar{
        background-color: transparent; /*change if you need background*/
        border-color: transparent;
        border-radius: 0;
        border:none;
        margin-bottom: 0;
    }
} /* use for all devices started from 768px width */

@media (max-width: 768px){
    .dark-bg  .social li:last-child img {
        height: 60px;
    }
    .dark-bg  .social  img {
        height: 50px;
    }

    .caption {
        padding: 30px 0;
    }

    body .spanh1 {
        font-size: 30px!important;
    }

}

@media (max-width: 480px){
    .dark-bg  .social li:last-child img {
        height: 24px;
    }
    .dark-bg  .social  img {
        height: 27px;
    }
}


.format-archive {
    padding: 0 15px;
    border: 0;
}
.format-archive  article.post {
    border: 0;
}
.watch-icon li a {
    margin-right: 5px;
}
.watch-icon li {
    padding-right: 20px;
}


@media (max-width: 320px){

.navbar-header .navbar-brand {
    width: 70%!important;
    height: 80px!important;
}

    .inner-top .item {
        max-width: 208px;
        margin: 0 auto!important;
        display: block;
    }
.btn.responsive-menu {
    margin: 23px 0 0;
}
}

.single-news .owl-pagination {
    display: none;
}

.format-archives h5 {
    margin-bottom: 5px;
}
.format-archives aside {
    margin-bottom: 20px;
}

.at-above-post-homepage-recommended:empty, .at-above-post-homepage:empty,
.at-below-post-homepage-recommended:empty, .at-below-post-homepage:empty
{
    display: none;
}

.show-link a {
    display: inline;
}
.show-link p {
    display: inline;
    padding-right: 5px;
}

.archive-list ul {
    margin: 0 0 0 10px;
    padding: 0;
}

.archive-list {
    border-top: 1px solid #ccc;
    margin:10px 0!important;
    padding: 10px 0 20px 0;
}
.archive-list > * {
    margin: 0 10px;
}
.archive-list:first-child {
    border: 0;
}

.filter-box +  .archive-list{
    border: 0;
}
#form-filter  select  {
    width: 160px;
    float: left;
    margin: 0 20px 20px 0;
}


.special-report {
	padding: 5px 10px;
	color: #fff;
	background-color:#516EC7;
	border-left: 3px solid #234384;
	border-right: 3px solid #234384;
	border-radius: 4px;
        width:148px;
}

.bg-slider {
    background: rgba(35,67,132,0.4);
    width: 100%;
    height:100%;
    position: absolute;
    top: 0;
}
.custom-line.text-center {
    text-align: center;
}

.item:before {
    opacity: 0.5;
}


.format-news  .content-blog .embed-container p { padding-left: 0;}
.format-news iframe { width: 100%!important;}
.format-news  .content-blog h3 {
    padding-left: 10px;
}


.post-content ul {
  list-style: disc;
  position: relative;
  padding-left: 22px;
  margin-left: 10px !important;
}

.post-content ul li {
  margin-bottom: 8px;
}

.archive-list li:first-child { display: none;}
li:empty { display: none;}

.widget_wp-category-archive a {
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.widget_wp-category-archive a:hover ,
 .widget_wp-category-archive a:hover  i {
	color: #234384;
}
.widget_wp-category-archive a i {
	margin-left: 8px;
}


/****************************  ELECTION PAGE STYLING *****************************

************************************************************************/

#election_header_img
{
    width: 50%;
}
.recent-news-area
{
    width: 40%;
    display: block;
    float: right;
    margin-top: -420px;
}
/*TOP BOX STYLING */
@media (min-width:990px) and (max-width:1195px)
{

.main_head_image p a img
{
    width: 300px;
    height: 250px;
}
    .main_head_image img
{
    width: 300px;
    height: 250px;
}
    
}
@media (min-width:768px) and (max-width:1023px)
{

.main_head_image p a img
{
    width: 250px;
    height: 190px;
}
    
    .main_head_image img
{
    width: 250px;
    height: 190px;
}
}

@media (min-width:769px)
{
    #episode_cast
    {
        margin-top: -8px;
        min-height: 365px;
    }
}

#election_special_desc
{
    margin-top: -30px;
}

@media (max-width:767px)
{
   .main_head_image p a img
    {
        width: 100%;
        
    }
    #special_report_img > img
    {
        width: 100%;
    }
}
@media (min-width:1024px)
{
#election_logo
    {
        margin-top: 10px;
    }
    
header .search
    {
        margin-top: 40px;
    }
}
.widget-title
{
    font-size: 14px;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
    padding-bottom: 10px;
}

#horizon_box
{
    background-color: #FFF;
    margin-top: -10px;
    height: 370px;
}
/****************************  STATE RESULTS PAGE STYLING *****************************

************************************************************************/

.race
{
    font-weight: bold;
    padding-top: 50px;
    border-bottom: 1px solid black;
}
td
{
    width: 100%;
}
td:nth-child(even)
{
    padding-right: 30px;
}
.raceTable tbody tr:nth-child(2)
{
    color: #FFF;
}
#g2-container
{
    padding-top: 20px;
}

tr:nth-child(even)
{
    background-color:black;
}
.full-res
{
   background: rgba(36,120,255,1);
background: -moz-linear-gradient(left, rgba(36,120,255,1) 0%, rgba(36,120,255,1) 29%, rgba(235,52,52,1) 64%, rgba(235,52,52,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(36,120,255,1)), color-stop(29%, rgba(36,120,255,1)), color-stop(64%, rgba(235,52,52,1)), color-stop(100%, rgba(235,52,52,1)));
background: -webkit-linear-gradient(left, rgba(36,120,255,1) 0%, rgba(36,120,255,1) 29%, rgba(235,52,52,1) 64%, rgba(235,52,52,1) 100%);
background: -o-linear-gradient(left, rgba(36,120,255,1) 0%, rgba(36,120,255,1) 29%, rgba(235,52,52,1) 64%, rgba(235,52,52,1) 100%);
background: -ms-linear-gradient(left, rgba(36,120,255,1) 0%, rgba(36,120,255,1) 29%, rgba(235,52,52,1) 64%, rgba(235,52,52,1) 100%);
background: linear-gradient(to right, rgba(36,120,255,1) 0%, rgba(36,120,255,1) 29%, rgba(235,52,52,1) 64%, rgba(235,52,52,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2478ff', endColorstr='#eb3434', GradientType=1 );
}

#import-sec
{
    background-color:#FFF;
}


/*===================================================================================*/
/*	GRAD PROJECT 2016 SPRING STYLING
/*===================================================================================*/




.pusher {
  padding-top: 250px;
  padding-bottom: 50px;
}

.video-top-bg { 
 
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background: no-repeat;
    background-size: cover;
    transition: 1s opacity;
}

@media screen and (max-width: 800px) {
    .video-top-bg
    {
        width: 80%;
        height: 100%;
    }
   
}

@media screen and (max-width: 1200px) {
    
     .video-top-bg
    {
        width: 100%;
        height: 100%;
    }
}


#dd_logo
{
    margin-left: 35%;
}
@media only screen and (max-width:769px) {
#dd_logo
{
 margin-left: 15%;       
}
#ddmenubtn
    {
        margin-left: 30%;
    }
}

@media only screen and (max-width:480px) {
#dd_logo
    {
        margin-left: 20px;
    }
}

#ddmenubtn
{
    border:1px solid white;
}

/*===================================================================================*/
/*	RACIAL DIVIDE STYLING
/*===================================================================================*/


.racial-divide p, .racial-divide img
{
    color: rgba(255,255,255,0.9);
    background-color:#222;
    font-size: 18px;
	line-height: 28px;
}

.racial-divide ul li
{
    color: rgba(255,255,255,0.9);
}

.racial-divide h2
{
     color: rgba(255,255,255,0.9);
}
.racial-divide p a
{
    color: rgba(255,255,255,0.9);
    border-bottom: 3px solid #73879C;
}
.rd-caption
{
     background-color:#222;
}

.parallax_img
{
    height: 500px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.cn-logo-rd
{
    margin-top:20px;
    width:80px;
    height:50px;
}
.rd-logo
{
    width:300px;
    height:140px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
}

.next-chapter-container
{
    position: relative;
} 

.next-chapter-container h2, .next-chapter-container h3, .next-chapter-container span
{
    position: absolute;
    z-index: 1;
    color: rgba(255,255,255,0.9);
    font-weight: 400;
}

@media only screen and (max-width:480px) {
    
    .next-chapter-container h2
{
    left: 30px;
    margin-top: -75px;
    font-size: 2em;
  
}

.next-chapter-container h3
{
    left: 30px;
   margin-top: -105px;
    font-size: 1em;

}
.cn-logo-rd
    {
        margin-top: 30px;
        width: 50px;
        height: 30px;
       
    }
.rd-logo
    {
        margin-top: 15px;
        width: 200px;
        height: 100px;
    }

    
}

@media only screen and (min-width:480px) {
    
     .next-chapter-container h2
     {
    left: 50px;
    margin-top: -100px;
    font-size: 2.5em;
  
     }

     .next-chapter-container h3
     {
    left: 50px;
   margin-top: -150px;
    font-size: 1.5em;
     }

 
    
}

 @media only screen and (min-width:768px) {
       .next-chapter-container h2
     {
    left: 50px;
    margin-top: -125px;
    font-size: 3em;
  
     }

     .next-chapter-container h3
     {
    left: 50px;
    margin-top: -175px;
    font-size: 1.5em;
     }

    
}  

  @media only screen and (min-width:1024px) {

      
      .next-chapter-container h2
{
    left: 50px;
    margin-top: -150px;
    font-size: 4em;
  
}

.next-chapter-container h3
{
    left: 50px;
    margin-top: -220px;
    font-size: 2em;
}

      
}
    
/*===================================================================================*/
/*	WAYPOINTS PHOTO GALLERY STYLING
/*===================================================================================*/

.photo-gallery-image-container
    {
        width: 100%;
        height: 1200px !important;
        background: no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    
    }

#photo-gallery-image-final-image
    {
    
        height: 100%;
    }

.tag-social-icons
{
    margin: 10px 20px;
    padding: 15px;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}

.fa-facebook
{
     background: #3B5998;
    color: white;
  
}
.fa-youtube {
    background: #e52d27;
    color: white;
}
.fa-twitter {
    background: #55ACEE;
    color: white;
}
.fa-instagram {
    background: #e95950;
    color: white;
}
.fa-snapchat-ghost {
    background: #fffc00;
    color: white;
}

/*===================================================================================*/
/*	HEADING STYLING FOR THE WOLF LANDING PAGE HEADLINES
/*===================================================================================*/

@media (max-width: 768px)
{
    #ltracks
    {
        font-size: 24px !important;
    }
    #ltracks-2
    {
        font-size: 18px !important;
        margin-top: 15px;
    }
}

@media (max-width: 400px)
{
      #ltracks
    {
       margin-top: -30px;
    }
 
}



hr {
  width: 20%;
  margin-top: 3vh;
  margin-bottom: 3vh;
  border: 0;
  border-bottom: 1px solid #DADADA;
}


