abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
	background:transparent;
	border:0 none;
	font-size:100%;
	margin:0;
	padding:0;
	border:0;
	outline:0;
}
ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
table, table td {
	padding:0;
	border:none;
	border-collapse:collapse
}
img {
	vertical-align:top;
}
embed {
	vertical-align:top;
}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display:block
}
mark, rp, rt, ruby, summary, time {
	display:inline
}
input {
	outline: none;
}

/* Stylesheet: reset Modified On 2013-08-22 08:48:40 */
/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/


/* Table of Contents
==================================================
	#Base 960 Grid
	#Tablet (Portrait)
	#Mobile (Portrait)
	#Mobile (Landscape)
	#Clearing */


/**************Global Structure*****************/
.wrapper{overflow:hidden; position:relative;}
.extra-wrap{overflow:hidden; display:block;}


/* #Base 960 Grid
================================================== */

	.container_12{position: relative; width: 960px; margin: 0 auto; padding: 0;}
	.grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12	{float: left; display: inline; margin-left: 10px; margin-right: 10px;}

	/* Nested Column Classes */
	.container_12 .alpha		{margin-left: 0 !important;}
	.container_12 .omega		{margin-right: 0 !important; margin-bottom:0 !important}

	/* Base Grid */
	.container_12 .grid_1		{width: 60px; }
	.container_12 .grid_2		{width: 140px;}
	.container_12 .grid_3		{width: 220px;}
	.container_12 .grid_4		{width: 300px;}
	.container_12 .grid_5		{width: 380px;}
	.container_12 .grid_6		{width: 460px;}
	.container_12 .grid_7		{width: 540px;}
	.container_12 .grid_8		{width: 620px;}
	.container_12 .grid_9		{width: 700px;}
	.container_12 .grid_10		{width: 780px;}
	.container_12 .grid_11		{width: 860px;}
	.container_12 .grid_12		{width: 940px;}
	/* Prefix Extra Space >> 12 Columns */
	.container_12 .prefix_1 	{padding-left:80px;}
	.container_12 .prefix_2 	{padding-left:160px;}
	.container_12 .prefix_3 	{padding-left:240px;}
	.container_12 .prefix_4 	{padding-left:320px;}
	.container_12 .prefix_5 	{padding-left:400px;}
	.container_12 .prefix_6 	{padding-left:480px;}
	.container_12 .prefix_7 	{padding-left:560px;}
	.container_12 .prefix_8 	{padding-left:640px;}
	.container_12 .prefix_9 	{padding-left:720px;}
	.container_12 .prefix_10 	{padding-left:800px;}
	.container_12 .prefix_11 	{padding-left:880px;}
	/* Suffix Extra Space >> 12 Columns */
	.container_12 .suffix_1 	{padding-right:80px;}
	.container_12 .suffix_2 	{padding-right:160px;}
	.container_12 .suffix_3 	{padding-right:240px;}
	.container_12 .suffix_4 	{padding-right:320px;}
	.container_12 .suffix_5 	{padding-right:400px;}
	.container_12 .suffix_6 	{padding-right:480px;}
	.container_12 .suffix_7 	{padding-right:560px;}
	.container_12 .suffix_8 	{padding-right:640px;}
	.container_12 .suffix_9 	{padding-right:720px;}
	.container_12 .suffix_10 	{padding-right:800px;}
	.container_12 .suffix_11 	{padding-right:880px;}

	/*twin columns*/
	.dgrid_2{float:left; width:140px;}
	.dgrid_3{float:left; width:220px;}
	.dgrid_4{float:left; width:300px;}
		.dgrid_2:first-child, .dgrid_3:first-child, .dgrid_4:first-child{margin-right:20px;}
	/*triple columns*/
	.tgrid_2{float:left; width:140px; margin-right:20px;}
	.tgrid_3{float:left; width:220px; margin-right:20px;}
		.tgrid_2.last-col, .tgrid_3.last-col{margin-right:0px;}

