/****************************
*							*
*							*
* HilDes V1.0				*
*							*
* Copyright 2011, HilDes	*
*							*
* http://hildes.info		*
*							*
* 07/12/2017 (M/D/Y)		*
*							*
*							*
*****************************/


@font-face
{
    /* font-family: likhaie;
    src: url('fonts/UniNeue-Light.otf'),
    url('fonts/UniNeue-Light.eot'); */
}
*{
    /*position: relative;*/
    font-size: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    outline: none;
    text-decoration: none !important;
    transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-khtml-transition: all 1s ease;
	-o-transition: all 1s ease;
    vertical-align: baseline;
    font: inherit;
    font-family: 'Roboto Condensed', sans-serif;
    font-family: 'Oswald', sans-serif;
}
body{
    background: #fff;
}
.clear { clear: both; }
.margin { margin: 10px 0; }
div.category-theatre-cover{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: none;
	background: rgba(0,0,0,.9);
	z-index: 8000;
	transition: all 0s ease;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-khtml-transition: all 0s ease;
	-o-transition: all 0s ease;
}
div.category-theatre-cover .left{
	transition: all 0s ease;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-khtml-transition: all 0s ease;
	-o-transition: all 0s ease;
	width: 50%;
	top: 0;
	bottom: 0;
	position: fixed;
	left: -50%;
	background: #fff;
	z-index: 100;
}
div.category-theatre-cover .right{
	transition: all 0s ease;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-khtml-transition: all 0s ease;
	-o-transition: all 0s ease;
	width: 50%;
	top: 0;
	bottom: 0;
	position: fixed;
	right: -50%;
	background: #fff;
	z-index: 100;
}
/* Let's get this party started */
div.category-theatre-cover .category-theatre-cover-menu::-webkit-scrollbar {
    width: 5px;
}
 
/* Track */
div.category-theatre-cover .category-theatre-cover-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
/* Handle */
div.category-theatre-cover .category-theatre-cover-menu::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(95, 247, 210,.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
div.category-theatre-cover .category-theatre-cover-menu::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(95, 247, 210,.3);
}
div.category-theatre-cover .category-theatre-cover-menu{
	margin: 10% auto;
	padding-left: 10px;
	z-index: 200;
	width: 220px;
	height: auto;
	max-height: 300px;
	overflow-y: auto !important;
	position: relative;
	background: #fff;
	box-shadow:0px 5px 31px -1px rgba(0, 0, 0, 0.15);
	display: none;
	transition: all 0s ease;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-khtml-transition: all 0s ease;
	-o-transition: all 0s ease;
}
div.category-theatre-cover .category-theatre-cover-menu .close-cat{
	text-align: right;
	margin-bottom: 10px;
	padding: 7px;
}
div.category-theatre-cover .category-theatre-cover-menu a.close-category-theatre-cover{
	color: #f60;
}
div.category-theatre-cover .category-theatre-cover-menu .cat-menu ul li{
	padding: 5px;
	border-bottom: 1px solid #eee;
}
div.category-theatre-cover .category-theatre-cover-menu .cat-menu ul li a{
	color: #aaa;
	font-size: 17px;
	display: block;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-khtml-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
div.category-theatre-cover .category-theatre-cover-menu .cat-menu ul li.active a,div.category-theatre-cover .category-theatre-cover-menu .cat-menu ul li a:hover{
	color: #26c9c3;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-khtml-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
div.theatre-cover{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,.9);
	z-index: 8000;
	display: none;
	transition: all 0s ease;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-khtml-transition: all 0s ease;
	-o-transition: all 0s ease;
}
div.theatre-cover img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
div.theatre-cover a#close-theatre-cover{
	position: fixed;
	top: 20px;
	right: 20px;
	font-size: 20px;
	color: #f60;
	opacity: .7;
	z-index: 1000;
}
div.theatre-cover a#close-theatre-cover:hover{
	opacity: 1;
}
.offer-ad{
	width: 100%;
	overflow:hidden;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	object-fit: none;
	-webkit-object-fit: none;
	-moz-object-fit: none;
	-o-object-fit: none;
	-ms-object-fit: none;

	object-position: center;
	-webkit-object-position: center;
	-moz-object-position: center;
	-o-object-position: center;
	-ms-object-position: center;
}
.offer-ad:before{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.offer-ad img{
	max-width: 100%;
	max-height: 100%;
}
/* HEADER FOR MOBILE */
.mobile-layer{
	display: none;
	padding: 10px;
	height: 70px;
	width: 100%;
	background: #fff;
}
.header-for-mobile{
	display: none;
	padding: 10px;
	position: fixed;
	height: 70px;
	top: 0;
	width: 100%;
	z-index: 4000;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.47);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.47);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.47);
	background: #fff;
}
 a#show-me-nav{
	position: fixed;
	top: 2px;
	left: 15px;
	color: #000;
	font-size: 40px;
	cursor: pointer;
}
.header-for-mobile .logo{
	text-align: center;
	width: 200px;
	margin: 0 auto;
}
.header-for-mobile .logo img{
	height: 50px;
}
#mobile-nav-to-show{
	width: 220px;
	position: fixed;
	background: #26c9c3;
	background: #fff;
	left: -220px;
	top: 0;
	bottom: 0;
	z-index: 5000;
	border-right: 3px solid #f60;
	border-right: 3px solid #26c9c3;
}
#mobile-nav-to-show .menu{
	padding: 10px;
	margin-top: 50px;
}
#mobile-nav-to-show .menu ul li{
	padding: 10px;
}
#mobile-nav-to-show .menu ul li a{
	display: block;
	color: #000;
	font-size: 17px;
	font-weight: 100 !important;
}
#mobile-nav-to-show .menu ul li #close-the-nav{
	color: red;
	font-size: 25px;
}

