

/* TABLE OF CONTENT
 * ==================
 * 1.  BASE
 * 2.  HEADER
 * 3.  NAVIGATION MENU
 * 4.  HOMEPAGE
 * 5.  BLOG
 * 6.  PAGES
 * 7.  SIDEBAR
 * 8.  FOOTER
 * 10. BANNER ADS
 * 11. MEDIA QUERIES

 * 14. DYNCON
 * 15. PRINT
 * 16. RESPONSES

 **/

/* 1. BASE
 * ======================== */

 html{
	-webkit-text-size-adjust: none;
 }

body{
    font-size: 13px;
	line-height: 1.5;
	background-size: cover;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #555555;
}
#main{
	padding-left: 10px;
	padding-right: 10px;
}

#main,
.content-wrap{
	overflow: hidden;
}

#container,
.inner-wrap{
	width: 1120px;
	margin: 0 auto;
	overflow: hidden;
}
#container{
	width: 1120px;
}
.inner-wrap{
	width: 1100px;
}
#content{
	width: 770px;
	margin-right: 30px;
	float: left;
}

#sidebar{
	width: 300px;
	float: left;
}

.full-width{
	width: 100% !important;
	margin-right: 0 !important;
}

/*====== Link styles =====*/
a{
	text-decoration: none;
	color: #d81d26;
	transition: all 0.2s ease 0s;
	outline: 0;
}

a:visited {
	color: #d81d26;
}

a:hover {
	color: #FFB400;
}

/*====== Colors =======*/
.main-color{
	color: #FFB400;

}

.main-color-bg{
	background: #FFB400;

}

/*====== Images =======*/
.wp-post-image{
	display: block;
}

.attachment-fp770_375{
	/*width: 770px;
	height: 375px;*/
}
.attachment-fp770_448{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.attachment-fp520_400{
	width: 520px;
	height: 400px;
}
.attachment-fp520_302{
	width: 520px;
	height: 302px;
}
.attachment-fp370_215{
	width: 370px;
	height: 215px;
}
.attachment-fp370_215_uncropped{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
height: auto;
}


.attachment-fp240_165{
	width: 240px;
	height: 165px;
}
.attachment-fp240_140{
	width: 240px;
	height: 140px;
}

.attachment-fp220_128{
	width: 220px;
	height: 128px;
}


.attachment-fp120_90{
	width: 120px;
	height: 90px;
}

.attachment-fp75_75{
	width: 75px;
	height: 75px;
}

.attachment-fp75_75uncropped{
	width: 65px;
	height: auto;
	margin-top: -50%;
}



.one-half{
	width: 370px;
	margin-right: 30px;
	float: left;
}

.two-halfs{
	width: 770px;
	margin-right: 0px;

}

.col-last{
	margin-right: 0 !important;
}

/*========= Headings =========*/
h1,h2,h3,h4,h5,h5,h6{
	font-family: 'Oswald', "Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 1.3;
	font-weight: 400;
	color: #d81d26;
	}

h1{
	font-size: 28px;
}

h2{
	font-size: 26px;
}

h3{
	font-size: 20px;
}

h4{
	font-size: 18px;
}

h5{
	font-size: 16px;
}

h6{
	font-size: 14px;
}

:focus {
	outline: 0;
}

/* 2. HEADER
 * ======================== */
#topbar{
	overflow: hidden;
	height: 45px;
	background: #d81d26;
	padding: 0 50px;
}

#topbar .top-menu{
	float: left;
	max-width: 750px;
}

#topbar .top-menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#topbar .top-menu ul li{
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #d81d26;
	height: 45px;
}

#topbar .top-menu ul li:last-child{
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}

#topbar .top-menu ul li a{
	margin-top: 13px;
	display: inline-block;
	font-size: 14px;
	color: #999999;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
}

#topbar .top-menu ul li a:hover{
	color: #CCCCCC;
}

#topbar .social{
	float: right;
}

#topbar .social ul li{
	float: left;
	text-align: center;
	cursor: pointer;
	padding: 0 5px;
}

#topbar .social ul li i{
	font-size: 18px;
	margin-top: 14px;
}

#topbar .social ul li a{
	color: #ffffff;
}

#topbar .social ul li a:hover{
	color: #000000;
}

#header{
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

#header .logo-section{
	overflow: hidden;
	margin: 0 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

#header .logo{
	overflow: hidden;
	float: left;
}
#header .logo img{
	width: 100%;
	height: 100%;
}
#header .banner{
	float: right;
	max-width: 730px;
}

#header .banner img{
	display: block;
}

#header .menu-section{
	height: 50px;
	background: #FFFFFF;
}

/* 3. NAVIGATION MENU
 * =================== */
.primary-menu {
	width: 100%;
	position: relative;
	z-index: 30;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	border-top: 4px solid #d81d26;
	border-bottom: 4px solid #d81d26;
	background-color: #d81d26;
}

.primary-menu ul.sf-menu{
	display: none;
}

.primary-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 99;
}

.primary-menu ul li {
	float: left;
	padding: 0px;
	margin: 0px;
	position: relative;
}

.primary-menu ul li a {
	display: inline-block;
	padding: 10px 14px;
	margin: 10px 8px 6px;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	color: #ffffff;
}

.primary-menu ul li:after {
    color: #ffffff;
    content: "|";
    font-size: 20px;
}

.primary-menu .current-menu-item a,
.primary-menu .current_page_item a,
.primary-menu > ul  > li > a:hover{
	background: #FFB400;
	color: #000;
}

.primary-menu ul li ul {
	display: none;
	position: absolute;
	padding: 0;
	margin-top: 0;
}

.primary-menu ul li ul li {
	float: none;
	padding:0px;
}

.primary-menu ul li:hover ul {
	background: #fbba00;
	color: #FFFFFF;
}

.primary-menu ul li:hover ul li:after{
	display: none;
}

.primary-menu ul li ul li a,
.primary-menu ul li:hover ul li a,
.primary-menu ul li.over ul li a {
	padding: 12px 12px;
	display: block;
	width: 150px;
	text-align: left;
	height: auto;
	font-size: 14px;
	text-transform: none;
	color: #FFFFFF;
	margin: 0;
}

.primary-menu ul li ul li a:hover{
	background-color: blue;
	color: black;
}

.primary-menu ul li ul li a:after{
	display: none;
}

.primary-menu ul li ul li ul {
	display: none;
	position: absolute;
	left: 174px;
	top: -1px;
}

.primary-menu ul li ul li:hover ul,
.primary-menu ul li ul li.sfHover ul {
	display: block;
	position: absolute;
	left: 174px;
	top: 0;
}

.primary-menu .sf-sub-indicator {
	display: none;
}
.sub-menu .sf-sub-indicator {
	display: inline ;
}

.primary-menu a.menu-link {
	display: none;
}

/*=== Header Meta Menu ===*/
#header_meta {
    margin-bottom: 0px;
    min-height: 30px;
    z-index: 10;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #F2F2F2;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}

#header-meta-menu {
    float: right;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
	list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
	color: #808080;
}

#header-meta-menu > li {
	float: left;
}
#header-meta-menu li::after{
	content: "|";
}

#header-meta-menu li:last-child a{
	padding: 0 0 0 10px;
}
#header-meta-menu li:last-child::after{
	content: "";
}

#header-meta-menu a	{
	color: #808080;
	font-size: 11px;
	/*font-weight: 700;*/
	padding: 0 10px 0 10px;

}
#header-meta-menu a:hover{
	text-decoration: underline;
	color: #333333;
}

#header_meta_container{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	min-height: 30px;
}

/* 4. HOMEPAGE
 * ============ */

/*=== Slider ===*/
.section{
	overflow: hidden;
	margin-bottom: 20px;
}

.slider-main {
	display: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
	width: 770px;
	height: 375px;
	float: left;

}

.slider-main ul,
.slider-main ol {
    list-style: none;
    margin: 0;
    padding: 0;

}


.slider-main .slides li {
    position: relative;
	text-align: center;
	width: 770px;
	display: block;
	height: 375px;
}
.slider-main .slides li img{
	margin: auto;
}
.slider-main .flex-viewport {
    max-height: 630px;
    transition: all 1s ease 0s;
}

.slider-main .post-info{
	position: absolute;
	bottom: 40px;
	width: 100%;
	margin-left: 0%;
	color: #FFFFFF;
	text-align: center;
	background: url('images/transparent.png') repeat left top;

}

