@import "reset.css";
@import "grid.css";
@import "font-awesome.css";
@import "superfish.css";
@import url(//fonts.googleapis.com/css?family=Marvel:400);
@import url(//fonts.googleapis.com/css?family=Marvel:700);
@import url(//fonts.googleapis.com/css?family=Yellowtail);
html {
	width: 100%;
}

a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
	-webkit-text-size-adjust: none;
}

body {
	position: relative;
	min-width: 960px;
    background-color: #3a3a3a;
    color: #7a7a7a;
    font: 14px/20px Arial, Helvetica, sans-serif;
}

.ic {
	border:0;
	float:right;
	background:#fff;
	color:#f00;
	width:50%;
	line-height:10px;
	font-size:10px;
	margin:-220% 0 0 0;
	overflow:hidden;
	padding:0
}

p {
    margin-bottom: 20px;
}


	strong {
		font-weight: 700;
	}

address {
	font-style: normal;
}



input {
	border-radius: 0 !important;
	outline: none !important;
}


img {
	max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
    font-family: 'Marvel', sans-serif;;
	color: #1a1a1a;
    font-weight: normal;
}

h3 {
    padding-top: 59px;
    color: #5f604b;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 15px;
}

h2 {
    padding-top: 66px;
    color: #5f604b;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 56px;
}

/****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: #5ba600;
}

a.btn {
    color: #5ba600;
    font-size: 18px;
    margin-top: 27px;
    display: inline-block;
}

.page1 a.btn {
    margin-top: 8px;
}

a.btn:hover {
    color: #5ba600;
}

/****classes****/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}
.pad0 {
	padding: 0 !important;
}

.pad1 {
}


.img_inner {
	max-width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom:0px;
	margin-top: 0px;
    border: 5px solid #717262;
}



.fleft {
	float: left;
	width: auto !important;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
}


.oh {
	overflow: hidden;
}
.fright {
	float: right !important;
}
.upp {
	text-transform: uppercase;
}

.nowrap {
    white-space: nowrap;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}

.nowrap {
    white-space: nowrap;
}


/**Content**/

.content {
    background-color: #fff;
    padding-bottom: 64px;
}

.page1 .content {
    padding-top: 70px;
    padding-bottom: 68px;
}

.block1 {
    text-align: center;
}

.text1 {
    font: bold 22px/30px 'Marvel', sans-serif;
    color: #5ba600;
    border-bottom: 1px solid #b7b7b6;
    padding-top: 1px;
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 8px;
}

.page1 .text1 {
    margin-bottom: 0;
}

.img_block {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-bottom: 27px;
}

.img_block  span{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: 5;
}



.img_block span.l {
    width: 0px;
height: 0px;
border-style: solid;
border-width: 59px 110px 0 0px;
border-color: #fff transparent transparent transparent;
}

.img_block span.ll {
    width: 0px;
height: 0px;
z-index: 4;
border-style: solid;
border-width: 64px 121px 0 0px;
border-color: #717262 transparent transparent transparent;
}

.img_block span.r {
    right: 0;
    left: auto;
    width: 0px;
height: 0px;
border-style: solid;
border-width: 59px 0 0 110px;
border-color: #fff transparent transparent transparent;
}

.img_block span.rr {
    right: 0;
    left: auto;
    width: 0px;
height: 0px;
z-index: 4;
border-style: solid;
border-width: 64px 0 0px 121px;
border-color: #717262 transparent transparent transparent;
}


.img_block span.rb {
    right: 0;
    left: auto;
    top: auto;
    bottom: 0;
    width: 0px;
height: 0px;
border-style: solid;
border-width:  0 0 59px 110px;
border-color:  transparent transparent #fff transparent;
}

.img_block span.rrb {
   right: 0;
    left: auto;
    top: auto;
    bottom: 0;
    width: 0px;
height: 0px;
z-index: 4;
border-style: solid;
border-width: 0 0 64px 121px;
border-color:  transparent transparent #717262 transparent;
}

.img_block span.lb {
    width: 0px;
height: 0px;
top: auto;
bottom: 0;
border-style: solid;
border-width: 0 110px 59px 0px;
border-color:  transparent transparent #fff transparent;
}

.img_block span.llb {
    width: 0px;
height: 0px;
z-index: 4;
top: auto;
bottom: 0;
border-style: solid;
border-width: 0 121px 64px 0px;
border-color:  transparent transparent #717262 transparent;
}

.col1 {
    color: #59ac00;
}

.page1 .bottom_block  {
    padding-bottom: 70px;

}

.bottom_block {
    padding-bottom: 151px;
    background-color: #f3f2e9;
}

.bottom_block h3 {
    padding-top: 63px;
}

.bottom_block .col1 {
    color: #adab86;
}

.clear.cl1 {
    height: 56px;
}

.block2 {
    padding-top: 8px;
}

.block2 .title {
    margin-bottom: 15px;
    font: 18px/18px 'Marvel', sans-serif;
}

.block2 ul {
    padding-top: 6px;
}

.bq1 {
    padding-top: 9px;
}

.bq1 p{
    font-style: italic;
    position: relative;
    background-color: #dad9d1;
    background: url(../images/quotes.png) 16px 22px no-repeat #dad9d1;
    margin-bottom: 11px;
    padding: 30px 25px 30px 30px;
}

.bq1 p:after {
    left: 30px;
    content: '';
    display: block;
    bottom: -13px;
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 13px 0 0 16px;
    border-color: #dad9d1 transparent transparent transparent;
}

.bq_bot {
    padding-left: 54px;
    font: 16px/18px 'Marvel', sans-serif;
    color: #5f604b;
}

.gallery {
    overflow: hidden;
    padding-bottom: 31px;
}


.gallery p {
    margin-bottom: 22px;
    padding-top: 2px;
}

a.gal {
    background: url(../images/magnify.png) center center no-repeat;
    display: block;
}

a.gal .img_block {
    margin-bottom: 0;
}

.gallery a.gal:hover .img_block{
    opacity: 0.5;
}

.gallery .title {
    padding-top: 20px;
    text-align: center;
    font: 22px/30px 'Marvel', sans-serif;
    color: #5f604b;
}

.cl2 {
    height: 93px;
}

.content .img_block.fleft {
    position: relative;
    top: 6px;
    margin-bottom: 10px;
}

/**Footer**/
footer {
	display: block;
    position: relative;
    z-index: 10;
    text-align: left;
    color: #c0bfbf;
    padding-bottom: 50px;
}


.copy {
    padding: 37px 0px 0;
}
