/* GLOBAL STYLES
    -------------------------------------------------- */
    /* Padding below the footer and lighter body text */

    body {
	background:#ffffff;
     	font-family: 'Open Sans', sans-serif;
      	margin:0em; padding:0em;
    }



html{ -webkit-font-smoothing: antialiased; }
a {
text-decoration:none;color:#595959;
}
a:hover {text-decoration:none;color:#808080;}



img {
	margin:0 auto;
	max-width:100%;
	height:auto;
	width: auto; /* ie 8 */
}



h1, h2, h3,
h4, h5, h6, strong {
    	font-family: 'Oswald', sans-serif;
}

 
.clear:after {
   	clear: both;
}
 
.clear {
   	*zoom: 1;
}

h1 {
  	color: #535353;
  	font-size: 23px;
	font-style: italic;
	line-height:1.5em;
	font-weight:300;
}

h2 {
  	font-size: 21px;
  	position: relative;
	line-height: 30px;
	font-style: italic;
	font-weight:300;
}

h3 {
  	color: #828282;
  	font-size: 20px;
	font-style: italic;
	line-height:1.5em;
	font-weight:300;
}
h4 {
  	color: #828282;
  	font-size: 19px;
	font-style: italic;
	line-height:1.5em;
	font-weight:300;
}

h5 {
  	color: #707070;
  	font-size: 18px;
	.font-style: italic;
	line-height:1.5em;
}

p{	font-family: 'Open Sans', sans-serif; 	
	font-size: 14px;
	line-height:1.9em;
	color:#828282;
}

strong{ 
	color:#388194;     
	font-size:30px;
	font-weight:300;
	line-height:1.7em;
	.text-transform: uppercase;
	font-style: italic;
}

hr.title {
    	border: 0;
    	height: 1px; 
    	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); 
}
hr.line {
    	border-top: 1px solid #ccc;
}

.separator {
    display: inline-block;
    width: 80px;
    height: 1px;
    background-color: #333;
    margin: 10px 0 10px 0;
}

.container {
	width: 96%;
	max-width:1200px;
}
@media (min-width: 320px) and (max-width:549px)
 {
.container{
	width: 100%;
}

}

.box {
  position: relative;
  overflow: hidden;
}
.box img {
  max-width: 100%;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.box:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}


.title_logo{
	background: #fff;
	text-align:center;
    	padding-top: 140px;
    	padding-bottom: 30px;
}
.title_logo img {
	margin:0 auto;
	max-width:100%;
	height:auto;
}



/*=================================
    OBEN_HALB
===================================*/

.oben_halb{
    	background:#f5f5f5;
    	position: relative;
	text-align:left;
}

.oben_halb .col-50-img {
	width: 50%;
	float: left;
  	background-position:35% 65%;
  	height: 500px;
  	background-size:cover;
	text-align:left;
	background-repeat:no-repeat;
    	position: relative;
}

.oben_halb .col-50-imgVideo {
	width: 50%;
	float: left;
  	background-position:center center;
  	height: 500px;
  	background-size:cover;
	text-align:left;
	background-repeat:no-repeat;
    	position: relative;
}

.oben_halb .col-50 {
	width: 50%;
	float: left;
}
.oben_halb .col-50-img {
	width: 50%;
	float: left;
	margin-bottom:0px;
}

.oben_halb .text {
	padding:90px 90px 20px 90px;
}

.oben_halb .text2 {
	padding:7%;
}





 @media (min-width: 730px) and (max-width:1450px) {
.oben_halb .text {
	padding:40px;
}
}

 @media (min-width: 768px) and (max-width:920px) {
.oben_halb .col-50-img {
	height:555px;
}
.oben_halb .col-50-imgVideo {
	height:420px;
}
}

 @media (min-width: 250px) and (max-width:767px) {

.oben_halb {
	padding-top:0px;
}

.oben_halb .col-50, .oben_halb .col-50-img, .oben_halb .col-50-imgVideo {
	width:100%;
}

.oben_halb  .col-50-img, .oben_halb .col-50-imgVideo {
	max-height:400px;
	margin-bottom:10px;
}

.oben_halb .text {
	padding:30px;
}

}