/* HEADER */
.header-nav-fixed-mobile{
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 5;
	display: none;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.47);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.47);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.47);
}
.header-nav-fixed{
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 5;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.47);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.47);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.47);
}
.mobile-fixed-nav{
	display: none;
}
.header-nav-fixed-logo{
	background: #fff;
	margin: 5px 0;
}
.header-nav-fixed-logo img{
	height: 50px;
}
.header-nav-menu-fixed{
	text-align: right;
}
.header-nav-menu-fixed ul{
	margin: 20px 0;
}
.header-nav-menu-fixed ul li{
	display: inline-block;
	margin-left: 40px;
}
.header-nav-menu-fixed ul li a{
	text-decoration: none;
	font-size: 15px;
	color: rgba(36,36,36,0.8);
	font-weight: bold;
}
.header-nav-menu-fixed ul li a:hover{
	color: #26c9c3;
}
.header-shiping-login-border{
	border-bottom: 1px solid #e0e2e3;
}
.shiping-content p{
	padding: 20px 0;
	margin: 0;
	font-weight: bold;
	color: rgba(36,36,36,0.8);
}
.login-cart{}
.login-cart ul{
	margin: 0;
}
.login-cart ul li{
	display: inline-block;
	border-left: 1px solid #e0e2e3;
	padding: 20px 0;
}
.login-cart ul li a{
	text-decoration: none;
	font-weight: bold;
	color: rgba(36,36,36,0.8);
	margin: 0 30px 0;
}
.login-cart ul li a:hover{
	color: #f15a23;
}
.login-cart ul li a i{
	color: #f15a23;
	margin-right: 3px;
}
.header-logo-nav{
	border-bottom: 1px solid #e0e2e3;
}
.gym-sports-logo{
	width: 35%;
}
.gym-sports-logo img{
	width: 100%;
	margin: 15px 0;
}
.header-nav ul{
	margin: 50px 0;
}
.header-nav ul li{
	display: inline-block;
	margin: 0 25px 0;
}
.header-nav ul li a{
	text-decoration: none;
	color: rgba(36,36,36,0.8);
	font-weight: bold;
}
.header-nav ul li a:hover{
	color: #f15a23;
}
.gym-sale-condition{
	background: #26c9c3;
}
.sale-condition-content{
	padding: 20px 0;
	text-align: center;
}
.sale-condition-content h2{
	margin: 0;
	font-size: 15px;
	color: #fff;
}
.sale-condition-content h3{
	margin: 0;
	font-size: 15px;
	color: #fff;
}
.gym-training{
	margin: 50px 0;
}
.training-side{
	padding: 70px 0;
}
.training-side-1{
	padding: 20px 40px;
}
.training-side-1 span{
}
.training-side-1 span a{
	color: #f15a23;
	text-decoration: none;
}
.training-side-1 span a:hover{
	color: #26c9c3;
}
.training-side-1 h1{
	margin: 20px 0 0;
	font-size: 23px;
	font-weight: bold;
}
.training-side-1 h1 a{
	text-decoration: none;
	color: #fff;
}
.training-side-1 h1 a:hover{
	color: #26c9c3;
}
.training-side-1 h2{
	font-size: 23px;
	font-weight: bold;
	margin: 0 0 20px;
}
.training-side-1 h2 a{
	text-decoration: none;
	color: #fff;
}
.training-side-1 h2 a:hover{
	color: #26c9c3;
}
.training-side-1 p{
	width: 220px;
	margin: 0 0 40px;
	line-height: 1.5em;
	color: #bec2c4;
}
.training-side-1 button.btn-learn{
	border-radius: 40px;
	background: #f15a23;
	border: 1px solid  #f15a23;
	outline: none !important;
}
.training-side-1 button.btn-learn:hover{
	background: transparent;
}
.gym-product{
	background: #f5f7f7;
}
.product-sale h1{
	text-align: center;
	margin: 20px 0 3px;
	font-weight: bold;
	color: #000;
}
.product-sale h2{
	text-align: center;
	margin: 0 0 50px;
	font-weight: bold;
	color: #c2c2c2;
	font-size: 20px;
}
.product-sale-nav{
	margin: 0 0 50px;
}
.product-sale-nav ul{
	text-align: center;
}
.product-sale-nav ul li{
	display: inline-block;
}
.product-sale-nav ul li a{
	text-decoration: none;
	border: 1px solid #c2c2c2;
	padding: 10px 20px;
	color: #c2c2c2;
	font-size: 10px;
}
.product-sale-nav ul li.anchor-border{

}
.product-sale-nav ul li a:hover{
	color: #fff;
	background: #26c9c3;
}
.product-img{
	margin: 0 0 40px;
}
.view-all-product{
	text-align: center;
}
.view-all-product .btn-product{
	background: #26c9c3;
	color: #fff;
	border-radius: 40px;
	font-weight: bold;
	padding: 15px 40px;
	border: 1px solid #26c9c3;
	margin: 0 0 30px;
	outline: none !important;
}
.view-all-product .btn-product:hover{
	color: #26c9c3;
	background: transparent;
}
.grm-recent-product{
	padding: 40px 0 0;
	margin: 0 0 60px;
}
.info-block{
	text-align: center;
}
.info-block h1{
	margin: 0;
	font-weight: bold;
}
.info-block h2{
	margin: 0 0 25px;
	font-weight: bold;
	color: #c3c3c3;
}
.product-info{
	margin: 0 0 15px;
}
.info-block-side-1{
	margin-bottom: 15px;
	border: 1px solid #eee;

}
.info-block-side-1 .img{
	width: 200px;
	height: 200px;
	margin: 0 auto;
	overflow:hidden;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	object-fit: none;
	-webkit-object-fit: none;
	-moz-object-fit: none;
	-o-object-fit: none;
	-ms-object-fit: none;

	object-position: center;
	-webkit-object-position: center;
	-moz-object-position: center;
	-o-object-position: center;
	-ms-object-position: center;
}
.info-block-side-1 .img:before{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.info-block-side-1 .img img{
	max-width: 100%;
	max-height: 100%;
}
.info-block-side-1 h2{
	font-size: 15px;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0;
	padding: 0;
	margin: 7px 0;
	text-align: center;
}
.info-block-side-1 h2 a{
	color: #000;
}
.info-block-side-1 h3{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #000;
	margin: 0 0 7px;
}
.info-block-side-1 p{
	text-align: center;
	font-weight: bold;
	color: #26c9c3;
}
.info-block-side-1 span{
	font-weight: bold;
	padding: 0 0 2px 0px;
}
.gym-shop{
	background: url(img/bg-6.jpg) center center no-repeat fixed;
	position: cover;
	-webkit-position: cover;
	-moz-position: cover;
	-o-position: cover;
	-khtml-position: cover;
	height: 400px;
}
.gym-recent-shop{
	text-align: center;
	padding: 60px 0;
}
.gym-recent-shop h1{
	color: #fff;
	font-size: 70px;
	font-weight: bold;
}
.gym-recent-shop p{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 50px;
}
.gym-recent-shop ul{}
.gym-recent-shop ul li{
	display: inline-block;
	margin: 0 10px 0;
	padding: 15px 0px;
}
.gym-recent-shop ul li a{
	text-decoration: none;
	border-radius: 40px;
	padding: 15px 55px;
	font-size: 20px;
}
.gym-recent-shop ul li a.shop-now-button-home{
	background: #26c9c3;
	color: #fff;
	border: 1px solid #26c9c3;
}
.gym-recent-shop ul li a.shop-now-button-home:hover{
	background: #fff;
	color: #26c9c3;
}
.gym-recent-shop ul li a.learn{
	color: #26c9c3;
	background: #fff;
	border: 1px solid #fff;
}
.gym-recent-shop ul li a.learn:hover{
	background: #26c9c3;
	color: #fff;	
}
.gym-all-product{
	padding: 50px 0;
	background: #f5f7f7;
}
.recent-product{
	margin: 0 0 20px;
}
.recent-product a{
	color: #000;
}
.recent-product a:hover{
	color: #26c9c3;
}
.recent-product h3{
	margin: 0 0 20px;
	text-align: center;
	font-size: 18px;
	text-transform: capitalize;
}
.product-price-img{
	float: left;
}
.product-name{
	float: right;
}
.product-name h4{
	color: #000;
}
.product-name p{
	color: #26c9c3;
}
/* EXTRA NOTE */
.extra-note-block{
	background: #000;
	padding: 100px 0;
	background: url('img/extra-text.jpg') center center no-repeat fixed;
	background-position: cover;
	-webkit-background-position: cover;
	-khtml-background-position: cover;
	-moz-background-position: cover;
	-o-background-position: cover;
	margin-top: 20px;
}
.extra-note-block .box{
	background: #fff;
	padding: 15px;
	border: 1px solid rgba(38, 201, 195,1);
	box-shadow:0px 5px 31px -1px rgba(0, 0, 0, 0.15);
	box-shadow:0px 5px 31px -1px rgba(38, 201, 195,0.5);
}
.extra-note-block .box p{
	line-height: 25px;
	font-size: 17px;
}
footer{
	padding: 60px 0;
	background: #242424;
}
.gym-footer-nav{
	background: #242424;
}
.gym-footer-navigation ul{
	margin: 0 0 15px;
	text-align: center;
}
.gym-footer-navigation ul li{
	display: inline-block;
	margin-right: 30px;
}
.gym-footer-navigation ul li a{
	text-decoration: none;
	color: #fff;
}
.gym-footer-navigation ul li a:hover{
	color: #26c9c3;
}
.gym-footer-navigation p{
	color: #c1c1c1;
	margin-bottom: 10px;
	text-align: center;
}
.gym-footer-brand-logo{
	text-align: right;
}
.gym-footer-brand-logo ul{
	margin: 0;
	text-align: center;
}
.gym-footer-brand-logo ul li{
	display: inline-block;
	margin-left: 8px;
}
.gym-footer-brand-logo ul li a{
	font-size: 20px;
	color: #fff;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-khtml-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.gym-footer-brand-logo ul li a:hover{
	color: #26c9c3;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-khtml-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.gym-footer-brand-logo ul li a i{
    text-align: center;
}


/* PAGE */
.page{
	margin-bottom: 20px;
}
.page .p-head{
	height: 400px;
	width: 100%;
	background: url('img/page.jpg') center center no-repeat fixed;
	background-position: cover;
	-webkit-background-position: cover;
	-moz-background-position: cover;
	-o-background-position: cover;
	-khtml-background-position: cover;
}
.page .p-title{
	padding-left: 10%;
	text-align: left;
	margin-top: -50px;
}
.page .p-title h1{
	text-transform: uppercase;
	display: inline-block;
	background: #fff;
	color: #000;
	letter-spacing: 2px;
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-khtml-border-radius: 10px;
}

/* SHOP */
.shop{
	margin: 20px 0;
	padding: 20px 0;
}
.shop .side-bar{
	padding: 10px;
}
.shop .side-bar .title{
	padding: 10px;
	border-bottom: 1px solid #eee;
}
.shop .side-bar .title h3{
	color: #26c9c3;
	font-size: 20px;
	font-weight: 100 !important;
}
.shop .side-bar ul{
	margin: 10px 0 20px 0;
}
.shop .side-bar ul li{
	padding: 10px;
}
.shop .side-bar ul li a{
	display: block;
	color: #000;
	letter-spacing: 1px;
	font-size: 17px;
}
.shop .side-bar ul li:hover > a,.shop .side-bar ul li.active a{
	color: #26c9c3;
}
.side-bar-menu{
	margin: 10px 0 20px 0;
    transition: all 0 ease;
	-webkit-transition: all 0 ease;
	-moz-transition: all 0 ease;
	-khtml-transition: all 0 ease;
	-o-transition: all 0 ease;
}
.side-bar-menu .panel-heading{
    background: #fff;
    padding: 7px;
    border: none;
    transition: all 0 ease;
	-webkit-transition: all 0 ease;
	-moz-transition: all 0 ease;
	-khtml-transition: all 0 ease;
	-o-transition: all 0 ease;
}
.side-bar-menu .panel-heading a .panel-title{
    color: #333;
    font-size: 19px !important;
    transition: all 0 ease;
	-webkit-transition: all 0 ease;
	-moz-transition: all 0 ease;
	-khtml-transition: all 0 ease;
	-o-transition: all 0 ease;
}
.side-bar-menu .panel-heading a .panel-title span{
	position: absolute;
	right: 40px;
	font-size: 13px;
	line-height: 20px;
	font-weight: 100 !important;
}
.side-bar-menu .panel-heading a .panel-title.active{
	color: #26c9c3;
}
.side-bar-menu .panel-body{
    font-size: 17px;
    line-height: 30px;
    transition: all 0 ease;
	-webkit-transition: all 0 ease;
	-moz-transition: all 0 ease;
	-khtml-transition: all 0 ease;
	-o-transition: all 0 ease;
}
.side-bar-menu .panel-body .side-bar-nav ul{
	margin: 0;
}
.side-bar-menu .panel-body .side-bar-nav ul li{
	padding: 0;
}
/* PRODUCT PAGE */
.single-product .product-meta{
	text-align: left;
	padding: 30px 0;
}
.single-product .product-meta h2{
	padding: 0;
	margin: 0;
}
.single-product .product-meta h3{
	padding: 0;
	margin: 0;
}
.single-product .product-meta h3 a{
	color: #aaa;
}
.single-product .product-meta h3 a:hover{
	color: #26c9c3;
}
.single-product .product-meta .add_to_cart{	
	width:152px;
	font-size:15px;
	border:2px solid #fff;
	color:#fff;
	background: #5ff7d2;
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
	padding:10px 0;	
	margin-top: 30px;
	-webkit-transition: all 200ms ease-out; 
	-moz-transition: all 200ms ease-out; 
	-o-transition: all 200ms ease-out; 
	transition: all 200ms ease-out; 
}
.single-product .product-meta .add_to_cart:hover{	
	background:#fff;
	color:#5ff7d2;
	border:2px solid #5ff7d2;
	cursor:pointer;
}
.single-product .product-meta div.colors div{
	margin-top:3px;
	width:15px; 
	height:15px;	
	margin-right:5px;
	float:left;
}
.single-product .product-meta div.colors div span{
	width:15px; 
	height:15px; 
	display:block;
	border-radius:50%;
	border:1px solid #eee;
}
.single-product .product-meta div.colors div span:hover{
	width:17px;
	height:17px;
	margin:-1px 0 0 -1px;
}
.single-product p.detail{
	padding: 30px 0;
	text-align: left;
	font-size: 17px;
	line-height: 25px;
}

/* ABOUT PAGE */
.about-page{
	padding: 10px 0;
}
.about-page p{
	margin: 20px;
	font-size: 18px;
	line-height: 30px;
}
/* CONTACT PAGE */
.contact-page{
	padding: 30px 0;
	-webkit-transition: all 1s in-out; 
	-moz-transition: all 1s in-out; 
	-o-transition: all 1s in-out; 
	transition: all 1s in-out; 
}
.contact-page .address-block{
	width: 100%;
	padding: 30px;
	margin: 20px 0;
	background:#26c9c3;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-khtml-border-radius: 10px;
}
.contact-page .address-block .address-detail{
	width: 100%;
	background: #fff;
	margin: 30px auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-khtml-border-radius: 50%;
	text-align: center;
	display: table;
}
.contact-page .address-block .address-detail:hover{
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.contact-page .address-block .address-detail div{
	margin: auto;
	display: table-cell;
    vertical-align: middle;
    text-align:center
}
.contact-page .address-block .address-detail p{
	display: inline;
    float: none;
    font-size: 19px;
    color: #333;
}
.contact-page .contact-form{
	margin: 30px 0;
	padding: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-khtml-border-radius: 10px;
	box-shadow:0px 5px 31px -1px rgba(0, 0, 0, 0.15);
	box-shadow:0px 5px 31px -1px rgba(38, 201, 195,0.5);
	-webkit-transition:  100ms ease-out; 
	-moz-transition:  100ms ease-out; 
	-o-transition:  100ms ease-out; 
	transition:  100ms ease-out;
}
.contact-page .contact-form input[type="text"],.contact-page .contact-form input[type="email"]{
	padding: 15px !important;
	font-size: 20px;
}
.contact-page .contact-form label{
	font-size: 17px;
	margin-top: 10px;
	font-weight: 100;
}
.contact-page .contact-form h4{
	font-size: 22px;
	font-weight: bold;
}












































