/**/
@import "/themes/freedom15/css/reset.css";
@import "/themes/freedom15/css/skeleton.css";
@import "/themes/freedom15/css/superfish.css";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,800,700);



html {
	width: 100%;
}

 a[href^="tel:"] {
color: inherit;
text-decoration:none;
}

* {
	-webkit-text-size-adjust: none;
}
.button {
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: #ffde00;
  color: black; 
  border: 2px solid #000;
}

.button1:hover {
  background-color: #000;
  color: white;
}


body {
	font: 13px/18px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*color:#a4a4a4;*/
	color: #666;
	position:relative;
	min-width:960px;
	height: 100%;
	min-height: 100%;
	background: url(/themes/freedom15/images/design/bg_body.png) 0 0 repeat #23211e;

}


html, body {
	height:100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	color: #333333;
}
h3 {font-size: .87em;}

h4 {
	color: #FFDF00;
	text-shadow: 1px 1px #000;	
	font-size: 21px;
	line-height: 46px;
	padding-top: 47px;
	letter-spacing: 2px;
	margin-bottom: 11px;
}

h4.head1 {
	padding-top: 33px;
}

p {
	margin-bottom: 18px;
	font-weight: 800;
	color: #333333;
}

p.p1 {
	margin-bottom: 15px;
}

p.p2 {
	margin-bottom: 9px;
}

img {
	max-width: 100%;
}

address {
	font-style: normal;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.bulleted {
	list-style: disc;
}

ul.list {
	padding-top: 63px;
}

ul.list  li:first-child {
	margin-top: 0px;
}

ul.list  li {
	margin-top: 5px;
	font: 800 14px/26px 'Open Sans', sans-serif;
	text-transform: uppercase;
	
}

ul.list  li a {
	border-radius: 6px;
	display: block;
	white-space: nowrap;
	color: #fff;
	background: #33373d;
	padding: 15px 10px 14px 18px;
border: 1px dashed #f00;
}

ul.list  li a:hover {
	background: #FFDF00;
}

/*links*/

a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #000000;
}

a.link-1 {
	/*color: #FFDF00;*/
	color: #FFDF00;
	font-weight: bold;
}

a.link-1:hover {
	color: #a4a4a4;
}

a.link1 {
	color: #FFDF00;
	font: bolder 11px/26px 'Open Sans', sans-serif;
	text-decoration: underline;
	text-transform: uppercase;
	margin-top: 6px;
	display: inline-block;
	letter-spacing: 1px;
}

a.link1:hover {
	color: #a4a4a4;
}

.content.page1 a.link1 {
	color: #363636;
}

.content.page1 a.link1:hover {
	color: #FFDF00;
}
/*preclass*/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}

.ind1 {
	margin-top: 11px;
}

.pad0 {
	padding: 0 !important;
}


.pad1 {
	padding-right: 40px;
}

.pad2 {
	padding-right: 20px;
}

.pt0 {
	padding-top: 0;
}

.page1 .img_inner {
	border-left: 1px solid #fff;
	border-top: 2px solid #fff;	
}

.img_inner {
	max-width: 100%;
	border-radius: 5px;
	margin-top: 5px;
	 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}

.fleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 0;
}

.fright {
	float: right !important;	
}

.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
	text-align: center;
}
.clear {
	float: none !important;
	clear: both;
}

.text1 {
	font: 800 30px/36px 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #33373d;
}


img.left {
    float: left;
    /*max-width: 50%;*/
    margin: 5px 20px 10px 0;
}
img.right {
    float: right;
   /* max-width: 50%;*/ /* Responsive width */
    margin: 5px 0 10px 20px;
}
img.leftAlone {
    float: left;
    margin-right: 100%;
    margin-bottom: 10px;
    clear: both;
}
img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    clear: both;
}


/*header*/



header {
	display: block;
	padding-top: 30px;
	padding-bottom: 44px;
	margin-bottom: 6px;
	background: url(/themes/freedom15/images/design/bg_header.png) 0 0 repeat;
}


header h1 {
	float: left;
}
header h1 a {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	/*width: 260px;*/
	height: 100px;
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}

header h1 a img {
	display: block;	
}

.slogan {
	margin-top: -22px;
	letter-spacing: 2px;
	color: #FFDF00;
	font: 900 49px/67px 'Open Sans', sans-serif;
	/*text-shadow: 3px 3px #b47127;*/
	text-shadow: 3px 3px #000;
	text-transform: uppercase;
	margin-bottom: 49px;
}

.slogan h3 {
	letter-spacing: 3px;
	/*float: left;*/
	/*color: #fff;*/
	color: #FFDF00;
	font-size: 64px;
	line-height: 55px;
	/* margin-right: 12px; */
	margin-bottom: -50px;
	text-align: center;
}

