/*
Theme Name: Didpress
Author: Mustafa Shujaie (mfshujaie@gmail.com)
Description: Didpress website wordpress theme
*/

#cssmenu li:hover > ul {
    display: block;
}

#cssmenu  li:hover > a:before {
    content: '';
    position: absolute;
    top: 18px;
    left: 0px;
    border: 5px solid transparent;
    border-top: 5px solid #646464;
}
.excerptcontent {
   color: black;
    font-size: 16px;
    font-weight: 700;
} 
.title-list li a {
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #042971;
}
.excerpt-meta a {
    color: #042972;
    font-weight: normal;
}

time {
    color: #04297d;
    font-weight: normal;
}
.title-list li a:hover {
    background: #f8f8f8;
    color: #043db3;
}
h3 a {
    color: #042971;
}

.marqcontainer{
            background: #44010c;
    padding: 0px 0px 0px 0px;
    border-radius: 8px;
    height: 25px;
        margin: 0px 89px;
}

.nav-menu  .sub-menu{
    display:none;
}

.nav-menu li:hover > sub-menu{
    display:block;
}









.better-social-counter.style-big-button.colored .social-item.facebook{
	    background-color: #4a639f;
}
.better-social-counter.style-big-button .item-icon{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid rgba(0,0,0,.05);
    background: rgba(0,0,0,.14)!important;
    -webkit-text-shadow: 0 0 1px rgba(0,0,0,.2);
    -moz-text-shadow: 0 0 1px rgba(0,0,0,.2);
    text-shadow: 0 0 1px rgba(0,0,0,.2);
    color: #fff;
    margin-right: 15px;
    display: inline-block;
    float: left;
    font-size: 22px;
}
.better-social-counter.style-big-button .item-name {
    display: block;
    color: #fff;
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.social-item{
    height:70px;
    padding:10px
}
.better-social-counter.style-big-button.colored .social-item.twitter {
    background-color: #59c8ff;
}
.better-social-counter.style-big-button.colored .social-item.youtube {
    background-color: #cc181e;
}
.better-social-counter.style-big-button.colored .social-item.telegram {
    background-color: #179cde;
}
.better-social-counter .item-name {
    font-family: rasadbold;
    font-weight: 500;
    font-size: 18px;
    text-transform: initial;
}
.better-social-counter.style-big-button.colored .social-item.instagram {
    background-color: #517fa4;
}
.better-social-counter.style-big-button .item-title-join {
    display: block;
    color: #fff;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.better-social-counter .item-title-join {
    font-family: rasad;
    font-weight: 400;
    font-size: 13px;
    text-transform: initial;
}

.better-social-counter.style-big-button .item-icon {
    margin-right: 15px;
    float: left;
    margin-left: auto;
}















#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
	border: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#cssmenu {
           background: #9a0304;
    height: 30px;
    border-radius: 14px 0px 30px 0px;
}
#cssmenu,
#cssmenu > ul > li > ul > li a:hover {
	/*background: #3c3c3c;*/
	/*background: -moz-linear-gradient(top, #3c3c3c 0%, #222222 100%);*/
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c3c3c), color-stop(100%, #222222));*/
	/*background: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);*/
	/*background: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);*/
	/*background: -ms-linear-gradient(top, #3c3c3c 0%, #222222 100%);*/
	/*background: linear-gradient(top, #3c3c3c 0%, #222222 100%);*/
}
#cssmenu > ul {
	list-style: inside none;
	padding: 0;
	padding-top:7px;
	margin: 0;
}
#cssmenu > ul > li {
	list-style: inside none;
	padding: 0;
	margin: 0;
	
	float: left;
	display: block;
	position: relative;
}
#cssmenu > ul > li > a {
	color: #fff;
    font-size: 14px;
    padding: 6px 10px 10px 10px;
    font-weight: 300;
}
#cssmenu > ul > li > a:hover {
	
	color:#fff;
}
#cssmenu > ul > li:first-child > a {
	border-radius: 5px 0 0 5px;
}
#cssmenu > ul > li > a:after {
	content: '';
	position: absolute;
	border-right: 1px solid;
	top: -1px;
	bottom: -1px;
	right: -2px;
	z-index: 1001;
	border-color: #fff;  
}
#cssmenu ul li.has-sub:hover > a:after {
	top: 0;
	bottom: 0;
}
#cssmenu > ul > li.has-sub > a:before {
	    content: '';
    position: absolute;
    top: 18px;
    right: 0px;
    border: 5px solid transparent;
    border-top: 5px solid #646464;
}
#cssmenu > ul > li.has-sub:hover > a:before {
	top: 19px;
}
#cssmenu ul li.has-sub:hover > a {
	background: #c3bfbf;
	border-color: #c3bfbf;
	padding-bottom: 13px;
	padding-top: 13px;
	top: -1px;
	z-index: 999;
}
#cssmenu ul li.has-sub:hover > ul,
#cssmenu ul li.has-sub:hover > div {
	display: block;
}
#cssmenu ul li.has-sub > a:hover {
	background: #c3bfbf;
	border-color: #c3bfbf;
}
#cssmenu ul li > ul,
#cssmenu ul li > div {
	display: none;
    width: auto;
    position: absolute;
    top: 15px;
    padding: 10px 0;
    background: #6c050e;
    border-radius: 0 0 5px 5px;
    z-index: 1001;
}
#cssmenu ul li > ul {
	width: 200px;
}
#cssmenu ul li > ul li {
	display: block;
	list-style: inside none;
	padding: 0;
	margin: 0;
	position: relative;
}