/* #Tablet (Portrait)
================================================== */

	/* Note: Design for a width of 768px */
	@media only screen and (max-width: 995px) {
		.container_12				{width: 768px;}
		.container_12 .grid_1		{width: 44px;}
		.container_12 .grid_2		{width: 108px;}
		.container_12 .grid_3		{width: 172px;}
		.container_12 .grid_4		{width: 236px;}
		.container_12 .grid_5		{width: 300px;}
		.container_12 .grid_6		{width: 364px;}
		.container_12 .grid_7		{width: 428px;}
		.container_12 .grid_8		{width: 492px;}
		.container_12 .grid_9		{width: 556px;}
		.container_12 .grid_10		{width: 620px;}
		.container_12 .grid_11		{width: 684px;}
		.container_12 .grid_12		{width: 748px;}
		/* Prefix Extra Space >> 12 Columns */
		.container_12 .prefix_1 	{padding-left:64px;}
		.container_12 .prefix_2 	{padding-left:128px;}
		.container_12 .prefix_3 	{padding-left:192px;}
		.container_12 .prefix_4 	{padding-left:256px;}
		.container_12 .prefix_5 	{padding-left:320px;}
		.container_12 .prefix_6 	{padding-left:384px;}
		.container_12 .prefix_7 	{padding-left:448px;}
		.container_12 .prefix_8 	{padding-left:512px;}
		.container_12 .prefix_9 	{padding-left:576px;}
		.container_12 .prefix_10 	{padding-left:640px;}
		.container_12 .prefix_11 	{padding-left:768px;}
		/* Suffix Extra Space >> 12 Columns */
		.container_12 .suffix_1 	{padding-right:64px;}
		.container_12 .suffix_2 	{padding-right:128px;}
		.container_12 .suffix_3 	{padding-right:192px;}
		.container_12 .suffix_4 	{padding-right:256px;}
		.container_12 .suffix_5 	{padding-right:320px;}
		.container_12 .suffix_6 	{padding-right:384px;}
		.container_12 .suffix_7 	{padding-right:448px;}
		.container_12 .suffix_8 	{padding-right:512px;}
		.container_12 .suffix_9 	{padding-right:576px;}
		.container_12 .suffix_10 	{padding-right:640px;}
		.container_12 .suffix_11 	{padding-right:768px;}
		
		/*twin columns*/
		.dgrid_2{width:108px;}
		.dgrid_3{width:172px;}
		.dgrid_4{width:236px;}
		/*triple columns*/
		.tgrid_2{width:108px;}
		.tgrid_3{width:172px;}
		
		/*styles*/
		img{max-width:100%; height:auto;}
		.hide-tp{display:none !important;}
		.img-indent-none-tp{float:none !important; margin-right:0 !important; margin-bottom:20px !important;}
		.clear-tp{display:block; clear:both !important; padding-top:20px !important;}
		.extra-wrap-none-tp{overflow:visible !important;}
	}


/*  #Mobile (Landscape)
================================================== */

	/* Note: Design for a width of 480px */
	@media only screen and (max-width: 767px) {
		.container_12 {width: 420px;}
		.container_12 .grid_1,
		.container_12 .grid_2,
		.container_12 .grid_3,
		.container_12 .grid_4,
		.container_12 .grid_5,
		.container_12 .grid_6,
		.container_12 .grid_7,
		.container_12 .grid_8,
		.container_12 .grid_9,
		.container_12 .grid_10,
		.container_12 .grid_11,
		.container_12 .grid_12{width: 100%; margin-left: 0; margin-right:0;}
		
		.container_12 .grid_1,
		.container_12 .grid_2,
		.container_12 .grid_3,
		.container_12 .grid_4,
		.container_12 .grid_5,
		.container_12 .grid_6,
		.container_12 .grid_7,
		.container_12 .grid_8,
		.container_12 .grid_9,
		.container_12 .grid_10,
		.container_12 .grid_11{margin-bottom:0px;}
		
		/* Prefix Extra Space >> 12 Columns */
		.container_12 .prefix_1,
		.container_12 .prefix_2,
		.container_12 .prefix_3,
		.container_12 .prefix_4,
		.container_12 .prefix_5,
		.container_12 .prefix_6,
		.container_12 .prefix_7,
		.container_12 .prefix_8,
		.container_12 .prefix_9,
		.container_12 .prefix_10,
		.container_12 .prefix_11{padding-left:0;}

		/* Suffix Extra Space >> 12 Columns */
		.container_12 .suffix_1,
		.container_12 .suffix_2,
		.container_12 .suffix_3,
		.container_12 .suffix_4,
		.container_12 .suffix_5,
		.container_12 .suffix_6,
		.container_12 .suffix_7,
		.container_12 .suffix_8,
		.container_12 .suffix_9,
		.container_12 .suffix_10,
		.container_12 .suffix_11{padding-right:0;}
		
		/*twin columns*/
		.dgrid_2, .dgrid_3, .dgrid_4{width:200px;}
		/*triple columns*/
		.tgrid_2, .tgrid_3{width:126px;}
		
		/*styles*/
		.last-col{margin-bottom:0 !important;}
		.hide-ml{display:none !important;}
		.img-indent-none-ml{float:none !important; margin-right:0 !important; margin-bottom:20px !important;}
		.clear-ml{display:block; clear:both !important; padding-top:20px !important;}
		.extra-wrap-none-ml{overflow:visible !important;}
	}


