@import "reset.css";
@import "skeleton.css";
@import "font-awesome.css";
@import "superfish.css";


@import url(//fonts.googleapis.com/css?family=Roboto:400);
@import url(//fonts.googleapis.com/css?family=Roboto:300);
@import url(//fonts.googleapis.com/css?family=Roboto:500);
@import url(//fonts.googleapis.com/css?family=Roboto:700);

html {
	width: 100%;

}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
	-webkit-text-size-adjust: none;
}

body {
	position: relative;
	min-width: 960px;
    background-color: #000000;
    color: #777777;
    font: 300 13px/21px 'Roboto', sans-serif;
}

strong {
	font-weight: 700;
}

address {
	font-style: normal;
}

p {
	margin-bottom: 21px;
}

.p1 {
    margin-bottom: 8px;
}

.p2 {
    margin-bottom: 16px;
}

.p3 {
    margin-bottom: 19px;
}

.p4 {
    margin-bottom: 17px;
}

input {
	border-radius: 0 !important;
	outline: none !important;
}


img {
	max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
	color: #2a2a2a;
}

h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 54px;
    margin-bottom: 18px;
}

h3.head1 {
    padding-top: 49px;
}

/****Lists****/


ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list {
    padding-top: 1px;
}


ul.list li {
    color: #2a2a2a;
    font-size: 15px;
    padding-left: 16px;
    position: relative;

}

ul.list li:after {
    content: '•';
    position: absolute;
    display: block;
    left: 0;
    top: -1px;
    color: #f59812;
    font-size: 25px;
}

ul.list li+li {
    margin-top: 9px;
}

ul.list a:hover {
    color: #f59812;
}

/****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: #1f201f;
}

a.btn {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #f59812;
    padding: 11px 18px 12px 16px;
    display: inline-block;
    margin-top: 25px;
}

a.btn:hover {
    background-color: #2a2a2a;
}

a.btn.bt1 {
    margin-top: 45px;
}

/****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: 25px;
	margin-top: 7px;
}


.fleft {
	float: left;
	width: auto !important;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 5px;
}

.page1 .fleft {
    margin-top: 3px;
}


.oh {
	overflow: hidden;
}
.fright {
	float: right !important;
}
.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}

.nowrap {
    white-space: nowrap;
}
/*header*/


header {
    display: block;
    position: relative;
    z-index: 999;
    background-color: #1b1d1f;
    /*background: url(../images/background.png) center 0 no-repeat;*/
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -ms-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
}

.header_top {
    padding-top: 60px;
    background: url(../images/h_top_bg.png) 0 0 repeat;
}


header h1 {
	position: relative;
    float: left;
    padding-top: 1px;
	text-align: center;

}


header h1 a {
	display: inline-block;
	overflow: hidden;
	width: 220px;
    height: 71px;
	font-size: 0;
	line-height: 0;
	
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
header h1 a img {
	display: block;
}


.categories {
    padding-top: 200px;
    padding-bottom: 70px;
    overflow: hidden;
}
.logo {
    margin-top: 20px;
    display: block;
    position: relative;
    color: #191919;
    font-size: 31px;
    line-height: 30px;

}


.cat {
    margin-top: 20px;
    display: block;
    position: relative;
    color: #191919;
    font-size: 31px;
    line-height: 30px;

}

.cat span {
    position: relative;
    color: #fff;
    z-index: 10;
    top: -2px;
    font-weight: bold;font-size: 36px;
}

.cat:hover  {
    color: #f59812;
}

.cat:hover  strong {
    background-color: #000;
}

.cat .cat_bot {
    padding: 20px 20px 17px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.cat em {
    z-index: 10;
    font-style: normal;
    position: relative;
}

.cat  strong {
    opacity: 0.7;
    background-color: #f59812;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.text1 .fa-trophy {
    color: #bbbbbb;
    font-size: 34px;
    line-height: 21px;
    display: block;
    margin-bottom: 2px;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}

.block1+.block1 {
    margin-top: 19px;
}

/**Content**/

.content {
    background-color: #fff;
    padding-bottom: 59px;

}
.page1  .content {

    padding-bottom: 70px;
}

.col1 {
    color: #f59812;
}

.text1 {
    font-size: 15px;
    margin-bottom: 6px;
}

.page1 .text1 {
    margin-bottom: 7px;
}

.gallery {
    padding-bottom: 61px;
    text-align: center;
    background: url(../images/gal_bg.jpg) center bottom no-repeat;
}

.gallery h3 {
    padding-top: 64px;
    color: #fff;
    margin-bottom: 7px;
    padding-bottom: 0px;
}

.gallery a.gal  {
    margin-top: 20px;
    position: relative;
    display: block;
}

.gallery a.gal span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../images/magnify.png) -100px center no-repeat;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.gallery a.gal img {
    position: relative;
    border-radius: 500px;
}

.gallery a.gal:hover span {
    background-position: center center;
}

a.gal_link {
    margin-top: 26px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    color: #f59812;
    text-decoration: underline;
}

.banner {
    display: block;
    font-size: 15px;
    position: relative;
    color: #f59812;
    margin-top: 25px;
    padding: 23px 55px 26px 80px;
    background-color: #f2f2f2;
}

.banner .icon {
    color: #b4b4b4;
    left: 30px;
    font-size: 30px;
    line-height: 30px;
    top: 50%;
    margin-top: -18px;
    position: absolute;
}

.banner+.banner {
    margin-top: 9px;
}

.bq1  {
    padding-top: 7px;
}

.bq1 p {
    margin-bottom: 32px;
    position: relative;
    background-color: #f2f2f2;
    padding: 22px 30px 26px;
}

.bq1 p:after {
    bottom: -14px;
    left: 32px;
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 14px 14px 0 0px;
    border-color: #f2f2f2 transparent transparent transparent;
}





.add1 span {
    display: inline-block;
    min-width: 180px;
}

a.gal1 {
    margin-bottom: 13px;
    margin-top: 7px;
    position: relative;
    display: block;
}

a.gal1 .gal_bot {
    padding: 19px 10px 20px 20px;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}


a.gal1 .gal_bot p {
    margin-bottom: 0;
    position: relative;
    z-index: 100;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

a.gal1 .gal_bot p span {
    margin-top: -1px;
    font-size: 15px;
    display: block;
    text-transform: none;
    font-weight: 300;
}

a.gal1:hover  strong {
    text-transform: none;
    background-color: #000;
}

a.gal1 strong {
    opacity: 0.7;
    background-color: #f59812;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.prv a.link-1 {
    text-decoration: underline;
}

/**Map**/

.map {
    overflow: hidden;
    position: relative;
    margin-bottom: 13px;
}
 

.map figure {
    margin-top: 7px;
    position: relative;
	display: block;
	width: 100%;
    margin-bottom: 16px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}


.map figure iframe {
	width: 100%;
	height: 440px;
	max-width: 100%;
}
.map address {
    float: left;
	display: block;
}

.map address+address {
    margin-top: 18px;
}

.map  p {
    margin-bottom: 12px;
}


.map address dt {

}

.map .add1 span {
    min-width: 140px;
}

 address dd span {
	min-width: 70px;
	display: inline-block;
	text-align: left;
}

.map address dd span.col1 {
	min-width: 0;
}

a.link-1 {
    color: #f59812;
}

a.link-1:hover {
    color: #2a2a2a;
}

.map h3 {
    padding-top: 49px;
}

/**Footer**/

footer {
	display: block;
    padding: 34px 0 40px;
    font-weight: 300;
    color: #fff;
}

footer a {
    color: #f59812;
}

footer a:hover {
    color: #fff;
}

.copy {
    text-align: left;
}


#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 500px;
    overflow: hidden;
    width: 58px;
    height: 58px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop:hover {
    outline: none;
    background-position: right 0;
}


/*==================================RESPONSIVE LAYOUTS===============================================*/



@media only screen and (max-width: 995px) {
 body {
 min-width: 768px;
}

.cat span {
    font-size: 31px;
}

.cat {
    font-size: 24px;
}



 .map figure,  .map figure iframe,  #form input,  #form textarea,  #form .success {
 width: 100% !important;
 float: none !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;
}

.map figure {
	margin-bottom: 15px;
}

.nowrap {
    white-space: normal;
}

.categories {
    padding-top: 55px;
}

a.gal1 .gal_bot p {
    font-size: 14px !important;
}

a.gal1 img {
    width: 100%;
}
}


@media only screen and (max-width: 767px) {
 body {
 min-width: 420px;
}

a.gal img {
    width: 100%;
}

.add1 {
    margin-bottom: 20px;
}

header, .gallery {
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -ms-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
}


.gallery .grid_3 {
    width: 50% !important;
}

.gallery .grid_3 a.gal {
    margin-left: 5px;
    margin-right: 5px;
}



  .map address +address {
    margin-top: 30px;
  }


header h1 {
	display: block;
	width: auto;
    position: relative;
	height: auto;
    margin-bottom: 20px;
}




.img_inner {
width: 100% !important;
float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
}

h1 a {
	max-width: 90%;
}


.img_inner img {
	width: 100%;
}


 header h1 {
 float: none;
 text-align: center;
}
 header h1 a {
 	width: auto;
 	display: inline-block;
 height: auto;
}
 header h1 a img {
}

 .map {
 	padding-right: 0px !important;
 }

 .map figure iframe {
 width: 100%;
 height: 300px;
}
 .map address {
 	margin-right: 0;
}


 .content .noresize {
 width: auto !important;
 float: left !important;
 margin-right: 20px !important;
 margin-top: 4px !important;
}

 .img_inner {
 margin-top: 30px;
}

.map address {
    float: none;
}


}

@media only screen and (max-width: 479px) {
 body {
 min-width: 300px;
}

.map address+address {
    float: left;
    margin-left: 0px !important;
    margin-top: 20px;
}




}
