´/***************************************************************
* Reset *
****************************************************************/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, em, font, img,blockquote, dl, dt, dd, ol, ul, li, fieldset,form, label, legend, caption, tbody, tfoot, thead {
	margin: 0; padding: 0; 	border: 0; outline: 0; font-size: 100%;	vertical-align: baseline; background: transparent; font-family: inherit; font-weight: inherit; font-style: inherit; letter-spacing: 0;}

* { noFocusLine: expression(this.hideFocus=true); vertical-align: baseline;	font-weight: inherit; font-family: inherit;	font-style: inherit; font-size: 100%; border: 0 none; outline: 0; padding: 0; margin: 0; }
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section,summary { display: block; }

audio,canvas,progress,video { display: inline-block; vertical-align: baseline; *zoom: 1; }
audio:not([controls]) { display: none; height: 0; }
figure { margin: 0; padding: 0; }
figure figcaption { text-align: center; }
svg:not(:root) { overflow: hidden; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q {	quotes: "" ""; }
address { font-style:normal; }
font { color: inherit !important; font: inherit !important; color: inherit !important; }
marquee { overflow: inherit !important; -moz-binding: none; }
blink { text-decoration: none; }
nobr { white-space: normal; }
abbr,acronym { border-bottom: 1px dotted #ccc;  }
sub,sup { font-size: smaller; line-height: 0; position: relative; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
small { font-size: smaller; }
del {text-decoration: line-through;}
iframe, object, embed, video{ max-width:100%; }
nav ul { margin: 0; padding: 0; }
nav ul li { display: inline; list-style: none; }
aside nav ul li { display: block; }
h1,h2,h3,h4,h5,h6 { text-rendering: optimizeLegibility; }

p { -moz-osx-font-smoothing: grayscale; word-break: normal;  }

@media print {    
    * { background: transparent !important; color: #000 !important; box-shadow: none !important;  text-shadow: none !important; } 
    a, a:visited { text-decoration: underline; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; }
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
}

/***************************************************************
* Global Styles *
****************************************************************/

html { height:100%; font-size:100%; -webkit-font-smoothing: antialiased; -ms-text-size-adjust: 100%;  -webkit-text-size-adjust: 100%; }

body { height: 100%; font: 13px/1.76em Arial, Verdana, Helvetica, sans-serif; font-weight:normal; margin:0; padding:0; webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; -moz-osx-font-smoothing: grayscale; } 

/* Align */
.left,.float_left,.float-left {float:left;}
.right,.float_right, .float-right {float:right; }
.center, .text-center,.align_center,.alignCenter { text-align: center !important;}
.justify,.text-justify { text-align: justify !important; }
.text-left,.align_left,.alignLeft    { text-align: left !important; }
.text-right,.align_right,.alignRight   { text-align: right !important; }    

/*Clear*/
.clear,.clearfix,.clearall { clear:both;}
.clear:before,.clear:after,.clearfix:before,.clearfix:after { content: " "; display: table; } 
.clear:after,.clearfix:after { clear: both; } 
.clearfix { *zoom: 1; }

/* Text style */
.bold,b,strong { font-weight:bold}
.italic,dfn,em,var { font-style:italic}
.underline { text-decoration:underline;}
.break { -ms-word-break: break-all; word-break: break-all; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto;  hyphens: auto; }


/* Border */
.border { border:1px solid rgba(0,0,0,.1); }
.noborder { border:none}
.light-rounded { border-radius: 3px; }
.heavy-rounded { border-radius: 8px; }
.full-rounded { border-radius: 50%; }
.antialiased { -webkit-font-smoothing: antialiased; }

/* Link */
a { text-decoration: none; transition: all 0.3s ease-out;  max-width:100%; }
.inline-link,.inline_link, .inlineLink { display: inline-block; margin: 0 0.2em; padding: 3px; background: #97CAF2; border-radius: 2px; transition: all 0.3s ease-out; text-decoration: none; font-weight: bold; color: white; }
.skin_color a,.skin_color1 a,.skin_color2 a { text-decoration: none; }

/*List style */
ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; margin-left: 7px; }
ol { list-style: decimal ; margin-left: 20px; }
ol, ul.square, ul.circle, ul.disc { }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside none; }
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; }

dl { margin-bottom: 20px; } 
dt { float: left; clear: left; width: 100px; text-align: left; font-weight: bold; } 
dt:after { content: ""; } 
dd { margin: 0 0 0 110px; padding: 0 0 0.1em 0; }

/* Image */
img,img a,a img, :link img, :visited img { max-width:100%; /*width:auto;*/ height:auto;  display: inline-block; vertical-align: middle; image-rendering: optimizeQuality;   }
.image_left,.alignleft { float:left; margin:5px 20px 10px 0; }
.image_right,.alignright { float:right; margin:5px 0 20px 20px; }	
.image_border { border:1px solid #ececec; padding:4px; border-radius: 3px; }

/* Table */
table { border-collapse: collapse; border-spacing: 0; width: 100%; padding: 0;	margin: 0 0 20px 0; }
table tr:nth-child(even) { background: rgba(0,0,0,0.05); }
td, td img { vertical-align:top; } 
table caption { padding: 0 0 20px 0; width: auto; font-size: 18px; font-weight: bold;  }

th { font-weight:bold;  text-align: left; padding: 5px 10px; border-style: solid; border-width: 1px; border-left:none;
	border-top:none; border-color:#e1e1e1;}
tr th:first-child, tr td:first-child{ border-left-style: solid; border-left-width: 1px; }
tr:first-child th, tr:first-child td{ border-top-style: solid; border-top-width: 1px; }
td { font-size: 13px; padding: 5px 10px; border-style: solid; border-width: 1px; border-left:none; border-top:none; border-color:#e1e1e1; }

/* Quote */
q:before { content: "\201c"; }
q:after { content: "\201d"; }
q q:before { content: "\2018"; }
q q:after {	content: "\2019"; }

/* Blockquote */
blockquote { display: block; color:#919191; font-size: 15px; font-weight:600; line-height: 26px; text-align: left; margin:20px 0; position: relative; padding:0 0 0 20px; }
blockquote i { color:#e1e1e1; font-size: 30px; position: absolute; margin:0 0 0 -42px; }

/* Transitions */
.smooth { -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear; transition: all .3s linear; }
.footer_social_media ul li,.post_social_media ul li,.swm_custom_two_third .swm_blog_post .post_sm_wrap,
.swm_pp_prev .swm_pp_link_text,.swm_pp_prev .swm_pp_link_title,.swm_post_meta ul li,
.swm_header_slider .swm_hs_slide .swm_hs_top,.swm_post_grid_meta ul li,.swm_post_grid_meta ul li a

{	
	-moz-transition-duration: 0.3s; 
	-webkit-transition-duration: 0.3s; 
	-o-transition-duration: 0.3s; 
	transition-duration: 0.3s;	
	-moz-transition-property: 	all;
	-webkit-transition-property:all;
	-o-transition-property: 	all;
	transition-property: 		all; 
}

pre { 
	clear:both; width:100%; border:1px solid #e1e1e1; overflow:auto; padding:2em; line-height: 2em; font-size: 12px;
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
	background-image: -moz-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
	background-image: -ms-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
	background-image: -o-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
	background-image: linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
	-webkit-background-size: 100% 4em ; -moz-background-size: 100% 4em ; background-size: 100% 4em;
	font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
	-webkit-transition: all ease-in-out 0.5s; -moz-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s; transition: all ease-in-out 0.5s;
	margin-bottom: 20px; position: relative; left:0; text-transform: none;
}

code,kbd,samp {
font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
}

hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }

/* Isotope */
.isotope,.isotope .isotope-item {  -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s; }
.isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; }
.isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity,border-color, box-shadow; -moz-transition-property: -moz-transform, opacity,border-color, box-shadow; -o-transition-property: top, left, opacity,border-color, box-shadow;	transition-property: transform, opacity,border-color, box-shadow; }
.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; }
.isotope.infinite-scrolling { -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; }
.isotope-item { z-index: 2; }
.isotope-hidden.isotope-item { pointer-events: none; z-index: 1; }

.swm_blog_grid.isotope-item,.swm_blog_grid .isotope { -moz-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s;	}

p { margin: 0 0 0.85em 0; word-wrap: break-word;}
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 { margin-top:1.5em; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin-bottom: 20px; line-height: 1.5em; }

h1 { font-size: 34px; }
h2 { font-size: 28px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; margin-bottom: 20px; } 
h5 { font-size: 16px; margin-bottom: 15px; }						
h6 { font-size: 14px; margin-bottom: 15px; }

/*Hide google map direction box on left top side*/

.gm-style .place-card-large { display:none; left:-2000px; }

/*tooltip*/
.tipsy { padding: 5px; font-size: 11px; background-repeat: no-repeat; background-image: url(../images/tipsy.gif); }
.tipsy-inner { padding: 3px 10px 4px 10px; background-color: black; color: white; max-width: 200px; text-align: center; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius: 5px;}
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }	

/*Prettyphoto lightbox*/
.pp_social{ display: none; }

/***************************************************************
* Form Elements *
****************************************************************/

label, input[type=button], input[type=submit], input[type=file], button {cursor: pointer;}
button,input,optgroup,select,textarea { margin: 0; webkit-font-smoothing: antialiased;  }
button { overflow: visible; width: auto; overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"],input[type="submit"] {  -webkit-appearance: button; cursor: pointer; }
button[disabled],html input[disabled] { cursor: default; }
button::-moz-focus-inner,input::-moz-focus-inner { border: 0; padding: 0; }

input,textarea { font: 12px/20px; font:inherit; resize:none; }
input { line-height: normal; }
input[type="checkbox"],input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button { height: auto; }
legend { border: 0; padding: 0; }
textarea { height: auto; min-height: 100px; width: 100%; max-width: 100%; -webkit-appearance: none; }
input:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px white inset; }
:focus { outline: 0; }

form { margin-bottom: 20px; }
fieldset { margin-bottom: 20px; }
.input-text, input[type="text"], input[type="input"], input[type="password"], input[type="email"], input[type="number"],    input[type="url"], input[type="tel"],
input[type="search"], textarea, select { -webkit-appearance: none; box-sizing: border-box;border: 1px solid #e1e1e1;outline: none;	border-radius: 0;color: #777;padding: 7px;		margin: 0 0 20px 0; width: 200px;max-width: 100%;background: #fff; border-radius: 3px; }

input[type="text"]:focus, input[type="password"]:focus,	input[type="email"]:focus, input[type="number"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="search"]:focus, textarea:focus { box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2); color: #555;	}

textarea { min-height: 80px; line-height:1.5em; width:100%; }
label{ display: block; font-weight: bold; font-size: 12px;  }
legend { display: block; font-weight: normal; font-size: 15px;  }
input[type="checkbox"] { display: inline; }
label span, legend span { font-weight: normal; font-size: 13px; color: #444; }
select { background:#fff url(../images/select.png) no-repeat center right;  }
.select option { padding: 0; margin: 0; }

/*Contact Form 7*/
div.wpcf7 { margin:20px 0 30px 0; }
div.wpcf7 input { width:100%; }
div.wpcf7 input[type="submit"] { width:auto; }

/*Flex slider*/

/* FlexSlider Default Styles */
.flex-container a:active, .flexslider a:active,.flex-container a:focus,.flexslider a:focus  { outline: none;}
.slides, .flex-control-nav,.flex-direction-nav { margin: 0; padding: 0; list-style: none;}
.flexslider .slides { zoom: 1;}
.flexslider { cursor: pointer; margin: 0; padding: 0; position: relative; font-size:0; 	width:100%; } 
.flexslider .slides > li { display: none; padding:0; margin:0; background:none; list-style:none; -webkit-backface-visibility: hidden; font-size:0; line-height: 0;width:100%; overflow: hidden; }
.flexslider .slides > li > a { padding:0; margin:0; font-size:0;}
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span { text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; 	height: 0; } 
html[xmlns] .slides { display: block; } 
* html .slides { height: 1%; }
.no-js .slides > li:first-child { display: block; }
.flex-direction-nav { *height: 0; }

/* Direction Nav */
.flex-direction-nav a { display: block; position: absolute; z-index: 10; cursor: pointer;  transition: opacity .25s ease-in-out;   -moz-transition: opacity .25s ease-in-out;   -webkit-transition: opacity .25s ease-in-out;  font-size: 14px; text-decoration: none; }
ul.flex-direction-nav {  padding:0; margin:0;}	
ul.flex-direction-nav li { background:none; padding:0; margin:0; list-style: none; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom:0px; text-align: center;}
.flex-control-nav li {margin: 0 5px; display: inline-block; zoom: 1; *display: inline; background:none; }
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 100px; -moz-border-radius: 100px; -o-border-radius: 100px; border-radius: 100px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

/* Custom Styles */
.swm_slider_box .flexslider .flex-control-nav li img { opacity:1;  }

/* bullets navigation */
#content .swm_slider_box .flexslider ul{  }
.swm_slider_box { display:block;   }
.swm_slider_box .flexslider { cursor: auto; height:100%;}
.swm_slider_box .flex-control-nav { text-align: right; font-size: 0; right:0; margin:0 12px 12px 0; z-index: 100; }
.swm_slider_box .flexslider .flex-control-nav li { margin:0 5px;   }
.swm_slider_box .flexslider .flex-control-nav li a { width:10px; height:10px; }

/* arrow navigation */
.swm_slider_box .flex-direction-nav a { display:inline-block; margin:-20px 0 0 0; width:40px; height:40px; line-height: 40px; opacity:0; top:50%; bottom:auto; z-index:100; text-align:center; text-indent: 0; color:#fff  }
.swm_slider_box:hover .flex-direction-nav a { opacity: 1; }
.swm_slider_box .flex-direction-nav a i[class^="icon-"]:before { margin: 0; text-shadow: 0 1px 0 rgba(0,0,0,0.2);  font-size: 24px; opacity: 0.7; line-height: 40px; }

.swm_slider_box .flex-direction-nav a.flex-next i { margin-left:2px; }
.swm_slider_box .flex-direction-nav a.flex-prev i { margin-left:-2px; }

.swm_slider_box .flex-direction-nav .flex-next{ right:0; background-color:rgba(0, 0, 0, 0.5); border-radius: 3px 0 0 3px; }
.swm_slider_box .flex-direction-nav .flex-prev { left:0; background-color:rgba(0, 0, 0, 0.5); border-radius: 0 3px 3px 0; }

.swm_slider_box .flex-direction-nav .flex-next:hover,.swm_slider_box .flex-direction-nav .flex-prev:hover { background-color:rgba(0, 0, 0, 0.8); }
.swm_slider_box .flex-direction-nav:hover a i[class^="icon-"]:before { opacity: 1; }
.swm_pp_prev:hover .swm_pp_link_title,.swm_pp_next:hover .swm_pp_link_title { color:#000;}


/* Owl Carousel Plugin */ /* * 	Core Owl Carousel CSS File *	v1.3.3 */ 

/* clearfix */ 
.owl-carousel .owl-wrapper:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

/* display none until init */ 
.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-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); }

/* mouse grab icon */ 
.grabbing {cursor:url(grabbing.png) 8 8, move; }

/* fix */ 
.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 Carousel Owl Demo Theme *	v1.3.3 */ 
.owl-theme .owl-controls{margin-top: 10px; text-align: center; }
/* Styling Next and Prev buttons */ 
.owl-theme .owl-controls .owl-buttons div{color: #FFF; display: inline-block; zoom: 1; *display: inline;/*IE7 life-saver */ margin: 5px; padding: 3px 10px; font-size: 12px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; background: #869791; filter: Alpha(Opacity=50); opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */ /* Use it for non-touch hover action */ 
.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter: Alpha(Opacity=100);/*IE7 fix*/ opacity: 1; text-decoration: none; }

/* Styling Pagination*/ 
.owl-theme .owl-controls .owl-page{display: inline-block; zoom: 1; *display: inline;/*IE7 life-saver */ }
.owl-theme .owl-controls .owl-page span{display: block; width: 12px; height: 12px; margin: 5px 7px; filter: Alpha(Opacity=50);opacity: 0.5; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background: #869791; }
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{filter: Alpha(Opacity=100);/*IE7 fix*/ opacity: 1; }

/* If PaginationNumbers is true */ 
.owl-theme .owl-controls .owl-page span.owl-numbers{height: auto; width: auto; color: #FFF; padding: 2px 10px; font-size: 12px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }

/* preloading images */ 
.owl-item.loading{min-height: 150px; background: url(AjaxLoader.gif) no-repeat center center }