/* #Mobile (Portrait)
================================================== */
	
	/* Note: Design for a width of 320px */
	@media only screen and (max-width: 479px) {
		.container_12{width:300px;}

		/*twin columns*/
		.dgrid_2{width:140px;}
		.dgrid_3, .dgrid_4{width:300px;}
			.dgrid_3:first-child, .dgrid_4:first-child{margin-right:0; margin-bottom:30px;}
		/*twin columns*/
		.tgrid_2{width:90px; margin-right:15px;}
		.tgrid_3{width:300px; margin-right:0; margin-bottom:30px;}
			.tgrid_3.last-col{margin-bottom:0;}
		
		/*styles*/
		.hide-mp{display:none !important;}
		.img-indent-none-mp{float:none !important; margin-right:0 !important; margin-bottom:20px !important;}
		.clear-mp{display:block; clear:both !important; padding-top:20px !important;}
		.extra-wrap-none-mp{overflow:visible !important;}
	}


/* #Clearing
================================================== */

	/* Self Clearing Goodness */
	.container_12:after {content: "\0020"; display: block; height: 0; clear: both; visibility: hidden;}

	/* Use clearfix class on parent to clear nested columns,
	or wrap each row of columns in a <div class="row"> */
	.clearfix:before,
	.clearfix:after,
	.row:before,
	.row:after {
		content: '\0020';
		display: block;
		overflow: hidden;
		visibility: hidden;
		width: 0;
		height: 0;}
	.row:after, .clearfix:after {clear: both;}

	/* You can also use a <br class="clear" /> to clear columns */
	.clear {
		clear: both;
		display: block;
		overflow: hidden;
		visibility: hidden;
		width: 0;
		height: 0;
	}
/* Stylesheet: skeleton Modified On 2013-08-22 08:48:29 */
 a[href^="tel:"] {
color: inherit;
text-decoration:none;
}
a {text-decoration: underline !important}

* {
	-webkit-text-size-adjust: none;
}
.wMensi{width: 100px}
.wVetsi{width: 184px}

body {
	font:14px/20px Arial, Helvetica, sans-serifl;
	color:#636363;
	min-width: 1004px;

	background: url(/images/tapeta-web2.gif) center 0 repeat #dd983b;
	background-attachment: fixed;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-size: 18px;
	line-height: 22px;
	padding-top: 2px; 
	margin-bottom: 31px;
	color: #1bb7f1;
}

h2.head1 {
	margin-bottom: 17px;
}

h2.dark {
	color: #424242;
	font-size: 18px;
	padding-top: 5px !important;
	padding-bottom: 12px !important;
	margin-bottom: 16px !important;
	line-height: 30px;	
}

h2.dark.mb0 {
	margin-bottom: 0 !important;	
}

.page1_block h2 {
	color: #424242;
	padding-top: 5px;
	margin-bottom: 11px;
}

.page1_block strong {
	color: #9c9c9c;	
}


h3 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 31px;
	color: #424242;
	margin-top: -2px;
}

h3>a {
	color: #424242;	
}

h3.head1 {
	margin-bottom: 2px;
	line-height: 30px;
}

p  {
	margin-bottom: 20px;
}

p.p1 {
	margin-bottom: 14px;
	padding-top: 2px;
}

p.p2 {
	margin-bottom: 17px;
}
	
address {
	font-style: normal;	
}