.slider-main .post-info h2{
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 10px;
}

.slider-main .post-info h2 a{
	color: #FFFFFF;
}

.slider-main .post-info h5{
	color: #FFFFFF;
	text-transform: none;
	padding-bottom: 18px;
}

.slider-main .more{
	display: inline-block;
	margin-top: 10px;
	border: 2px solid #FFFFFF;

}

.slider-main .more h6{
	font-weight: 700;
	line-height: 1.0;
}


.slider-main .more h6 a{
	display: inline-block;
	color: #FFFFFF;
	padding: 8px 12px;
	line-height: 1.0;
}

.slider-main .post-excerpt h6{
	font-size: 13px;
	visibility: hidden;

}

.slider-main-nav{
	z-index: 3;
	display: inline-block;
	position: absolute;
	bottom: 12px;
	left: 45%;
}

.slider-main-nav ol li{
	float: left;
	line-height: 1;
	margin-right: 3px;
}

.slider-main-nav ol li a{
	font-size: 0;
	color: #FFFFFF;
	cursor: pointer;
}

.slider-main-nav ol li a:before {
	content: "\f10c";
	font-family: FontAwesome;
	display: inline-block;
	padding: 0;
	font-weight: 400;
	font-size: 14px;
	margin-right: 2px;
}

.slider-main-nav ol li a.flex-active:before ,
.slider-main-nav ol li a:hover:before{
	content: "\f111";
}

.slider-main .category a{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 700
}

.slider-main .entry-meta a{
	color: #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	margin-bottom: 10px;
	padding-bottom: 0px;
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
}


/*=== Slider Posts ===*/
.slider-right{
	float: left;
	width: 325px;
	margin-left: 5px;
}

.slider-right .item-post{
	height: 185px;
	overflow: hidden;
	position: relative;
}

.slider-right .item-post:first-child{
	margin-bottom: 5px;
}

.slider-right .item-post .wp-post-image{
	margin-top: -15px;
	margin-left: -20px;
	max-width: 370px;
}

.slider-right .item-post .post-info{
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	background: url("/wp-content/uploads/transparent.png") repeat-x left top;
	padding-left: 5px;
	padding-right: 5px;
}

.slider-right .entry-meta a{
	color: #FFFFFF;
	text-decoration: underline;
	margin-bottom: 10px;
	padding-bottom: 0px;
	display: inline-block;
	font-weight: 400;
}

.slider-right h4{
	font-weight: 700;
	margin-bottom: 10px;
}

.slider-right h4 a{
	color: #FFFFFF;
}

/*=== Carousel ===*/
.feat-carousel .section-title{
	position: relative;
	text-align: center;

}

.feat-carousel .title-wrap{
	display: inline-block;
}

.feat-carousel .carousel-prev a,
.feat-carousel .carousel-next a{
   	overflow: hidden;
	display: block;
	width: 22px;
    height: 22px;
    transition: all 0.3s ease 0s;
	z-index: 1;
	opacity: 0.9;
	position: relative;
	font-size: 0;
	text-align: center;
	border: 1px solid #d81d26;
	color: #ffffff;
}

.carousel-posts{
	overflow: hidden;
	max-height: 100%;
}

.feat-carousel .carousel-prev a{
	float: left;
}

.feat-carousel .carousel-next a{
	float: right;
}

.feat-carousel a.bx-prev:before {
	content: "\f0d9";
	font-family: FontAwesome;
	display: block;
	font-weight: 400;
	font-size: 16px;
	margin-right: 2px;
}

.feat-carousel a.bx-next:before {
	content: "\f0da";
	font-family: FontAwesome;
	display: block;
	font-weight: 400;
	font-size: 16px;
	margin-left: 2px;
}

.feat-carousel .carousel-prev a:hover,
.feat-carousel .carousel-next a:hover{
	background: #d81d26;
	color: #000000;
}

.feat-carousel .thumb{
	margin-bottom: 10px;
}

/*=== Featured Posts ===*/
.video-thumb iframe{
	width: 100% !important;
	height: 215px !important;
	display: block;
}

.video-thumb{
	overflow: hidden;
}

.video-thumb p{
	display: none;
}

#feat-postlist{
	overflow: hidden;
}

.cat-posts-list .post-item{
	width: 170px;
	margin-right: 13px;
	float: left;
}

.cat-posts-list .post-item .entry-header{
	margin-bottom: 6px;
}

.cat-posts-list .last{
	margin-right: 0;
}

.cat-posts-list .entry-meta{
	margin: 7px 0 5px;
}

.cat-posts-list .last{
	clear: right;
}

.cat-posts-list .row-margin{
	margin-bottom: 15px;
}

/*=== Overlay ===*/
.overlay{
	overflow: hidden;
	background: #F2F2F2;
}

.overlayplaceholder{
	width:65px;
	height: 65px;
	background-color: white;
	position: relative;
}
.placeholderlink{
	position: absolute;
	top: 50%;
}

.section-title{
	overflow: hidden;
	margin-bottom: 20px;
	padding: 15px 0 12px;
	border-top: 3px solid #d81d26;
	border-bottom: 3px solid #d81d26;
	background-color: #d81d26;

}

.section-title h4{
	text-align: center;
	color: #ffffff;

}

.section-title h6{
	letter-spacing: 1px;
	font-weight: 300;
	text-align: center;
	color: 	#555555;
}

/*=== Category Large ===*/
.cat-large .main-post{
	width: 520px;
	float: right;
}

.cat-large .main-post .entry-slider{
	margin: 0;
	padding: 0;
}

.cat-large .main-post .entry-slider ul li img{
	display: block;
}

.cat-large .main-post .thumb{
	margin-bottom: 0 !important;
}

.cat-large .main-post p{
	margin-bottom: 10px;
}

.cat-large .main-post .entry-meta,
.cat-large .main-post .entry-meta a{
	color: #666666;
}

.cat-large .read-more h6{
	display: inline-block;
	font-size: 13px;
	margin-left: 4px
}

.cat-large .entry-wrap{
	padding: 15px;
	background: #F2F2F2;

}

.cat-large .post-list{
	width: 220px;
	float: left;
	margin-right: 30px;
}

.cat-large .post-list .wp-post-image{
	width: 220px;
	height: 128px;
}

.cat-large .post-list .thumb{
	margin-bottom: 10px;
}

.cat-large .post-list .entry-meta .sep{
	margin: 0 3px;
}

.box370{
	width: 370px;
	height: 370px;
}

/*=== Featured Category ===*/
.feat-cat .main-post{
	overflow: hidden;
}

.feat-cat .main-post .thumb{
	margin-bottom: 15px;
}

.feat-cat p{
	margin-bottom: 0;
}

.feat-cat .item-post{
	overflow: hidden;
	margin-bottom: 10px;
	border-bottom: 1px solid #d81d26;
}

.feat-cat .item-wrap{
	overflow: hidden;
	margin-bottom: 2px;
	padding-bottom: 5px;
}

