@import "reset.css";
@import "skeleton.css";
@import "superfish.css";

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

html {
	width: 100%;

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

* {
	-webkit-text-size-adjust: none;
}

body {
	position: relative;
	min-width: 960px;
	background: #252525;
    color: #939393;
    font: 14px/17px Tahoma, Geneva, sans-serif;
}


	strong {
		font-weight: 700;
	}

address {
	font-style: normal;
}

p {
	margin-bottom: 16px;
}

.p1 {
    margin-bottom: 19px;
}

input {
	border-radius: 0 !important;
	outline: none !important;
}


img {
	max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
    font-family:  'Open Sans', sans-serif;
	color: #252525;
    font-weight: bold;
}

h2 {
    padding-right: 77px;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 23px;
    padding-top: 83px;
    text-align: right;
    text-shadow: 2px 1px rgba(0,0,2, 0.49)
}

h3 {
    padding-top: 54px;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 19px;
    text-transform: uppercase;
}

.page1 h3 {
    padding-top: 43px;
    margin-bottom: 21px;
}

.page1 h3.head1 {
    margin-bottom: 20px;
}

h4 {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
}
/****Lists****/


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

ul.list {
    padding-top: 11px;
    margin-bottom: 23px;
}

ul.list.l1 {
    float: left;
}

ul.list.l1+ul.list.l1 {
    margin-left: 32px;
}

ul.list li {
    color: #55acfe;
    padding-left: 15px;
    background: url(../images/marker.png) 0 5px no-repeat;
}


ul.list  li+li {
    margin-top: 13px;
}

/****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: #f7841e;
}

a.btn {
    display: inline-block;
    color: #55acfe;
    text-transform: none;
    font: 14px/17px Tahoma, Geneva, sans-serif;
    text-decoration: underline;
}

a.btn:hover {
    color: #f7841e;
}

h3 a.btn {
    float: right;
    font-size: 15px;
    margin-top: 15px;
}

/****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: 24px;
	margin-top: 5px;
}


.fleft {
	float: left;
	width: auto !important;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 5px;
}


.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;
    box-shadow: 0 1px 3px rgba(0,0,2,0.38);
    z-index: 999;


}



header h1 {
	position: relative;
    padding-top: 22px;
    float: left;
	text-align: center;

}


header h1 a {
	display: inline-block;
	overflow: hidden;
	width: 192px;
    height: 31px;
	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;
}


/**Content**/

.content {
    background-color: #fffefb;
    padding-bottom: 48px;

}
.page1  .content {
    position: relative;
    padding-bottom: 35px;
}


.col1 {
    color: #f7841e;
}

.col2 {
    color: #55acfe;
}

.col3 {
    color: #252525;
}

.block1 {
    overflow: hidden;
}

.block1+.block1 {
    margin-top: 24px;
}

.block1 +a.btn {
    margin-top: 23px;
}

.block1 time {
    display: block;
    line-height: 16px;
    font-size: 15px;
    margin-bottom: 3px;
}

.block1 a.btn {
    margin-top: 10px;
}

.round {
    border-radius: 500px;
    margin-bottom: 13px;
}

a.link1 {
    font: bold 18px/18px 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    padding: 13px 60px;
    background-color: #252525;
    border-bottom: 3px solid #000000;
}

a.link1:hover {
    background-color: #55acfe;
    border-bottom-color: #3b7ab6;
}

.box {
	position: relative;
	padding: 11px 10px 18px 9px
}

.box .title {
    font: bold 20px/30px 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #252525;
    margin-bottom: 4px;
}

a.corner {
    display: block;
    position: absolute;
    right: -4px;
    top: -4px;
    background: url(../images/corner_link.png) 0 0 no-repeat;
    width: 98px;
    height: 98px;
}

.box img {
    margin-bottom: 4px;
}

.page1 .box {
	margin-bottom: 75px;
	margin-right: 4px;
	margin-top: 15px;
}

ul.gallery {
    overflow: hidden;
    padding-top: 11px;
    margin-left: -14px;
    margin-right: -6px;
}

ul.gallery li {
    margin-bottom: 12px;
    float: left;
    margin-left: 14px;
}

.gallery a.gal {
    background-color: transparent;
    display: block;
    font-size: 0;
    border: 3px solid transparent;
    line-height: 0;
    position: relative;
    
}

.gallery a.gal img {
    vertical-align:bottom;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.gallery a.gal span {
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    background: url(../images/magnify.png) -100px center no-repeat;
}

.gallery a.gal:hover span  {
    background-position: center center;
}

.gallery a.gal:hover img{
    opacity: 0.6;
}



.gallery a.gal:hover {
    border-color: #252525;
    border-radius: 3px;
    background-color: #414141;
}

.signature {
    color: #c2c2c2;
    padding-top: 24px;
    font: 40px/40px 'Condiment', cursive;
}

.block2 {
    overflow: hidden;
    background: url(../images/cup.png) center 20px no-repeat;
}

.cl2 {
    height: 32px;
}

.post {
    padding-right: 12px;
}

.post+.post {
    margin-top: 15px;
}

.content h4 {
	color: #252525;
	margin-bottom: 10px;
	margin-top: 8px;
}

.i1 .img_inner {
    max-width: 110%;
}

.gallery1 {
    padding-top: 16px;
    overflow: hidden;
}

.gallery1 .box {
    padding-bottom: 14px;
    margin-bottom: 15px;
}

.gallery1 a.gal {
    background-color: #000;
    display: block;
    margin-bottom: 13px;
    position: relative;
}

.gallery1 a.gal  img {
    box-shadow: 0 0 #fff;
     transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    margin-bottom: 0;
}

.gallery1 a.gal:hover img {
    opacity: 0.65;
}

.gallery1 a.gal  span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/magnify.png) -100px center no-repeat;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.gallery1 a.gal:hover span {
    background-position: center center;
}

.gallery1.g1 {
    padding-top: 24px;
}

.gallery1.g1 a.gal {
    margin-bottom: 22px;
}
/**Map**/

.map {
    overflow: hidden;
    position: relative;
}
 

.map figure {
    margin-top: 5px;
    position: relative;
	display: block;
	width: 558px;
    float: left;
    margin-right: 23px;
	-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: 310px;
	max-width: 100%;
}
.map address {
    float: left;
	display: block;
}

.map address+address {
    margin-left: 75px;
}

.map  p {
    margin-bottom: 18px;
}


.map address dt {

    margin-bottom: 16px;
}

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

.map address dd span.col1 {
	min-width: 0;
}

a.link-1 {
    color: #84bb17;
}

a.col2:hover {
    color: inherit;
}

.td {
    text-decoration: underline;
}
a.link-1:hover {
    color: inherit;
}

/**Footer**/
footer {
	display: block;
    padding-bottom: 36px;
    color: #bdbdbd;
}


footer ul {
    background: url(../images/bot_sep.png) 0 0 repeat-x;
}

footer ul li {
    text-shadow: 1px 1px #1a1a1b;
    padding: 6px 0 11px;
    background: url(../images/bot_sep.png) 0 bottom repeat-x;
}

footer ul li.current {
    color: #f7841e;
}

footer a:hover {
}

.socials  {
    padding-top: 9px;
    overflow: hidden;
    padding-bottom: 4px;
}

.socials a {
    display: block;
    float: left;
    width: 38px;
    height: 38px;
    background: url(../images/socials.png) 0 0 no-repeat;
    float: left;
}

.socials a+a {
    background-position: -40px 0;
    margin-left: 2px;
}

.socials a:hover {
    background-position: 0 bottom;
}



.socials a+a+a {
    background-position: -80px 0;
}

.socials a+a+a+a {
    width: 39px;
    margin-left: 3px;
    background-position: right 0;
}

.socials a+a:hover {
    background-position: -40px bottom;
}
.socials a+a+a:hover {
    background-position: -80px bottom;
}
.socials a+a+a+a:hover {
    background-position: right bottom;
}

footer h4 {
    margin-bottom: 19px;
    padding-top: 28px;
}

.copy strong {
    font-weight: normal;
    font-size: 16px;
    color: #090909;
}


.copy {
    color: #9b9b9b;
    padding-top: 9px;
    position: relative;


}


a.f_logo {
    margin-bottom: 13px;
    display: inline-block;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/


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



 .map address+address {
    float: left;
 	margin-left: 30px;
 }
 .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;
}

.camera_thumbs_cont ul li {
    width: 110px;
}

.camera_thumbs_cont ul li  img {
    max-width: 100%;
}

.block1 + a.btn {
    margin-bottom: 40px;
}

ul.gallery li {
    width: 114px;
}

.i1 .img_inner {
    max-width: 100%;
}

}


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