/*=================================
    META_THERAPY
===================================*/

.meta-therapy{
    	background:#fcfcfc;
    	position: relative;
	text-align:left;
}

.meta-therapy h2, .meta-therapy-middle h2{
	color:#a8677a;
}

.meta-therapy .col-50 {
	width: 50%;
	float: left;
}

.meta-therapy .text {
	padding:100px 100px 50px 100px;
}

.meta-therapy-middle{
    	background:#fcfcfc;
    	position: relative;
	text-align:left;
	padding-top:70px;
}
.meta-therapy-middle .col-60 {
	width: 60%;
	float: left;
	padding:0px;
}

.meta-therapy-middle .col-40 {
	width: 40%;
	float: left;
	padding:0px 100px 0px 100px;
}

 @media (min-width: 730px) and (max-width:1450px) {
.meta-therapy .text {
	padding:40px;
}

.meta-therapy-middle .col-40 {
	padding:20px 0px 0px 0px;
}
.meta-therapy-middle .col-60 {
	padding:0px 10px 0px 40px;
}
}

 @media (min-width: 250px) and (max-width:730px) {

.meta-therapy .text {
	padding:0px 40px 10px 40px;
}
.meta-therapy .col-50 {
	width: 100%;
	float: left;
}
.meta-therapy-middle .col-40 {
	padding:20px 0px 0px 0px;
	width:100%;
}
.meta-therapy-middle .col-60 {
	padding:0px 10px 0px 40px;
	width:100%;
}
}



/*=================================
    OBEN_HALB-HF-Treatments
===================================*/

.oben_halb-hf-treatments{
    	background:#f5f5f5;
    	position: relative;
	text-align:left;
}

.oben_halb-hf-treatments .col-50-img {
	width: 50%;
	float: left;
  	background-position:35% 65%;
  	height: 650px;
  	background-size:cover;
	text-align:left;
	background-repeat:no-repeat;
    	position: relative;
}

.oben_halb-hf-treatments .col-50 {
	width: 50%;
	float: left;
}
.oben_halb-hf-treatments .col-50-img {
	width: 50%;
	float: left;
	margin-bottom:0px;
}

.oben_halb-hf-treatments .text {
	padding:100px;
}

.oben_halb-hf-treatments .text2 {
	padding:7%;
}
.text-lymphdrainage {
	padding:50px;
	background:#fff;
	text-align:left;
	margin:20px;
}

 @media (min-width: 730px) and (max-width:1450px) {
.oben_halb-hf-treatments .text {
	padding:40px;
}
}

 @media (min-width: 768px) and (max-width:980px) {
.oben_halb-hf-treatments .col-50-img {
	height:850px;
}
}

 @media (min-width: 250px) and (max-width:767px) {

.oben_halb-hf-treatments {
	padding-top:0px;
}

.oben_halb-hf-treatments .col-50, .oben_halb-hf-treatments .col-50-img {
	width:100%;
}

.oben_halb-hf-treatments .col-50-img {
	max-height:400px;
	margin-bottom:10px;
}

.oben_halb-hf-treatments .text {
	padding:30px;
}

}



/*============================================================
   TREATMENTS
============================================================*/

#treatments{
	width: 100%;
    	background:#f2f2f2;
    	position: relative;
    	border-top: 1px solid #d8d8d8;
	text-align: center;
	padding-top:20px;
	padding-bottom:20px;
}

#treatments .col-50{
	background:#fff;
	padding:50px;
	margin:20px;
	width:46%;
	float:left;
	text-align: left;
}


 @media (min-width: 300px) and (max-width:725px)
 {

#treatments .col-50{
	width:92%;
	padding:20px;
	margin-left: 15px;
}

}

 @media (min-width: 726px) and (max-width:1100px)
 {

#treatments .col-50{
	width:44%;
	padding:25px;
}

}