.feat-cat .item-post:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.feat-cat .item-post:last-child .item-wrap{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.feat-cat .item-post h5{
	margin-bottom: 10px;
}

.feat-cat .item-post .thumb{
	margin-right: 15px;
	float: left;
}

/*=== Featured Section 2 ===*/
.feat-cat2 .main-post .thumb{
	margin-bottom: 10px;
}

.feat-cat p{
	margin-bottom: 0;
}

.feat-cat .entry-header{
	margin-bottom: 10px;
}

.feat-cat2 .item-post{
	overflow: hidden;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #d81d26;
}

.feat-cat2 .item-post:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.feat-cat2 .item-post h5{
	font-size: 14px;
	font-weight: 600;
}

.feat-cat2 .item-post .entry-meta{
	margin-top: 10px;
}

.feat-cat2 .item-post .thumb{
	width: 70px;
	margin-right: 10px;
	float: left;
}

.feat-cat2 .item-post .thumb img{
	width: 70px;
	height: 70px;
}






/* 5. POSTS
 * =============== */

/*=== Archive ===*/
.archive-header {
	margin-bottom: 20px;
}

.archive-postlist{
	overflow: hidden;
}


.archive-postlist .entry-header{
	margin: 7px 0 5px;
}
.entry-header-no-margin{
	margin: 0px 0 5px;
}


.archive-postlist .entry-header-searchresult{
	margin: 7px 0 5px;
	border-bottom: 0;
}


.archive-postlist .post p{
	margin-bottom: 0;
}

.archive-postlist .one-half{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 3px solid #d81d26;
}


.entry-image-caption{
	color: #888888;
}

.onecolumn-left{
	float: left;
	width: 215px;
	margin-right: 20px;
}
.onecolumn-right{
	 float: left;
	 width: 530px;
}



/* === Pagination === */
.pagination{
	overflow: hidden;
	margin: 30px 0;
	font-weight: 700;
	clear: both;
}

.pagination  .page-numbers {
	background: #FFFFFF;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px 10px;
	border: 1px solid #d81d26;
}

.pagination a:hover,
.pagination .current {
	background: #d81d26;
	color: #FFFFFF;
}

/*=== Post slider ===*/
.entry-slider{
	display: none;
	margin: 15px 0 20px;
	position: relative;
}
.entry-slider-single{
	display: block;
}
.entry-slider ul,
.entry-slider ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.entry-slider .slides li {
    position: relative;
}

.entry-slider .flex-direction-nav a{
    margin: 0;
	opacity: 0.3;
	font-size: 0;
	display: block;
	position: absolute;
	top: 46%;
	z-index: 3;
	border: 3px solid #FFFFFF;
	width: 32px;
	height: 32px;
	text-align: center;
}

.entry-slider:hover .flex-direction-nav a {
	opacity: 0.8;
}

.entry-slider .flex-direction-nav a.flex-prev{
	left: 20px;
}

.entry-slider .flex-direction-nav a.flex-next{
	right: 20px;
}

.entry-slider .flex-direction-nav a:before{
	font-family: FontAwesome;
	display: inline-block;
	padding: 0;
	font-weight: 400;
	font-size: 22px;
	margin-right: 2px;
	color: #FFFFFF;
}

.entry-slider .flex-direction-nav a.flex-prev:before {
	content: "\f053";
}

.entry-slider .flex-direction-nav a.flex-next:before {
	content: "\f054";
}

/*=== Single Post ===*/
.single-post .entry-header{
	border-bottom: 2px solid #d81d26;
	margin-bottom: 20px;
}

.single-post .entry-header .entry-meta{
	margin-bottom: 2px;
	padding-bottom: 10px;
}

.entry-meta{
	clear: left;
}

.entry-meta-left{
	float: left;
	margin-top: 5px;
	width: 50%;
}
.entry-meta-right i.fa{
	font-size: 13px;
}
.entry-meta-right{
	margin-top: 5px;
	float: left;
	width: 50%;
	text-align: right;
}

.entry-image{
	margin-bottom: 20px;
    overflow: hidden;
	text-align: center;

}
.image-background{
	background-color: #FAFAFA;
}
.height448{
	height: 448px;
}
.height375{
	height: 375px;
}
.entry-video {
  margin: 10px 0 20px;
  text-align: center;
}

.entry-video iframe {
	display: inline-block;
}

.entry-header h1.entry-headline{
	font-size: 22px;
}
.entry-header h1{
	/*margin-bottom: 10px;*/
}
.entry-header h5.teaser{
	font-size: 14px;
	/*margin-bottom: 10px;*/
}

.entry-header h4{
	margin: 5px 0 0px;
}

.two-halfs .entry-header h4{
	margin: 0px 0 0px;
}

.entry-meta{
	overflow: hidden;
	margin-top: 5px;
	letter-spacing: 2.2px;
	font-size: 11px;
	font-weight: 300;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
}

.entry-meta .issue{
  letter-spacing: 0;
}

/*
.entry-meta,
.entry-meta a{
	color: #d81d26;
}*/

.entry-meta .sep{
	margin: 0 10px;
}

.entry-meta .social{
	float: right;
}

.entry-meta .social i{
	font-size: 16px;
}

.entry-meta .social span{
	padding-right: 2px;
	display: block;
	float: left;
}

.entry-meta .social a{
	display: block;
	background: #d81d26;
	width: 24px;
	height: 24px;
	border-radius: 24px;
	text-align: center;
	color: #FFFFFF;
}

.entry-meta .social .fb a{
	background: #00549F;
}

.entry-meta .social .twitter a{
	background: #38CDFF;
}

.entry-meta .social .gplus a{
	background: #C94434;
}

.entry-meta .social .pinterest a{
	background: #CD3939;
}

.entry-meta .social i{
	margin-top: 4px;
	margin-left: 3px;
}

.entry-meta .left{
	float: left;
	margin-top: 5px;
}

.entry-footer{
	overflow: hidden;
	margin: 20px 0;
}

.entry-footer .categories{
	overflow: hidden;
	margin-bottom: 10px;
}

.entry-footer .tags{
	overflow: hidden;
}

.entry-footer .icon{
	border: 1px solid #DDDDDD;
	display: block;
	float: left;
	padding: 4px 10px 2px;
	margin-right: 10px;
}

.entry-footer .icon i{
	font-size: 18px;
	padding: 0;
	line-height: 1;
	color: #666;
}

.entry-footer a{
	border: 1px solid #DDDDDD;
	display: block;
	float: left;
	padding: 4px 10px;
	color: #AAAAAA;
	margin-right: 10px;
	margin-bottom: 10px;

}

.entry-footer a:hover{
	border: 1px solid #d81d26;
	color: #d81d26;

}

.entry-author{
	padding: 15px;
	margin-bottom: 20px;
	overflow: hidden;
	border: 1px solid #d81d26;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
	margin-bottom: 10px;
}

.entry-content p:last-child{
	margin-bottom: 0;
}

.entry-content a,
.entry-author a{
	color: #d81d26;
}

.entry-content a:hover,
.entry-author a:hover{
	color: #d81d26;
}

/*=== Entry Auhtor ===*/
.entry-author .author-avatar{
	float: left;
	margin-right: 15px;
}

.entry-author .author-avatar .avatar{
	display: block;
}

/*=== Entry Nav ===*/
.entry-nav{
	overflow: hidden;
	margin-bottom: 30px;
	padding: 15px;
	background: #F4F4F4;
}

.entry-nav .prev-post{
	float: left;
	max-width: 48%;
}

.entry-nav .next-post{
	float: right;
	text-align: right;
	max-width: 48%;
}

.entry-nav .title1 i{
	display: block;
	float: left;
	margin-right: 7px;
	margin-top: 5px;
}

.entry-nav .title1 h5{
	display: inline-block;
	font-weight: 300;
}

.entry-nav .next-post i{
	float: right;
	margin-right: 0;
	margin-left: 7px;
}

.entry-nav .link{
	display: inline-block;
}

.entry-nav .prev i{
	margin-right: 7px;
	margin-top: 4px;
}

.entry-nav .next i{
	margin-left: 7px;
	margin-top: 4px;
	float: right;
}

/*=== Related Posts ===*/
.related-posts{
	margin-bottom: 20px;
}

.related-posts ul{
	overflow: hidden;
}

.related-posts ul li{
	width: 250px;
	float: left;
	margin-right: 10px;
}

.related-posts .thumbnail{
	margin-bottom: 10px;
}

.related-posts .wp-post-image{
	width: 250px;
	height: 145px;
}

/* ========= Comments ========= */
#comments{
	max-width: 770px;
	background: #FFFFFF;
	margin: 30px 0;
	padding-top: 15px;
	border-top: 4px solid #d81d26;

}

#comments .comments-title{
	overflow: hidden;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 2px solid #d81d26;
}

#comments .comments-title .comments-num{
	float: left;
	margin-right: 10px;
	padding: 10px 15px;
}

#comments .comments-title .add-comment{
	float: left;
	background: #4E4E4E url('images/pencil-white.png') no-repeat 10px center;
	padding: 10px 15px 10px 36px;
}

#comments ol.commentlist{
	margin: 10px 0;
	list-style: none;
}

#comments .comment{
	overflow: hidden;
	margin-bottom: 10px;
}

#comments .author-info{
	margin-bottom: 5px;
	overflow: hidden;
}

#comments .author-avatar{
	float: left;
	width: 60px;
	margin-right: 20px;
}

#comments .author-avatar img{
	display: block;
}

#comments .comment-header {
	overflow: hidden;
}

#comments .comment-header h5{
	float: left;
	margin-right: 15px;

}

#comments .comment-header .fn {
	width: auto;
	font-style: normal;
	margin-right: 10px;
}

#comments .comment-meta{
	margin-bottom: 2px;
}

#comments .author-comment{
	color: #FFFFFF;
	font-size: 12px;
	padding: 3px 8px 4px;
	line-height: 1;
	display: block;
	float: left;
}

