/*
Theme Name: Know IT Group
Version: 1.0
Description: Custom website for Know IT
Author: Intervision Design
Author URI: http://www.intervision.com.au
*/





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




@font-face {
    font-family: 'GothamMedium';
    src: url('_assets/fonts/GothamMedium.eot');
    src: url('_assets/fonts/GothamMedium.eot?#iefix') format('embedded-opentype'),
         url('_assets/fonts/GothamMedium.woff') format('woff'),
         url('_assets/fonts/GothamMedium.ttf') format('truetype'),
         url('_assets/fonts/GothamMedium.svg#GothamMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBook';
    src: url('_assets/fonts/GothamBook.eot');
    src: url('_assets/fonts/GothamBook.eot?#iefix') format('embedded-opentype'),
         url('_assets/fonts/GothamBook.woff') format('woff'),
         url('_assets/fonts/GothamBook.ttf') format('truetype'),
         url('_assets/fonts/GothamBook.svg#GothamBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

body {
	background: #1F2123;
	color: #1F2123;
	font-family: 'GothamBook', sans-serif;
	font-size: 15px;
	font-weight: 300;
}
a {
	color:#2B6AA6;
	font-weight: 400;
}
a:hover,
a:active {
	color:#2B6AA6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'GothamMedium', 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
	#2B6AA6 = Blue
	#ECEEF4 = Light Blue
	#1F2123 = Dark Blue
*/

/* Buttons */

.btn { display: inline-block; position: relative; padding: 12px 50px; font-family: 'GothamMedium', sans-serif; font-size: 15px; text-transform: uppercase; line-height: 1em; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; text-align: center; border: 2px solid; overflow: visible; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.btn.center { margin: 0 auto;}
.btn.full { display: block;}

.btn.btn_color { color: #fff; background: #2B6AA6; border-color: #2B6AA6;}
.btn.btn_white { color: #2B6AA6; background: #fff; border-color: #fff;}
.btn.btn_dark { color: #fff; background: #1F2123; border-color: #1F2123;}

.btn.btn_color:hover { color: #2B6AA6; background: none;}
.btn.btn_white:hover { color: #fff; background: none;}
.btn.btn_dark:hover { color: #1F2123; background: none;}

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

.fa { font-style: normal !important;}

/* Header */

#header { position: fixed; top: 0; width: 100%; min-height: 100px; z-index: 999; background: rgba(255,255,255,0.95);}

	#logo { padding: 20px 0 20px 30px;}
	.gap { height: 100px;}
	
	.search_btn { position: absolute; top: 50%; right: 30px; margin-top: -16px; width: 30px; height: 30px; text-align: center; font-size: 14px; padding-top: 8px; cursor: pointer; z-index: 99;  -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	
	#mob_srch.search_btn { right: 70px !important; width: 40px; height: 40px; font-size: 18px; padding-top: 11px; top: 25px; margin: 0;}
	
	/* Mobile Button */
	
	.menu-button { width: 40px; height: 40px; padding: 10px 0 0 0; background: #1F2123; text-align: center; font-size: 16px; text-transform: uppercase; cursor: pointer; display: block; position: absolute; top: 30px; right: 30px; z-index: 9999;}
	.menu-button.active { background: #2B6AA6;}
	
	.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: 'GothamMedium', sans-serif; font-size: 14px; line-height: 1em;}

/* Home */

#intro_block { position: relative; min-height: 600px; padding: 250px 0 100px 0; text-align: center; background: #fff no-repeat center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}
	#intro_block h1 { font-size: 36px; color: #2B6AA6; padding-bottom: 20px;}
	#intro_block .text { font-size: 18px; max-width: 360px; margin: 0 auto;}

#promo_block { position: relative;}
	.promo_box { padding: 50px; background: #fff; margin: -50px 50px 80px 50px; text-align: center; color: #1F2123;}
	.promo_box.item_1 {}
	.promo_box.item_2 {}
	.promo_box .icon { margin: 0 auto; width: 60px; height: 60px;}
	.promo_box h3 { font-size: 36px; text-transform: none; padding: 5px 0 30px 0; line-height: 1em;}
	.promo_box h3 span { display: block; font-size: 24px; color: #95B4D2; margin-top: 20px;}
	.promo_box .text { max-width: 300px; margin: 0 auto;}
	.promo_box .link { padding-top: 30px; font-family: 'GothamMedium', sans-serif; color: #2B6AA6;}

#product_block { position: relative; overflow: hidden; padding-bottom: 80px;}
	.prod_box { height: 680px;
		display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: center;
	    align-items: center;
	}
	.prod_box .inner { padding: 50px 80px;}
	.prod_box h2 { text-transform: none; padding-bottom: 30px;}
	.prod_box .text { padding-bottom: 30px;}
	.prod_box a { display: block; padding: 10px; font-family: 'GothamMedium', sans-serif; text-align: center; width: 100%;}
	
	.ipad { position: absolute; z-index: 99; top: 0; left: 50%; width: 940px; height: 680px; background: #fff; -webkit-border-radius: 35px; -moz-border-radius: 35px; border-radius: 35px; border: 1px solid #C4CCD5;
		-webkit-box-shadow: inset 0 0 0 6px #f3f3f3;
		-moz-box-shadow: inset 0 0 0 6px #f3f3f3;
		box-shadow: inset 0 0 0 6px #f3f3f3;
	}
	.ipad span { position: absolute; width: 10px; height: 10px; background: #000; top: 50%; left: 35px; margin-top: -5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
	.ipad .screen { background: #000; width: 800px; height: 600px; margin: 40px 70px; border: 1px solid #ccc;}
	.ipad_shadow { width: 940px; height: 0; position: absolute; bottom: 80px; left: 50%; margin-left: 0;
	-webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 20px 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 20px 5px rgba(0,0,0,0.5);
	}

#news_block { position: relative; height: 500px; background: #2B6AA6 no-repeat center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}
	.news_item { color: #fff; padding: 30px; margin-top: 70px;}
	.news_item h3 { font-size: 24px; text-transform: none; padding: 20px 0;}
	.news_item .date { font-style: italic;}
	.news_item .text {}
	
	#news_block .btn { margin: 0 30px;}

#action_block { position: relative; background: #2B6AA6; padding: 30px 0; color: #fff;}
	#action_block .left { text-align: right;}
	#action_block h3 { padding: 20px; text-transform: none; max-width: 460px; font-size: 24px;}
	#action_block a { margin: 15px; font-size: 20px; padding: 20px 50px;}

/* Pages */

#cover { position: relative; background: #fff no-repeat center center; min-height: 390px;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}
#cover .fade { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: url(_assets/img/fade.png) repeat-x center top; z-index: 2;}
.cover_inner { position: absolute; bottom: 50px; width: 100%; z-index: 991;}
.cover_inner h1 { font-size: 48px; color: #1F2123; line-height: 1em; font-family: 'GothamMedium', sans-serif; text-align: center;}
.cover_inner h1 a { color: #1F2123;}
.cover_inner p { font-size: 18px; color: #2B6AA6; line-height: 1em; font-family: 'GothamMedium', sans-serif; text-align: center; max-width: 360px; margin: 0 auto; padding-top: 20px; line-height: 1.3em;}

.cover_inner.post_title h1 { font-size: 36px; line-height: 1.2em !important; text-align: center;}
.cover_inner.post_title .date { font-size: 18px; font-style: italic; color: #2B6AA6; font-family: 'GothamMedium', sans-serif; text-align: center; padding: 30px 0;}

#content { padding: 50px 0; background: #fff; position: relative;}
#content.light { padding: 30px 0 50px 0; background: #fff;}

#child_block { padding: 20px 0; position: relative;}
	.child_page { margin: 20px; background: #000 no-repeat center center; position: relative; height: 327px; overflow: hidden;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
	}
	.child_page * { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.child_page .overlay { position: absolute; bottom: 0; left: 0; width: 100%; min-height: 150px; text-align: center; z-index: 5;
		display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: center;
	    align-items: center;
	}
	.child_page .overlay h3 { display: block; font-size: 24px; padding: 0 30px; color: #fff;}
	#child_block .span100 .child_page .overlay h3 { font-size: 36px;}

	.child_page:hover .overlay { background: rgba(239,91,41,0.7); height: 100%;}

.team_page img { padding: 0 !important;}
.team_page .shortcode-color { margin-bottom: 0 !important;}

/* Promo Boxes */

.side_widget { margin-bottom: 40px;}
	.side_widget .widg_txt { background: #fff; text-align: center; color: #1F2123; padding: 30px;}
	.side_widget .widg_txt h3 { font-size: 24px; padding-bottom: 20px;}
	.side_widget .widg_txt .text { padding-bottom: 20px;}
	.side_widget .widg_txt span { display: inline-block; text-align: center; padding: 10px 20px;}
	.side_widget .widg_txt i { font-style: normal; font-family: 'GothamMedium', sans-serif; display: block; color: #2B6AA6;}

/* Labels */

.partner_item { display: block; position: relative; border-right: 1px solid #C4CCD5; border-bottom: 1px solid #C4CCD5; padding: 30px 20px; height: 250px; text-align: center; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; position: relative; z-index: 9;}
.partner_item.last { border-right: none;}
.partner_item .preview { display: flex; height: 120px;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: center;
	    align-items: center;}
.partner_item:hover { z-index: 99;
	-webkit-box-shadow: 0 15px 40px rgba(43,105,165,0.1);
	-moz-box-shadow: 0 15px 40px rgba(43,105,165,0.1);
	box-shadow: 0 15px 40px rgba(43,105,165,0.1);
}
.partner_item h3 { text-align: center; text-transform: none; color: #1F2123; font-size: 20px; padding-top: 20px;}
.partner_item h3:before { content: ''; display: block; width: 40px; height: 1px; background: #2B6AA6; margin: 0 auto; margin-bottom: 20px;}
.partner_item:hover h3 { color: #2B6AA6;}

/* Posts */

.blog_posts {}
.the_post { margin: 0 40px 40px 0;}
	.the_post { position: relative;}
	.the_post .preview { position: relative; background: #2B6AA6;}
	.the_post .preview img { position: relative; z-index: 9; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.the_post .preview span { position: absolute; display: block; bottom: 5px; left: 5px; width: 50px; height: 50px; background: #fff; color: #1F2123; text-align: center; padding-top: 10px; font-size: 14px; font-family: 'GothamMedium', sans-serif; opacity: 0.7; text-transform: uppercase; line-height: 1em; z-index: 999; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.the_post .preview span em { font-style: normal; font-weight: normal; font-size: 11px; display: block;}
	.the_post .preview i { position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; margin: -25px 0 0 -25px; font-size: 50px; color: #1F2123;; text-align: center; z-index: 1;}
	.the_post .no_img { height: 80px; display: block; position: relative; background: #DFE5EA;}
	.the_post .details { padding: 20px;}
	.the_post h3 { padding-bottom: 20px; line-height: 1.3em; font-size: 18px; text-transform: uppercase; color: #1F2123;}
	.the_post .text { color: #1F2123;}
	.the_post .more { display: block; padding-top: 15px; color: #2B6AA6; font-family: 'GothamMedium', sans-serif;}
	.the_post:hover .preview span { opacity: 1;}
	.the_post:hover .preview img { opacity: 0.7;}
	

.post_single {}
		
	.post-social { display: block; text-align: center;}
	.post-social li { display: inline-block; position: relative; margin: 5px 10px 5px 0;}
	.post-social li * { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.post-social li a { display: block;}
	.post-social li a i { display: inline-block; height: 40px; width: 40px; font-size: 18px; line-height: 1em; text-align: center; padding-top:11px;}
	.post-social li a em { font-style: normal; padding: 0 10px 0 5px; color: #fff; line-height: 1em; font-family: 'GothamMedium', sans-serif;}
	
	.post-social li.fb a { background: #285D93; color: #fff;}
	.post-social li.tw a { background: #51c7ef; color: #fff;}
	.post-social li.pi a { background: #cb2027; color: #fff;}
	.post-social li.gp a { background: #D63B39; color: #fff;}
	.post-social li.li a { background: #2588BB; color: #fff;}
	
	.post-social li a:hover i { background: rgba(0,0,0,0.1);}
	
	.post_nav_item { position: relative; background: #fff; margin: 30px 20px 0 20px; padding: 20px 20px 20px 150px; text-align: left; z-index: 2; min-height: 130px;}
	.post_nav_item * { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.post_nav_item .preview { width: 130px; height: 130px; position: absolute; top: 0; left: 0; z-index: 3; background: #D4D8DD;}
	.post_nav_item .preview img { position: relative; z-index: 9;}
	.post_nav_item:hover .preview img { opacity: 0.5;}
	.post_nav_item .preview i { position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; margin: -25px 0 0 -25px; font-size: 50px; color: #fff; text-align: center; z-index: 5;}
	.post_nav_item h3 { font-size: 15px; color: #1F2123; padding-bottom: 10px;}
	.post_nav_item .more { font-style: italic; font-family: 'GothamMedium', sans-serif; font-size: 14px;}
	
	.post_nav { display: block; margin-bottom: 30px;}
	.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: 18px; padding: 15px 30px; background: #2B6AA6; color: #fff; }
	.post_nav .left { text-align: left;}
	.post_nav .right { text-align: right; margin-right: 40px;}
	.post_nav a:hover { background: #2B6AA6;}

.search_res { text-align: center; padding-bottom: 50px;}

/* Next / Prev */

.prev_p *,
.next_p * { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
.prev_p a,
.next_p a { display: block; position: relative; margin: 0;}
.prev_p h6,
.next_p h6 { font-size: 18px; display: inline-block; line-height: 1em; padding: 15px 30px; background: #2B6AA6; color: #fff;}
.prev_p a:hover h6,
.next_p a:hover h6 { background: #2B6AA6;}

.prev_p a { text-align: left;}
.next_p a { text-align: right;}

/* Sidebar */

#sidebar { padding: 0 0 0 30px;}
#sidebar_alt {}

#sidebar_alt.left .widget { text-align: left;}

/* Widgets */
.widget { margin: 0 0 30px 0; background: #fff; text-align: center; padding: 30px;}
	.widget h3 { font-size: 16px; margin-bottom: 15px; text-align: center; text-transform: uppercase;}
	.widget h3:after { content: ''; display: block; width: 60px; height: 2px; background: #99A2AE; margin: 0 auto; margin-top: 15px;}
	.widget ul li { padding: 5px 0; position: relative; text-transform: uppercase;}
	.widget ul ul li { margin: 0; opacity: 0.6;}
	.widget ul li:last-child { border-bottom: none;}
	.widget ul li a { font-size: 15px; color: #99A2AE;}
	.widget ul li a:hover,
	.widget ul li.current-menu-item a { color: #2B6AA6;}
	.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;*/}

/* Footer */

#footer { background: #1F2123; padding: 40px 0; color: #fff;}
	
	.badge { width: 110px; height: 90px; background: url(_assets/img/knowit.png) no-repeat;}
	
	.social { text-align: left;}
	.social li { display: inline-block; margin: 0 10px 10px 0; vertical-align: top;}
	.social li span { position: relative; display: block; width: 40px; height: 40px; background: #2B6AA6; color: #fff; text-align: center; padding-top: 9px; font-size: 20px; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
	.social li span:hover { background: #2B6AA6 !important;}
		
	#footer .address { padding-top: 20px; font-family: 'GothamMedium', sans-serif;}
	
	.footer_menu ul {}
	.footer_menu ul li { display: block; padding: 1px 0;}
	.footer_menu ul li a { color: #fff; font-family: 'GothamMedium', sans-serif; text-transform: uppercase;}
	
	.copyright { font-size: 10px; text-align: left; color: #99A2AE; padding-top: 20px;}
	.copyright a { color: #2B6AA6;}
	.copyright a:hover { color: #fff;}

/* Gallery SHortcode */

.gallery_block { padding: 20px 0;}
.gallery_block .item { padding: 5px; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
.gallery_block .item:hover { opacity: 0.5;}

/* 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: 300px; margin-right: -550px; text-align: right; bottom: 70px; right: 50%; z-index: 999;}
.cycle-pager span { width: 10px; height: 10px; display: inline-block; background: #fff; color: #fff; margin: 0 5px; font-size: 1px; line-height: 1em; overflow: hidden; cursor: pointer;  opacity: 0.1;}
.cycle-pager span.cycle-pager-active { opacity: 0.5;}
.cycle-prev, .cycle-next { position: absolute; top: 50%; margin-top: -25px; width: 50px; height: 50px; background: #fff; 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 #40464f; border-left: 1px solid #40464f; 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 #40464f; border-right: 1px solid #40464f; 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 { padding: 33px 30px 33px 0;}
#menu ul { text-align: right;}
#menu ul li { position: relative; display: inline-block;}
#menu ul li a { display: block; font-size: 12px; line-height: 1em; padding: 10px 7px; color: #1F2123; font-weight: 400; font-family: 'GothamMedium', sans-serif; text-transform: uppercase; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
#menu ul li a:hover {}
#menu ul li.current-menu-item a,
#menu ul li.current-menu-parent a,
#menu ul li.current-page-ancestor a { color: #2B6AA6;}

#menu ul li.action a { padding: 10px 20px; margin-left: 10px; background: #2B6AA6; color: #fff !important; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}

/* Level 1 */
#menu ul ul:before { content: ''; position: absolute; left: 50%; top: -9px; margin-left: -9px; width: 0px; height: 0px; border-style: solid; border-width: 0 9px 9px 9px; border-color: transparent transparent #2B6AA6 transparent;}
#menu ul ul:after { content: ''; position: absolute; left: 50%; top: -7px; margin-left: -7px; width: 0px; height: 0px; border-style: solid; border-width: 0 7px 7px 7px; border-color: transparent transparent #fff transparent;}
#menu ul ul { position:absolute; left: 50%; top: 47px; margin-left: -100px; background: #fff; width: 200px; z-index:9999; text-align: center; border-top: 1px solid #2B6AA6; padding: 15px 0;
	-webkit-box-shadow: 0 15px 40px rgba(43,105,165,0.1);
	-moz-box-shadow: 0 15px 40px rgba(43,105,165,0.1);
	box-shadow: 0 15px 40px rgba(43,105,165,0.1);
}
#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: #1F2123; font-size: 12px; 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: #1F2123;}
#menu ul ul li a:hover, #menu ul ul li.current-menu-item a { color: #2B6AA6; }
/* level 2 */
#menu ul ul ul {display: none;}

/* mobile menu */

.mobile_sidebar { background: #1F2123; padding: 30px;}
	.mobile_sidebar #searchform {}
	.mobile_sidebar #searchform input { background: #0F121E; border: none !important;}
	.mobile_sidebar #searchform i { color: #2B6AA6;}
	
	.mobile_sidebar .mobile_menu { padding: 0 0 30px 0;}
	.mobile_sidebar .menu {}
	.mobile_sidebar .menu li { display: block;}
	.mobile_sidebar .menu li a { display: block; padding: 7px 0; font-size: 16px; text-transform: uppercase; font-family: 'GothamMedium', sans-serif; color: #fff;}
	.mobile_sidebar .menu ul li {}
	.mobile_sidebar .menu ul li a { padding: 7px 20px; color: #99A2AE;}
	.mobile_sidebar .menu li.action a { color: #2B6AA6;}
	
	.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 h4 { padding-bottom: 15px; color: #2B6AA6; font-size: 18px; }
	.mobile_sidebar .copyright { text-align: center;}

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

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

@media (min-width: 1020px) and (max-width: 1099px) {
	
	.container { width: 960px;}
	
	
}

/* GRIDS TABLET */
@media (min-width: 768px) and (max-width: 1099px) {
	
	.container { width: 768px; padding: 0 30px;}
	.cycle-pager { width: 300px; margin-right: -330px; bottom: 40px;}
	
	.btn { padding: 12px 10px; display: block; width: 100%;}
	
	#intro_block { min-height: 500px; padding: 150px 0 80px 0;}

	.promo_box { padding: 30px; background: #fff; margin: -50px 0 80px 0;}
		.promo_box.item_1 { margin-right: 20px;}
		.promo_box.item_2 { margin-left: 20px;}
	
	.prod_box { height: 510px;}
		.prod_box .inner { padding: 0 30px 0 0;}
		
		.ipad { width: 700px; height: 510px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px;}
		.ipad span { left: 25px;}
		.ipad .screen {width: 600px; height: 450px; margin: 30px 50px;}
		.ipad_shadow { width: 700px; bottom: 90px;}
	
	#news_block { height: auto; padding-top: 50px;}
	.news_item { text-align: center; padding: 20px; margin-top: 0; background: rgba(43,106,166,0.7); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
		.news_item h3 { font-size: 24px; text-transform: none; padding: 20px 0;}
		.news_item .date { font-style: italic;}
		.news_item .text {}
		
		#news_block .btn { margin: 30px 0 50px 0;}
	
		#action_block h3 { font-size: 20px;}
		#action_block .btn { margin: 25px 20px; font-size: 18px; padding: 20px 30px; display: inline-block; width: auto;}
	
	#content { padding: 40px 0;}
	
	#child_block { padding: 20px 0;}
		.child_page { margin: 15px; height: 190px;}
		.child_page .overlay { min-height: 100%;}
		.child_page .overlay h3 { display: block; font-size: 18px;}
		#child_block .span100 .child_page .overlay h3 { font-size: 24px;}
	
	#sidebar { padding: 40px 0 0 0;}
	
	/* Posts */
	
	.post_nav .left,
	.post_nav .right { margin: 0 20px;}
	
	.the_post .preview span { display: none;}
	.the_post { margin: 0 20px 40px 20px;}
	
	.post-social { padding-bottom: 0;}
	.post-social li a em { display: none;}
	
	.post_nav_item { position: relative; background: #fff; margin: 30px 0 0 0;}
	
}

/* GRIDS MOBILE */
@media (max-width: 767px) {
	
	.container { width: 100%; padding: 0 30px;}
	.cycle-pager { width: 300px; right: 10px; margin-right: 0; bottom: 10px;}
	.popup_inner { width: 300px; margin-left: -150px;}
	
	.btn { padding: 12px 10px; display: block; width: 100%;}
	
	#intro_block { min-height: 300px; padding: 150px 0 50px 0;}
		#intro_block h1 { font-size: 24px;}
		#intro_block .text { font-size: 15px;}
	
	.promo_box { padding: 30px; margin: 0 0 30px 0;}
	
	#product_block { position: relative; overflow: hidden; padding-bottom: 80px;}
		.prod_box { height: auto; text-align: center;}
		.prod_box .inner { padding: 40px;}
		
		.ipad { position: relative; left: 30px; width: 600px; height: 425px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;}
		.ipad span { width: 5px; height: 5px; left: 25px; margin-top: -3px;}
		.ipad .screen { width: 500px; height: 375px; margin: 25px 50px;}
		.ipad_shadow { width: 500px; height: 0; position: absolute; bottom: 90px; left: 30px;}
	
	#news_block { height: auto; padding-top: 50px;}
	.news_item { text-align: center; padding: 20px; margin-top: 0; background: rgba(43,106,166,0.7); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
		.news_item h3 { font-size: 24px; text-transform: none; padding: 20px 0;}
		.news_item .date { font-style: italic;}
		.news_item .text {}
		
		#news_block .btn { margin: 30px 0 50px 0;}
	
	#action_block {}
		#action_block h3 { text-align: center;}
		#action_block a { margin: 15px 0; font-size: 20px; padding: 20px;}
	
	/* Pages */
	#cover { min-height: 350px;}
	.cover_inner { position: absolute; bottom: 30px; width: 100%; z-index: 991;}
	.cover_inner h1 { font-size: 36px;}
	.cover_inner p { font-size: 14px;}
	.cover_inner.post_title h1 { font-size: 24px;}
	.cover_inner.post_title .date { font-size: 14px; padding: 10px 0;}
	
	#content { padding: 40px 0;}
	
	#child_block { padding: 20px 0;}
		.child_page { margin: 15px; height: 190px;}
		.child_page .overlay { min-height: 100%;}
		.child_page .overlay h3 { display: block; font-size: 18px;}
		#child_block .span100 .child_page .overlay h3 { font-size: 18px;}
	
	.video_box { margin: 15px 0;}
	
	.the_post .preview span { display: none;}
	
	.the_post { margin: 0 0 30px 0;}
	.the_post .details { padding: 20px; margin-left: 0;}
	
	#sidebar_alt { padding: 0;}
	
	.partner_item.m_last { border-right: none;}
	
	/* Posts */
	
	.post_meta { text-align: center;}
	.post-social { padding-bottom: 0;}
	.post-social li a em { display: none;}
	
	.post_nav_item { position: relative; background: #fff; margin: 30px 0 0 0;}
	
}

/* 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 #D0D4D7;
	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 {
	background:#f3f3f3;
	border-color: #2B6AA6;
	color: #2B6AA6;
	outline: none !important;
}

input[type="button"],
input[type="submit"] {
	border: none !important;
	background: #1F2123;
	color: #fff;
	font-size: 14px;
	/*font-weight: 700;*/
	padding: 11px 20px;
	text-transform: uppercase;
	font-family: 'GothamMedium', sans-serif;
	-webkit-box-shadow:inset 0 0 0 2px rgba(0,0,0,0.1);
	   -moz-box-shadow:inset 0 0 0 2px rgba(0,0,0,0.1);
		-ms-box-shadow:inset 0 0 0 2px rgba(0,0,0,0.1);
		    box-shadow:inset 0 0 0 2px rgba(0,0,0,0.1);
}

input[type="button"]:hover,
input[type="submit"]:hover {
	color: #fff;
	background: #2B6AA6;
	/*-webkit-box-shadow:inset 0 -70px 0 2px rgba(0,0,0,0.1);
	   -moz-box-shadow:inset 0 -70px 0 2px rgba(0,0,0,0.1);
		-ms-box-shadow:inset 0 -70px 0 2px rgba(0,0,0,0.1);
		    box-shadow:inset 0 -70px 0 2px rgba(0,0,0,0.1);*/
}

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

.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;}

/* 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;
	text-transform: none;
	line-height: 1.4em;
}
.text dt, .text strong, .text b { font-weight: normal !important; font-family: 'GothamMedium', sans-serif;}

/* 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: #fff; background: #2B6AA6; border: 1px solid #2B6AA6;}

/* 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 ************/

/* Icons */

.shortcode-icon.custom { color: #2B6AA6 !important;}

/* Buttons */

.shortcode-button { font-family: 'GothamMedium', sans-serif;}
.shortcode-button.default { background: #1F2123 !important;}
.shortcode-button.custom { background: #2B6AA6 !important;}

/* Alerts */

.shortcode-alert.custom { background: #2B6AA6 !important; color: #fff;}
.shortcode-alert.white { color: #1F2123 !important;}
.shortcode-alert.light-grey { background: #ECEEF4 !important;}
.shortcode-alert.light-grey a,
/*.shortcode-alert.white a { color: #2B6AA6 !important;}*/
.shortcode-alert.white a.shortcode-button.custom { color: #fff !important;}
.shortcode-alert.custom a.shortcode-button.white { color: #2B6AA6 !important;
-webkit-box-shadow:inset 0 0 0 2px #fff;
   -moz-box-shadow:inset 0 0 0 2px #fff;
	-ms-box-shadow:inset 0 0 0 2px #fff;
	    box-shadow:inset 0 0 0 2px #fff;
}
.shortcode-alert.custom a.shortcode-button.white:hover { color: #fff !important; background: #2B6AA6 !important;
-webkit-box-shadow:inset 0 0 0 2px #fff;
   -moz-box-shadow:inset 0 0 0 2px #fff;
	-ms-box-shadow:inset 0 0 0 2px #fff;
	    box-shadow:inset 0 0 0 2px #fff;
}

/* Quotes */

/* Lists */

.shortcode-list.custom li i { color: #2B6AA6 !important;}

/* Video */

/* Fancybox */

.fancybox-close { background-color: #2B6AA6 !important;}
.fancybox-close:before { background: #fff;}
.fancybox-close:after { background: #fff;}

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