ul  {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list li {
	overflow: hidden;
	margin-bottom: 20px;
}

ul.list li .count {
	float: left;
	min-width:50px;
	font-size: 38px;
	line-height: 36px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	color: #424242;
}

ul.list {
	margin-bottom: 19px;
	padding-top: 17px;
}

/*links*/

a {
	text-decoration: none;	
	color: #636363;
 	outline: none;	
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #0c9dd3;	
}



a.btn  {
	display: inline-block;
	padding: 7px 13px 6px 14px;
	font-size: 11px;
	line-height: 15px;
	color: #fff;
	background: #39b9e9;
	border-radius: 13px;
	text-transform: uppercase;
	font-weight: bold;
}

a.btn:hover  {
	background: #dfdfdf;
	color: #636363;
}

a.link1 {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #424242;
	font-size: 14px;
	line-height: 30px;	
}

a.link1:hover {
	color: #0c9dd3;	
}

a.link2 {
	font-weight: bold;	
}

.breadcrumbs {font-size: 0.65em; margin-bottom: 15px}
/*preclass*/

.mb0 {
	margin-bottom: 0px !important;	
}

.m0 {
	margin: 0 !important;	
}

.mb1 {
	margin-bottom: 43px;	
}

.pad0 {
	padding: 0 !important;
}

.pad1 {
	padding-left: 41px;	
}

.pad2 {
	padding-right: 30px;	
}

.pad3{
	padding-right: 48px;	
}


.nowrap {
	white-space: nowrap;	
}

.img_inner {
	margin-top: -5px;
}

.fleft {
	float: left;
	margin-right: 15px;	
}

.fl1 {
	margin-right: 25px;	
}

.fright {
	float: right;
	margin-left: 16px;	
}

.fright1 {
	float: right !important;
}

.alright {
	text-align: right;
}

.center {
	text-align: center;	
}

.wrapper {
	overflow: hidden;	
}

.clear {
	float: none !important;
	clear: both;	
}

.ver_separator {
	background: url(/images/ver_separator.png) 658px 0 repeat-y;	
}

.ver_separator.pos1 {
	background-position: 502px 0;	
}

.ver_separator.pos2 {
	background-position: 340px 0;	
}

.ver_separator.pos3 {
	background-position: 421px 0;	
}

.text1 {
	color: #0c9dd3;	
}

.text1 a {
	color: #0c9dd3;
}

.text1 a:hover {
	color: #636363;
}

.small {
	font-size: 11px !important;	
}

.border {
	border-bottom: 1px solid #e6e6e6;
	padding-top: 23px;
	margin-bottom: 20px;	
}

.border.b1 {
	padding-top: 20px;	
}

.border.b2 {
	padding-top: 34px;	
}
.border.b3 {
	padding-top: 5px !important;	
}
/*header*/

.main {
	width: 1004px;
	margin: 20px auto 0;	
	background: #fff;
	box-shadow: #714e20 0px 10px 10px;
}

header {

}

.header_top {
	background: #f6f5f5;
	font-size: 11px;
	color: #989797;
	padding: 9px 0 11px;
	text-align: right;	
}

.header_top a {
	color: #989797;
}

.header_top a:hover {
	color: #0c9dd3;
}

.header_bot {
	padding-top: 15px;	
	background: url(/images/header_bot_bg.png) 0 bottom repeat-x;
}

header h1 {
	float: left;	
	width: 236px;
	height: 36px;	
}

header h1  a {
	display: block;
	background: url(/images/logoIZZS.png) 0 0 no-repeat;
	overflow: hidden;
	text-indent: 99999px;
	width: 236px;
	height: 85px;	
	
}

.socials {
	font-size: 12px;	
	line-height: 50px;
	margin-top: -14px;
}

.fb, .tw, .rss, .yt {
	display: inline-block;
	padding-left: 49px;
	margin-right: 16px;
	background: url(/images/socials.png) 0 9px no-repeat;	
}

.rss {
	background-position: 0 -41px;	
}

.tw {
	background-position: 0 -91px;	
}

.fb {
	background-position: 0 -141px;	
}

/*Content*/
.content {
	padding-top: 32px;
	padding-bottom: 30px;
}

.content.other_p {
	padding-bottom: 35px;	
}

.grad_bg {
	background: url(/images/caro_bg.png) 0 bottom repeat-x;
	margin: 0 -28px 0 -32px;
	padding: 0 32px;
}

.block1 {
	margin-bottom: 58px;
	margin-top: -1px;	
}

.block1+.block1 {
	padding-bottom: 10px;	
}

.block1 h2 {
	margin-bottom: 7px;
	color: #424242;
	line-height: 30px;
}

.block1 p {
	margin-bottom: 15px;	
}

.content.other_p strong{
	font-size: 13px;	
}

.content.other_p h2 {
	margin-bottom: 29px;
	line-height: 20px;
	padding-top: 3px;
}

.content.other_p h2.head1 {
	margin-bottom: 27px;	
}

.content.other_p h2.head2 {
	margin-bottom: 35px !important;
}

.content.other_p h2.head3 {
	margin-bottom: 31px !important;
}

.content.other_p h2.head4 {
	margin-bottom: 19px !important;
}


.content.other_p h3 {
	padding-bottom: 1px;	
}

.content.other_p .fleft {
	margin-right: 26px;
	margin-bottom: 11px !important;	
}


.content.other_p .fleft.fl1{
	margin-right: 16px ;
	margin-top: -8px !important;
	margin-bottom: 46px !important;	
}

.content.other_p .fleft.fl1.mb1 {
	margin-bottom: 5px !important;	
}
.content.other_p .img_inner {
	margin-bottom: 14px;
	margin-top: -4px;	
}

.content.other_p .border {
	padding-top: 13px;	
}


.content.other_p .border.b1 {
	padding-top: 29px;	
}

.content.other_p .border.b2 {
	padding-top: 39px;	
}

.content.other_p .border.b3 {
	padding-top: 27px;	
}

.content.other_p  a.btn {
	margin-top: 15px;	
	background: #dfdfdf;
	color: #636363;
}


.content.other_p  a.btn:hover {
	color: #fff;
	background: #39b9e9;	
}

.blogpost {
	padding-top: 3px;	
}

.blogpost p {
	margin-bottom: 18px;	
}

.blogpost img.img_inner {
	float: left;
	margin-right: 25px;	
	margin-bottom: 40px !important;
	margin-top: -5px !important;
}

.blogpost img.img_inner.mb1 {
	margin-bottom: 5px !important;	
}

.event {
	margin-left: -12px;
	padding-top: 2px;	
	margin-bottom: 44px;
}

.event img {
	float: left;	
}

.event strong {
	padding-top: 2px;
	display: inline-block;
	margin-bottom: 11px;	
}


.lh1 {
	line-height: 20px !important;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 4px;
}

.lh1 a {
	line-height: 20px !important;	
}

/*Twitter*/

.twitter {
	border-top: 1px solid #eaeaea;	
	margin-top: 18px;
	padding-top: 20px;
}

.tweet_list .tweet_time a{
	font-size: 11px !important;	
	font-family: Arial, Helvetica, sans-serif;
	color: #9c9c9c;
	font-style: normal;
	text-transform: none;
}

.tweet_join {
	display: block;	
}

.tweet_list {
	font: bold italic 14px/20px 'Lato', sans-serif;	
	color: #424242;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.tweet_list li {
	margin-bottom: 24px;	
}

.tweet_list a {
	color: #0c9dd3;
}

.tweet_list a:hover {
	color: #424242;
}
/*Search*/

#search {
	background: url(/images/search_bg.png) 0 0 repeat #f1f1f1;
	overflow: hidden;
	border-radius: 100px;
	float: right;
}