#comments .comment-time{
	font-size: 13px;
	letter-spacing: 0;
	margin-right: 5px;
}

#comments .comment-time a{
	color: #AEAEAE;
}

#comments .sep{
	color: #AEAEAE;
	margin-right: 0px;
}

#comments .reply {
	font-size: 13px;
	margin-right: 10px;
}

#comments .edit-link{
	font-size: 13px;
}

#comments .comment-text{
	color: #777777;
}

#comments .moderation{
	color: red;
	font-size: 13px;
	margin-bottom: 0;
	overflow: hidden;
	clear: both;
}

#comments ul.children{
	list-style: none;
	position:relative;
}

#comments ul.children:before{
	width: 14px;
	height: 12px;
    content: " ";
    background-image: url("images/arrow-up.png");
	background-repeat: no-repeat;
    position: absolute;
    left: 5px;
    top: 10px;
}

#comments ol.commentlist li ul.children {
	list-style: none;
	margin: 15px 0 0;
}

#comments ul.children .author-avatar{
	width: 50px;
	margin-top: 5px;
	margin-right: 10px;
}

#comments ul.children li.comment{
	margin-bottom: 5px;
}

#comments ol.commentlist li ul.children li.depth-2 {
	margin-left: 30px;
}

#comments ol.commentlist li ul.children li.depth-3 {
	margin-left: 30px;
}

#comments ol.commentlist li ul.children li.depth-4 {
	margin-left: 30px;
}

#comments ol.commentlist li ul.children li.depth-5 {
	margin-left: 30px;
}

#comments ol.commentlist li.pingback .url{
	margin-right: 10px;
}

#comments .comment-nav  h4{
	margin-bottom: 5px;
}

#comments .comment-nav {
	margin-bottom: 15px;
	overflow: hidden;
}

#comments .comment-nav .nav-previous{
	float: left;
}

#comments .comment-nav .nav-next{
	float: right;
}

#comments  .moderation{
	color: #E96065;
	font-size: 14px;
}

#respond #reply-title{
	margin: 15px 0 10px;
}

#respond #reply-title small{
	font-weight: 400;
	font-size: 12px;
	text-transform: none;
	margin-left: 8px;
}

#respond #reply-title small a{
	color: #CCCCCC;
}

#respond .required {
	color: #ff4b33;
	font-weight: bold;
}

#respond label {
	display: block;
	margin-bottom: 3px;
}

#respond .comment-notes{
	font-size: 13px;
	color: #999999;
	margin-bottom: 20px !important;
}

#respond .comment-form-author{
	margin-right: 2%;
}

#respond .comment-form-author,
#respond .comment-form-email{
	width: 49%;
	float: left;
}

#respond .comment-form-author input[type=text],
#respond .comment-form-email input[type=text]{
	width: 90%;
}

#respond .comment-form-url input[type=text],
#respond textarea{
	width: 95%;
}

#respond input[type=text],
#respond textarea{
	display: block;
	font-family: inherit;
	font-size: 14px;
	color: inherit;
	padding: 8px 12px;
	border: 1px solid #222222;
}

#respond textarea{
	height: 185px;
}

#respond input[type=submit]{
	border: none;
	background: #FFB400;
	color: #FFFFFF;
	cursor: pointer;
	font: inherit;
	padding: 8px 12px;
	margin: 5px 0;
	text-align: center;
}

#respond .form-allowed-tags {
	margin: 15px 0 !important;
	color: #A8A8A8;
}

/* 6. PAGES
 * ========= */
.page-header{
	border-bottom: 1px solid #d81d26;
	margin-bottom: 20px;
}

.page-header h2{
	border-bottom: 1px solid #d81d26;
	margin-bottom: 2px;
	padding-bottom: 10px;
}

/*=== Error Page ===*/
.error-page .error-page-wrap{
	overflow: hidden;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.error-page .error-page-wrap h1{
	font-size: 140px;
}

.error-page .error-page-wrap p{
	margin: 20px 0;
}

.error-page .search-form{
	width: 300px;
	margin: 0 auto;
}

.error-page .search-field{
	width: 278px;
}

.error-page .widget{
	margin: 20px 0;
}

.error-page .widget ul{
	display: inline-block;
}

.error-page .widget h4{
	margin-bottom: 10px;
}

/*=== Archives Page ===*/
.archive-columns {
	margin-top: 20px;
	overflow: hidden;
}

.archive-page .wt-row{
	overflow: hidden;
	margin-bottom: 20px;
}

.archive-page .wt-row h4{
	margin-bottom: 10px;
}

.archive-page .wp-tag-cloud a{
	font-size: 13px !important;
}

.archive-page .search-form{
	width: 220px;
}

.archive-page .search-field {
	width: 198px;
}

/*=== Contact Page ===*/
.contact-page .contact-text p:last-child{
	margin-bottom: 0;
}

.contact-page .map,
.contact-page .contact-text{
	margin-bottom: 20px;
	overflow: hidden;
}

.contact-page .contact-form .error{
	color: #F0685C;
	font-size: 13px;
}

.contact-page .contact-form .wt-row{
	margin-bottom: 20px;
	overflow: hidden;
}

.recaptcha_only_if_image,
.recaptcha_only_if_audio,
.contact-page .contact-form label{
	display: block;
	font-size: 14px;
	margin-bottom: 3px;
}

.recaptcha_refresh,
.recaptcha_only_if_image,
.recaptcha_only_if_audio,
.recaptcha_help{
	float: left;
	font-size: 12px;
	color: #999999;
	margin-right: 15px;
}

#recaptcha_widget a{
	color: #BCBCBC;
}
#recaptcha_widget i{
	margin-right: 5px;
	color: #BCBCBC;
}

#recaptcha_image{
	max-width: 100%;
}

.col-last .recaptcha_only_if_image,
.col-last .recaptcha_only_if_audio{
	font-weight: 400;
}

.contact-page .contact-form label span{
	margin-left: 15px;
	font-size: 12px;
	color: #BCBCBC;
	font-weight: normal;
}

.contact-page .one-half{
	overflow: hidden;
}

.contact-page .one-half{
	width: 48%;
}

.contact-page .contact-form input[type="text"],
.contact-page .contact-form input[type="email"],
.contact-page .contact-form textarea{
	display: block;
	font-family: inherit;
	font-size: 14px;
	padding: 10px 14px;
	border: 1px solid #d81d26;
	margin: 0;
	color: #AEAEAE;
}

.contact-page .contact-form input[type="text"],
.contact-page .contact-form input[type="email"]{
	width: 91%;
}

.contact-page .contact-form .message-field input[type="text"]{
	width: 95.5%;
}

.contact-page .contact-form textarea{
	height: 185px;
	width: 95.5%;
}

.msgbox{
	color: #FFFFFF;
	margin-bottom: 20px;
	padding: 10px;
}

.msgbox-error{
	background: #C14E36;
}

.msgbox-success{
	background: #6BCA70;
}

.msgbox-warning{
	background: #EBA709;
}


.msgbox i{
	margin-right: 5px;
}

/*=== Sitemap ===*/
.kv-sitemap ul{
	margin-left: 5px;
}

/* 7. SIDEBAR
 * ======================== */
#sidebar .widget{
	background: #FFFFFF;
	overflow: hidden;
	margin-bottom: 20px;
}

#sidebar .widget .widget-title{
	border-bottom: 4px solid #d81d26;
	padding-bottom: 10px;
	margin-bottom: 15px;
	overflow: hidden;
}

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

.widget ul li{
	border-bottom: 1px solid #d81d26;
	padding: 8px 0;
	overflow: hidden;
}

.widget ul li:first-child{
	padding-top: 0;
}

.widget ul li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}

.widget select {
	border: 1px solid #d81d26;
	font: inherit;
	color: inherit;
	width: 100%;
	padding: 8px;
}

.widget input[type=text]{
	display: block;
	font-family: inherit;
	font-size: 14px;
	color: inherit;
	padding: 8px 12px;
	border: 1px solid #d81d26;
	height: 18px;
}



/* === Subscription Widget === */
.widget_subscribe input[type=text]{
	float: left;
	width: 180px;
	margin-right: 5px;
}

.widget_subscribe .button{
	height: 36px;
}

#footer .widget_subscribe input[type=text]{
	width: 200px;
	margin-bottom: 10px;
}

/* === Subscribers Widget === */
.widget_followers ul li{
	border-bottom: none;
}