#cssmenu ul li a:hover div{
        display: block;
    width: auto;
    position: absolute;
    top: 38px;
    padding: 10px 0;
    background: #6c050e;
    border-radius: 0 0 5px 5px;
    z-index: 1001;
}
#cssmenu ul li > ul li a {
	outline: none;
	display: block;
	position: relative;
	margin: 0;
	padding: 8px 20px;
	font: 10pt Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
#cssmenu ul ul a:hover {
	color: #fff;
	background:#9a0304;
}
#cssmenu > ul > li.has-sub > a:hover:before {
	border-top: 5px solid #ffffff;
}






/*.nav-menu > li ul{*/
/*    width:200px;*/

/*    display:none;*/
/*    display: none;*/
/*    background: #f0f0f0;*/
/*    list-style-type: none;*/
/*    position: absolute;*/
    /*color: #fff;*/
/*}*/
/*.sub-menu li a{*/
    
    
/*}*/
/*.sub-menu li {*/
/*    margin-left:30px;*/
/*    display:block;*/
/*}*/

/*.sub-menu li{*/
/*    background: #c90c12;*/
/*    color: #fff;*/
/*}*/
/*.sub-menu li a{*/
/*    background: #c90c12;*/
/*    color: #fff;*/
/*}*/
/*.nav-menu > li:hover .sub-menu{*/
/*    display:block;*/
/*}*/


















.featured-image:hover {
    border: solid 5px #44010c;
}


.innerinner{
	    margin-left: 153px !important;
	}

h3 {
	line-height:1.5em;
}

a {
	color:#646464;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color:#323232;
}

body {
	
	
}

.fa {
	position:relative;
}

.english {
	font-family:Helvetica;
}

.popup-container {
	position: fixed;
	width:100%;
	height:100%;
	background:#f8f8f8;
	z-index:100000;
	display: none;
}

.popup-container.opened {
	display:block;
}

.popup-header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:40px;
	background:#f8f8f8;
	border-bottom:1px solid #e8e8e8;
}

.popup-body {
	height:100%;
	padding-top:40px;
	overflow-y:auto;
}

.popup-container .main-menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

.popup-container .main-menu ul li a {
	display: block;
	padding:5px 10px;
	border-bottom:1px dotted #ccc;
}

.popup-container .main-menu ul li:last-child a {
	border-bottom:none;
}