/*============================================================
   Home
============================================================*/

#home-treatments{
	width: 100%;
    	background:#fff;
    	position: relative;
	margin-bottom:100px;
	.margin-top:140px;
	text-align: center;
	padding-top:5px;
	padding-bottom:5px;
}

#home-treatments .col-30{
	.background:#fff;
	padding:5px;
	.margin:10px;
	width:33.333%;
	float:left;
	.text-align: left;
}


 @media (min-width: 750px) and (max-width:990px) {
#home-treatments .col-30 {
	width:50%;
}
#video .col-50{
width:100%;
}

}

 @media (min-width: 300px) and (max-width:750px) {
#home-treatments .col-30 {
	width:100%;
}
#video .col-50{
width:100%;
}

}

/*=================================
     HOME-ABOUT
===================================*/

#home-about{
    	background:#f2f2f2;
    	position: relative;
	text-align:left;
	margin-top:30px;
}

#home-about .col-50-img {
	width: 50%;
	float: left;
  	background-position:80% 20%;
  	height: 550px;
  	background-size:cover;
	text-align:left;
	background-repeat:no-repeat;
    	position: relative;
}
#home-about h2 {
  	font-size: 21px;
  	position: relative;
	line-height: 30px;
	font-style: italic;
	font-weight:300;
}

#home-about .col-50 {
	width: 50%;
	float: left;
}
#home-about .col-50-img {
	width: 50%;
	float: left;
	margin-bottom:0px;
}

.text {
	padding:95px;
}


 @media (min-width: 930px) and (max-width:1400px) {
.text {
	padding:50px;
}

}

 @media (min-width: 500px) and (max-width:930px) {

#home-about{
	padding-top:0px;
}

#home-about .col-50, #home-about .col-50-img{
	width:100%; 
	margin-bottom:10px;
}


.text {
	padding:45px 90px 45px 90px;
}

}

 @media (min-width: 320px) and (max-width:500px) {

#home-about{
	padding-top:0px;
}

#home-about .col-50, #home-about .col-50-img{
	width:100%;
}
#home-about .col-50-img{
	max-height:255px;
	margin-bottom:10px;
}

.text {
	padding:30px;
}

.home-bottom-title {
	top:35%;
	left:5%;
	right:5%;
}

}


/*=================================
    VIDEO
===================================*/
.video {
  position: relative;
  overflow: hidden;
  margin-top:50px;
  margin-bottom:50px;
}


.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  z-index: -100;
}

.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 992px) {
  .video {
    height: 100vh;
  }

  .custom-video {
    object-fit: cover;
	object-position: center 0;
	.object-position:20% 80%;
    width: 100vw;
    height: 100vh;
  }

}


/*=================================
    HYDRAFACIAL KERATIVE
===================================*/

#hydrafacial_kerative{
	width: 100%;
    	background:#fff;
    	position: relative;
	margin-top:70px;
	margin-bottom:70px;
}

#hydrafacial_kerative  .col-30 {
	width: 33%;
	float: left;
	padding:20px;
}

 @media (min-width: 250px) and (max-width:750px)
 {
#hydrafacial_kerative  .col-30 {
	width: 100%;
	float: left;
	padding:20px;
}
}




/*=================================
    IS-CLINICAL
===================================*/

#is-clinical-presse {
	width: 100%;
    	background:#fff;
    	position: relative;
    	border-top: 1px solid #d8d8d8;
	padding-top:50px;
	padding-bottom:50px;
	text-align:center;
}



#is-clinical_treatments{
	width: 100%;
    	background:#fff;
    	position: relative;
	text-align: center;
	padding-bottom:70px;
}

#is-clinical_treatments .container {
	width:100%;
	max-width:1700px;
}