.widget_followers ul li{
	width: 90px;
	float: left;
	margin-right: 15px;
	text-align: center;
	padding: 0;
}

.widget_followers ul li.rss{
	margin-right: 0;
}

.widget_followers .icon{
	width: 65px;
	height: 65px;
	border-radius: 65px;
	display: inline-block;
	margin-bottom: 10px;
}

.widget_followers .facebook .icon{
	background: #00549F;
}

.widget_followers .twitter .icon{
	background: #38CDFF;
}

.widget_followers .rss .icon{
	background: #F8A631;
}

.widget_followers .icon i{
	font-size: 36px;
	margin-top: 15px;
	color: #FFFFFF;
}

.widget_followers ul li.rss i{
	margin-left: 5px;
}

/* === Categories Widget === */
.widget_categories ul li i{
	margin-right: 5px;
}

.widget_categories ul li h6{
	display: inline-block;
}

.widget_categories .post-count{
	padding: 4px 10px 3px;
	/*border: 1px solid #111111;	*/
	border: 1px solid #d81d26;
	display: block;
	float: right;
}

/* === Search Widget === */
.search-form{
	overflow: hidden;
	position: relative;
}

.search-field {
	padding: 9px 10px 10px;
}

#sidebar .search-field {
	width: 274px;
}

#mobile-search .search-field {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.search-submit {
	border: none;
	color: #d81d26;
	cursor: pointer;
	font-size: 18px;
	height: 20px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	right: 5px;
	top: 6px;
	padding: 0;
	background: none;
}

#footer .search-field {
	width: 210px;
}

/* === Image widgets === */
.widget_pinterest ul li.pinterest-follow-me img{
	display: block;
	height: 28px
}

.widget_pinterest .recent-pins-widget{
	overflow: hidden;
}

#sidebar .widget_pinterest ul li,
#sidebar .widget_flickr ul li{
	width: 55px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0 !important;
	border-bottom: none !important;
}

#sidebar .widget_pinterest .pinterest-image img,
#sidebar .widget_flickr .flickr_thumbs img{
	width: 55px;
	height: 55px;
	display: block;
}

#footer .widget_pinterest ul li,
#footer .widget_flickr ul li{
	width: 60px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0 !important;
	border-bottom: none !important;
}

#footer .widget_pinterest .pinterest-image img,
#footer .widget_flickr .flickr_thumbs img{
	width: 60px;
	height: 60px;
	display: block;
}

/* === Tabs widget === */
.widget_tabs .widget-tabs-title-container{
	overflow: hidden;
	margin-bottom: 15px;
}

.widget_tabs .widget-tabs-title-container ul{
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 4px solid #d81d26;
}

.widget_tabs .widget-tabs-title-container ul li{
	padding: 8px 9px !important;
	float: left;
	display: block;
	border-bottom: none !important;
}

.widget_tabs .widget-tabs-title-container ul li:hover,
.widget_tabs .active {
	background: #d81d26;
	color: #FFFFFF;
}

.widget_tabs .widget-tabs-title-container ul li:hover a,
.widget_tabs .widget-tabs-title-container ul li.active a{
	color: #FFFFFF;
}

.widget_tabs .widget-tabs-title-container ul li:first-child{
	margin-left: 0;
}

.widget_tabs .tab-content{
	display: none;
}

.widget_tabs .post-list li{
	overflow: hidden;
	margin-bottom: 7px;
	padding: 0 0 10px 0 !important;
}

.widget_tabs .comment-list li{
	overflow: hidden;
	margin-bottom: 10px;
	padding: 0 0 1px 0 !important;
}

.widget_tabs .comment-list .thumbnail,
.widget_tabs .post-list .thumbnail{
	width: 65px;
	float: left;
	margin-right: 15px;
}

.widget_tabs .comment-list .avatar,
.widget_tabs .post-list .wp-post-image{
	width: 65px;
	height: 65px;
}

.widget_tabs .comment-text{
	line-height: 1.2;
}

/* === Comments widget === */
.widget_comments .comment-list li{
	margin-bottom: 8px;
	overflow: hidden;
}

.widget_comments .thumbnail{
	float: left;
	width: 65px;
	margin-right: 10px;
}

.widget_comments .thumbnail img{
	display: block;
}

.widget_comments .entry-meta {
	margin: 0;
}

.widget_comments .comment-text {
	margin-top: 3px;
	font-size: 12px;
	line-height: 1.4;
}

#footer .widget_comments .thumbnail{
	width: 50px;
	margin-right: 7px;
}

/* === Tags widget === */
.tagcloud{
	overflow: hidden;
	margin-top: 10px;
}

.tagcloud a{
	display: block;
	float: left;
	font-size: 13px !important;
	margin-bottom: 6px;
	margin-right: 6px;
	padding: 4px 8px;
	border: 1px solid #d81d26;
}

.tagcloud a:hover{
	color: #FFFFFF;
	background: #d81d26;
}

#footer .tagcloud a{
	border: 1px solid #444444;
}

#footer .tagcloud a:hover{
	background: #333;
	border: 1px solid #333;
}

/* === Calendar widget === */
.widget_calendar {
	margin-bottom: 0
}

.widget_calendar #calendar_wrap{
	padding: 1px;
}

.widget_calendar td {
    text-align: center;
    padding: 7px 0;
    border-top: 1px solid #d81d26;
    border-right: 1px solid #d81d26;
}

.widget_calendar td:first-child{
	border-left: 1px solid #d81d26;
}

.widget_calendar td a{
	font-weight: 700;
}

.widget_calendar tfoot td a{
	font-weight: 400;
}

.widget_calendar thead th {
    padding: 10px 0;
    text-align: center;
}

.widget_calendar caption {
    font-weight: 700;
}

.widget_calendar #prev {
    text-align: left;
    padding-left: 12px;
}

/* === Ads Block widget === */
.widget_adsblock ul{
	overflow: hidden;
	margin-top: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_adsblock ul li{
	float: left;
	margin-top: 15px;
	padding: 0 !important;
	width: 125x;
	height: 125x;
	border-bottom: none !important;
	margin-right: 0px;
}

.widget_adsblock ul li img{
	width: 125x;
	height: 125x;
}

.widget_adsblock ul li a{
	display: block;
}

.widget_adsblock  ul li:first-child{
	margin-right: 25px;
	margin-top: 0;
}

.widget_adsblock ul li:first-child + li {
	margin-top: 0;
}

.widget_adsblock ul li:first-child + li + li{
    margin-right: 25px;
}

/* === Single Ad Block === */
.widget_adsingle .outer-wrap{
	text-align: center;
}

.widget_adsingle .in-wrap{
	display: inline-block;
	max-width: 100%;
}

/*=== Slider Widget ===*/
.widget_slider{
	position: relative;
}

.widget_slider .attachment-fp370_215{
	height: 175px;
	width: 300px;
}

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

.widget_slider .slider-widget-posts ul li{
	position: relative;
	border-bottom: 0 !important;
	margin-bottom: 0;
	padding-bottom: 0 !important;
}

.widget .sidebar-carousel-nav{
	display: inline-block;
	position: absolute;
	right: 0;
	top: 2px;
	background: #FFFFFF;
	padding-left: 10px;
}

.widget_slider .post-info{
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	background: url("/wp-content/uploads/transparent.png") repeat left top;
}

.widget_slider .entry-meta a{
	color: #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	margin-bottom: 10px;
	padding-bottom: 0px;
	display: inline-block;
	font-weight: 400;
}

.widget_slider .post-info h4{
	font-weight: 700;
	margin-bottom: 10px;
}

.widget_slider .post-info h4 a{
	color: #FFFFFF;
}





/*=== Slider Widget (Posts)===*/
.widget_post_slider{
	position: relative;
}

.widget_post_slider .attachment-fp370_215{
	height: 175px;
	width: 300px;
}

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

.widget_post_slider .slider-widget-posts ul li{
	position: relative;
	border-bottom: 0 !important;
	margin-bottom: 0;
	padding-bottom: 0 !important;
}

.widget .sidebar-carousel-nav{
	display: inline-block;
	position: absolute;
	right: 0;
	top: 2px;
	background: #FFFFFF;
	padding-left: 10px;
}

.widget_post_slider .post-info{
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	background: url("/wp-content/uploads/transparent.png") repeat left top;
}

.widget_post_slider .entry-meta a{
	color: #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	margin-bottom: 10px;
	padding-bottom: 0px;
	display: inline-block;
	font-weight: 400;
}

.widget_post_slider .post-info h4{
	font-weight: 700;
	margin-bottom: 10px;
}

.widget_post_slider .post-info h4 a{
	color: #FFFFFF;
}

#footer .widget .sidebar-carousel-nav{
	top: 0;
	right: 0;
}

