/*-----------------------------------------------------------------------------------

	Theme Name: Montgomery County TX
	Theme URI: http://www.mctx.org/
	Description: Montgomery County TX css   
	AuthorDesign By Ben Fryc HTML/CSS/JS by Samir Alley | @samiralley
	Author URI: http://www.revize.com/

	Version 1 / Oct 2, 2015

	Table of content
	#Basic Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Tablet (Portrait)
	#Mobile (Portrait)
	#Mobile (Landscape)
	#Clearing	
	#Header + Nav + No More IE7 
	#Inner Page
	#Media Queries
	
-----------------------------------------------------------------------------------*/ 
*:focus{border:2px solid #cd4249!important}
#skip{position:fixed;left:-100%;top:50px;z-index:200;padding:15px;background:#fff;color:#cd4249;transition:all .3s}
#skip:focus{left:50px}
/* -----------------------------------------

#Bacic Styles

-----------------------------------------*/ 
    
body{background:#fff;font-size:16px;line-height:1.428571429;font-family:'Lato', sans-serif;font-weight:normal;color:#1f334c;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}
.post:not(.tax-office) span{font-family:'Lato', sans-serif!important}

/* -----------------------------------------

#Typography

-----------------------------------------*/ 
h1,h2,h3,h4,h5,h6{color:#1f334c;font-family:'Playfair Display', serif;font-weight:bold;margin-bottom:30px;line-height:1.2}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{font-weight:inherit}
h1{font-size:60px}
h2{font-size:45px}
h3{font-size:25px}
h4{font-size:21px}
h5{font-size:17px}
h6{font-size:14px}
.header{font-size:16px}
.subheader{font-size:28px;font-family:'Lato', sans-serif;font-weight:900;color:#1f334c;margin-bottom:20px;display:block}
p{margin:0 0 30px 0}
em{font-style:italic}
strong,b{font-weight:bold}
small{font-size:80%}
hr{border:solid #d1d6e0;border-width:1px 0 0;clear:both;margin:10px 0 30px;height:0}

@font-face{
  font-family:'weather';
  src:url('../fonts/weather/artill_clean_icons-webfont.eot');
  src:url('../fonts/weather/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
      url('../fonts/weather/artill_clean_icons-webfont.woff') format('woff'),
      url('../fonts/weather/artill_clean_icons-webfont.ttf') format('truetype'),
      url('../fonts/weather/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
  font-weight:normal;
  font-style:normal;
}
.weather i{font-family:'weather';font-size:20px}
.weather .icon-0:before{content:":"}.weather .icon-1:before{content:"p"}.weather .icon-2:before{content:"S"}.weather .icon-3:before{content:"Q"}.weather .icon-4:before{content:"S"}.weather .icon-5:before{content:"W"}.weather .icon-6:before{content:"W"}.weather .icon-7:before{content:"W"}.weather .icon-8:before{content:"W"}.weather .icon-9:before{content:"I"}.weather .icon-10:before{content:"W"}.weather .icon-11:before{content:"I"}.weather .icon-12:before{content:"I"}.weather .icon-13:before{content:"I"}.weather .icon-14:before{content:"I"}.weather .icon-15:before{content:"W"}.weather .icon-16:before{content:"I"}.weather .icon-17:before{content:"W"}.weather .icon-18:before{content:"U"}.weather .icon-19:before{content:"Z"}.weather .icon-20:before{content:"Z"}.weather .icon-21:before{content:"Z"}.weather .icon-22:before{content:"Z"}.weather .icon-23:before{content:"Z"}.weather .icon-24:before{content:"E"}.weather .icon-25:before{content:"E"}.weather .icon-26:before{content:"3"}.weather .icon-27:before{content:"a"}.weather .icon-28:before{content:"A"}.weather .icon-29:before{content:"a"}.weather .icon-30:before{content:"A"}.weather .icon-31:before{content:"6"}.weather .icon-32:before{content:"1"}.weather .icon-33:before{content:"6"}.weather .icon-34:before{content:"1"}.weather .icon-35:before{content:"W"}.weather .icon-36:before{content:"1"}.weather .icon-37:before{content:"S"}.weather .icon-38:before{content:"S"}.weather .icon-39:before{content:"S"}.weather .icon-40:before{content:"M"}.weather .icon-41:before{content:"W"}.weather .icon-42:before{content:"I"}.weather .icon-43:before{content:"W"}.weather .icon-44:before{content:"a"}.weather .icon-45:before{content:"S"}.weather .icon-46:before{content:"U"}.weather .icon-47:before{content:"S"}

/* -----------------------------------------

#Links

-----------------------------------------*/ 
a,a:visited{color: #B53035;text-decoration:underline;outline:0!important;}
a:hover,a:focus{color:#cd4249}
p a,p a:visited{line-height:inherit}

/* -----------------------------------------

#Lists

-----------------------------------------*/ 
ul,ol{margin-bottom:20px;margin-left:30px;padding:0}
ul{list-style:disc}
ol{list-style:decimal}
ul ul,ul ol,
ol ol,ol ul{margin:4px 0 5px 30px}
ul ul li,ul ol li,
ol ol li,ol ul li{margin-bottom:6px}
li{line-height:1.3;margin-bottom:7px}
li p{line-height:1.3}

/* -----------------------------------------

#Images

-----------------------------------------*/
img{max-width:100%;height:auto}
a img{border:none}

/* -----------------------------------------

#Buttons

-----------------------------------------*/ 
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
a.btn,
.btn{text-decoration:none;border:0;color:#fff;display:inline-block;font-size:12px;font-weight:900;text-decoration:none;cursor:pointer;line-height:normal;vertical-align:top;text-transform:uppercase;padding:9px 20px;background:#cd4249!important;transition:background .3s;border-radius:6px;font-family:'Lato', sans-serif;letter-spacing:1px}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
a.btn:hover{-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none;background:#cd4249;text-decoration:none;color:#fff}
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
a.btn:active{-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none;background:#0e8cda}
button::-moz-focus-inner,
input::-moz-focus-inner{border:0;padding:0}

/* -----------------------------------------

#Forms

-----------------------------------------*/ 
form{margin-bottom:30px}
fieldset{margin-bottom:30px}
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select{border:1px solid #e9eaec;padding:10px 14px;outline:none;font:13px 'montserrat', sans-serif;font-weight:700;font-weight:400;color:#868990;margin:0;display:inline-block;background:#fff;border-radius:0;box-shadow:none}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus{color:#63686c;border:1px solid #0F95E9}
label,
legend{display:block;font-weight:bold;font-size:13px}
input[type="checkbox"]{display:inline}
label span,
legend span{font-weight:normal;font-size:13px;color:#444}

/* -----------------------------------------

#Header + Nav + No More IE7

-----------------------------------------*/ 
body{overflow-x:hidden}
#loader-wrapper{position:fixed;top:0;right:0;bottom:0;left:0;background:#1f334c;z-index:99999}
#loader-wrapper img{width:60px;position:absolute;top:50%;left:50%;margin:-30px 0 0 -30px;	animation:2s cubic-bezier(0.63, 0.045, 0.34, 1) 0s normal none infinite spinning_animation;-webkit-animation:2s cubic-bezier(0.63, 0.045, 0.34, 1) 0s normal none infinite spinning_animation}
@keyframes spinning_animation {
	0% {
	    transform:scale(1) rotate(0deg);
	    -o-transformscale(1) rotate(0deg);
	}
	50% {
	    transform:scale(0.8) rotate(360deg);
	    -o-transformscale(0.8) rotate(360deg);
	}
	100% {
	    transform:scale(1) rotate(720deg);
	    -o-transform:scale(1) rotate(720deg);
	}
}

@-webkit-keyframes spinning_animation {
	0% {
	    -webkit-transform:scale(1) rotate(0deg);
	}
	50% {
	    -webkit-transform:scale(0.8) rotate(360deg);
	}
	100% {
	   -webkit-transform:scale(1) rotate(720deg);
	}

}
.no-padding{padding:0!important}
no-margin{margin:0!important}
.text-overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.tparrows,.tp-bannertimer{display:none!important}
.alert{position:fixed;z-index:99999;bottom:10px;margin:0;right:10px;border:3px solid #fff;background:#000;background:rgba(0,0,0,.9);box-shadow:0 0 10px rgba(0,0,0,.2);color:#fff;padding:30px;font-size:14px;width:350px}
.alert h4{color:#ffc140;margin:0 0 10px;font-family:Roboto;font-weight:bold;text-transform:uppercase;font-size:18px}
.alert .btn{padding:8px 10px;margin:20px 0 0 0!important}
.alert .close{padding:0;background:none!important;color:#fff!important;opacity:1;margin-right:20px}
.main-wrap{padding:10px}
header{padding:5px 0 10px}
.logo img{max-width:245px}
.weather{display:inline-block;font-size:16px}
.weather .date{display:none}
.font-size{display:inline-block;font-size:16px}
.font-size i{margin-left:4px;color:#cd4249;cursor:pointer}
.translate-wrap{display:inline-block;font-size:16px;margin-right:10px;cursor:pointer}
.translate-wrap a{color:#1f334c!important;text-decoration:none!important}
.translate-wrap i,.weather i{margin-left:4px;color:#cd4249}
.font-size p, .translate-wrap p,.weather{margin:0;padding:10px 12px 10px 0}
.search-wrap{float:right;text-align:right}
.search-toggle{float:right;display:none}
.search{border:1px solid #bcbfc4;border-radius:6px;position:relative;overflow:hidden;width:270px;float:right;padding:2px 0 0 30px;height:40px;transition:all .3s}
.search form{margin:0}
.search .form-control{box-shadow:none!important;border:0!important;color:#1f334c}
#search-icon{position:absolute;left:15px;top:50%;margin-top:-9px;cursor:pointer;font-size:16px}
.search button{position:absolute;right:0;top:0;bottom:0;background:#fff!important;font-size:16px;font-weight:900;color:#cd4249;line-height:1;letter-spacing:1px}
.search .form-control::-moz-placeholder{color:#1f334c;opacity:1}
.search .form-control:-ms-input-placeholder{color:#1f334c}
.search .form-control::-webkit-input-placeholder{color:#1f334c}
.search .form-control:focus .search{width:500px}
.focus-search .search{width:100%;border-color:#cd4249}
.navigation{background:#1f334c;color:#fff;position:relative;z-index:99}
.nav{margin:0;padding:0}
.top-nav a{background:none !important}
.top-nav>ul>li{display:inline-block;text-align:center;padding:0 13px;margin:0;position:relative;list-style:none}
.top-nav>ul>li>a{color:#fff;font-size:16px;font-weight:900;text-transform:uppercase;text-decoration:none;letter-spacing:1px;padding:20px 0}
.top-nav>ul>li>a:hover{background:none}
.top-nav ul li{position:relative}
.top-nav ul ul li i{display:none}
.top-nav ul ul{display:none;position:absolute;top:100%;left:0;margin:0;padding:0;text-align:left;list-style:none;background:#fff;padding:20px 20px 13px;border-radius:0 0 6px 6px}
.top-nav ul ul ul{left:100%;top:0}
.top-nav ul li:hover>ul{display:block}
.top-nav ul ul a{color:#1f334c;font-weight:900;text-decoration:none;display:block;width:200px;padding:3px 0 8px;font-size:14px;border-bottom:1px solid #e4e9f0;line-height:1.2;transition:all .3s}
.top-nav ul ul a:hover{border-color:#cd4249;color:#cd4249}
.top-nav ul ul li:last-child a{border:0}
.top-nav ul ul ul{top:-20px;left:100%}
#slider{overflow:hidden;margin-bottom:10px;margin-top:10px;background:#1F334C;position:relative;clear:both}
.slider-wrap{overflow:hidden;margin:10px auto 30px;background:#1F334C;position:relative;clear:both;max-width:100%;width:650px}
.cap-wrap{position:absolute;z-index:20;top:0;bottom:0;right:0;left:0;text-align:center}
.sub-header{font-size:16px;font-weight:700;margin:0;letter-spacing:1px;text-transform:uppercase;color: #d8ad25;font-weight: 800;}
.cap .sub-header{font-size:22px}
.cap h1{font-size:110px;color:#fff;font-size:8vw;line-height:1;margin:10px 0 40px;letter-spacing:1px;font-weight:normal}
.cap .btn{font-size:16px;padding:10px 25px;margin:0 3px 0} 
.explore{padding:0 30px;background:#1F334C;/*background:#1F334C url(../../_assets_/images/explore.jpg) no-repeat*/;min-height:329px;background-size:cover;overflow:hidden;position:relative}
#freeform .explore{margin-bottom:10px}
.explore h2{color:#fff}
#freeform .explore h2{font-size:40px}
.owl-explore{position:absolute!important;top:0;left:0;right:0;bottom:0;opacity:.6!important}
.owl-explore .owl-wrapper-outer,.owl-explore .owl-wrapper,.owl-explore .owl-item,.background-item{position:relative;height:100%}
.background-item{}
.owl-section{background:#1f334c;color:#fff;border-left:10px solid #fff;overflow:hidden}
#freeform .owl-section{border:0;clear:both}
.owl-section h2{color:#fff}
#freeform .owl-section{font-size:14px;margin-bottom:10px}
#freeform .owl-section h2{font-size:25px}
.owl-section a{color:#fff}
#owl-slider{padding:80px 10%;}
.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}
.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px,0px,0px)}
.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}
.owl-carousel .owl-item{float:left}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{cursor:pointer}
.owl-buttons{position:absolute;top:50%;left:0;right:0;font-size:34px}
.owl-buttons div{position:absolute;top:-25px;opacity:.8;transition:opacity .2s}
.owl-buttons div:hover{opacity:1}
.owl-prev{left:8px}
.owl-next{right:8px}
.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}
.grabbing{ cursor:url(grabbing.png) 8 8,move}
.owl-carousel .owl-wrapper, 
.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-pagination{text-align:center;position:relative;top:30px}
.owl-page{background:none;display:inline-block;border:2px solid transparent;width:10px;height:10px;border-radius:50%;margin:0 3px;background:#fff}
.owl-page.active{background:#fff;border-color:#fff;background:none;width:14px;height:14px;position:relative;top:2px}
.page-header{border-color:#ebeced;padding:100px 0 50px;margin-bottom:30px}
.page-header h2{float:left;margin:0;line-height:1}
.page-header .btn{float:right;margin-top:10px;color: #1f334c!important;background:#fff!important;border:1px solid #bcbfc4;padding:6px 10px;line-height:1;border-radius:4px;}
.news-section{margin-bottom:50px}
.news-item{overflow:hidden;border-bottom:1px solid #ebeced;padding-bottom:40px;margin-bottom:40px}
.news-image{float:left;width:180px}
.news-content{margin-left:220px;overflow:hidden;font-size:14px}
.news-content a{text-decoration:none}
.news-content a h3{color:#cd4249;font-family:'Lato', sans-serif;font-weight:700;margin:0 0 5px}
.date{font-weight:700;font-size:14px;margin:0 0 7px}
.cal-wrap{margin-bottom:50px;padding-bottom:40px;overflow:hidden}
.cal-wrap iframe{width:100%!important;height:800px!important}
.news-letter{background:#1f334c;padding:75px 0 83px}
.news-letter p{color:#d8b23b;margin:0}
.news-letter h2{color:#fff;margin:0}
.news-form *{margin:0}
.news-form{position:relative;margin-top:35px;margin-bottom:0px}
.news-letter .form-control{background:#4c5c70;border-color:#4c5c70;font-size:12px;color:#fff;border-width:2px;height:40px;border-radius:6px 10px 10px 6px;padding-left:21px}
.news-form .btn{border-radius:6px;font-size:14px;height:45px;line-height:30px}
.news-form .btn:hover,.news-form .btn:focus,.news-form .btn:active{color:#fff}
.news-form .form-control::-moz-placeholder{color:#caced4}
.news-form .form-control:-ms-input-placeholder{color:#caced4}
.news-form .form-control::-webkit-input-placeholder{color:#caced4}
.news-form .form-control:focus {border-color:#4c5c70;border-width:2px;box-shadow:none;color:#fff}
.focus-search .search{width:100%;border-color:#cd4249}
footer{text-align:center;padding:80px 0}
footer img{max-width:80px}
.cloned-nav{padding:0;margin:0 0 30px}
.cloned-nav li{display:inline-block}
.cloned-nav li ul{display:none}
.cloned-nav li a{color:#1f334c;text-decoration:none;text-transform:uppercase;font-weight:700}
.cloned-nav li a:hover,.cloned-nav li a:active,.cloned-nav li a:focus{background:none}
.cloned-nav li i{display:none}
.copyright,.powered{font-size:12px;font-weight:800;padding-right:30px}
.powered{padding:0 0 0 30px}

/* -----------------------------------------

#Inner Page

-----------------------------------------*/ 
.right-col{padding:70px 50px 50px!important;text-align:center}
.aside{padding:50px}
.aside h3{font-size:30px;text-transform:uppercase;line-height:1}
.flyout{margin:0;padding:0}
.flyout li{margin:0;list-style:none;position:relative;font-size:16px;line-height:20px}
.flyout a{text-decoration:none;color:#cd4249;padding:14px 30px 14px 0;display:block;border-top:1px solid #ebeced;font-weight:900}
.flyout a:hover{color:#1f334c}
.flyout i{height:40px;margin-top:-11px;line-height:40px;width:30px;text-align:right;position:absolute;right:0}
.flyout ul{display:none;margin:0;padding:0 0 0 10px}
.flyout li li a{font-size:13px;padding:10px 10px 10px 0}
#menu-icon-2{display:none;cursor:pointer}
#freeform .cap h1{font-size:90px;font-size:6vw;margin:0 0 20px}
.breadcrumbs{font-size:12px;text-transform:uppercase;font-weight:bold;color:#fff;position:absolute;bottom:30px;left:30px;z-index:99}
.breadcrumbs pre{display:none}
.breadcrumbs p{margin:0;font-weight:400}
.breadcrumbs a{color:#fff;text-decoration:none;font-weight:700}
.breadcrumbs i{margin:0 6px}
/*.slider-cap{position:absolute;bottom:0;left:0;right:0;background:#1f334c;color:#fff;padding:30px;background:rgba(31,61,76,.7);font-size:12px}*/
.slider-cap{/*width:400px;*/position:absolute;bottom:0;left:0;right:0;background:#1f334c;color:#fff;padding:7px 50px;background:rgba(31,61,76,.7);font-size:12px}

.post-heading{color:#000}
.entry{padding:65px 0}
.page-sub{margin:0;line-height:1;margin-bottom:40px}
.post h3{font-size:40px;color:#1c2b3c;margin-bottom:30px}
.post h4{font-size:16px;color:#1c2b3c;font-weight:900;font-family:Roboto;margin-bottom:30px}
.sliderbtn,.bannerbtn{position:absolute;z-index:99}
.float_button_above{z-index:999}
.alert-info{display:none}
.alert-info.animated{display:block}
.gsc-control-cse *{box-sizing:content-box}
.captionbtn{position:relative;z-index:999}
.box{background:#1f334c;color:#fff;font-size:14px;padding:50px;margin-top:10px}
.box-header{font-size:22px;font-family:"Playfair Display";text-transform:uppercase;font-weight:bold;margin-bottom:20px;line-height:1}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* -----------------------------------------

#Media Queries

-----------------------------------------*/ 
@media only screen and (min-width:992px) {

		#nav{display:block!important}
		.top-nav>ul{text-align:center}
		#footer .inner{display:block!important}
		.flyout,.navigation,.search-wrap{display:block!important}
	#nav .focused .toggle,#nav .focused .toggle2,#flyout .focused .toggle{display:inline-block;margin-left:8px}
  	#flyout .focused .toggle,#nav .focused .toggle2{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}

}
@media only screen and (max-width:1499px) {}

@media only screen and (max-width:1199px) {
 
		.right-col{padding:0 0 10px!important}
		.top-nav>ul>li{padding:0 10px}
		.top-nav>ul>li>a{font-size:13px}
		.weather,.font-size p,.translate-wrap p{font-size:12px;padding-right:6px;margin-right:0}
		.weather i{font-size:14px}
		.search-wrap{padding-left:0}
		.search{width:250px}

  
}

@media only screen and (max-width:991px) {

		.flyout{display:none}
		.logo{margin-bottom:13px;text-align:center;display:block}
		.logo img{width:140px}
		header{padding-bottom:0} 
		.search-toggle{display:block;float:right;cursor:pointer;width:100%;text-align:right;font-size:18px;margin:0;padding-top:2px}
		#menu-icon{display:block;cursor:pointer;width:100%;font-size:18px;margin:0;padding-top:2px}
		#slider{margin:0 0 10px}
		.translate-wrap,.font-size{display:none}
		.search{width:100%;float:none;background:#fff}
		.search-wrap{padding:20px;border-top:1px solid #ddd;display:none}
		.sticky-wrapper{height:auto!important}
		.navigation{display:none;position:static!important;border-bottom:10px solid #fff}
		.navigation .container{width:100%;padding:0}
		.top-nav ul li{display:block;width:auto;text-align:left;position:relative}
		.top-nav ul li a{padding:14px 40px 14px 30px;border-bottom:1px solid rgba(255,255,255,.07);font-size:14px}
		.top-nav ul ul li:last-child a{border-bottom:1px solid rgba(255,255,255,.07)}
		.top-nav ul ul li i{display:inline-block}
		.top-nav ul li a:active,.top-nav ul li a:focus{background:none}
		.top-nav ul li .toggle,.toggle2{display:block;position:absolute;right:0;top:0;width:60px;text-align:right;line-height:40px;padding-right:30px}
		.toggle2{line-height:30px}
		.top-nav ul li .down-arrow{display:none}
		.top-nav ul li:hover ul{display:none}
		.top-nav ul ul{position:static;background:none;padding:0;background:#132336;border-radius:0}
		.top-nav ul ul a{color:#fff;border-color:rgba(255,255,255,.07);width:auto;padding:14px 60px 14px 40px;font-weight:normal}
		.top-nav ul ul ul a{padding:14px 60px 14px 50px}
		.top-nav ul ul ul{background:#0d1a29}
		.explore{margin-bottom:10px!important}
		.owl-section{border:0}
		.page-header{margin-top:0}
		.news-section{padding-bottom:0;margin-bottom:0}
		.cal-section{margin-bottom:50px;overflow:hidden}
		.news-letter{margin-left:-10px;margin-right:-10px}
		#menu-icon-2{display:block;text-transform:uppercase;font-weight:700;font-size:14px;border-bottom:1px solid #fff;padding:0 0 20px}
		#menu-icon-2.active{border-bottom:1px solid #eee}
		#menu-icon-2 i{margin-right:7px}
		.aside{padding:0 0 30px}
		.entry{padding:0}
		.fullwidth .entry{padding-top:50px}

}

	/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:767px) {
  
		.alert{width:auto;right:15px;left:15px}
		.alert{font-size:12px}
		.alert h4{margin-bottom:10px}
		.alert .btn{font-size:10px}
		.btn{font-size:11px!important}
		.sub-header{font-size:12px}
		h2{font-size:6.5vw}
		footer .nav li{float:none;display:block}
		footer .nav li a{float:none}
		.copyright,.powered{display:block;padding:0}
		.copyright{margin-bottom:20px}
		.powered{margin-top:20px}
		.cap .sub-header{font-size:12px}
		.cap h1{margin-bottom:20px}
		.cap .btn{margin-bottom:10px}

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width:480px) and (max-width:767px) {}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width:479px) {

		.news-image{float:none;margin:0 0 30px;width:100%}
		.news-image img{width:100%}
		.news-content{margin:0}

}