.popup-close {
	float:right;
	display:block;
	width:40px;
	height:40px;
	text-align:center;
	border-left:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
	background:#f8f8f8;
	color:#646464;
}

.popup-close:hover {
	color:#323232;
}

.popup-close .fa {
	top:10px;
}

.responsive-button {
	float:right;
	margin:2px 0;
	background-color: transparent;
	border:none;
}

.responsive-navigation {
	background:#f8f8f8;
	border-bottom: 1px solid #e8e8e8;
}

.responsive-navigation-heading {
	padding:5px 0;
}

.responsive-navigation .navigation-social-icons {
	float: left;
	margin:0;
	position:initial;
}

.responsive-navigation .navigation-social-icons ul {
	margin:0;
	padding:0;
}

.responsive-navigation .navigation-social-icons a {
	margin:0 15px 0 0;
	color:#808080;
}


/**** SECTION HEADER ****/
.section-header {
	margin-bottom:20px;
}
.section-header h1 {
	font-size:1.2em;
	font-weight:bold;
	border-bottom:1px solid #45020d;
}
.section-header h1 span {
    border-radius: 0px 29px 0px 20px;
    border-right: solid 1px #44010c;
    border-top: solid 1px #44010c;
    border-left: solid 1px #46050f;
    display: inline-block;
    border-bottom: 3px solid #44010c;
    padding: 7px 15px 5px;
    margin-bottom: -3px;
    background: #9a0304;
    color: #ffffff;
    font-size: 15px;
}

/**** SECTION HEADER ****/

/**** SLIDESHOW ****/
.slideshow {
	width:100%;
	overflow:hidden;
	position:relative;
	min-height:180px;
}

.slideshow .slide {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
}

.slideshow .slide.active {
	display:block;
}

.slideshow .slide img {
	width:100%;
	min-height:100%;
}

.slideshow .slide .featured-image {
	display: block;
	width:100%;
	height:100%;
	position:absolute;
	z-index:1000;
}

.slideshow h3 {
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	background:rgba(3, 51, 76, 0.60);
	z-index: 1001;
	margin:0;
	padding:10px;
	font-size:1em;
	font-weight:bold;
}

.slideshow h3 a {
	color:#fff;
}

#main-slideshow h3 {
	font-size:24px;
	font-weight:normal;
}

.slide-nav {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index:10001;
	color:#fff;
	text-shadow:0 0 5px rgba(0,0,0,0.5);
	opacity:0.8;
}

.slide-nav:hover {
	color:#e8e8e8;
}

.slide-nav.prev {
	left:20px;
}

.slide-nav.next {
	right:20px;
}
/**** SLIDESHOW ****/



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

#header-top-nav {
    margin: 0 0 0px 0;
    padding: 0;
    border-radius: 12px 0px 0px 0px;
    color: #fff;
    background-image: linear-gradient(to right, #3c010c , #c90c12);
}

#header-top-nav * {
    font-size:12px;
    font-weight:normal;
}

#header-top-nav a {
	color:#fff;
	padding:0;
}

#header-top-nav ul {
	padding:0;
	margin:0;
	list-style:none;
}

#header-top-nav ul li {
	float:right;
	margin:5px 0;
	padding:0 10px;
	border-left:1px solid #f98c8f;
	border-right:1px solid #a5191d;
}

#header-top-nav ul li:last-child {
    border-left:none;
}
#header-top-nav ul li:first-child {
    border-right:none;
}


#header-top {
	background:#fff url(images/world-dotted.png) no-repeat center 10px;
	position:relative;
	border-bottom: 1px solid #e8e8e8
}

#logo {
	width:120px;
	float:left;
}

#logo img {
	width:100%;
}

#main-navigation {
	float:right;
	width:calc(100% - 140px);
}

#main-navigation h1 {
	margin-bottom:15px;
}

#main-navigation .nav-menu {
	list-style: none;
	margin:0;
	padding:0;
}

#main-navigation .nav-menu:before, #main-navigation .nav-menu:after {
	clear:both;
	content: " ";
	display:block;
}