.widget .flex-direction-nav{
	overflow: hidden;
}

.widget .flex-direction-nav li{
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0 !important;
}

.widget .flex-direction-nav a {
	cursor: pointer;
	display: block;
	width: 18px;
	height: 18px;
	font-size: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	background: #d81d26;
	text-align: center;
}

.widget .flex-direction-nav a:before{
	font-family: FontAwesome;
	display: inline-block;
	padding: 0;
	font-weight: 400;
	font-size: 10px;
	margin-top: 2px;
	color: #FFFFFF;
}

.widget .flex-direction-nav a.flex-prev{
	margin-right: 3px;
}

.widget .flex-direction-nav a.flex-prev:before{
	content: "\f053";
}

.widget .flex-direction-nav a.flex-next:before{
	content: "\f054";
}

/*=== Social Links ===*/
.widget_social ul {
	overflow: hidden;
	margin-top: 10px;
}

.widget_social ul li{
	border-bottom: none !important;
	float: left;
	margin-right: 10px;
	padding: 0;
}

.widget_social ul li i{
	font-size: 16px;
}

/* 8. FOOTER
 * ========== */
#footer{
	background: #d81d26;
	overflow: hidden;
	margin-top: 30px;
	color: #ffffff;
}

#footer a{
	color: #ffffff;
}

#footer a:hover{
	color: #000000;
}

#footer h4,
#footer h5,
#footer h6{
	color: #FFFFFF;
}

#footer .footer-widgets{
	padding: 30px 0 15px 10px;
}

#footer .footer-widget{
	width: 265px;
	float: left;
	margin-right: 13px;
	overflow: hidden;
}

#footer .widget{
	margin-bottom: 15px;
}

#footer .widget .widget-title{
	margin-bottom: 10px;
}

#footer .widget ul li {
	border-bottom: 1px solid #444444;
	overflow: hidden;
	padding: 8px 0;
}

#footer .widget ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

#footer .footer-info{
	border-top: 1px solid #ffffff;
	background: #d81d26;
	padding: 7px 0;
}

#footer .footer-left{
	float: left;
}

#footer .footer-right{
	float: right;
	max-width: 200px;
}

#footer .footer-right ul{
	overflow: hidden;
}

#footer .footer-right ul li{
	float: left;
	margin-left: 7px;
	font-size: 14px;
}


.entry-content .search-field{
	width: 97%;

}
#gallery-intro{
	margin-bottom: 20px;
}

.image-gallery-spacer{
	clear: both;
	margin-top: 10px;
}

.fullpagefallery{
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
}
.fullpagefallery li{
	float: left;
	font-size: 20px;
	cursor: pointer;
}
.fullpagegallery .rsThumb{
	text-align: center;
	width: 96px;
	height: 138px;
}
.fullpagegallery .rsThumb img{
	margin: auto;
}


/* 10 BANNER ADS
 * =========================== */
#kv-adwrapper{
	margin: auto;
	width: 1300px;
}
.kv-adfloatleft{
	float: left;
}
#kv-ad-header{
	width: 1110px;
	margin-top: 5px;
	margin-right: 30px;
	padding-right: 10px;
	text-align: right;
}
.kv-adalignright{
	text-align: right;
}
#kv-ad-sykscraper, #kv-ad-sykscraper-flex{
	width: 160px;
	float: left;
	margin-top: 142px;
}
.kv-admarginleft{
	margin-left: 20px;
}
.kv-adpaddingright{
	padding-right: 180px !important;
}
#kv-ad-contentpage{
	margin-bottom: 20px;
}

.kv-adcategory{
	clear: both;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}
.kv-adcategory-home{
	clear: both;
    margin-bottom: 20px;
    margin-top: 0px;
    text-align: center;
}


#mobile-search{
	display: none;
}
/* 11.1 DESKTOPS
 * =========================== */