#is-clinical_treatments .col-50 {
	background:#f7f7f7;
	margin:20px;
	width:46%;
	float:left;
	text-align: left;
	padding:50px;
}

 @media (min-width: 250px) and (max-width:500px)
 {

#is-clinical_treatments .col-50{
	width:100%;
	margin:0 0 30px 0;
	padding:20px;
}

}

 @media (min-width: 501px) and (max-width:949px)
 {

#is-clinical_treatments .col-50{
	width:92%;
}

}

 @media (min-width: 950px) and (max-width:1100px)
 {

#is-clinical_treatments .col-50{
	width:44%;
	.padding:25px;
}

}


/*=================================
    INFUZION-SYSTEM-ZONEN
===================================*/

#infuzion-system-zonen{
	width: 100%;
    	background:#fff;
    	position: relative;
	margin-top:70px;
}

.zone {
	background: #fff;
  	min-height:200px;
	position:relative;
	border: 1px solid #aaa8a8;
	padding:40px 20px 20px 20px;
	padding-bottom:50px;
	margin-bottom:60px;
}


.zone-title {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #ffffff;
	padding: 0 30px;
	font-size: 20px;
	text-transform: uppercase;
	color: #847083;
	font-family: 'Oswald', sans-serif;
}


#infuzion-system-zonen .col-30 {
	width: 30%;
	float: left;
	margin:50px 10px 10px 10px;
}



 @media (max-width:700px) {
#infuzion-system-zonen .col-30, #infuzion-system .col-50{
	width: 100%;
	padding:10px;
	margin:0px;
}

}



/*=================================
    MBR Gesicht
===================================*/

#mbr-oben{
	background: url(../images/mbr/oben.jpg);
  	background-position:15% 75%;
  	height:500px;
  	background-size:cover;
	background-repeat:no-repeat; 
	position:relative;
}


#mbr{
	.background:#f2fcf6;
  	min-height:300px;
	position:relative;
	margin-top:70px;
}



#mbr .container{
	background:#f2f2f2;
	padding:70px;
	margin:0 auto;
	width:70%;
	margin-bottom:100px;
}

.mbr_accordion {
	width: 80%;
	max-width:1100px;
	margin:0 auto;
	margin-top:70px;
	margin-bottom:70px;
}


#accordion{
	width: 60%;
	max-width:900px;
	margin:0 auto;
}
.fa-caret-right {
  transition: all .4s ease;
}

.active .fa-caret-right {
  transform: rotate(90deg);
}

.panel-title a {
  text-decoration: none;
  	color: #197338;
  	font-size: 20px;
	font-style: italic;
	line-height:1.5em;
	font-weight:300;
}


 @media (min-width: 250px) and (max-width:767px)
 {
#mbr .container{
	width:90%;
	padding:30px;
	margin-bottom:50px;
}

#accordion{
	width: 90%;
}

}

 @media (min-width: 768px) and (max-width:1120px)
 {

#accordion{
	width: 90%;
}

}

/*=================================
    MBR PRODUKTE
===================================*/

#mbr_spruch{
	background: url(../images/produkte-mbr/spruch.jpg);
  	background-position:25% 75%;
  	height:400px;
  	background-size:cover;
	text-align:left;
	background-repeat:no-repeat; 
	position:relative;
	margin-top:7px;
	margin-bottom:7px;
}


.mbr_spruch-title {
	position:absolute;
	text-align:center;
	top:35%;
	left:30%;
	right:0%;
	width:50%;
	margin:0 auto;
}

#mbr_spruch h1{
	color:#197338;
}
#mbr_spruch h4{
	color:#fff;
}

.mbr_produkte_box {
    	background:#fff;
    	position: relative;
	text-align:center;
}

.mbr_produkte {
    	background:#f2f2f2;
    	position: relative;
	text-align:left;
	margin-top:100px;
	margin-bottom:100px;
}

.mbr_produkte  .col-40-img {
	width: 40%;
	float: left;
  	background-position:35% 65%;
  	height: 550px;
  	background-size:cover;
	text-align:left;
	background-repeat:no-repeat;
    	position: relative;
}