#search input {
	font-size: 14px;
	height: 18px;
	border: none;
	padding: 7px 10px;
	background: none;
	float: right;
	width: 129px;
	color: #626262;
	font-family: Arial, Helvetica, sans-serif; 
}

#search a {
	float: left;	
	display: block;
	background: url(/images/search_icon.png) 0 6px no-repeat;
	width: 35px;
	height: 31px;
	cursor: pointer;
}

#search a:hover {
	opacity: 0.5;	
}


/****Map***/

.map figure {	
	width: 373px;
	height: auto;
	margin-bottom: 24px;
	line-height: 0;
	margin-top: -2px;
}

.map figure iframe {
	width: 100%;
	height: 224px;
}

.map address {
	margin-bottom: 1px;	
}

address dd {
	margin-top: -1px;
	margin-bottom: 1px;	
}

.map p {
	margin-bottom: 10px;	
}

address dd span {
	min-width: 100px;
	display: inline-block;	
}

.address {
	padding: 15px 0 8px;	
}

/************Footer***********/

footer {
	padding: 32px 0 48px;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	color: #a6a5a5;
	display: block;
	background: url(/images/footer_bg.png) 0 0 repeat-x;
}

footer a {
	color: #a6a5a5;	
}

footer a:hover {
	color: #0c9dd3;	
}
footer ul {display: block; float: right }
footer ul li {display: inline; padding: 0 0 0 15px;}