#main-navigation .nav-menu > li {
	float:left;
}

#main-navigation .nav-menu > li:hover a {
	background:#f8f8f8;
}

#main-navigation .nav-menu > li:hover .submenu-container {
	display: block;
}

#main-navigation .nav-menu > li.current-menu-item > a {
	border-bottom-color:#d01a19;
}
#main-navigation .nav-menu > li {
    background: #eaeaea;
    float: left;
    border-radius: 0px 25px 0px 26px;
    border: solid 1px #fff;
}

#main-navigation .nav-menu > li > a {
    color:#000;
	display:block;
	padding:12px 10px;
	border-bottom:3px solid transparent;
}

#main-navigation .nav-menu a {
	font-size:1em;
}

.submenu {
	display:flex;
	justify-content: space-between;
}

.submenu-container {
	background: #f8f8f8;
	position:absolute;
	top:130px;
	left:0;
	width:100%;
	z-index:100000;
	box-shadow:0 5px 5px rgba(0,0,0,0.2);
	display:none;
}

.submenu-container h3 {
	margin:10px auto 20px;
	text-align:center;
}

.submenu-item {
	width:256px;
}

.submenu-item h3 {
	font-size:1.1em;
	line-height:1.5em;
	margin-top:0.5em;
}

#leading-section {
	margin-top:0px;
}

#main-slideshow {
	width:100%;
	height:290px;
	float:right;
	margin-bottom: 20px;
}

#interviews {
	width:100%;
}

#featured-items {
	width:100%;
	height:436px;
	overflow:hidden;
	float:left;
}

.featured-item {
	height:218px;
	overflow:hidden;
	position: relative;
}

.featured-item h3 {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	margin:0;
	padding:10px;
	background:rgba(3, 51, 76, 0.60);
	font-size:1em;
	font-weight:bold;
}

.featured-item h3 a {
	color:#fff;
}

.featured-item img {
	width:100%;
	height:auto;
}

#main {
	margin-top:0px;
}

/***** LATEST NEWS *****/
#latest-news .post-entry {
	margin-bottom: 20px;
	background: #fff;
}

.post-entry .featured-image {
	width:256px;
	float:left;
	overflow:hidden;
}
.post-entry .featured-image a, .post-entry .featured-image {
	width:100%;
	display:block;
     width: 135px;
    max-height: 120px;
    overflow: hidden;
	
}

.post-entry .featured-image a, .post-entry .featured-image img {
	width:100%;
	display:block;
     width: 135px;
    float: left;
    max-height: 120px;
    overflow: hidden;
	
}

.post-entry .post-excerpt {
	width:calc(100% - 135px);
	float:left;
	position:relative;
	padding-bottom:24px;
	background: #fff;
	padding:0 10px 30px 10px;
}

.post-entry:before, .post-entry:after {
	clear:both;
	content: " ";
	display:block;
}

.post-excerpt h3 {
	margin-top:0;
	margin-bottom: 5px;
	font-size:1.2em;
	font-weight:bold;
}

.excerpt-meta {
	width:100%;
	position: absolute;
	bottom:0;
	left:0;
	font-size:0.9em;
	font-weight:bold;
	color:#042972;
	padding:0 10px 10px;
}

.excerpt-meta a {
    color: #042972;
    font-weight: normal;
}

/***** LATEST NEWS *****/

#sidebar {
	border-left:1px solid #e8e8e8;
	padding-left:20px;
}

.circle {
	display:inline-block;
	border:none;
	border-radius:100%;
	width:5px;
	height:5px;
	background:#c90c12;
	margin-left:10px;
	margin-right:10px;
}

.widget {
	margin-bottom:2em;
}

.title-list {
	list-style:none;
	margin:0;
	padding:0;
}

.title-list li {
	border-bottom: 1px solid #e8e8e8;
}

.title-list li a {
	font-weight:bold;
	display: block;
	padding-bottom:5px;
	padding-top:5px;
	font-weight: 200;
}

.title-list li a:hover {
	background:#f8f8f8;
}

