@import "reset.css";
@import "skeleton.css";
@import "font-awesome.css";
@import "superfish.css";


@import url(http://fonts.googleapis.com/css?family=Roboto:400);
@import url(http://fonts.googleapis.com/css?family=Roboto:300);
@import url(http://fonts.googleapis.com/css?family=Roboto:500);
@import url(http://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: #f4f4f4;
    color: #323232;
    font: 300 13px/18px 'Roboto', sans-serif;
}

strong {
	font-weight: 700;
}

address {
	font-style: normal;
}

p {
	margin-bottom: 18px;
}

.p1 {
    margin-bottom: 12px;
}

.p2 {
    margin-bottom: 10px;
}

.p3 {
    margin-bottom: 21px;
}


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


img {
	max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
	color: #252525;
    font-weight: 500;
}

h2 {
    margin-bottom: 11px;
    text-transform: uppercase;
    font-size: 37px;
    line-height: 27px;
    color: #1abaae;
}

h2 span {
    padding-top: 5px;
    display: block;
    font-weight: 300;
    color: #1b1d1f;
    font-size: 23px;
}

h3 {
    margin-bottom: 23px;
    padding-top: 45px;
    font-size: 27px;
    line-height: 27px;
    color: #1f201f;
    text-transform: uppercase;
}

/****Lists****/


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

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


ul.list li {
    padding-left: 10px;
    font-size: 16px;
    font-weight: 300;
}

ul.list li+li {
    padding-top: 6px;
    margin-top: 9px;
    border-top: 1px solid #e4e4e4;
}

ul.list1 .count {
    float: left;
    text-indent: 6px;
    margin-right: 19px;
    width: 46px;
    height: 46px;
    margin-top: 5px;
    font-size: 27px;
    line-height: 43px;
    color: #fff;
    font-weight: 500;
    border-radius: 500px;
    background-color: #1abaae;
    text-align: center;
    margin-bottom: 5px;
}


ul.list1 li+li {
    margin-top: 21px;
}

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

.top a.btn {
    margin-bottom: 51px;
}

a.btn {
    position: relative;
    background-color: #1b1d1f;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    margin-top: 27px;
    padding: 9px 46px 13px 20px;
}

a.btn:after {
    font-weight: normal;
    font-size: 24px;
    line-height: 41px;
    right: 13px;
    position: absolute;
    top: 0;
    color: #fff;
    content: url(../images/btn.png);
    font-family: 'FontAwesome';
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a.btn:hover {
    background-color: #1abaae;
}

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


.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;
    padding-top: 35px;
    background-color: #1b1d1f;

}



header h1 {
	position: relative;
    margin-bottom: 35px;
    float: left;
	text-align: center;

}


header h1 a {
	display: inline-block;
	overflow: hidden;
	width: 236px;
    height: 65px;
	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: #fff;
    padding-bottom: 50px;

}
.page1  .content {

    padding-bottom: 50px;
}

.top {
    background-color: #f1f1f1;
    padding-top: 50px;
}

.content strong, .top strong {
    font-weight: 500;
}

.col1 {
    color: #1abaae;
}

.content a.btn {
    margin-top: 26px;
    background-color: #f0f0f0;
    color: #1b1d1f;
}

.content a.btn:hover {
    background-color: #1abaae;
    color: #fff;
}

.content a.btn:hover:after  {
    color: #fff;
	content: url(../images/btn.png);
}

.content a.btn:after {
    color: #1abaae;
	content: url(../images/btn_h.png);
}

.content a.bt1  {
    margin-top: 33px;
}

.top.t1 h2 {
    margin-top: -1px;
    padding-bottom: 16px;
}

.top.t1 img.img_inner {
    margin-bottom: 25px;
}

.block1 {
    overflow: hidden;
}

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

.block1 p {
    padding-bottom: 3px;
}

.top .list {
    margin-top: -4px;
}

ul.list.l1 {
    margin-top: -9px;
}

ul.list.l1 li {
    line-height: 27px;
}

ul.list.l1 li+li {
    margin-top: 5px;
    padding-top: 1px;
}

.tb1 {
    padding-bottom: 48px;
}

.icon img {
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}

.clear.cl1 {
    height: 31px;
}

.price {
    background: url(../images/price_point.png) 0 bottom repeat-x;
    overflow: hidden;
}

.price .fl {
    background-color: #f1f1f1;
    float: left;
}

.price .fr {
    float: right;
    background-color: #f1f1f1;
}

.tb1 p.col1 {
    margin-top: -6px;
    position: relative;
    top: 1px;
}

a.download {
    margin-top: 18px;
    min-width: 100px;
    display: inline-block;
    text-decoration: underline;
}

br+a.download {
    margin-top: 12px;
}

a.download img {
    float: left;
    margin-top: 2px;
    margin-right: 10px;
}

.t1 .p3 {
    margin-bottom: 26px;
}

.content .price div {
    background-color: #fff !important;
}

.content .l1 {
    padding-top: 6px;
}



/**Map**/

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

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

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

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


.map address dt {

}

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

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

a.link-1 {
    text-decoration: underline;
}

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

/**Footer**/

footer {
	display: block;
    padding-bottom: 36px;
    color: #9ddfec;
    font-size: 13px;
    padding-top: 36px;
}

.f_menu {
    overflow: hidden;
}

.f_menu li {
    float: left;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #1abaae;
}

.f_menu li+li {
    margin-left: 21px;
}

.f_menu li.current, .f_menu a:hover {
    color: #1b1d1f;
}

footer a:hover {
    color: #1abaae;
}

.copy {
    font-weight: 300;
    color: #323232;
    text-align: left;
    padding-top: 8px;
}

.socials {
    padding-top: 9px;
    overflow: hidden;
    float: right;
}

.socials a {
    display: block;
    float: left;
    font-size: 28px;
    line-height: 28px;
    color: #1b1d1f;
}

.socials a+a {
    margin-left: 14px;
}

#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: 1030px)  {
    .camera_next {
        right: 10px;
    }

    .camera_prev {
        left: 10px;
    }

    .camera_next, .camera_prev {
        color: #0d7971;
    }
}

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





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


}


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

.tb1  {
    padding-top: 0;
}

.tb1 h2 {
    padding-top: 40px;
}

.clear.cl1 {
    height: 0px;
}

.icon {
    margin-bottom: 31px;
}

.f_menu {
    display: none;
}

.socials {
    float: none;
}

.caption {
    display: none;
}


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

.map address {
    float: none;
}


.top .l1 {
    margin-bottom: 25px !important;
}


}

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