/**to top**/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:50px;
	left: 50%;
	margin-left: 550px;
	overflow:hidden;
	width:40px;
	height:40px;
	border:none;
	text-indent:-999px;
	z-index:20;
	background:url(/images/totop.png) no-repeat left top;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
#toTop:hover {
	outline:none;
	background-position: 0 bottom;
}




/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 995px) {
 body {
min-width:768px;
}

.grad_bg {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	background: none;
}

.ver_separator {
	background: none;
}

.main{
	width: auto;
}

.nowrap {
	white-space: normal;
}

.camera_wrap {
	height: 359px !important;
}


 .map figure, .map figure iframe, #form input, #form textarea, #form .success {
 width: 100% !important;
}

 #form .success {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}


.map address {
	float: left;
	margin-right: 70px;	
}

.camera_wrap .camera_pag .camera_pag_ul li, .camera_wrap .camera_pag .camera_pag_ul li span {
	width: 20px !important;
	height: 20px !important;
}
.pad1, .pad2, .pad3  {
	padding: 0;
}

label.inp1 {
	width: 100%;
}

label.date {
	width: 43%;
	margin-bottom: 10px;
}

label.sel {
	width: 43% !important;
}

.jqTransformSelectWrapper {
 width: 100% !important;
}
label.check {
	width: 	188px;
}
}
 @media only screen and (max-width: 767px) {
 body {
min-width:420px;
}

.content img.img_inner.fl1, .content.other_p .fleft.fl1.mb1, .content.other_p .fleft.fl1, .blogpost img.img_inner {
	margin-top: 20px !important;
	margin-bottom: 20px !important;

}


#search {
	 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
 width: 100%;
 height: 32px;
 margin: 20px 0;
 position: relative;
}

#search input{
	width: 100%;
	 height: 32px;
	 padding-left: 40px;
	 padding-right: 40px;
	 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}

#search a {
	position: absolute; left: 0;
	top: 0;
}

.fleft {
	margin-right: 0 !important;
	float:  none !important;
}

.blogpost .img_inner{
	float: none !important;
	margin-right: 0;
}

.map address {
	float: left;
	margin-right: 30px;	
}

.img_inner {
 width: 100%;
}

header h1 {
	float: none;	
}
h1 a {
	margin: 0 auto;
}

.map figure iframe {
	width: 100%;
	height: 300px;
}

.img_inner.fleft {
	float:  none;
	margin-right: 0 !important;
}

.camera_wrap {
	height: 304px !important;
}

.content h2 {
	margin-top: 25px;
}
}
 @media only screen and (max-width: 479px) {

 body {
min-width:300px;
}

footer {
	text-align: left;
}

footer a {
	display: block;
}
 
 .map figure iframe {
	width: 100%;
	height: 150px;
}

.menu_block {
		float: none !important;
		margin: 0 15px !important;	
		
	}
	
	.camera_wrap {
		height: 204px !important;
		 	
	}


 }
/* Stylesheet: style Modified On 2015-06-24 15:45:14 */
/* menu */

header nav {
	margin-top: 33px;
	background: url(/images/nav_bg.png) 0 0 repeat-x #1a87c6;	
	border-radius: 6px 6px 0 0 ;	
	position: relative;
}

.sf-menu {
	display:block;
	

}
.sf-menu ul {
	position:absolute;
	top:-999px;
	display:none;
}
.sf-menu li {
	position:relative;
	display: block;

}