/**** ads ****/
.ad a {
	display:block;
	width:100%;
}
.ad a img {
	display:block;
	width:100%;
	height:auto;
}
/**** ads ****/

.reports {
	background: #f8f8f8;
	padding:10px;
}

.report {
	margin-bottom: 10px;
}

.report:before, .report:after {
	clear:both;
	content: " ";
	display:block;
}

.report .featured-image {
	width:120px;
	float:left;
	display:block;
}

.report-body {
	width:calc(100% - 130px);
	float:right;
}

.report-body h3 {
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 5px 0;
}

.video-featured-image {
	width:100%;
	overflow: hidden;
	display:block;
	position:relative;
	height:140px;
}

.video-featured-image img {
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	width:100.1%;
	height:auto;
}

.video h3 {
	margin:0 0 10px 0;
	font-size:1.2em;
	font-weight:bold;
}

.video-featured-image .fa {
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	z-index:1000;
	color:#fff;
	opacity:0.8;
	text-shadow:0 0 5px rgba(0, 0, 0, 0.8);
}

.title-meta {
    background: #f8f8f8;
    display: inline-block;
    padding: 5px 10px;
    margin: 0;
}

.article-body {
	margin-top:20px;
}

.article-body .post-thumbnail {
	margin-bottom:1em;
}

.article-body p {
	margin-bottom: 1em;
}

.article-body .wp-caption {
	position:relative;
	margin-bottom:1em;
	max-width: 100%;
}

.article-body .alignright {
	float:right;
	margin:0 0 1em 1em;
}

.article-body .alignleft {
	float:left;
	margin:0 1em 1em 0;
}

.article-body .aligncenter {
	margin:0 auto 1em;
}

.article-body .wp-caption img {
	display:block;
	width:100%;
}

.article-body .wp-caption .wp-caption-text {
	background:rgba(0,0,0,0.2);
	color:#fff;
	position:absolute;
	bottom:0;
	margin:0;
	width:100%;
	padding:5px 10px;
}

.single .article-body a {
	font-weight:bold;
	color:#299fd9;
	border-bottom:1px dotted #e8e8e8;
}

.yarpp-related:before, .yarpp-related:after {
	content: " ";
	display:block;
	clear:both;
}

.tags {
	margin-top:50px;
}

.tag {
	display:block;
	float:right;
	padding:5px 20px;
	margin:5px 10px 5px 0;
	border:1px solid #e8e8e8;
	background:#f8f8f8;
}

.tag:hover {
	background:#d41116;
	border-color:#d41116;
	color:#fff;
}

.share-toolbox {
	display: none;
}

.share-btn.active, .link-btn.active {
	box-shadow:inset 0 0 3px rgba(0,0,0,0.3);
}

.share-toolbox .social-icons {
	display:flex;
	flex-wrap: wrap;
	margin-bottom: 1em;
}

.share-toolbox .social-icons a {
	padding:5px 20px;
	text-align: center;
	margin:0 0 0 10px;
	color:#fff;
}

.share-toolbox .url {
	display:none;
}

.share-toolbox .url input {
	display: block;
	width:100%;
	direction:ltr;
	text-align: left;
	font-family:sans-serif;
	font-size:0.9em;
	padding:5px;
	color:#aaa;
	border:1px solid #ccc;
	font-style: italic;
}

.twitter-btn {
	background:#47c7fa;
}

.facebook-btn {
	background:#3c5a98;
}

.youtube-btn {
	background:#db2824;
}

.telegram-btn {
	background:#299fd9;
}

.email-btn {
	background:#52d011;
}

.link-btn {
	background:#f8f8f8;
}

.share-toolbox .social-icons .link-btn {
	color:#323232;
}

.share-toolbox h3 {
	margin-bottom:1em;
}

.share-toolbox h3 .fa {
	opacity: 0.7;
	font-size:0.9em;
}

.post-meta {
	font-weight:normal;
	margin-top:10px;
	font-size:0.9em;
}

