/*
Theme Name: National Collision Repairer
Version: 1.0
Description: Custom website for National Collision Repairer
Author: Intervision Design
Author URI: http://www.intervision.com.au
*/





/************************************/
/*** CSS CODED BY EHREN FERGUSSON ***/
/************************************/






/************************************/
/************ START CSS *************/

body {
	background: #1F2123;
	color: #1F2123;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 300;
}
a {
	color:#D9522A;
	font-weight: 400;
}
a:hover,
a:active {
	color:#C42D00;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2em;
	font-weight: 400;
	/*text-transform: uppercase;*/
	font-family: 'Oswald', sans-serif;
}

/*a { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; }*/
/* .round { -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }*/

/************************************/
/*************** MAIN ***************/

/* Colors
	#D9522A = Orange
	#1F2123 = Dark Blue
*/

.btn { font-size: 20px; text-align: center; display: inline-block; padding: 10px 50px; background: #D9522A; color: #fff; margin: 10px 0; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; text-transform: uppercase; font-family: 'Oswald', sans-serif;}
.btn.block { display: block;}
.btn:hover { color: #fff; background: #C42D00;}

.shadow { 
	-webkit-box-shadow: 0 15px 40px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 15px 40px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 15px 40px rgba(0,0,0,0.1);
	box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

#header { position: relative; background: #fff; color: #D9522A;}
	#logo { padding: 15px 0;}
	#header h3 { padding: 50px 0; font-size: 24px; line-height: 1.3em; text-align: right;}
	#menu_box { position: relative; background: #1F2123; min-height: 50px;}
	
	/* Mobile Button */
	
	.menu-button { width: 40px; height: 40px; padding: 10px 0 0 0; background: #D9522A; text-align: center; font-size: 16px; text-transform: uppercase; cursor: pointer; display: block; position: absolute; top: 5px; right: 30px; z-index: 9999;}
	.menu-button.active { background: #C42D00;}
	
	.menu-button:before, .menu-button:after { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.menu-button:before { content: ''; display: block; width: 20px; height: 8px; border-bottom: 2px solid #fff; border-top: 2px solid #fff; position: absolute; top: 50%; left: 50%; margin: -8px 0 0 -10px;}
	.menu-button:after { content: ''; display: block; width: 20px; height: 1px; border-top: 2px solid #fff; position: absolute; top: 50%; left: 50%; margin: 5px 0 0 -10px;}
	.menu-button.active:before { border-bottom: none; width: 28px; margin: -2px 0 0 -16px; border-color: #fff;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
	.menu-button.active:after { width: 28px; margin: -1px 0 0 -14px; border-color: #fff;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	}
	.menu-button.tablet {}
	.menu-button span { display: block; position: absolute; height: 40px; width: 80px; text-align: center; background: #1F2123; color: #fff; right: 40px; padding: 13px 0; top: 0; font-family: 'GothamBlack', sans-serif; font-size: 14px; line-height: 1em;}

/* Home  - NEW */

#slideshow { position: relative; width: 100%; height: 450px; background: #EBECEF;}
	#slideshow .cycle-slideshow { height: 100%;}
	#slideshow .slide { width: 100%; height: 100%; background: no-repeat center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}
	#slideshow .slide .caption { height: 450px; background: rgba(31,33,35,0.8);
		display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: center;
	    align-items: center;
	}
	#slideshow .slide .caption .inner { padding: 50px;}
	#slideshow .slide .caption .inner h1 { font-size: 36px; color: #fff; line-height: 1.2em; padding-bottom: 20px; text-transform: uppercase;}
	#slideshow .slide .caption .inner span { display: block;}

#video_block { padding: 30px 0 0 0; background: #fff; position: relative;}
	h3.homeh3 { font-size: 36px; color: #D9522A; text-transform: uppercase; padding-bottom: 20px;}
	#video_block .video_item { padding: 0 20px; position: relative;}
	#video_block .vid_1 { padding-left: 0;}
	#video_block .vid_2 { padding-right: 0;}
	#video_block .snip { font-size: 16px;}

#ad_block { position: relative; padding-top: 20px; padding-bottom: 10px; background: #EBECEF; margin-bottom: 40px;}
	.id_item { padding-bottom: 30px; position: relative; max-width: 560px; margin: 0 auto;}
	.id_item span { display: block; padding-bottom: 5px; font-size: 12px;}

#news_big_block { background: #fff; position: relative; padding: 40px 0 60px 0;}
	.big_feed { padding: 0 20px; position: relative;}
	.big_feed.big_1 { padding-left: 0;}
	.big_feed.big_2 { padding-right: 0;}
	.big_feed .preview { position: relative;}
	.big_feed * { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.big_feed .preview:hover { background: #D9522A;}
	.big_feed .preview:hover img { opacity: 0.3;}
	.big_feed .preview span { display: block; position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; background: #000; color: #fff; margin: -25px 0 0 -25px; text-align: center; line-height: 1em; font-size: 24px; padding-top: 10px; z-index: 9; opacity: 0;}
	.big_feed .preview:hover span { opacity: 1;}
	.big_feed h3 { padding: 20px 0; font-size: 24px; text-transform: uppercase; color: #1F2123; line-height: 1.2em; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.big_feed h3:hover { color: #D9522A;}
	.big_feed .more { display: block; font-weight: bold; padding-top: 10px;}

#home_feed { background: #fff; position: relative;}
	.home_feed { padding-right: 30px;}
	.news_item { padding: 20px 0; position: relative;}
	.news_item .preview { position: relative; max-width: 150px; margin-right: 30px;}
	.news_item * { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.news_item .preview:hover { background: #D9522A;}
	.news_item .preview:hover img { opacity: 0.3;}
	.news_item .preview span { display: block; position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; background: #000; color: #fff; margin: -25px 0 0 -25px; text-align: center; line-height: 1em; font-size: 24px; padding-top: 10px; z-index: 9; opacity: 0;}
	.news_item .preview:hover span { opacity: 1;}
	.news_item h3 { padding: 0 0 20px 0; font-size: 20px; text-transform: uppercase; color: #1F2123; line-height: 1.3em; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.news_item h3:hover { color: #D9522A;}
	.news_item .more { display: block; font-weight: bold; padding-top: 10px;}

#issuu_block { padding-bottom: 50px;}
	#issuu_block h2 { font-size: 36px; color: #D9522A; text-transform: uppercase; padding: 30px 0;}

.home_sidebar { padding-left: 60px;}

/* Home - OLD */

#cover_block { background: #1F2123 no-repeat center center; position: relative; padding: 170px 0; text-align: center; color: #fff; text-transform: uppercase;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}
	#cover_block h1 { font-size: 49px;}
	#cover_block h3 { font-size: 24px;}

#feature_block { background: #eff1f3; padding: 50px 0;}
	#feature_block .inner { padding: 50px 50px 50px 0;}
	#feature_block h2 { font-size: 36px; text-transform: uppercase; color: #D9522A; padding-bottom: 10px;}
	#feature_block span { font-size: 18px; display: block;}
	#feature_block .fancybox { display: inline-block; text-align: center; padding: 0 15px; margin: 0 auto; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	#feature_block .fancybox:hover { opacity: 0.7;}
	#feature_block .btn { margin: 20px 0 0 0;}

#prev_block { background: #fff; padding: 50px 0;}
	#prev_block h2 { font-size: 36px; text-transform: uppercase; padding-bottom: 10px;}
	#prev_block span { font-size: 18px; display: block; padding-bottom: 20px;}
	#prev_block .text {}
	#prev_block .extra { padding-left: 30px;}


/* Pages */

#cover { background: #1F2123 no-repeat center center; position: relative; padding-top: 150px;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}
	.inner_cover { background: rgba(53,58,62,0.8);}
	.inner_cover h1 { color: #fff; font-size: 36px; padding: 10px 0; text-transform: uppercase;}
	.inner_cover h1 a { color: #fff; display: inline-block; padding-right: 30px;}
	#cover.single_post { padding-top: 0;}

#alt_cover { color: #fff; background: #4F545A; padding-bottom: 15px;}
	#alt_cover h1 { padding: 30px 0; font-size: 36px; text-transform: uppercase;}
	#alt_cover .text { color: #fff !important;}
	.alt_center { text-align: center;}
	.alt_center .text { max-width: 500px; margin: 0 auto;}
	
#content { padding: 30px 0; background: #fff;}

#content.logo_section { padding-bottom: 50px;}
#content.people_section { background: #F4F5F6; border-top: 3px solid #D9522A;}
	.section_title { padding: 20px 0 40px 0; text-align: center;}
	
.people { border-bottom: 1px solid #E0E3E6; border-right: 1px solid #E0E3E6; text-align: center; padding: 20px; min-height: 246px;}
	.people.fith {border-right: 1px solid #F4F5F6;}
	.people .preview { position: relative; padding: 3px; border: 1px solid #D9522A; margin: 0 auto; display: inline-block;}
	.people h4 { font-size: 18px; padding: 10px 0 5px 0; color:#1F2123 !important;}
	.people span { font-weight: 700; display: block; color: #D9522A; font-size: 14px;}
	.sidepage { padding-right: 40px;}
	
.mag { padding: 20px; position: relative;}

.team_item { padding: 30px 0; border-bottom: 1px solid #ccc;}
	.team_item h3 { text-align: center; font-size: 24px;}
	.team_item span { display: block; text-align: center; color: #99A2AE; font-style: italic; font-weight: 400;}
	.team_item .preview { max-width: 156px; padding: 3px; border: 1px solid #D9522A; margin: 20px auto;}

.partner { display: block; position: relative; border-right: 1px solid #E0E3E6; border-bottom: 1px solid #E0E3E6; padding: 20px; height: 200px; text-align: center; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; position: relative; z-index: 9;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
	.partner.fith { border-right: 1px solid #fff;}}
	.partner .preview { height: 102px;}
	.partner .preview a { display: inline-block;}
	.partner .preview img { max-height: 120px; width: auto;}
	.partner:hover { z-index: 99;
		-webkit-box-shadow: 0 15px 40px rgba(0,0,0,0.1);
		-moz-box-shadow: 0 15px 40px rgba(0,0,0,0.1);
		box-shadow: 0 15px 40px rgba(0,0,0,0.1);
	}

/* Events */

.events { padding: 40px; margin-bottom: 40px; border-top: 3px solid #D9522A;}
	.events .details { text-align: center; padding-right: 40px;}
	.events .details h2 { font-size: 40px;}
	.events .meta { font-size: 18px; font-weight: 700; display: block; padding: 10px 0 0 0; color: #99A2AE;}
	.events .preview { display: block; padding: 30px 0;}
	.events h4 { padding-bottom: 20px;}
	.events .btn {}

/* Posts */

	.blog_feed {}
	.blog_feed .news_item h3 { font-size: 24px;}
	.blog_feed .news_item .preview { max-width: 200px;}
	
	.theposts {}
	.theposts .preview { text-align: center;}
	.theposts .meta { padding-top: 20px; font-size: 12px; color: #99A2AE;}
	.theposts .posttitle { font-size: 36px; line-height: 1.3em; padding: 30px 0; text-transform: uppercase;}
	
	.post_nav { display: block;}
	.post_nav * { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.post_nav a { display: inline-block; line-height: 1em; margin: 0; font-size: 20px; padding: 15px 50px; background: #D9522A; color: #fff; margin: 30px 0; text-transform: uppercase;}
	.post_nav .left { text-align: left;}
	.post_nav .right { text-align: right;}
	.post_nav a:hover { background: #C42D00; color: #fff;}
	
	.single_nav { margin-top: 30px; border-top: 1px solid #ccc;}
	.single_nav h3 { color: #1F2123; text-transform: uppercase;}
	.single_nav i { color: #D9522A; position: absolute; top: 50%; width: 30px; height: 30px; font-size: 30px; line-height: 1em; text-align: center; margin-top: -15px;}
	.single_nav .prev { padding: 30px; text-align: left; position: relative; display: block;}
	.single_nav .next { padding: 30px; text-align: right; position: relative; display: block;}
	.single_nav .prev i { left: 0;}
	.single_nav .next i { right: 0;}
	.single_nav a:hover h3 { color: #D9522A;}
	
/* Sidebar */

#sidebar { padding: 0 0 0 60px;}
	.promo_block { position: relative; margin: 20px 0; background: #1F2123;}
	.promo_block img { width: 100%; height: auto;}
	.promo_block h3 { position: absolute; bottom: 0; width: 100%; text-transform: uppercase; font-size: 18px; color: #fff; padding: 10px 20px; background: #1F2123; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.promo_block:hover h3 { background: #D9522A; padding: 20px;}

/* Footer */

#logo_block { background: #4F545A; border-top: 5px solid #D9522A; color: #828A93; padding: 20px 0 40px 0;}
	#logo_block h4 { text-transform: uppercase; padding-bottom: 15px; font-size: 18px;}
	#logo_block .logo { height: 60px; /*display: inline-block; position: relative;*/ text-align: center;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;}
	#logo_block .logo a { text-align: center; display: block; width: 90%; padding: 0 5%; height: 60px;}
	#logo_block .logo a img {}

#footer { position: relative; color: #fff; background: #1F2123;}
	
	.footer_left { background: #1F2123; position: relative;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
	}
	.footer_left .inner { width: 550px; min-height: 260px; text-align: left; padding: 40px;}
	.footer_right { background: #292B2E; position: relative;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
	}
	.footer_right .inner { width: 550px; min-height: 260px; text-align: left; padding: 40px;}

	.social { text-align: left;}
	.social li { display: inline-block; margin: 5px; vertical-align: top; position: relative;}
	.social li span { position: relative; display: block; min-width: 40px; height: 40px; color: #fff; background: #D9522A; text-align: center; padding-top: 10px; font-size: 20px; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.social li span:hover { background: #C42D00;}
	.signup_btn { cursor: pointer; font-weight: 400;}
	.social li span.alt { font-family: 'Oswald', sans-serif; text-transform: uppercase; font-weight: 400; font-size: 16px; line-height: 1em; padding: 12px 15px;}
	
	#footer .badge { padding: 20px 0;}
	
	.footer_menu {}
	.footer_menu ul {}
	.footer_menu ul li { text-align: left; position: relative; width: 50%; float: left;}
	.footer_menu ul li a { color: #fff; display: block; padding: 2px 0; text-transform: uppercase;}
	.footer_menu ul li a:hover { text-decoration: underline;}
	.copyright { font-size: 12px; color: #828A93; font-weight: 400;}
	.copyright a { color: #828A93;}

/* Gallery Shortcode */

.gallery_block { padding: 10px 0;}
.gallery_block .item { padding: 5px;}

/* Widgets */

.widget { margin-bottom: 40px; border-top: 3px solid #D9522A; background: #fff; padding: 40px; text-align: center;
	-webkit-box-shadow: 0 15px 40px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 15px 40px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 15px 40px rgba(0,0,0,0.1);
	box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}
	.widget h3 { font-size: 24px; color: #D9522A; position: relative; margin-bottom: 20px; text-align: center; text-transform: uppercase;}
	.widget ul li { position: relative;}
	.widget ul li a { color: #99A2AE; display: block; padding: 5px; font-size: 18px;}
	.widget ul li a:hover { color: #D9522A;}
	.widget ul li.current-cat a { color: #1F2123;}
	.widget ul ul li { margin: 0 15px;}
	.widget .textwidget { padding: 0;}
	#searchform { position: relative;}
	#searchform input[type="text"] { display: block; width: 100%;}
	#searchform .searchsubmit { position: absolute; top: 5px; right: 5px; border: none ; background: none; width: 30px; height: 30px ; margin: 0; font-size: 18px; line-height: 1em; display: block; cursor:pointer; color: #ddd;}
	#searchform .searchsubmit:hover { /*color: #ff8a55;*/}
	
	.widget .screen-reader-text { display: none;}
	
	.tp_widget {}
	.tp_widget .text { padding: 15px 0; text-align: center;}
	.tp_widget .btn { display: block; text-align: center; padding: 12px 10px;}

	.widg_mag .preview { position: relative; height: 301px; margin-top: 20px;}
	.widg_mag .preview img { border: 1px solid #ccc;}
	.widg_mag .preview .img_top { position: absolute; top: 2px; left: 0; height: 297px; z-index: 9;}
	.widg_mag .preview .img_btm { position: absolute; top: 18px; right: 0; height: 267px; z-index: 1;}
	
	.widget.widget-ad,
	.widg_ad { background: #1F2123; color: #fff;}
	.widg_ad h3 { color: #fff;}
	
	.widg_connect .social { text-align: center;}
	.widget .widg_connect ul li a { padding: 0 !important; margin: 0 !important; position: relative;}

/* Newsletter Popup */

#signup_popup { position: absolute; z-index: 9999; top: 0; left: 0; width: 100%; height: 100%; background: rgba(31,33,35,0.9); display: none;}
	#signup_popup .popup_inner { position: fixed; top: 50%; left: 50%; margin: -175px 0 0 -250px; width: 500px; background: #D9522A; padding: 40px; color: #fff; font-weight: 400; text-align: center;}
	#signup_popup .popup_inner h4 { text-align: center; font-size: 36px; padding: 0 0 20px 0; color: #fff;}
	#signup_popup p { display: block; padding-bottom: 15px;}
	#signup_popup .check { text-align: left; padding: 5px 0;}
	#signup_popup .button { background: #1F2123; display: block; width: 100%;}
	#signup_popup .button:disabled,
	#signup_popup .button[disabled] { opacity: 0.5; cursor: not-allowed !important;}
	.signup_close { position: absolute; top: 0; right: 0; width: 41px; height: 41px; line-height: 31px; cursor: pointer; background: #1F2123;}
	.signup_close:before { content: ''; display: block; position: absolute; top: 50%; left: 50%; width: 31px; height: 1px; margin: 0 0 0 -15px; background: #fff;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
	.signup_close:after {content: ''; display: block; position: absolute; top: 50%; left: 50%; width: 31px; height: 1px; margin: 0 0 0 -15px; background: #fff;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	}

/* Search Popup */

#search_popup { position: absolute; z-index: 9999; top: 0; left: 0; width: 100%; height: 100%; background: rgba(31,33,35,0.9); display: none;}
	#search_popup .popup_inner { position: fixed; top: 50%; left: 50%; margin: -70px 0 0 -250px; width: 500px;}
	.popup_inner #searchform input { padding: 15px 25px !important; font-size: 24px !important;}
	.popup_inner #searchform i {}
	.popup_inner #searchform .searchsubmit { position: absolute; top: 5px; right: 5px; border: none ; background: none; width: 55px; height: 55px ; margin: 0; font-size: 24px; line-height: 1em; display: block; cursor:pointer; color: #99D321;}
	.popup_inner h4 { text-align: center; font-size: 36px; padding: 0 20px 20px 20px; color: #fff;}
	.search_close { position: absolute; top: 0; right: 0; width: 41px; height: 41px; line-height: 31px; cursor: pointer; background: #000000;}
	.search_close:before { content: ''; display: block; position: absolute; top: 50%; left: 50%; width: 31px; height: 1px; margin: 0 0 0 -15px; background: #fff;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
	.search_close:after {content: ''; display: block; position: absolute; top: 50%; left: 50%; width: 31px; height: 1px; margin: 0 0 0 -15px; background: #fff;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	}

/* SlideShow Blocks */

.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.cycle-slideshow { position: relative; min-height: 50px; overflow: hidden;}
/*.cycle-slideshow img { position: absolute; top: 0; left: 0; width: 100%; padding: 0; display: block;}
.cycle-slideshow img:first-child {position: static; z-index: 100;}*/
.cycle-pager > * { cursor: pointer;}
.cycle-pager { position: absolute; width: 100%; text-align: center; bottom: 10px; z-index: 999;}
.cycle-pager span { font-family: arial; font-size: 40px; width: 16px; height: 16px; display: inline-block; color: #fff; cursor: pointer;  opacity: 0.5;}
.cycle-pager span.cycle-pager-active { opacity: 1;}
.cycle-prev, .cycle-next { position: absolute; top: 50%; margin-top: -25px; width: 50px; height: 50px; background: rgba(0,0,0,0.2); z-index: 999; opacity: 0; cursor: pointer; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
.cycle-prev { left: 0;}
.cycle-next { right: 0;}
.cycle-prev i, .cycle-next i { display: block; width: 26px; height: 26px; position: absolute; top: 50%;}
.cycle-prev i { border-bottom: 1px solid #fff; border-left: 1px solid #fff; margin: -12px 0 0 -12px; left: 30px;
-webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
     -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}
.cycle-next i { border-bottom: 1px solid #fff; border-right: 1px solid #fff; margin: -12px 0 0 -12px; left: 20px;
-webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
}
.cycle-slideshow:hover .cycle-prev, .cycle-slideshow:hover .cycle-next { opacity: 1;}
.slide_block { max-width: 100%; /*height: 700px;*/ display: block; position: relative;}
.slide_block .slide { width: 100%; height: 100%; display: block; position: relative; background: no-repeat center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}

/************************************/
/************** MENUS ***************/

#menu {}
#menu ul { text-align: left;}
#menu ul li { position: relative; display: inline-block;}
#menu ul li a { display: block; font-size: 16px; line-height: 1em; padding:12px 15px 17px 15px; border-top: 5px solid #1F2123; color: #fff; font-weight: 400; font-family: 'Oswald', sans-serif; text-transform: uppercase; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
#menu ul li a:hover { background: #2f3338;}
#menu ul li.current-menu-item a,
#menu ul li.current-menu-parent a,
#menu ul li.current-page-ancestor a { color: #fff; background: #24262A;}

/* Level 1 */
#menu ul ul { position:absolute; left: 0; top: 50px; background: #D9522A; width: 200px; z-index:9999; text-align: left; padding: 0 0 15px 0;}
#menu ul ul li { width: 200px; display: block; margin: 0;}
#menu ul ul li a, #menu ul li.current-menu-item li a { display: block; padding: 10px 20px; color: #fff; font-size: 16px; margin: 0; border: none; background: none; }
#menu ul ul li a:hover, #menu ul li.current-menu-item ul a, #menu ul li.current-menu-parent ul a, #menu ul ul li.current-menu-item a, #menu ul ul li.current-menu-parent a { background: none; border: none; color: #fff;}
#menu ul ul li a:hover, #menu ul ul li.current-menu-item a { color: #fff; }
#menu ul li.hover { background: #D9522A;}
/* level 2 */
#menu ul ul ul {display: none;}

/* mobile menu */

.mobile_sidebar { background: #1F2123; padding: 30px; color: #fff;}
	
	.mobile_sidebar .mobile_menu { padding: 0 0 30px 0;}
	.mobile_sidebar .menu {}
	.mobile_sidebar .menu li { display: block; text-align: center;}
	.mobile_sidebar .menu li a { display: block; padding: 7px 0; font-size: 16px; text-transform: uppercase; font-weight: 400; color: #fff;}
	.mobile_sidebar .menu ul li {}
	.mobile_sidebar .menu ul li a { padding: 7px 20px; color: #99A2AE;}
	
	.mobile_sidebar .social { text-align: center;}
	.mobile_sidebar .social li { margin: 5px;}
	
	.mobile_sidebar .address { padding: 20px 0; text-align: center; color: #99A2AE;}
	.mobile_sidebar .address h5 { color: #fff; padding-bottom: 10px;}
	.mobile_sidebar .copyright { text-align: center;}

/************************************/
/************** GRIDS ***************/

.container {
	margin:0 auto;
	width:1100px;
	display:block;
	padding: 0;
}


/* GRIDS TABLET */
@media (min-width: 768px) and (max-width: 1099px) {
	
	.container { width: 768px; padding: 0 20px;}
	
	.btn { font-size: 18px; padding: 10px;}
	
	#header h3 { padding: 40px 0; font-size: 18px;}
	.menu-button { right: 50%; margin-right: -360px;}
	
	#slideshow { height: 400px;}
	#slideshow .slide .caption { height: 400px;}
	#slideshow .slide .caption .inner { padding: 0 40px;}
	#slideshow .slide .caption .inner h1 { font-size: 24px; padding-bottom: 20px;}
	#slideshow .slide .caption .inner .btn { font-size: 16px;}
	
	h3.homeh3 { font-size: 24px;}
	
	#news_big_block { padding: 40px 0;}
	.big_feed h3 { font-size: 18px;}
	
	.home_feed { padding-right: 0;}
	.news_item h3 {font-size: 18px;}
	
	#issuu_block h2 { font-size: 24px;}
	
	.home_sidebar { padding-left: 40px;}
	
	.people { padding: 10px;}
	.people h4 { font-size: 14px;}
	
	#cover_block { padding: 120px 0;}
	#feature_block .inner { padding: 0 50px 0 0;}
	#newsletter_block .desc { text-align: center;}
	
	.footer_left .inner { width: 364px; min-height: 260px; text-align: left; padding: 30px 30px 30px 0;}
	.footer_right .inner { width: 364px; min-height: 260px; text-align: left; padding: 30px 0 30px 30px;}
	.social li { margin: 2px !important;}
	.footer_menu ul li { width: 100%; text-align: right;}
	.footer_menu ul li a { font-size: 12px;}
	.copyright { font-size: 10px;}
	
	#content.single_content #sidebar { padding: 0 !important;}
	
	.widg_mag .preview { height: auto;}
	.widg_mag .preview .img_top { position: relative; top: 0; left: 0; height: auto; z-index: 9; text-align: center;}
	.widg_mag .preview .img_btm { display: none;}
	
}

/* GRIDS MOBILE */
@media (max-width: 767px) {
	
	.container { width: 100%; padding: 0 30px;}
	
	.btn { font-size: 16px; padding: 10px;}
	
	#cover_block { padding: 80px 0;}
	#feature_block .inner { padding: 0 0 50px 0; text-align: center;}
	
	#logo { text-align: center;}
	.people { padding: 10px; border: none;}
	
	#cover { padding-top: 80px;}
	
	.altbtn { margin-bottom: 40px;}
	#newsletter_block .desc { text-align: center;}
	
	#slideshow { height: 300px;}
		#slideshow .cycle-slideshow { height: 100%;}
		#slideshow .slide .caption { height: 300px; }
		#slideshow .slide .caption .inner { padding: 0 30px;}
		#slideshow .slide .caption .inner h1 { font-size: 16px; padding-bottom: 10px;}
		#slideshow .slide .caption .inner span {}
	
	#video_block { padding: 20px 0;}
		h3.homeh3 { font-size: 18px; padding-bottom: 15px;}
		#video_block .video_item { padding: 0 0 20px 0;}
	
	#ad_block { position: relative; padding-top: 20px; padding-bottom: 10px; background: #EBECEF; margin-bottom: 20px;}
		.id_item { padding-bottom: 30px; position: relative; max-width: 560px; margin: 0 auto;}
		.id_item span { display: block; padding-bottom: 5px; font-size: 12px;}
	
	#news_big_block { padding: 20px 0;}
		.big_feed { padding: 0 0 20px 0;}
		.big_feed h3 { padding: 15px 0; font-size: 18px;}
	
	#home_feed {}
		.home_feed { padding-right: 0;}
		.news_item { padding: 15px 0;}
		.news_item .preview { position: relative; max-width: 150px; margin-right: 15px;}
		.news_item h3,
		.blog_feed .news_item h3 { padding: 0 0 15px 0; font-size: 18px;}
	
	.home_sidebar { padding-left: 0; padding-top: 40px !important;}
	#sidebar { padding: 40px 0 0 0 !important;}
	
	.widget h3 { font-size: 18px;}
	.widg_mag .preview { height: auto;}
	.widg_mag .preview .img_top { position: relative; top: 0; left: 0; height: auto; z-index: 9; text-align: center;}
	.widg_mag .preview .img_btm { display: none;}
	
}

/* MAX HEIGHT */
@media (max-height: 900px) {
	.slide_height { height: 500px;}
}

/************************************/
/************** OTHER ***************/

/* SELECT & PLACEHOLDER */
::selection,
::-moz-selection { background: #f1f1f1; color:#333;}

::-webkit-input-placeholder { color:#999999;}
	 :-ms-input-placeholder { color:#999999;}
	 	 ::-moz-placeholder { color:#999999;}
		  :-moz-placeholder { color:#999999;}

/* FORMS */
textarea,
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"] {
	background: #fff;
	border: 1px solid #ccc;
	color: #1F2123;
	font-size:14px ;
	padding: 10px !important;
}

textarea: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 {
	border-color: #D9522A;
}

input[type="button"],
input[type="submit"] {
	border: none;
	background: #D9522A;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	padding: 10px 20px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

input[type="button"]:hover,
input[type="submit"]:hover {
	color: #fff;
	background: #C42D00;
}

input[type="radio"],
input[type="checkbox"] {
margin: 0 !important;
*margin-top: 0 !important;
line-height: normal;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-padding-end: 20px;
	-moz-padding-end: 20px;
	padding-end: 20px;
	
	-webkit-padding-start: 2px;
	-moz-padding-start: 2px;
	padding-start: 2px;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	/*background-image: url(_assets/img/select.png), -webkit-linear-gradient(#f9f9f9, #f9f9f9 40%, #f1f1f1);*/
	background-image: url(_assets/img/select.png), -webkit-linear-gradient(#ffffff, #ffffff 40%, #f1f1f1);
	
	background-position: 97% center;
	background-repeat: no-repeat;
	/*border: 1px solid #ece9e5;*/
	border: 1px solid #ccc;
	color: #1F2123;
	font-size: inherit;
	margin: 0;
	overflow: hidden;
	padding: 10px !important;
	font-size: 14px;
	line-height: 1em !important;
	min-height: 42px !important;
	max-height: 42px !important;
	text-overflow: ellipsis;
	white-space: nowrap;
	/*font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif !important;*/
}

.gfield select { font-size: 18px !important; }
.gform_wrapper { margin: 0 !important;}
.gform_wrapper br { display: none !important;}
.gfield_label { font-size: 13px !important; padding: 0; font-weight: 400 !important;}
.gfield_checkbox li { margin: 0 !important; font-size: 12px !important;}
.gfield_html ol { font-size: 12px !important;}
.gfield_html ol li { margin: 0 !important;}
.gform_title { font-weight: normal !important;}
.gform_wrapper p { margin: 0 !important;}
.gform_footer { padding: 0 !important;}

/* TEXT STYLING */

.text 	 { padding: 0;}
.text a {}
.text a:hover { text-decoration: underline;}
.text h6 { font-size:16px;}
.text h5 { font-size:18px;}
.text h4 { font-size:18px;}
.text h3 { font-size:24px;}
.text h2 { font-size:30px;}
.text h1 { font-size:36px;}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
	padding-bottom: 15px;
	color: #D9522A;
	/*text-transform: uppercase;*/
}
/*.text h1:after,
.text h2:after,
.text h3:after,
.text h4:after,
.text h5:after,
.text h6:after { content: ''; display: block; width: 80px; height: 2px; background: #22323e; margin-top: 20px;}*/

/* PAGE NAVIGATION */
.page_navigation { border: none; padding: 0;}
.page_navigation ul li a { border-color: #ddd;}
.page_navigation ul li a { background: #f9f9f9; color: #4b4b50;}
.page_navigation ul li a:hover { background: #f1f1f1;}
.page_navigation ul li a.current { color: #4b4b50; background: #ffdd00; border: 1px solid #ffd200;}

/* ALIGNMENTS */
.wp-caption {
	border: 1px solid #ddd;
	background-color:#fff;
	color:#999;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* SHORTCODES */

.shortcode-list.custom li:before { color: #D9522A !important;}
.shortcode-alert.custom { background: #D9522A !important; color: #fff;}
.shortcode-button {
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;}
.shortcode-button.custom { border: none !important; background: #D9522A !important; color: #fff !important;}
.shortcode-button.custom:hover { background: #D9522A !important; color: #fff !important;}
/*.shortcode-divider,
.shortcode-divider.thick { border-color: #000 !important;}
.shortcode-divider span { background: #000 !important; color: #fff;}
.shortcode-quote,
.shortcode-quote em,
.shortcode-quote:before { color: #000 !important;}
.shortcode-toggle-title,
.shortcode-accordion-title { border-bottom: 2px solid #000 !important;}
.shortcode-toggle-content,
.shortcode-accordion-content { background: rgba(0,0,0,0.2) !important;}
.shortcode-price { border-bottom: 2px dotted #000 !important; }*/

/* FANCYBOX */

.fancybox-close { background: #D9522A !important;}
.fancybox-close i { color: #fff !important;}

/************************************/
/************* END CSS! *************/