@media only screen and (min-width: 768px) and (max-width: 1129px) {

	#main{
		padding-left: 0;
		padding-right:0;
	}
	#mobile-search{
		display: block;
	}
	#container,
	.inner-wrap{
		width: 750px;
		position: relative;
	}

	#content {
		margin-right: 0;
		width: 750px;
	}

	#header {
		padding-bottom: 20px;
	}

	#header .logo {
		margin-bottom: 20px;
		float: none;
	}
	#logolink{
		display: none !important;
	}
	#logolinkmobile{
		display: block !important;
	}
	#header .banner {
		float: none;
		margin: 0 auto;
	}

	.primary-menu{
		display: none;
	}

	.slicknav_menu{
		display: block;
		right: 234px;
	}

	.slicknav_btn {
		width: 260px;
	}


	.slider-main {
		width: 750px;
		margin-bottom: 15px;
	}

	.slider-right {
		margin-left: 0;
		width: 750px;
	}

	.slider-right .item-post{
		float: left;
		width: 365px;
	}

	.slider-right .item-post:first-child {
		margin-right: 20px;
		margin-bottom: 0;
	}

	.slider-right .item-post .wp-post-image {
		max-width: 370px;
		margin-left: 0;
		margin-top: 0;
	}

	.cat-large .post-list {
		margin-right: 10px;
	}

	.cat-large .main-post {
		width: 520px;
	}

	.one-half {
		margin-right: 10px;
	}

	.related-posts ul li {
		width: 243px;
	}

	#sidebar{
		width: 750px;
		margin: 20px 0;
		float: left;
		-moz-column-count: 2;
		-moz-column-gap: 30px;
		-webkit-column-count: 2;
		-webkit-column-gap: 30px;
		column-count: 2;
		column-gap: 30px;
	}

	#footer .footer-widget,
	#sidebar .widget{
	   display: inline-block;
	   width: 300px !important;
	   margin-bottom: 10px;
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		column-break-inside: avoid;
	}

	.royalSlider {
		width: 750px;
	}



	#kv-ad-header,#kv-ad-logo{
		display: none;
	}
	#kv-ad-sykscraper,#kv-ad-sykscraper-flex{
		display: none;
	}
	#kv-adwrapper{
		width: 750px;
	}
	.kv-adpaddingright {
    	padding-right: 0 !important;
	}


	.rsDefaultInv .rsGCaption {
		width: 642px;
	}

	#header_meta_container{
		width: 750px;
	}

	.onecolumn-right{
		 width: 510px;
	}
}
/* 11.2. Tablet Portrait (devices and browsers)
================================================= */
@media only screen and (min-width: 570px) and (max-width: 767px) {

	#main{
		padding-left: 0;
		padding-right:0;
	}
	#mobile-search{
		display: block;
	}
	.royalSlider {
		width: 550px;
	}
	.rsDefaultInv .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsDefaultInv .rsThumbsHor {
		height: 44px;
	}
	.rsDefaultInv .rsThumbsVer {
		width: 59px;
	}


	.rsDefaultInv .rsGCaption {
		left: 70px;

	}


	#container,
	.inner-wrap{
		width: 550px;
		position: relative;
	}

	#content {
		margin-right: 0;
		width: 550px;
	}

	#header {
		padding-bottom: 20px;
	}

	#header .logo {
		margin-bottom: 20px;
		float: none;
		text-align: center;
	}


	#logolink{
		display: none !important;
	}
	#logolinkmobile{
		display: block !important;
	}


	.primary-menu{
		display: none;
	}

	.slicknav_menu{
		display: block;
		right: 134px;
	}

	.slicknav_btn {
		width: 260px;
	}

	#header .banner {
		float: none;
		margin: 0 auto;
	}

	.slider-main {
		width: 550px;
		height: 268px;
		margin-bottom: 15px;
	}
	.slider-main .post-info h2,.slider-main .post-info h2 a{
		font-size: 32px;
	}

	.slider-main .entry-meta a {
		margin-bottom: 0px;
	}
	.slider-right h4 a{
		font-size: 16px;
	}
	.slider-right {
		margin-left: 0;
		width: 550px;
	}


	.slider-main .post-info {
		bottom: 70px;
	}

	.slider-main .post-info h5,
	.slider-main .more {
		display: none;
	}
	.attachment-fp770_375 {
		height: 300px;
		width: 550px;
	}
	.attachment-fp770_448 {
		height: 320px;
		width: 550px;
	}

	.slider-right .item-post {
		height: 185px;
		width: 270px;
		float: left;
	}

	.slider-right .item-post:first-child {
		margin-bottom: 0;
		margin-right: 10px;
	}

	.slider-right .item-post .wp-post-image {
		margin-left: 0;
		margin-top: 0;
		max-width: 100%;
	}

	.cat-large .main-post {
		float: left;
		margin-left: 15px;
		margin-bottom: 15px;
	}

	.cat-large .post-list {
		margin-right: 0;
		width: 100%;
	}

	.feat-cat .item-post {
		border-bottom: none;
		margin-bottom: 0;
		margin-right: 20px;
		float: left;
	}

	.feat-cat .item-post:last-child{
		display: none;
	}

	.cat-large .post-list .wp-post-image {
		height: 128px;
		width: 220px;
	}

	.feat-cat .item-wrap {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.one-half {
		margin-right: 10px;
		width: 270px;
	}

	.attachment-fp370_215 {
		height: 160px;
		width: 270px;
	}

	.video-thumb iframe {
		height: 160px !important;
	}

	.entry-meta .sep {
		margin: 0;
	}

	#sidebar{
		width: 550px;
		margin: 20px 0;
		float: left;
		-moz-column-count: 2;
		-moz-column-gap: 20px;
		-webkit-column-count: 2;
		-webkit-column-gap: 20px;
		column-count: 2;
		column-gap: 20px;
	}

	.widget_subscribe input[type="text"] {
		margin-bottom: 10px;
	}

	#footer .footer-widget,
	#sidebar .widget{
	   display: inline-block;
	   width: 260px !important;
	    margin-bottom: 10px;
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		column-break-inside: avoid;
	}

	#kv-ad-header,#kv-ad-logo{
		display: none;
	}
	#kv-ad-sykscraper, #kv-ad-sykscraper-flex{
		display: none;
	}
	#kv-adwrapper{
		width: 550px;
	}
	.kv-adpaddingright {
    	padding-right: 0 !important;
	}

	#header .logo{
		max-width: 530px !important;
		height: auto !important;
	}

	.height375{
		height: 300px;
	}
	.height448{
		height: 320px;
	}

	.rsDefaultInv .rsGCaption {
		width: 476px;
	}

	#header_meta_container{
		width: 550px;
	}

	.two-halfs{
		width: 550px;
	}

	.onecolumn-right{
		 width: 310px;
	}

	.box370{
		width: 270px;
		height: 270px;
	}
}
/* 11.3. Mobile Landscape Size to Tablet Portrait (devices and browsers)
========================================================================== */
@media only screen and (min-width: 460px) and (max-width: 569px) {
	#main{
		padding-left: 0;
		padding-right:0;
	}
	#mobile-search{
		display: block;
	}
	.royalSlider {
		width: 440px;
	}
	.rsDefaultInv .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsDefaultInv .rsThumbsHor {
		height: 44px;
	}
	.rsDefaultInv .rsThumbsVer {
		width: 59px;
	}


	.rsDefaultInv .rsGCaption {
		left: 70px;
	}

	#container,
	.inner-wrap{
		width: 440px;
		position: relative;
	}

	#content {
		margin-right: 0;
		width: 440px;
	}

	#header {
		padding-bottom: 10px;
	}

	#header .logo {
		margin: 0;
		float: none;
		text-align: center;
		width: 100% !important;
	}
	#logolink{
		display: none !important;
	}
	#logolinkmobile{
		display: block !important;
	}
	#header .banner {
		display: none;
	}

	.primary-menu{
		display: none;
	}

	.slicknav_menu{
		display: block;
		right: 79px;
	}

	.slicknav_btn {
		width: 260px;
	}

	.slider-main {
		width: 440px;
		height: 214px;
		margin-bottom: 15px;
	}
	.slider-main .post-info {
		bottom: 70px;
	}
	.slider-right {
		margin-left: 55px;
		width: 325px;
	}

	.attachment-fp770_375 {
		height: 250px;
		width: 440px;
	}
	.attachment-fp770_448 {
		height: 256px;
		width: 440px;
	}

	.slider-main .post-info h5,
	.slider-main .more {
		display: none;
	}

	.slider-main .post-info h2 {
		font-size: 32px;
	}
	.slider-main .post-info h2 a{
		font-size: 32px;
	}
	.slider-right .item-post:first-child {
		margin-bottom: 15px;
	}

	.cat-large .main-post {
		width: 440px;
		margin-bottom: 15px;
	}

	.attachment-fp520_400 {
		height: 330px;
	}
	.attachment-fp520_302 {
		height: 302px;
	}

	.cat-large .post-list {
		margin-right: 0;
		width: 100%;
	}

	.cat-large .item-post {
		border-bottom: none;
		margin-bottom: 0;
		width: 215px;
	}

	.feat-cat .item-wrap {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.cat-large .item-post:first-child {
		margin-right: 10px;
	}

	.cat-large .item-post:last-child {
		display: none;
	}



	.carousel-posts li{
		width: 220px !important;
		margin-right: 10px !important;
	}

	.attachment-fp240_165 {
		height: 145px;
	}
	.attachment-fp240_140 {
		height: 140px;
	}
	.feat-cat .main-post {
		margin-bottom: 15px;
	}

	.contact-page .map iframe{
		width: 440px;
		height: 220px;
	}

	#respond .comment-form-author,
	#respond .comment-form-email {
		width: 48%;
	}

	#respond .comment-form-url input[type="text"],
	#respond textarea {
		width: 93.5%;
	}

	#kv-ad-header,#kv-ad-logo{
		display: none;
	}
	#kv-ad-sykscraper, #kv-ad-sykscraper-flex{
		display: none;
	}
	#kv-adwrapper{
		width: 440px;
	}
	.kv-adpaddingright {
    	padding-right: 0 !important;
	}

	#header .logo{
		max-width: 420px !important;
		height: auto !important;
	}

	.height375{
		height: 250px;
	}
	.height448{
		height: 256px;
	}

	.rsDefaultInv .rsGCaption {
		width: 366px;
	}

	#header_meta{
		display: none;
	}


	.onecolumn-right{
		 width: 200px;
	}

}
/* 11.4. Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
====================================================================== */
@media only screen and (max-width: 459px) {

	#main{
		padding-left: 0;
		padding-right:0;
	}
	#mobile-search{
		display: block;
	}
	.royalSlider {
		width: 300px;
	}
	.rsDefaultInv .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsDefaultInv .rsThumbsHor {
		height: 44px;
	}
	.rsDefaultInv .rsThumbsVer {
		width: 59px;
	}

	.rsDefaultInv .rsGCaption {
		left: 70px;
		font-size: 10px;
	}

	#container,
	.inner-wrap{
		width: 300px;
		position: relative;
	}

	#content {
		margin-right: 0;
		width: 300px;
	}

	#header{
		padding-bottom: 10px;
	}

	#header .logo {
		margin-bottom: 15px;
		float: none;
		text-align: center;
		width: 100% !important;
	}
	#logolink{
		display: none !important;
	}
	#logolinkmobile{
		display: block !important;
	}
	#header .banner {
		display: none;
	}

	.primary-menu{
		display: none;
	}

	.slicknav_menu{
		display: block;
		right: 11px;
	}

	.slicknav_btn {
		width: 255px;
	}

	.slider-main {
		width: 300px;
		height: 146px;
		margin-bottom: 15px;
	}

	.slider-right {
		display: none;
	}

	.attachment-fp770_375 {
		height: 160px;
	}
	.attachment-fp770_448 {
		height: 160px;
	}

	.slider-main .post-info h5,
	.slider-main .more {
		display: none;
	}

	.slider-main .post-info h2 {
		font-size: 18px ;
		margin-bottom: 5px ;
	}
	.slider-main .post-info h2 a{
		font-size: 18px ;
	}
	.slider-right .item-post:first-child {
		margin-bottom: 15px;
	}
	.slider-main .post-info {
		bottom: 30px;
	}
	.slider-main .entry-meta a {
		font-size: 10px ;
	}
	.slider-main-nav{
		display: none;
	}

	.cat-large .main-post {
		width: 300px;
		margin-bottom: 15px;
	}

	.attachment-fp520_400 {
		height: 230px;
	}
	.attachment-fp520_302 {
		height: 230px;
	}
	.cat-large .post-list {
		margin-right: 0;
	}


	.feat-cat .main-post {
		margin-bottom: 15px;
	}

	.one-half {
		margin-right: 0;
		width: 300px;
	}

	.attachment-fp370_215 {
		height: 175px;
	}


	.related-posts ul li {
		margin-bottom: 10px;
		margin-right: 0;
	}

	.contact-page .map iframe{
		width: 100%;
		height: 180px;
	}

	#respond .comment-form-author,
	#respond .comment-form-email {
		width: 100%;
	}

	#respond .comment-form-author {
		margin-right: 0;
	}

	#respond .comment-form-url input[type="text"],
	#respond textarea {
		width: 90.5%;
	}

	#kv-ad-header,#kv-ad-logo{
		display: none;
	}
	#kv-ad-sykscraper, #kv-ad-sykscraper-flex{
		display: none;
	}
	#kv-adwrapper{
		width: 300px;
	}
	.kv-adpaddingright {
    	padding-right: 0 !important;
	}
	.ui-menu{
		width: 275px !important;
	}

	#header .logo{
		max-width: 300px !important;
		height: auto !important;
	}

	.height375{
		height: 160px;
	}
	.height448{
		height: 160px;
	}

	.rsDefaultInv .rsGCaption {
		width: 228px;
	}

	#header_meta{
		display: none;
	}

	.onecolumn-right{
		clear: left;
		margin-top: 5px;
		 width: 295px;
	}
	.box370{
		width: 300px;
		height: 300px;
	}

}