.slogan div {
	font-size: 24px;
	line-height: 29px;
}


.page1_block {
	/*border-top: 2px solid #c97d1d;*/
	border-top: 2px solid #FFDF00;
	background: url(/themes/freedom15/images/design/page1_block_bg.png) 0 0 repeat;
}

.page1_block>div {
	background: url(/themes/freedom15/images/design/p1_shadow.png) center 0 no-repeat;
}
.page1_block ul li:first-child {
	border: none;
}
.page1_block ul li {
	width: 16.5%;
	float: left;
	padding-top: 2px;
	border-left: 1px solid #d3841f;

}

.page1_block ul li a {
	display: block;
	position: absolute;
	font: 16px/20px 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #fff;
	border-left: 1px solid transparent;
	border-top: 1px solid transparent;
	border-radius: 5px 5px 0 0;
	padding-left: 39px;
	padding-bottom: 21px;
	position: relative;
	top: 0;
	background: url(/themes/freedom15/images/design/spacer.png) 0 0 repeat-x;
}

.page1_block ul li a:hover {
	top: 6px;
	background: url(/themes/freedom15/images/design/insure_bg.png) 0 0 repeat-x #fff;
	border-color: #fff;
	/*color: #c0731f;*/
	color: #FFDF00;
	box-shadow: 2px 2px 5px #555;

}
.page1_block ul li div {
	height: 34px;
	margin: 17px 0 9px;
}

.page1_block ul li a:hover div {
	background-position: 0 bottom;
}

.page1_block .ic1 {
	background: url(/themes/freedom15/images/design/icon1.png) 0 bottom no-repeat;
}


.page1_block a:hover .ic1 {
	background-position: 0 0;
}
.page1_block .ic2 {
	background: url(/themes/freedom15/images/design/icon2.png) 0 0 no-repeat;
}

.page1_block .ic3 {
	background: url(/themes/freedom15/images/design/icon3.png) 0 0 no-repeat;
}

.page1_block .ic4 {
	background: url(/themes/freedom15/images/design/icon4.png) 0 0 no-repeat;
}

.page1_block .ic5 {
	background: url(/themes/freedom15/images/design/icon5.png) 0 0 no-repeat;
}

.page1_block .ic6 {
	background: url(/themes/freedom15/images/design/icon6.png) 0 0 no-repeat;
}

/*Content*/
.gray {
	background: url(/themes/freedom15/images/design/gray.png) 0 0 repeat;
	height: 17px;
}
.content {
	background-color: #fff;
	border-top: 1px solid #b78024;
}
.content.page1 {
	color: #454545;
	padding-top: 0;
	border: none;
	padding-bottom: 40px;
	border-top: 0;
}


.icn span {
	font: 800 20px/22px 'Open Sans', sans-serif;;
	text-transform: uppercase;
}

.icn {
	background-repeat: no-repeat;
	background-position: 0 32px;
	padding-top: 72px;
	margin-bottom: 12px;
}

.icon1 {
	background-image: url(/themes/freedom15/images/design/ic1.png);
}

.icon2 {
	background-image: url(/themes/freedom15/images/design/ic2.png);
}

.icon3 {
	background-image: url(/themes/freedom15/images/design/ic3.png);
}

.icon4 {
	background-image: url(/themes/freedom15/images/design/ic4.png);
}

.bottom_block {
	
	padding-top: 36px;
	background: url(/themes/freedom15/images/design/bb_shadow.png) center 0 no-repeat #f1f0ee;
}

.bottom_block>div {
	padding-bottom: 49px;
	background: url(/themes/freedom15/images/design/cont_p1_bg.png) 0 bottom repeat-x;
}

.bottom_block h4 {
	line-height: 20px;
	padding-top: 6px;
	margin-bottom: 24px;
}

.text1 span {
	font-size: 21px;
	display: block;
	line-height: 33px;
	margin-bottom: 18px;
}

.bottom_block .img_inner {
	margin-top: 9px;
	margin-bottom: 14px;
}



.txt1 {
	font: 800 12px/16px 'Open Sans', sans-serif;
	color: #FFDF00;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 1px 0 3px;

}

.page1 .txt1 {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0 !important;
}

.txt1 a:hover {
	color: #a4a4a4;
}

strong {
	color: #33373d;
}

blockquote {
	background: url(/themes/freedom15/images/design/quotes.png) 0 5px no-repeat;
	padding-top: 20px;
	padding-bottom: 9px;
}

blockquote p {
	padding-left: 8px;
	color: #454545;
	margin-bottom: 22px;
}


blockquote a.link1 {
	margin-top: 20px;
}

.block_diagram {
	overflow: hidden;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 5px;position: relative;
}