.map address+address {
    float: left;
    margin-left: 0px !important;
    margin-top: 20px;
}




}

figure img {
  width: 100%;
}
.list-blog figure {
  float: left;
  position: relative;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  margin: 0 13px 9px 0;
}
.list-team li figure {
  margin: 0 0 17px;
}

/*------ list-gallery ------- */
.list-gallery {
  margin-top: 4px;
  margin-bottom: 0;
}
.list-gallery figure {
  margin: 0 0 17px;
}
.list-gallery li {
  margin-bottom: 37px;
}
.list-gallery li .inner {
  padding: 0 21px 0 20px;
}
.list-gallery li .txt-1 {
  padding-bottom: 13px;
}
.list-gallery li .txt-1 a {
  color: #1abaae;
}
.list-gallery li .txt-1 a:hover {
  color: black;
  text-decoration: none;
}
/*------ magnifier ------- */
.magnifier {
  position: relative;
  height: auto;
  display: block;
}
.magnifier:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  background: url('http://livedemo00.template-help.com/wt_43165/img/magnifier.png') center center no-repeat #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.magnifier:hover:after {
  opacity: 0.6;
}
.list {
  margin: 0;
  overflow: hidden;
}
.list li {
  background: url(http://livedemo00.template-help.com/wt_43165/img/marker-2.png) no-repeat 0 8px;
  padding-left: 16px;
}
.list li a {
  color: black;
}
.list li a:hover {
  color: #1ae000;
  text-decoration: none;
}
/***** map *****/
.map {
  margin: 5px 0 -5px;
  line-height: 0;
}
.map iframe {
  border: none;
  width: 100%;
  height: 336px;
}
.span3 {
    width: 400px;
	float:left;
  }
  
.inner {
  padding: 0 18px 0 20px;
}
.list-gallery li .inner {
  padding: 0 21px 0 20px;
}