.sf-menu>li>a>span {
	position: absolute;
	content: '';
	left: 50%;
	margin-left: -2px;
	width: 5px;
	background: url(/images/arrows.png) no-repeat 0 bottom;
	height: 3px;
	top: 40px;	
}


.sf-menu>li>ul>li>a>span {
	position: absolute;
	content: '';
	right: 12px;
	width: 3px;
	background: url(/images/arrows.png) no-repeat right 0;
	height: 5px;
	top: 12px;	
}

.sf-menu>li>ul>li>a:hover>span, .sf-menu>li>ul>li.current>a>span , .sf-menu>li>ul>li.sfHover>a>span  {
	background-position: -5px 0;
}
	


.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	z-index:99
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:-999px;
	display:none;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:100%;
	top:0;
}

ul.sf-menu>li {
	position:relative;
	text-align:left;
	display:block;
	position: relative;
	float: left;
	line-height: 15px;
	margin-left: 0px;
	background: url(/images/menu_separator.png) right 0 repeat-y;
}

ul.sf-menu>li.last a, ul.sf-menu>li.last{
	background: none;
	border-radius: 0px 6px 0 0 ;	
}


ul.sf-menu>li>a {
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-size:18px;
	line-height:20px;
	color:#fff;
	overflow: hidden;
	font-weight: bold;
	display: block;
	position: relative;
	text-transform: uppercase;
	padding: 16px 15px 17px ;
	text-align: center;
}


ul.sf-menu>li:first-child>a  {
	padding: 16px 15px 17px ;	
	border-radius: 6px 0px 0 0 ;	
}

ul.sf-menu>li>a:hover, ul.sf-menu>li.current>a, ul.sf-menu>li.sfHover>a {
	background: url(/images/menu_hover.png) 0 0 repeat-x #34b6ff;
}

.sf-menu>li>ul {
	width:139px;
	top: 53px;
	background: #1a87c6;
	padding: 20px 0px 19px;
	
}

.sf-menu>li>ul>li {
	display:block;
	text-align: left;
	position: relative;
	float: none;
	line-height: 12px;
	padding: 7px 20px 8px;
}



.sf-menu>li>ul>li>a {
	font-size: 12px;
	color: #fff;
	line-height: 15px;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Lato', sans-serif;
}



.sf-menu>li>ul>li>a:hover, .sf-menu>li>ul>li.sfHover>a {
	color:#424242;
}
.sf-menu>li>ul>li>ul>li>a:hover, .sf-menu>li>ul>li>ul>li.sfHover>a {
	color:#424242;
}
.sf-menu>li li>ul {
	width:121px;
	left:139px !important;
	top: 10px !important;
	background: #0c76b3;
	padding: 20px 0px 19px;
	
}
.sf-menu>li li>ul>li {
	display:block;
	text-align: left;
	position: relative;
	float: none;
	line-height: 12px;
	padding: 7px 20px 8px;

}

.sf-menu>li li>ul>li>a {
	font-size: 12px;
	color: #fff;
	line-height: 15px;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Lato', sans-serif;
}

.sf-menu>li li>ul>li>a:hover {
	color:#ed4d2e;
}



/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 995px) {
	.sf-menu>li{
		 margin-left: 20px;
		 
	}

	.sf-menu>li>a {
		font-size: 12px !important;
	}

	.sf-menu>li:after {
		display: none;
	}
	
	header nav {
		padding-top: 0px !important;	

	}
}
@media only screen and (max-width: 767px) {
	.menu_block {
		float: none !important;
		margin: 0 21px !important;	
		
	}
  header nav{
		float:none;
		font:12px/15px Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		color:#4D4D4C;
		background: none;
		padding-bottom: 10px;
		width: 100%;
		margin: 0 auto;
		
	
	}
		nav:before{
			content:'Menu:';
			display:block;
			margin-bottom:5px;
			color: #4D4D4C;
			
		}
	.sf-menu{display:none !important;
		float: none;}
	nav select{
		font:12px/15px Arial, Helvetica, sans-serif;
		color:#4D4D4C;
		width:100%;
		margin: 0 auto;
		float: none;
    outline: none;
		border:2px solid #424242;
	}
	
	.search_block {
		padding-bottom: 10px !important;	
	}
}

/* Stylesheet: superfish Modified On 2013-08-22 08:47:34 */