.title_img{
	background:rgba(25, 115, 56, 0.7);
	text-align:center;
    	padding: 30px;
	left:0;
	right:0;
	bottom:0;
  	position: absolute;
}
.title_img h3, .title_img p{
	color:#fff;
}
.title_img hr.title {
    	border: 0;
    	height: 1px; 
    	background:#fff; 
}


.mbr_produkte  .col-60 {
	width: 60%;
	float: left;
}

.mbr_produkte .text {
	padding:50px;
}

 @media (min-width: 350px) and (max-width:760px)
 {
.mbr_produkte  .col-60 , .mbr_produkte  .col-40-img, .mbr_produkte_box .col-30{
	width:100%;
}

.mbr_spruch-title {
	top:5%;
}
#mbr_spruch h4{
	color:#595959;
}

}



/*=================================
    SKINPEN
===================================*/
.skinpen{
    	background:#f5f5f5;
    	position: relative;
	text-align:left;
}

.skinpen .col-50-img {
	width: 50%;
	float: left;
  	background-position:35% 65%;
  	height: 600px;
  	background-size:cover;
	text-align:left;
	background-repeat:no-repeat;
    	position: relative;
}

.skinpen .col-50 {
	width: 50%;
	float: left;
}
.skinpen .col-50-img {
	width: 50%;
	float: left;
	margin-bottom:0px;
}

.skinpen .text {
	padding:100px;
}

@media (min-width: 730px) and (max-width:1450px) {
.skinpen .text {
	padding:40px;
}
}

 @media (min-width: 768px) and (max-width:980px) {
.skinpen .col-50-img {
	height:730px;
}
}

 @media (min-width: 250px) and (max-width:767px) {

.skinpen {
	padding-top:0px;
}

.skinpen .col-50, .skinpen .col-50-img {
	width:100%;
}

.skinpen .col-50-img {
	max-height:400px;
	margin-bottom:10px;
}

.skinpen .text {
	padding:30px;
}

}
.skinpen_treatments {

    width: 100%;
    background: #fff;
    position: relative;
    text-align: center;
    padding-bottom: 70px;
    margin-top: 50px;

}

/*=================================
    POWERS-FACIAL
===================================*/

.power_facial {
    	background:#f5f5f5;
    	position: relative;
	text-align:left;
}

.power_facial  .col-50-img {
	width: 50%;
	float: left;
  	background-position:35% 65%;
	background-position-y: center;
  	height: 500px;
  	background-size:cover;
	text-align:left;
	background-repeat:no-repeat;
    	position: relative;
	margin-bottom:0px;
}


.power_facial .text{
    	padding:100px;
}

.power_facial .col-50 {
	width: 50%;
	float: left;
}


 @media (min-width: 730px) and (max-width:1025px) {
.power_facial  .col-50-img {
	width:100%; 
	margin-bottom:20px;
}
 .power_facial .col-50  {
	width:100%;
}
}


/*=================================
    DIV-BOTTOM
===================================*/

.div-bottom{
	width: 100%;
    	background:#f7f7f7;
    	position: relative;
    	border-top: 1px solid #d8d8d8;
    	border-bottom: 1px solid #d8d8d8;
}
.div-bottom .col-bottom-30{
	padding:100px 5px 100px 5px;
	width:33.333%;
	float:left;
	text-align: center;
}

.div-bottom .container{
	width:100%;
	max-width: 2100px;
}

 @media (max-width: 800px)
{
.div-bottom .col-bottom-30{
	width:100%;
	padding:10px;
}

.div-bottom .container{
	width:60%;
	max-width: 600px;
	margin:0 auto;
}

}
 

 @media (min-width: 320px) and (max-width:800px) {
.div-bottom .container{
	width:100%;
}

}
 

/*=================================
    Kontakt
===================================*/

#kontakt {
    	position: relative;
}