ul.list.l1+ul.list.l1 {
    margin-left: 0px;
    padding-top: 13px;
}

ul.list.l1 {
    margin-bottom: 0;
}

.gallery1 a.gal img {
    width: 100%;
}

.gallery1 {
    overflow: visible;
}

.block2>div {
    margin-top: 30px;
}

.block2 .cl2 {
    height: 0;
}

.block2 {
    padding-top: 235px;
}


.camera_thumbs_cont ul li {
    width: 56px;
}

 .map address {
    float: none;
    margin-left: 0 !important;
 }

  .map address +address {
    margin-top: 30px;
  }


header h1 {
	display: block;
	width: auto;
    position: relative;
	height: auto;
}




.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;
}

.caption {
    width: 220px;
    height: 220px;
}

.caption h2 {
    font-size: 16px;
    line-height: 20px;
    padding-top: 70px;
    padding-right: 72px;
}

.caption a {
    margin-right: 20px;
}

.box img {
    width: 100%;
}

ul.gallery li {
    width: 132px;
}

footer ul.l1 {
    background: none;
}

}

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

.camera_thumbs_cont ul li {
    width: 70px;
    margin: 0 4px;
}

.caption {
    width: 180px;
    height: 180px;
}

.caption h2 {
    font-size: 16px;
    line-height: 20px;
    padding-top: 50px;
    margin-bottom: 10px;
    padding-right: 62px;
}

.caption a {
    font-size: 13px;
    margin-right: 38px;
}

ul.gallery li {
    width: 146px;
}

}