.slider-caption{
	margin: 2px 20px 20px 10px;
}
.slider-caption .eutitel_tlink {
	text-decoration: underline;
	color: #ce192a;
	cursor:pointer;
}

.pseudo-link{
	cursor:pointer;
}
.entry-content hr{
	clear: left;
}
.clearleft{
	clear: left;
	height: 1px;
}

.entry-content ul{
	display: table;
}
.entry-content ul li{
	margin-left: 12px;
}



/* 14. DynCon
 * ======================== */

table.create-entry-table tr td{
	vertical-align: top;
}

#custom-pagination li{
	margin-left: 0;
}

.bx-clone{
	font-size: 13px;
}

/* 15. Print
 * ======================== */

.royalSliderPrint{
	display: none;
}

@media print {

	#sidebar,#footer, #kv-ad-sykscraper-flex,#kv-ad-header,.entry-meta,.entry-footer,.entry-nav,.related-posts, #header_meta,#response-cart{
		display: none !important;
	}
	#content{
		width: 100%;
	}
	.rsSlide {
		position: relative !important;
		left: 0 !important;
	}
	.royalSliderPrint{
		display: block !important;
	}
	.royalSlider{
		display: none !important;
	}

	#footer-print{
		display: block !important;
		position: fixed;
		bottom:0;
		padding-left: 10px;
	}

}



/* 16. RESPONSES
 * ======================== */
	.kv-response-download{
		margin-top: 30px;
	}
	.kv-response-download h3{
		margin-bottom: 10px;
	}
	.response-cart-hidden{
		display: none;
	}
	.response-form-text{
		width: 320px;
		font-size: 13px;
		margin-bottom: 2px;
    padding: 0;
    height: 17px;
	}
  #response-form-sector{
    height: 24px;
  }
	.response-submit{
		border: none;
		color: #FFFFFF;
		cursor: pointer;
		font: inherit;
		padding: 8px 12px;
		margin: 10px 0;
		text-align: center;
	}
	.response-required-failed{

	}
	#response-cart-items{
		list-style:none;
		padding:0;
		margin:0;
	}
	#response-cart-items li{
		margin-left: 0px;
		width: 100%;
		border-bottom: 1px solid #EEEEEE;
		padding: 2px;
		box-sizing: border-box;
	}
	#response-cart-items .response-cart-remove-item:hover{

	}


  .kv-response-download-item h4{
    font-size: 16px;
  }

	.response-hover-highlight:hover{
		cursor: pointer;
	 }


	 .kv-response-link::before {
		 content: '';
	 }
	 .kv-response-link{

	 }
	 .kv-response-link:hover{
		/*text-decoration: underline;*/
		cursor: pointer;
	 }
   .kv-response-links{
     list-style:none;
     padding:0;
     margin: 5px 0 0 0;
   }

   #response-cart{
     width: 400px;
     height: calc(100% - 80px);
     position: fixed;
     max-height: 845px;
     top: 70px;
	   right: -354px;

	   background-color: #eeeeee;
     z-index: 2000;
     -webkit-box-shadow: -4px 2px 28px -6px rgba(0,0,0,0.76);
     -moz-box-shadow: -4px 2px 28px -6px rgba(0,0,0,0.76);
     box-shadow: -4px 2px 28px -6px rgba(0,0,0,0.76);
   }
   #response-cart-trigger{
     width: 50px;
  	 height: 100%;
  	 float: left;
  	 color: white;
  	 cursor: pointer;

   }

   #cart-item-closer{
     display: block;
     bottom: 5px;
     position: absolute;
     margin-left: 13px;
   }
   #reponse-cart-content{
     width: 350px;
  	 float: left;
  	 padding: 10px;

     overflow-y: auto;
     overflow-x: hidden;
     height: 100%;
     margin-bottom: 20px;
     box-sizing: border-box;
   }
   #response-cart-result{
     display: none;
   }
   #response-cart-items-wrapper{
     border-radius: 2px;
  	 background-color: #fefefe;
  	 margin-top: 10px;
  	 margin-bottom: 10px;
  	 width: 320px;
  	 height: 90px;
  	 overflow-y: auto;
   }
   #response-submit-spinner{
      margin-top: 8px;
	    display: none;
   }
   #cart-item-counter{
     width: 50px;
  	 text-align: center;
  	 font-size: 16px;
  	 font-weight: bold;
   }
   #response-cart-trigger .fa-share-square-o{
     margin-top: 8px;
	   margin-left: 13px;
   }

   .kv-response-download-item{
     float: left;
     width: 177px;
     margin-right: 18px;
     margin-bottom: 20px;
   }
   .kv-response-download-item:nth-of-type(4n){
      margin-right: 0px;
   }
   .kv-response-download-item:nth-of-type(4n+1){
      clear: left;
   }
    .kv-response-download-description{
      /*min-height: 40px;*/
    }
   .kv-response-download-thumbnail{
     width: 175px;
     height: 245px;
     background-color: #F4F4F4;
     background-repeat:no-repeat;
     background-size:contain;
     border: 1px solid  #F4F4F4;
   }
   .kv-response-download-thumbnail:hover{
     border-color: #da1f28;
    }
   .response-cart-item-headline{
     font-size: 10px;
   }
   .response-small{
     font-size: 9px;
     line-height: 8px;
   }

   .kv-response-bp-label{
     font-size: 11px;
     line-height: 12px;
     color: #aaaaaa;
   }
   #response-cart-hint{
     font-size: 11px;
     padding: 5px;
     color: #da1f28;
     text-align: center;
     line-height: 12px;
   }

@media only screen and (max-width: 668px) {

  #response-cart{
      top: 0px;
      margin-top: 0px;
      margin-bottom: 0px;
      width: 300px;
      height: 100%;
      position: fixed;
      right: -254px;
   }

   #reponse-cart-content{
     width: 230px;
     height: 100%;
     overflow: auto;
     margin-bottom: 30px;
   }

   #response-cart-items-wrapper{
  	 width: 220px;

  	 overflow-y: auto;
   }
   .response-form-text{
     width: 210px;
   }
   #response-cart-trigger{
      height: 100%;
    }

  #response-submit-button{
    width: 220px;
    padding: 5px 0 5px 0;
    -webkit-appearance: none;
  }


}


@media only screen and (min-width: 460px) and (max-width: 668px) and (orientation: landscape){
  #response-cart{
  /*  position: absolute;*/
 }
}

/* 17. Comments
 * ======================== */
.comment-list{
	margin-left: 0;
}

.comment-body{
	background-color: #fafafa;
}

/* 18. Special topics pages
 * ======================== */
.special-links{
	margin: 20px 0 0 0;
}
.special-links li{
	list-style-type: none;
	margin-left: 0;
}
.special-links li a{
	border: 1px solid #DDDDDD;
	display: block;
	float: left;
	padding: 4px 10px;
	color: #AAAAAA;
	margin-right: 10px;
	margin-bottom: 10px;
}
.special-links li a:hover{
	border: 1px solid #da1f28;
	color: #da1f28;
}