.kontakt-top {
	background:#fff;
	width:100%;
  	position: relative;
	padding:30px 20px 30px 20px;
	text-align:center;
    	.border-top: 1px solid #c2c2c2;
}

 .kontakt-middle{
	width:100%;
	.background:#f7f7f7;
  	position: relative;
	text-align:left;
    	margin:0 auto;
}


 .kontakt-middle .col-60{
	padding:30px 50px 30px 50px;
}
 .kontakt-middle .col-40-adresse{
	padding:30px 0px 80px 30px;
	float:left;
	width:40%;
}


 @media (min-width: 800px) and (max-width:1024px) {
 .kontakt-middle .col-40-adresse,  .kontakt-middle .col-60{
	width:50%;
}

}

 @media (min-width: 320px) and (max-width:800px) {
 .kontakt-middle .col-60,  .kontakt-middle .col-40-adresse{
	padding:10px;
	width:100%;
}

}
 

.kontakt-bottom {
    	background:#cecece;
    	padding: 20px 0 10px 20px;
	position:relative;
}
.kontakt-bottom p{
    	font-size:13px;
}


/*=================================
    ONLINESHOP-PRODUKTE
===================================*/

#onlineshop-produkte{
	width: 100%;
    	background:#f7f7f7;
    	position: relative;
    	border-top: 1px solid #d8d8d8;
    	border-bottom: 1px solid #d8d8d8;
}
#onlineshop-produkte .col-bottom-20{
	padding:40px 5px 100px 5px;
	width:20%;
	float:left;
	text-align: center;
}

#onlineshop-produkte .container{
	width:100%;
	max-width: 2100px;
}


 @media (min-width: 320px) and (max-width:600px) {
#onlineshop-produkte .container, #onlineshop-produkte .col-bottom-20{
	width:100%;
}
#onlineshop-produkte .col-bottom-20{
	padding:15px;
	background:#ccc;
}
}
 

/*============================================================
   Impressum
============================================================*/


#impressum{
	background: #fff;
	padding-top:100px;
	padding-bottom:100px;
	text-align:center;
}


/*============================================================
   VIDEO
============================================================*/

#video{
    	.background:#363636;
	text-align:center;
	position:relative;
	width:100%;
}