.meta {
	float:left;
	margin:0 0 0 10px;
}

.meta .fa {

}

.meta-value {
	margin-left:5px;
	display: inline-block;
}

.meta-btn {
	background:#f8f8f8;
	min-width:60px;
	text-align: center;
	float:right;
}

.single .meta {
	padding:5px 0;
}

.single .post-meta {
	border-bottom:1px solid #e8e8e8;
	padding-bottom:10px;
}

#submit.submit {
	font-weight: bold;
	padding-left:20px;
	padding-right:20px;
}

textarea, input[type="text"] {
	font-size:1em;
	color:#808080;
	font-weight:normal;
}

.wpcf7-form textarea, .wpcf7-form input[type="text"] {
	width:350px;
	max-width:350px;
}

textarea.form-control {
	font-size:1em;
	height: 6em;
	resize: vertical;
}
.required {
	color:#d41116;
}

#reply-title, .comments-title {
	margin-top:50px;
	margin-bottom:40px;
	padding-top:10px;
	padding-bottom:10px;
	font-weight: bold;
	border-top:5px dotted #e8e8e8;
	border-bottom:1px dotted #e8e8e8;
	color:#808080;
}

#commentform {
	display:flex;
	max-width:75%;
	flex-wrap:wrap;
	justify-content: space-between;
}

.comment-form-comment {
	flex-basis: 100%;
}

.comment-form-author, .comment-form-email {
	flex-basis: 47.5%;
}

.form-submit {
	flex-basis: 100%;
}

#comments {
	margin-top:60px;
}

.comment-list {
	list-style:none;
	padding:0;
	margin:0;
}

.comment-list ul.children {
	list-style:none;
}

cite.fn {
	margin-left:10px;
}

.comment-author {
	margin-bottom:10px;
}

.comment-author date {
	font-weight: normal;
	font-size:0.9em;
	font-style:italic;
	background: #f8f8f8;
}

.comment-body {
	background:#fdfdfd;
	margin-bottom:20px;
	border:1px solid #e8e8e8;
}

.comment-content {
	font-weight:normal;
	padding:0 10px;
}

.comment-meta {
	color:#606060;
	padding:0 10px 0 10px;
	font-weight: normal;
	font-style: italic;
}

.reply {
	padding:5px 10px;
	color:#606060;
	text-align:right;
}

.reply a {
	color:#606060;
	font-weight: normal;
	font-size:0.9em;
}

.avatar.photo {
	margin-right:-1px;
	margin-top:-1px;
}

.navigation-social-icons {
    position:absolute;
    top:0;
    right:20px;
    margin: 0;
    padding: 0;
}

.navigation-social-icons ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.navigation-social-icons li {
    float: right;
    display: block;
    padding: 0;
    margin: 0;
}

.navigation-social-icons a {
    position: relative;
    display: block;
    padding: 3px 0;
    margin: 0 15px 0 0;
}

#footer {
	margin:0 0 0 0;
	padding:2em 0 0px 0px;
	background:#f8f8f8;
	border-top:1px solid #e8e8e8;
}

#footer .footer-menu ul {
	display:flex;
	flex-wrap: wrap;
	list-style:none;
	margin:0 0 1em 0;
	padding:0 0 1em 0;
	border-bottom:1px solid #e8e8e8;
}

#footer .footer-menu ul a {
	display:block;
	margin:0 10px;
}

.language {
	display:flex;
	list-style:none;
	margin:0;
	padding:0;
}

.language li {
	margin:0 0.5em;
}

.title-meta {
	background:#f8f8f8;
	display:inline-block;
	padding:5px 10px;
	margin:0;
}

.posts-navigation {
	margin-top:2em;
	padding-top:1em;
}

.posts-navigation a {
	font-weight: bold;
	background:#f8f8f8;
	padding:5px 10px;
	display: inline-block;
}


.social-icons-footer {
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
}

.social-icons-footer li {
	margin-bottom:3px;
}