.gray_block {
	float: left;
	background: #eeece9;
	width: 169px;
	border-radius: 7px;
	color: #33373d;
	margin-right: 50px;
	vertical-align: middle;
	padding: 58px 5px 68px 30px;
	text-transform: uppercase;
	font: 800 18px/26px 'Open Sans', sans-serif;
}

.gray_block.g2 {
	padding: 64px 5px 62px 30px;

}

.gray_block span {
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #FFDF00;
	padding-top: 9px;
}

.block_diagram .fright {
	width: 401px;
	position: relative;
}

.orange {
	border-radius: 7px;
	font: 800 18px/26px 'Open Sans', sans-serif;
	color: #fff;
	text-transform: uppercase;
	background: #FFDF00;
	text-align: center;
	padding: 18px 0 21px;
	margin-bottom: 34px;
}

.dark {
	border-radius: 7px;
	background:  #33373d;
	font: 800 18px/26px 'Open Sans', sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 20px 10px 18px 20px;
}

.dark div {
	padding-top: 8px;
	font-size: 14px;
	line-height: 26px;
	color: #d29b5b;
}

.arr1 {
	background: url(/themes/freedom15/images/design/arr1.png) 0 0 no-repeat;
	width: 14px;
	height: 57px;
	position: absolute;
	top: 92px;
	left: 223px;
}

.arr2, .arr3 {
	position: absolute;
	background: url(/themes/freedom15/images/design/arr_2.png) 0 0 no-repeat;
	width: 68px;
	height: 30px;
	left: 464px;
}

.arr2 {
	top: 30px;
}

.arr3 {
	top: 152px;
}

.arr4 {
	background: url(/themes/freedom15/images/design/arr_3.png) 0 0 no-repeat;
	width: 58px;
	height: 15px;
	position: absolute;
	left: 50%;
	margin-left: -29px;
	top: 72px;
}

.services {
	padding-top: 20px;
}



.services img {
		float: left;
		margin-right: 20px;
		margin-top: 2px;
}

.services .clear {
	height: 31px;
}

.text2 {
	white-space: nowrap;
	font: 800 14px/18px 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #33373d;
	margin-bottom: 7px;
}

.quotes .clear {
	height: 13px;
}
/****Map***/

.map {
	padding-top: 5px;
}

.map figure {


		 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
 display: block;
 margin-bottom: 25px;
}
.map figure iframe {
	width: 100%;
	height: 275px;
	max-width: 100%;
	border-radius: 6px;
}

.map .p1 {
	padding-top: 3px;
}


address dd span {
	min-width: 75px;
	display: inline-block;
	text-align: left;
}

.small_candidate {
	height: 300px;
	margin: 10px auto;
}
	.small_candidate img {
		max-height: 200px;
		display: block;
		margin: auto;
	}
	
	.small_candidate .caption {
		font-weight: bold;
		text-transform: uppercase;
		display: block;
	}

	.small_candidate .captionLight {
		font-weight: normal;
	}
	
.big_pic {
	max-width: 400px;
}

.video-container {
	text-align: center;
	margin-bottom: 20px;
}

@media (max-width: 600px) {
	.video-container iframe {
		width: 100%;
	}
}

/************Footer***********/