#video .col-50{
    	float:left;
	width:50%;
}


 @media (min-width: 320px) and (max-width:800px) {
#video .col-50{
	width:100%;
}

}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container-wrapper {
max-width: 100%;
width: 700px;
left: 0;
right:0;
margin:auto;
margin-bottom:30px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*============================================================
   Tabelle
============================================================*/


table {
  	margin-left: auto;
  	margin-right: auto;
 	width:100%;
	text-align:left;
}
td {
	padding:10px 10px 10px 0px;		
	vertical-align: bottom;
	border-bottom:1px solid #ccc;
}

td p{
	margin:0;
}




    /* SPALTEN
    -------------------------------------------------- */

.col-25 {
	width: 23%;
	float: left;
}

.col-30 {
	width: 30%;
	float: left;
}
.col-30p {
	width: 30%;
	float: left;
}

.col-33 {
	width: 30%;
	float: left;
	margin:15px;
	border:1px solid #b1b1b1;
}
.col-33 p{
	padding:0 15px 0 15px;
}
.col-40k {
	width: 40%;
	float: left;
}
.col-40 {
	width: 40%;
	float: left;
}
.col-50 {
	width: 49%;
	float: left;
}

.col-50-text {
	width: 49%;
	float: left;
	padding:20px;
}

.col-50-img {
	width: 49%;
	float: left;
	padding-bottom:350px;
	background-size:cover;
	background-repeat:no-repeat; 
	margin-bottom:30px;
}

 @media screen and (max-width: 700px) {
 .col-50-img, .col-50-text {
	width:100%;
}
}


.col-60 {
	width: 60%;
	float: left;
}
.col-70 {
	width: 70%;
	float: left;
}


 @media screen and (max-width: 480px) {
.col-30,.col-30p,.col-33,  .col-40, .col-70,.col-60, .col-50{
	width:100%;
}


}

 @media (min-width: 481px) and (max-width:1000px)
 {
.col-40, .col-60, .col-50{
	width:100%;
}
.col-30p, .col-33, .col-50{
	width:50%;
}

}


/* BUTTON */ 

.button {
    display: inline-block;
    width:270px;
    text-align: center;
    vertical-align:bottom;
    padding: 10px 10px;
    background:transparent;
    font: normal normal normal 14px Open Sans, sans-serif;
    color: #606060;
border:1px solid #808080;
    text-decoration: none;
    text-transform: uppercase;
	margin-top:20px;
	.border-radius:7px;
	-webkit-transition: all ease 0.9s;
	-moz-transition: all ease 0.9s;
	transition: all ease 0.9s;
	margin-bottom:30px;
}
.button:hover {
	padding-left:23px;
    color: #404040;
    text-decoration: none;
    text-transform: uppercase;
	-webkit-transition: all ease 0.9s;
	-moz-transition: all ease 0.9s;
	transition: all ease 0.9s;
}

 @media (min-width: 300px) and (max-width:500px)
 {
.button{
	width:320px;
}

}



a.back-to-top {
	display: none;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #525252 url("../images/icons/top.png") no-repeat center 43%;
	border:1px solid #cbcbcb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
a:hover.back-to-top {
	background-color:#cbcbcb;
	border:1px solid #808080;
  	-moz-transition: all 1.5s;
  	-webkit-transition: all 1.5s;
  	transition: all 1.5s;
}


/*=================================
    Figure 1084
===================================*/


@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
figure.snip1084 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  .margin: 10px;
  min-width: 220px;
  max-width: 700px;
  max-height: 500px;
  width: 100%;
  background: #000000;
  text-align: center;
}

figure.snip1084 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

figure.snip1084 img {
  opacity: 1;
  width: 100%;
}

figure.snip1084 figcaption {
  top: 40%;
  left: 70px;
  right: 70px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

figure.snip1084 figcaption h2 {
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  -webkit-transform: translateY(75%);
  transform: translateY(75%);
}

figure.snip1084 figcaption h2 span {
  font-weight: 800;
}

figure.snip1084 figcaption p {
  font-weight: 500;
  opacity: 0;
  margin: 0;
  color:#fff;
}

figure.snip1084:before,
figure.snip1084:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s, -moz-transform 0.6s, -o-transform 0.6s, transform 0.6s;
}

figure.snip1084:before {
  border-top: 1px double #fff;
  border-bottom: 1px double #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

figure.snip1084:after {
  border-right: 1px double #fff;
  border-left: 1px double #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

figure.snip1084 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.snip1084.blue {
  background: #0a212f;
}

figure.snip1084.grey {
  background: #505050;
}

figure.snip1084.yellow {
  background: #562e0a;
}

figure.snip1084:hover img,
figure.snip1084.hover img {
  opacity: 0.7;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.snip1084:hover figcaption h2,
figure.snip1084.hover figcaption h2,
figure.snip1084:hover figcaption p,
figure.snip1084.hover figcaption p {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.5);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

figure.snip1084:hover figcaption p,
figure.snip1084.hover figcaption p {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

figure.snip1084:hover:before,
figure.snip1084.hover:before,
figure.snip1084:hover:after,
figure.snip1084.hover:after {
  opacity: 0.8;
  -webkit-transform: scale(1);
  transform: scale(1);
}



.button1 {
    display: inline-block;
    width:270px;
    text-align: center;
    vertical-align:bottom;
    padding: 10px 10px;
    background:transparent;
    font: normal normal normal 14px Open Sans, sans-serif;
    color: #fff;
border:1px solid #ccc;
    text-decoration: none;
    text-transform: uppercase;
	margin-top:20px;
	.border-radius:7px;
	-webkit-transition: all ease 0.9s;
	-moz-transition: all ease 0.9s;
	transition: all ease 0.9s;
	margin-bottom:30px;
}
.button1:hover {
	padding-left:23px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
	-webkit-transition: all ease 0.9s;
	-moz-transition: all ease 0.9s;
	transition: all ease 0.9s;
}