.social-icons-footer a {
	display:block;
	padding:5px;
	background:#75c5ff;
	color:#fff;
	font-weight:bold;
}

.social-icons-footer a .fa {
	display:inline-block;
	width:20px;
	text-align:center;
}

.wpp-list {
	margin:0;
	padding:0;
}

.wpp-list li {
	margin-bottom:5px;
}

.wpp-list a {
	font-weight:bold;
	font-size:1em;
}

#footer .title {
	margin-top:0;
}

@media (max-width: 992px) {	
	#logo {
		float:none;
		margin:10px auto;
		display:block;
	}
	
	.video-featured-image {
		width:100%;
		overflow: hidden;
		display:block;
		position:relative;
		height:240px;
	}
	
	#main-slideshow {
		margin-bottom: 1.5em;
	}
	.marqcontainer{
	    margin: 0px 89px;
    padding-left: 150px;
	}
	
}
#header-top-nav{
         margin: 0px 85px;
    }
    .marqinner{
        display:inline;position: absolute;left: 96px;
    }
    .marqinner h5{
        display:inline;color:white;float:right;margin-top: 4px; font-size: 18px;
    }

@media (max-width: 560px) {
    #logo {
    float: none;
    margin: 0px auto;
}
    #header-top-nav{
        margin:0px !important;
    }
    .marqcontainer{
	    margin: 0px 0px;
    padding-left: 113px;
	}
	.marqinner{
	    padding-top:5px;
        display:inline;position: absolute;left: 6px;
    }
    .innerinner{
        
        padding-top:2px;
    }
    .marqinner h5{
        display:inline;color:white;float:right;margin-top: 0px; font-size: 14px;
    }
	.post-entry .featured-image {
		width:100%;
		float:none;
	}

	.post-entry .featured-image a, .post-entry .featured-image img {
		width:100%;
		height:auto;
		display:block;
	}

	.post-entry .post-excerpt {
		width:100%;
		float:none;
	}
	.wpcf7-form textarea, .wpcf7-form input[type="text"] {
		width:100%;
		max-width:100%;
	}
	
	
	#main-slideshow {
		width:100%;
		height:275px;
		float:none;
	}
}

@media (max-width:990px) {
	#sidebar {
		border-right:none;
		padding-right:0;
	}
}



.myslideshow{

}
.my-featured-item{
    width: 360px;
    height: 198px;
    overflow: hidden;
    position: relative;
    margin-bottom: 13px;
}
.myslideshow {
    height: 409px ! important;
    width: 750px
}

section.mysectionx {
    width: 100%;
    background-color: rgb(49, 49, 49);
    padding: 13px 0px 20px 0px;
}
.photoborder {
    position: absolute;
    right: 15px;
    width: 152px;
    height: 4px;
    top: 31px;
    background: #c90c12;
}
.photoh2 {
    font: 400 22px/22px 'Roboto', sans-serif;
    color: white;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
    min-height: 28px;
}
.s-shadow{
           box-shadow: 0 0 8px 0 #ccc;
}
.fixed-top{
    width:100%;
    position:fixed;
    top:0;
    left:0;
z-index:100000;
background:white;
}
#top-navigation {
    background: transparent;
}
#top-navigation {
    position: relative;
    height: 30px;
    background: #fff;
    z-index: 4;
    margin: 5px 0px 0px 24px;
}
#top-navigation .container {
    position: relative;
}

#top-navigation ul {
    padding: 0;
    margin: 0;
}
.clearfix {
    zoom: 1;
}
#top-navigation ul li:first-child {
    border-left: none;
}
#top-navigation ul li {
    float: right !important;
}
#top-navigation ul li {
    list-style: none;
    float: left ! important;
}
.newt{
    width: 200px;
    margin: 0px;
    display: inline;
    float: right;
}
.soc-media a{
    font-size: 28px;
    margin-right: 10px;
}



#searchsubmit {
    position: absolute;
    top: -1px;
    left: 3px;
    width: 73px;
    height: 25px;
    background: url(images/vt.png);
    z-index: 1;
}