footer .copy {
	color: #60605f;color: #60605f;
	font: bold 11px/14px 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
footer {
	display: block;
	padding: 23px 0 40px;
	background: url(/themes/freedom15/images/design/footer_bg.png) center 0 no-repeat;
}

footer img {
	display: block;
	margin-bottom: 2px;
}

footer address {
		font: 800 12px/16px 'Open Sans', sans-serif;
		color: #5d5d5c;
		text-transform: uppercase;
		letter-spacing: 1px;
}



footer p {
	font: 800 25px/25px 'Open Sans', sans-serif;
	color: #FFDF00;
	padding-top: 14px;
	letter-spacing: 2px;
	margin-bottom: 8px;
}

footer address a, footer li a {
	/*color: #FFDF00;*/
	color: #FFDF00;
}

.foot_top {
	background: url(/themes/freedom15/images/design/cont_p1_bg.png) 0 0 repeat-x;
	height: 6px;
}

footer address a:hover, footer li a:hover {
color: #60605f;
}

footer address dt {
	margin-bottom: 9px;
}

footer ul {
	padding-top: 10px;
	margin-bottom: 20px;
}

footer ul li {
	font-size: 13px;
	line-height: 24px;
	color: #FFDF00;
	background: url(/themes/freedom15/images/design/marker.png) 0 9px no-repeat;
	padding-left: 15px;
}
/**to top**/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:50px;
	left: 50%;
	margin-left: 550px;
	overflow:hidden;
	width:26px;
	height:14px;
	border:none;
	text-indent:-999px;
	z-index:20;
	background:url(/themes/freedom15/images/design/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;
}

.services 	.extra_wrapper {
	overflow: hidden !important;
}

.map address {
	margin-right: 10px;
}

.ver_separator {
	background: none !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;
}

.extra_wrapper {
	overflow: visible ;
}


.pad1, .pad2, .pad3 {
	padding: 0;
}

.slider_wrapper {
	height: 322px !important;
	background: none !important;
	padding-bottom: 0 !important;	
	margin-bottom: 70px;
}

.slogan {
	margin-bottom: 30px;
}

.page1_block ul li a {
	padding-left: 10px;
}

.caption h2 {
	font-size: 40px !important;
	line-height: 40px !important;
}

.gray_block {
	width: 130px;
	margin-right: 25px;
}

.arr1 {
	left: 170px;
}

.arr2, .arr3 {
	left: 384px;
}

.block_diagram .fright {
	width: 290px;
}

.text2 {
	white-space: normal;
}

ul.list li a {
	white-space: normal;
}

footer p {
	font-size: 18px;
}
}
 @media only screen and (max-width: 767px) {
 body {
min-width:420px;
}

footer p {
	font-size: 22px;
}
.services .clear, .quotes .clear  {
	height: 0;
}


.services a.link1{
	margin-bottom: 35px;
}


 .quotes  img.img_inner {
 	margin-top: 35px;
 }
.txt1  {
	margin-top: 25px;
}

.gray_block {
	margin-right: 0;
	width: auto;
	float: none;
	margin-bottom: 25px;
}

.arr1 {
	background: url(/themes/freedom15/images/design/arr_3.png) 0 0 no-repeat;
	width: 58px;
	height: 15px;
	position: absolute;
	left: 50%;
	margin-left: -29px;
	top: 188px;	
}

.arr2 {
	background: url(/themes/freedom15/images/design/arr_3.png) 0 0 no-repeat;
	width: 58px;
	height: 15px;
	position: absolute;
	top: 392px;	
	left: 20%;
}

.arr3 {
	background: url(/themes/freedom15/images/design/arr_3.png) 0 0 no-repeat;
	width: 58px;
	height: 15px;
	position: absolute;
	top: 392px;	
	left: 70%;
}

.arr4 {
	background: url("/themes/freedom15/images/design/arr1.png") no-repeat scroll 0 0 transparent;
    height: 57px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    top: 30px;
    width: 14px;
}

.block_diagram .fright {
	width: auto;
	float: none !important;
}



.orange {
	float: left;
	width: 42%;
	padding-left: 10px;
	padding-right: 10px;
}

.dark {
	float: right;
	width: 42%;
	padding-left: 10px;
	padding-right: 10px;
}

.slogan {
	font-size: 35px;
	line-height: 35px;
}

.slogan h3 {
	font-size: 45px;
	padding: 10px 0;
	line-height: 40px;
}

.slider_wrapper  {
	height: 178px !important;
	margin-bottom: 35px !important;
}

.main_sl {
	background-position: center -185px !important;
}

.page1_block ul li {
	width: 50%;
	border-left: 0;
}

.box img {
	width: 100%;
}

.map address {
	float: none;
	margin-left: 0px;
	margin-bottom: 20px;
}

.caption {
	display: none;
}

.map address {
	margin-right: 0px;
	margin-bottom: 20px;
}




.img_inner.fleft {
	float: none;
	margin-bottom: 13px;
}



.img_inner {
width: 100%;
float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
margin-top: 20px !important;
}



header h1 {
	float: none;
	position: relative;	
	padding-top: 25px;
	padding-left: 0;
	padding-bottom: 0;
}

header h1 a {
	margin: 0 auto;
	height: auto;
	width: 80%;
}

header h1 a img {
	width: 100%;
}


.map figure iframe {
	width: 100%;
	height: 300px;
}

.camera_pag {
	width: auto !important; 
	margin-left: -65px !important;
	padding-bottom: 10px !important;
}

.camera_pag_ul {
	overflow: hidden;
	height: auto !important;
}
.camera_pag ul li {
	margin-left: 10px !important;
}

.camera_pag ul li span {
	background: #fff !important;
	width: 20px !important;
	height: 20px !important;
	border-radius: 500px;
}

.camera_pag ul li span:hover, .camera_pag ul li.cameracurrent span {
	background: #242320 !important;
}

}
 @media only screen and (max-width: 479px) {
 
body {
min-width:300px;
}

.arr1 {
	top: 205px;
}

.arr2, .arr3 {
	top: 435px;
}

.dark div {
	font-size: 12px;
}

.arr4 {
	top: 20px;
}

.orange, .dark {
	width: 40%;
}

.slider_wrapper  {
	height: 127px !important;
	margin-bottom: 35px !important;
}


.main_sl {
	background-position: center -230px !important;
}



 .map figure iframe {
	width: 100%;
	height: 200px;
}

.camera_pag  {
	display: none;
}

.big_pic {
	max-width: 275px;
	display: block;
}
}
