@charset "utf-8";
*{
	padding:0;
	margin:0;
	transition-timing-function: ease;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-webkit-transition: 0.2s;
    transition: 0.2s;	
}
body{
	font-family: 'Exo 2', sans-serif;
	font-weight:300;
	background:url(../images/catalogue-bg2.jpg) center center no-repeat fixed;
	background-size:cover;
	font-size:14px;
}
.contact-bg{
	background:url(../images/contact-bg.jpg) center center no-repeat fixed;
	background-size:cover;
}
	.disp{
	display:none;
}
#footer-inside a{
	color:#EC1F7B;
}
#footer-inside a:hover{
	color:#EC1F7B;
	text-decoration:none;
}
#catalogue-selection{
	display:block;
	float:left;
	width:100%;
	margin-bottom:20px;
	text-align:center;
}
#catalogue-selection a{
	color:#FFF;
	padding:10px;
	border:3px solid transparent;
	margin-right:10px;
	cursor:pointer;
	font-weight:bold;
	font-size:24px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
    background-color: rgba(66, 27, 82,0.9);
}
#catalogue-selection a:hover{
	border:3px solid #FFF;
}
#catalogue-selection a.active{
	border:3px solid #FFF;
}
#catalogue-selection a.nonactive{
	border:3px solid transparent;
}
@media screen and (min-width: 1200px) {
	.catalogue-product .description .volume2{
	display: none;
}
#header{
	display:block;
	float:left;
	width:100%;
	min-width:1200px;
	height:90px;
	margin-top:40px;
	background-color:rgba(255,255,255,0.9);
	position:relative;
	z-index:10;
}
#header-inside{
	display:block;
	margin:0 auto;
	width:1200px;
	height:90px;
}
#logo{
	display:block;
	float:left;
	width:171px;
	height:27px;
	/*margin-top:31px;*/
	margin-top:17px;
}
#logo a img{
	border:0;
}
#header-nav{
	display:block;
	float:right;
	width:500px;
	height:50px;
	margin-top:20px;
	margin-right:200px;
}
#header-nav ul{
	display:block;
	float:left;
	width:500px;
	height:50px;
}
#header-nav ul li{
	list-style:none;
}
#header-nav ul li a{
	display:block;
	float:left;
	width:25%;
	height:50px;
	text-decoration:none;
	color:#000;
	font-size:22px;
	vertical-align:middle;
	line-height:50px;
	text-align:center;
}
#header-nav ul li a:hover{
	color:rgb(236, 32, 124);
}
#footer{
	display:block;
	float:left;
	width:100%;
	min-width:1200px;
	min-height:270px;
	background:url(../images/footer-bg.jpg) top center repeat;
}
#footer-inside{
	display:block;
	margin:0 auto;
	width:1200px;
	min-height:200px;
}
#footer-paragraph{
	display:block;
	float:left;
	width:540px;
	height:auto;
	margin-left:50px;
	margin-top:35px;
	color:#FFF;
	line-height:34px;
}
#footer-nav{
	display:block;
	float:right;
	width:500px;
	height:50px;
	margin-top:35px;
	margin-right:26px;
}
#footer-nav ul{
	display:block;
	float:left;
	width:500px;
	height:50px;
}
#footer-nav ul li{
	list-style:none;
}
#footer-nav ul li a{
	display:block;
	float:left;
	width:25%;
	height:50px;
	text-decoration:none;
	color:#FFF;
	font-size:20px;
	vertical-align:middle;
	line-height:50px;
	text-align:center;
}
#footer-nav ul li a:hover{
	color:#EC1F7A;
}
#footer-social{
	display:block;
	float:right;
	width:392px;
	height:50px;
	margin-top:35px;
	margin-right:35px;
	font-size:28px;
	font-weight:bold;
	color:#FFF;
}
#footer-social img{
	margin-left:15px;
	border:0;
	
}
.footer-follow{
	  margin-top: 10px;
  display: block;
  float: left;
}
#cc-txt{
	    display: inline-block;
    float: left;
}
#copyright-section{
	display:block;
	float:left;
	width:100%;
	min-width:1200px;
	height:68px;
	/*background:url(../images/footer-line.png) top center no-repeat;*/
	margin-top:30px;
	font-size:14px;
	  background-color:rgba(255,255,255,0.8);
}
#copyright-section-inside{
	    display: block;
    /* float: left; */
    width: fit-content;
    margin: auto;
    /* margin-left: 50px; */
    height: 68px;
    color: #000;
    text-align: center;
    line-height: 68px;
    vertical-align: middle;

}
#copyright-section img{
	margin-top:10px;
	    display: inline-block;
    float: left;
}

#catalogue-section{
	display:block;
	min-width:1200px;
	float:left;
	width:100%;
	height:auto;
}
#catalogue-section-inside{
	display:block;
	margin:0 auto;
	width:1200px;
	height:auto;
}
#catalogue-section-inside .header{
display:block;
	width:100%;
	height:110px;
	line-height:110px;
	vertical-align:middle;
	font-size:48px;
	text-align:center;
	font-weight:300;
	color:#FFF;
	background-color:rgba(66, 27, 82,0.9);
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin:20px 0;
}
.catalogue-product{
	display:block;
	float:left;
	margin-bottom:20px;
	width:1200px;
	height:auto;
	background-color:#FFF;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.catalogue-product .image{
	margin:20px 20px 30px 20px;
	display:block;
	width:300px;
	height:300px;
	float:left;
}
.catalogue-product .image img{
	width:100%;
	border:5px solid #AA246B;
	-webkit-border-radius: 500px;
-moz-border-radius: 500px;
border-radius: 500px;
}
.catalogue-product .description{
	display:block;
	width:830px;
	height:auto;
	float:right;
	padding:20px 20px 20px 0;
}
.catalogue-product .description h3{
	display:block;
	width:100%;
	height:auto;
	float:left;
	color:#EB207B;
	font-weight:300;
	font-size:24px;
	margin-bottom:5px;
}
.catalogue-product .description p{
	display:block;
	width:100%;
	height:auto;
	float:left;
	color:#222;
	font-weight:300;
	font-size:16px;
	line-height:26px;
	text-align:justify;
}
.catalogue-product .description .volume{
	  display: block;
  width: 300px;
  height: 85px;
  float: right;
  margin-top: -30px;
  margin-bottom: -48px
}
.catalogue-product .description .volume .aw{
	  display: block;
  width: 85px;
  height: 85px;
  float: right;
  background: url(../images/aw.png) no-repeat center bottom;
  background-size: 100%;
  color: #FFF;
  vertical-align: middle;
  line-height: 101px;
  font-size: 22px;
  font-weight: 300;
padding-left: 6px;
  margin-left:7px;
}
.catalogue-product .description .volume .asconi{
	  display: block;
  width: 85px;
  height: 85px;
  float: right;
  background: url(../images/asconi.png) no-repeat center bottom;
  background-size: 100%;
  color: #FFF;
  vertical-align: middle;
  line-height: 101px;
  font-size: 22px;
  font-weight: 300;
padding-left: 6px;
  margin-left:7px;
}
.catalogue-product .description .volume .v10{
	  display: block;
  width: 63px;
  height: 85px;
  float: right;
  background: url(../images/volume.png) no-repeat center bottom;
  background-size: 100%;
  color: #FFF;
  vertical-align: middle;
  line-height: 101px;
  font-size: 22px;
  font-weight: 300;
padding-left: 6px;
  margin-left:7px;
}
.catalogue-product .description .volume .v07{
	display: block;
  width: 57px;
  height: 85px;
  float: right;
  background: url(../images/volume.png) no-repeat center bottom;
  background-size: 100%;
  color: #FFF;
  vertical-align: middle;
  line-height: 113px;
  font-size: 20px;
  font-weight: 300;
  padding-left: 13px;
  margin-left:7px;
}
.catalogue-product .description .volume .v05{
	  display: block;
  width: 49px;
  height: 85px;
  float: right;
  background: url(../images/volume.png) no-repeat center bottom;
  background-size: 100%;
  color: #FFF;
  vertical-align: middle;
  line-height: 121px;
  font-size: 18px;
  font-weight: 300;
  padding-left: 11px;
  margin-left:7px;
}
.catalogue-product .description .volume .v03{
	display: block;
  width: 42px;
  height: 85px;
  float: right;
  background: url(../images/volume.png) no-repeat center bottom;
  background-size: 100%;
  color: #FFF;
  vertical-align: middle;
  line-height: 130px;
  font-size: 16px;
  font-weight: 300;
  padding-left: 8px;
  margin-left:7px;
}
.catalogue-product .description p .year{
	color:rgba(152, 152, 152, 1);
}
.catalogue-product .description p .type{
	color:rgba(152, 152, 152, 1);
}



#about-us-section{
	min-width:1200px;
	display:block;
	float:left;
	width:100%;
	height:auto;
}
#about-us-section-inside{
	display:block;
	margin:0 auto;
	width:1200px;
	height:auto;
}
#about-us-section-inside .header{
display:block;
	width:100%;
	height:110px;
	line-height:110px;
	vertical-align:middle;
	font-size:48px;
	text-align:center;
	font-weight:300;
	color:#FFF;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin:20px 0;
	background-color:rgba(66, 27, 82,0.9);
}
#about-us-section-inside .description{
	display:block;
	float:left;
	width:380px;
	height:auto;
	background-color:#FFF;
	margin-bottom:20px;
	-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
#about-us-section-inside .description .photo{
	display:block;
	float:left;
	width:380px;
	height:380px;
}
#about-us-section-inside .description .info{
	display:block;
	float:left;
	width:340px;
	height:auto;
	font-size:16px;
	line-height:26px;
	color:#222;
	padding:20px;
	background-color:#FFF;
	text-align:justify;
	-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
#about-us-section-inside .description .info .name{
	display:block;
	float:left;
	width:340px;
	height:auto;
	font-size:16px;
	line-height:26px;
	text-align:center;
	color:rgba(231, 76, 60, 1);
	font-size:26px;
	margin-bottom:10px;
}
#about-us-section-inside .description .info .social{
	  display: block;
  float: left;
  width: 340px;
  height: auto;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  font-size: 26px;
  margin-top: 10px;
  text-align: center;
  border-top: 1px solid #CCC;
  padding-top: 10px;
}
.m-left-right{
	margin-right:30px;
	margin-left:30px;
}
#content-text{
	display:block;
	float:left;
	width:96%;
	height:auto;
	padding:2%;
	background-color:#FFF;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-bottom:20px;
}
.p-type1{
	display:block;	
	width:98%;
	height:auto;
	text-align:center;
	font-size:24px;
	color:#000;
	font-weight:300;
	margin:0 auto;
	margin-top:20px;
	line-height:36px;
}
.p-type2{
	display:block;
	width:98%;
	height:auto;
	text-align:center;
	font-size:18px;
	color:#000;
	font-weight:300;
	margin:0 auto;
	margin-bottom:30px;
	line-height:28px;
}
#content-text p{
	line-height:28px
}
#contact-form{
	display:block;
	float:left;
	width:1160px;
	height:auto;
	padding:20px;
	background-color:#FFF;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-bottom:20px;
background-image:url(../images/stamp.png), url(../images/large.jpg);
  background-position: 790px 260px,center center;
background-repeat:no-repeat;

}
#contact-form label{
	display:block;
	float:left;
	width:130px;
	font-size:18px;
	color:#222222;
	height:50px;
	vertical-align:middle;
	line-height:50px;
	text-align:right;
	padding-right:20px;
}
#contact-form .input-text{	
display:block;
float:left;
	width:500px;
	font-size:16px;
	color:#000;
	border:3px solid #AA246B;
	height:50px;
	vertical-align:middle;
	line-height:50px;
	margin-bottom:15px;
	padding:0 10px;
	font-family: 'Exo 2', sans-serif;
	font-weight:300;
	margin-right: 460px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
#contact-form .input-textarea{	
display:block;
float:left;
	width:500px;
	font-size:16px;
	color:#000;
	border:3px solid #AA246B;
	height:120px;
	vertical-align:middle;
	line-height:22px;
	margin-bottom:15px;
	resize:vertical;
	padding:10px;
	font-family: 'Exo 2', sans-serif;
	font-weight:300;
	margin-right: 460px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
#submit-button{	
display:block;
float:left;
	width:200px;
	font-size:22px;
	color:#fff;
	border:0;
	height:50px;
	vertical-align:middle;
	line-height:50px;
	margin-bottom:15px;
	text-align:center;
	font-family: 'Exo 2', sans-serif;
	font-weight:300;
	margin-left: 150px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background-color:#AA246B;
cursor:pointer;
}
#contact-form-info{
	display:block;
	float:left;
	width:100%;
	height:auto;
	font-size:18px;
	line-height:24px;
	margin-bottom:20px;
	
}
#contact-form-message{
	display:block;
	float:left;
	width:100%;
	font-size:28px;
	color:#E74C3C;
	text-align:center;
	margin-bottom:15px;
}
#footer-inside a{
	color:#EC1F7B;
}
#footer-inside a:hover{
	color:#EC1F7B;
	text-decoration:none;
}
}
@media screen and (max-width: 1199px) {
	.catalogue-product .description .volume2{
	display: none;
}
#wrapper{
	display:block;
	float:left;
	width:100%;
	height:100%;
	min-width:1200px;	
}
#header{
	display:block;
	float:left;
	width:100%;
	height:90px;
	margin-top:40px;
	background-color:rgba(255,255,255,0.9);
	position:relative;
	z-index:10;
}
#header-inside{
	display:block;
	margin:0 auto;
	width:100%;
	height:90px;
}
#logo{
	display:block;
	float:left;
	width:171px;
	height:27px;
	margin-top:17px;
	margin-left:20px;
}
#logo a img{
	border:0;
}
#header-nav{
	display:block;
	float:right;
	width:500px;
	height:50px;
	margin-top:20px;
	margin-right:20px;
}
#header-nav ul{
	display:block;
	float:left;
	width:500px;
	height:50px;
}
#header-nav ul li{
	list-style:none;
}
#header-nav ul li a{
	display:block;
	float:left;
	width:25%;
	height:50px;
	text-decoration:none;
	color:#000;
	font-size:22px;
	vertical-align:middle;
	line-height:50px;
	text-align:center;
}
#header-nav ul li a:hover{
	color:rgb(236, 32, 124);
}

#footer{
	display:block;
	float:left;
	width:100%;
	min-height:270px;
	background:url(../images/footer-bg.jpg) top center repeat;
}
#footer-inside{
	display:block;
	margin:0 auto;
	width:100%;
	min-height:200px;
}
#footer-paragraph{
	display:block;
	float:left;
	width:80%;
	height:auto;
	margin-left:10%;
	margin-right:10%;
	margin-top:10px;
	color:#FFF;
	line-height:28px;
	text-align:center;
}
#footer-nav{
	display:block;
	float:left;
	width:80%;
	height:50px;
	margin-top:5px;
	margin-right:10%;
	margin-left:10%;
	margin-bottom:10px;
}
#footer-nav ul{
	display:block;
	float:none;
	margin:0 auto;
	width:500px;
	height:50px;
}
#footer-nav ul li{
	list-style:none;
}
#footer-nav ul li a{
	display:block;
	float:left;
	width:25%;
	height:50px;
	text-decoration:none;
	color:#FFF;
	font-size:20px;
	vertical-align:middle;
	line-height:50px;
	text-align:center;
}
#footer-nav ul li a:hover{
	color:#EC1F7A;
}
#footer-social{
	display:block;
	float:none;
	width:400px;
	height:50px;
	font-size:28px;
	font-weight:bold;
	color:#FFF;
	margin:0 auto;
}
#footer-social img{
	margin-left:15px;
	border:0;
}
.footer-follow{
	  margin-top: 10px;
  display: block;
  float: left;
}
#copyright-section{
	display:block;
	float:left;
	width:100%;
	height:68px;
	/*background:url(../images/footer-line.png) top center no-repeat;*/
	margin-top:30px;
	font-size:14px;
	  background-color:rgba(255,255,255,0.8);
}
#copyright-section-inside{
	    display: block;
    /* float: left; */
    width: fit-content;
    margin: auto;
    /* margin-left: 50px; */
    height: 68px;
    color: #000;
    text-align: center;
    line-height: 68px;
    vertical-align: middle;

}
#copyright-section img{
	margin-top:10px;
	    display: inline-block;
    float: left;
}
.parallax-window {
    min-height: 400px;
    background: transparent;
}

#footer-inside a{
	color:#EC1F7B;
}
#footer-inside a:hover{
	color:#EC1F7B;
	text-decoration:none;
}

#catalogue-section{
	display:block;
	float:left;
	width:100%;
	height:auto;
}
#catalogue-section-inside{
	display:block;
	margin:0;
	width:95%;
	float:left;
	margin-left:2.5%;
	margin-right:2.5%;
	height:auto;
}
#catalogue-section-inside .header{
display:block;
	width:100%;
	height:110px;
	line-height:110px;
	vertical-align:middle;
	font-size:48px;
	text-align:center;
	font-weight:300;
	color:#FFF;
	background-color:rgba(66, 27, 82,0.9);
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin:20px 0;
}
.catalogue-product{
	display:block;
	float:left;
	margin-bottom:20px;
	width:100%;
	height:auto;
	background-color:#FFF;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.catalogue-product .image{
	margin:20px 0 20px 1%;
	display:block;
	width:29%;
	height:auto;
	float:left;
}
.catalogue-product .image img{
	width:100%;
	border:5px solid #AA246B;
	-webkit-border-radius: 500px;
-moz-border-radius: 500px;
border-radius: 500px;
}
.catalogue-product .description{
	display:block;
	width:67%;
	height:auto;
	float:right;
	padding:20px 1% 20px 0;
}
.catalogue-product .description h3{
	display:block;
	width:100%;
	height:auto;
	float:left;
	color:#EB207B;
	font-weight:300;
	font-size:24px;
	margin-bottom:5px;
}
.catalogue-product .description p{
	display:block;
	width:100%;
	height:auto;
	float:left;
	color:#222;
	font-weight:300;
	font-size:16px;
	line-height:26px;
	text-align:justify;
}
.catalogue-product .description .volume{
	  display: block;
  width: 300px;
  height: 85px;
  float: right;
  margin-top: 0;
  margin-bottom: -48px
}
.catalogue-product .description .volume .v10{
	  display: block;
  width: 63px;
  height: 85px;
  float: right;
  background: url(../images/volume.png) no-repeat center bottom;
  background-size: 100%;
  color: #FFF;
  vertical-align: middle;
  line-height: 101px;
  font-size: 22px;
  font-weight: 300;
      padding-left: 6px;
  margin-left:7px;
}
.catalogue-product .description .volume .v07{
	display: block;
  width: 57px;
  height: 85px;
  float: right;
  background: url(../images/volume.png) no-repeat center bottom;
  background-size: 100%;
  color: #FFF;
  vertical-align: middle;
  line-height: 113px;
  font-size: 20px;
  font-weight: 300;
  padding-left: 13px;
  margin-left:7px;
}
.catalogue-product .description .volume .v05{
	  display: block;
  width: 49px;
  height: 85px;
  float: right;
  background: url(../images/volume.png) no-repeat center bottom;
  background-size: 100%;
  color: #FFF;
  vertical-align: middle;
  line-height: 121px;
  font-size: 18px;
  font-weight: 300;
  padding-left: 11px;
  margin-left:7px;
}
.catalogue-product .description .volume .v03{
	display: block;
  width: 42px;
  height: 85px;
  float: right;
  background: url(../images/volume.png) no-repeat center bottom;
  background-size: 100%;
  color: #FFF;
  vertical-align: middle;
  line-height: 130px;
  font-size: 16px;
  font-weight: 300;
  padding-left: 8px;
  margin-left:7px;
}
.catalogue-product .description p .year{
	color:rgba(152, 152, 152, 1);
}
.catalogue-product .description p .type{
	color:rgba(152, 152, 152, 1);
}



#about-us-section{
	display:block;
	float:left;
	width:100%;
	height:auto;
}
#about-us-section-inside{
	display:block;
	float:left;
	width:95%;
	height:auto;
	margin-left:2.5%;
	margin-right:2.5%;
}
#about-us-section-inside .header{
display:block;
	width:100%;
	height:110px;
	line-height:110px;
	vertical-align:middle;
	font-size:48px;
	text-align:center;
	font-weight:300;
	color:#FFF;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin:20px 0;
	background-color:rgba(66, 27, 82,0.9);
}
#about-us-section-inside .description{
	display:block;
	float:left;
	width:32%;
	margin-left:0.5%;
	margin-right:0.5%;
	height:auto;
	background-color:#FFF;
	margin-bottom:20px;
	-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
#about-us-section-inside .description .photo{
	display:block;
	float:left;
	width:100%;
	height:auto;
}
#about-us-section-inside .description .info{
	display:block;
	float:left;
	width:96%;
	height:auto;
	font-size:16px;
	line-height:26px;
	color:#222;
	padding:2%;
	background-color:#FFF;
	text-align:justify;
	-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
#about-us-section-inside .description .info .name{
	display:block;
	float:left;
	width:100%;
	height:auto;
	font-size:16px;
	line-height:26px;
	text-align:center;
	color:rgba(231, 76, 60, 1);
	font-size:26px;
	margin-bottom:10px;
}
#about-us-section-inside .description .info .social{
	  display: block;
  float: left;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  font-size: 26px;
  margin-top: 10px;
  text-align: center;
  border-top: 1px solid #CCC;
  padding-top: 10px;
}
.m-left-right{
	margin-right:30px;
	margin-left:30px;
}
#content-text{
	display:block;
	float:left;
	width:96%;
	height:auto;
	padding:2%;
	background-color:#FFF;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-bottom:20px;
}
.p-type1{
	display:block;	
	width:98%;
	height:auto;
	text-align:center;
	font-size:24px;
	color:#000;
	font-weight:300;
	margin:0 auto;
	margin-top:20px;
	line-height:36px;
}
.p-type2{
	display:block;
	width:98%;
	height:auto;
	text-align:center;
	font-size:18px;
	color:#000;
	font-weight:300;
	margin:0 auto;
	margin-bottom:30px;
	line-height:28px;
}
#contact-form{
	display:block;
	float:left;
	width:96%;
	height:auto;
	padding:2%;
	background-color:#FFF;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-bottom:20px;
background-image:url(../images/stamp.png), url(../images/large.jpg);
  background-position: bottom right,center center;
background-repeat:no-repeat;

}
#contact-form label{
	display:block;
	float:left;
	width:13%;
	font-size:18px;
	color:#222222;
	height:50px;
	vertical-align:middle;
	line-height:50px;
	text-align:right;
	padding-right:2%;
}
#contact-form .input-text{	
display:block;
float:left;
	width:50%;
	font-size:16px;
	color:#000;
	border:3px solid #AA246B;
	height:50px;
	vertical-align:middle;
	line-height:50px;
	margin-bottom:15px;
	padding:0 10px;
	font-family: 'Exo 2', sans-serif;
	font-weight:300;
	margin-right: 20%;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
#contact-form .input-textarea{	
display:block;
float:left;
	width:50%;
	font-size:16px;
	color:#000;
	border:3px solid #AA246B;
	height:120px;
	vertical-align:middle;
	line-height:22px;
	margin-bottom:15px;
	resize:vertical;
	padding:10px;
	font-family: 'Exo 2', sans-serif;
	font-weight:300;
	margin-right: 20%;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
#submit-button{	
display:block;
float:left;
	width:200px;
	font-size:22px;
	color:#fff;
	border:0;
	height:50px;
	vertical-align:middle;
	line-height:50px;
	margin-bottom:15px;
	text-align:center;
	font-family: 'Exo 2', sans-serif;
	font-weight:300;
	margin-left: 15%;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background-color:#AA246B;
cursor:pointer;
}
#contact-form-info{
	display:block;
	float:left;
	width:100%;
	height:auto;
	font-size:18px;
	line-height:24px;
	margin-bottom:20px;
	
}
#contact-form-message{
	display:block;
	float:left;
	width:100%;
	font-size:28px;
	color:#E74C3C;
	text-align:center;
	margin-bottom:15px;
}
}
@media screen and (max-width: 800px) {
#wrapper{
	display:block;
	float:left;
	width:100%;
	height:100%;
	min-width:1200px;	
}
#header{
	display:block;
	float:left;
	width:100%;
	height:120px;
	margin-top:40px;
	background-color:rgba(255,255,255,0.9);
	position:relative;
	z-index:10;
}
#header-inside{
	display:block;
	margin:0 auto;
	width:100%;
	height:120px;
}
#logo{
	display:block;
	float:none;
	width:171px;
	height:27px;
	margin:0 auto;
	margin-top: 10px;
    margin-bottom: 17px;
}
#logo a img{
	border:0;
}
#header-nav{
	display:block;
	float:right;
	width:80%;
	height:50px;
	margin-top:10px;
	margin-right:10%;
	margin-left:10%;
}
#header-nav ul{
	display:block;
	float:left;
	width:100%;
	height:50px;
}
#header-nav ul li{
	list-style:none;
}
#header-nav ul li a{
	display:block;
	float:left;
	width:25%;
	height:50px;
	text-decoration:none;
	color:#000;
	font-size:20px;
	vertical-align:middle;
	line-height:50px;
	text-align:center;
}
#header-nav ul li a:hover{
	color:rgb(236, 32, 124);
}
#footer{
	display:block;
	float:left;
	width:100%;
	min-height:270px;
	background:url(../images/footer-bg.jpg) top center repeat;
}
#footer-inside{
	display:block;
	margin:0 auto;
	width:100%;
	min-height:200px;
}
#footer-paragraph{
	display:block;
	float:left;
	width:80%;
	height:auto;
	margin-left:10%;
	margin-right:10%;
	margin-top:10px;
	color:#FFF;
	line-height:28px;
	text-align:center;
}
#footer-nav{
	display:block;
	float:left;
	width:80%;
	height:50px;
	margin-top:5px;
	margin-right:10%;
	margin-left:10%;
	margin-bottom:10px;
}
#footer-nav ul{
	display:block;
	float:none;
	margin:0 auto;
	width:100%;
	height:50px;
}
#footer-nav ul li{
	list-style:none;
}
#footer-nav ul li a{
	display:block;
	float:left;
	width:25%;
	height:50px;
	text-decoration:none;
	color:#FFF;
	font-size:20px;
	vertical-align:middle;
	line-height:50px;
	text-align:center;
}
#footer-nav ul li a:hover{
	color:#EC1F7A;
}
#footer-social{
	display:block;
	float:none;
	width:400px;
	height:50px;
	font-size:28px;
	font-weight:bold;
	color:#FFF;
	margin:0 auto;
}
#footer-social img{
	margin-left:15px;
	border:0;
}
.footer-follow{
	  margin-top: 10px;
  display: block;
  float: left;
}

#copyright-section{
	display:block;
	float:left;
	width:100%;
	height:180px;
	/*background:url(../images/footer-line.png) top center no-repeat;*/
	margin-top:30px;
	font-size:14px;
	  background-color:rgba(255,255,255,0.8);
}
#copyright-section-inside{
	    display: block;
    /* float: left; */
    width: fit-content;
    margin: auto;
    /* margin-left: 50px; */
    height: 68px;
    color: #000;
    text-align: center;
    line-height: 28px;
    vertical-align: middle;

}
#copyright-section img{
	margin-top:10px;
	    display: inline-block;
    float: left;
}


#catalogue-section{
	display:block;
	float:left;
	width:100%;
	height:auto;
}
#catalogue-section-inside{
	display:block;
	margin:0;
	width:95%;
	float:left;
	margin-left:2.5%;
	margin-right:2.5%;
	height:auto;
}
#catalogue-section-inside .header{
display:block;
	width:100%;
	height:110px;
	line-height:110px;
	vertical-align:middle;
	font-size:48px;
	text-align:center;
	font-weight:300;
	color:#FFF;
	background-color:rgba(66, 27, 82,0.9);
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin:20px 0;
}
.catalogue-product{
	display:block;
	float:left;
	margin-bottom:20px;
	width:100%;
	height:auto;
	background-color:#FFF;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.catalogue-product .image{
	margin:15px auto 0;
	display:block;
	width:40%;
	height:auto;
	float:none;
}
.catalogue-product .image img{
	width:100%;
	border:5px solid #AA246B;
	-webkit-border-radius: 500px;
-moz-border-radius: 500px;
border-radius: 500px;
}
.catalogue-product .description{
	display:block;
	width:96%;
	height:auto;
	float:right;
	padding:2%;
}
.catalogue-product .description h3{
	display:block;
	width:100%;
	height:auto;
	float:left;
	color:#EB207B;
	font-weight:300;
	font-size:24px;
	margin-bottom:5px;
}
.catalogue-product .description p{
	display:block;
	width:100%;
	height:auto;
	float:left;
	color:#222;
	font-weight:300;
	font-size:16px;
	line-height:26px;
	text-align:justify;
}
.catalogue-product .description .volume{
	  display: block;
  width: 300px;
  height: 85px;
  float: right;
  margin-top: 0;
  margin-bottom: -48px
}
.catalogue-product .description .volume .v10{
	  display: block;
  width: 63px;
  height: 85px;
  float: right;
  background: url(../images/volume.png) no-repeat center bottom;
  background-size: 100%;
  color: #FFF;
  vertical-align: middle;
  line-height: 101px;
  font-size: 22px;
  font-weight: 300;
      padding-left: 6px;
  margin-left:7px;
}
.catalogue-product .description .volume .v07{
	display: block;
  width: 57px;
  height: 85px;
  float: right;
  background: url(../images/volume.png) no-repeat center bottom;
  background-size: 100%;
  color: #FFF;
  vertical-align: middle;
  line-height: 113px;
  font-size: 20px;
  font-weight: 300;
  padding-left: 13px;
  margin-left:7px;
}
.catalogue-product .description .volume .v05{
	  display: block;
  width: 49px;
  height: 85px;
  float: right;
  background: url(../images/volume.png) no-repeat center bottom;
  background-size: 100%;
  color: #FFF;
  vertical-align: middle;
  line-height: 121px;
  font-size: 18px;
  font-weight: 300;
  padding-left: 11px;
  margin-left:7px;
}
.catalogue-product .description .volume .v03{
	display: block;
  width: 42px;
  height: 85px;
  float: right;
  background: url(../images/volume.png) no-repeat center bottom;
  background-size: 100%;
  color: #FFF;
  vertical-align: middle;
  line-height: 130px;
  font-size: 16px;
  font-weight: 300;
  padding-left: 8px;
  margin-left:7px;
}
.catalogue-product .description p .year{
	color:rgba(152, 152, 152, 1);
}
.catalogue-product .description p .type{
	color:rgba(152, 152, 152, 1);
}



#about-us-section{
	display:block;
	float:left;
	width:100%;
	height:auto;
}
#about-us-section-inside{
	display:block;
	float:left;
	width:95%;
	height:auto;
	margin-left:2.5%;
	margin-right:2.5%;
}
#about-us-section-inside .header{
display:block;
	width:100%;
	height:110px;
	line-height:110px;
	vertical-align:middle;
	font-size:48px;
	text-align:center;
	font-weight:300;
	color:#FFF;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin:20px 0;
	background-color:rgba(66, 27, 82,0.9);
}
#about-us-section-inside .description{
	display:block;
	float:left;
	width:99%;
	margin-left:0.5%;
	margin-right:0.5%;
	height:auto;
	background-color:#FFF;
	margin-bottom:20px;
	-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
#about-us-section-inside .description .photo{
	display:block;
	float:left;
	width:100%;
	height:auto;
}
#about-us-section-inside .description .info{
	display:block;
	float:left;
	width:96%;
	height:auto;
	font-size:16px;
	line-height:26px;
	color:#222;
	padding:2%;
	background-color:#FFF;
	text-align:justify;
	-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
#about-us-section-inside .description .info .name{
	display:block;
	float:left;
	width:100%;
	height:auto;
	font-size:16px;
	line-height:26px;
	text-align:center;
	color:rgba(231, 76, 60, 1);
	font-size:26px;
	margin-bottom:10px;
}
#about-us-section-inside .description .info .social{
	  display: block;
  float: left;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  font-size: 26px;
  margin-top: 10px;
  text-align: center;
  border-top: 1px solid #CCC;
  padding-top: 10px;
}
.m-left-right{
	margin-right:30px;
	margin-left:30px;
}
#contact-form{
	display:block;
	float:left;
	width:96%;
	height:auto;
	padding:2%;
	background-color:#FFF;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-bottom:20px;
background-image:url(../images/stamp.png), url(../images/large.jpg);
  background-position: bottom right,center center;
background-repeat:no-repeat;

}
#contact-form label{
	display:block;
	float:left;
	width:100%;
	font-size:18px;
	color:#222222;
	height:50px;
	vertical-align:middle;
	line-height:50px;
	text-align:center;
	padding-right:2%;
}
#contact-form .input-text{	
display:block;
float:left;
	width:80%;
	font-size:16px;
	color:#000;
	border:3px solid #AA246B;
	height:50px;
	vertical-align:middle;
	line-height:50px;
	margin-bottom:15px;
	padding:0 10px;
	font-family: 'Exo 2', sans-serif;
	font-weight:300;
	margin-right: 10%;
	margin-left: 10%;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
#contact-form .input-textarea{	
display:block;
float:left;
	width:80%;
	font-size:16px;
	color:#000;
	border:3px solid #AA246B;
	height:120px;
	vertical-align:middle;
	line-height:22px;
	margin-bottom:15px;
	resize:vertical;
	padding:10px;
	font-family: 'Exo 2', sans-serif;
	font-weight:300;
	margin-right: 10%;
	margin-left: 10%;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
#submit-button{	
display:block;
float:none;
	width:200px;
	font-size:22px;
	color:#fff;
	border:0;
	height:50px;
	vertical-align:middle;
	line-height:50px;
	margin-bottom:15px;
	text-align:center;
	font-family: 'Exo 2', sans-serif;
	font-weight:300;
	margin-left: 15%;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background-color:#AA246B;
margin:0 auto;
cursor:pointer;
}
#contact-form-info{
	display:block;
	float:left;
	width:100%;
	height:auto;
	font-size:18px;
	line-height:24px;
	margin-bottom:20px;
	
}
#contact-form-message{
	display:block;
	float:left;
	width:100%;
	font-size:28px;
	color:#E74C3C;
	text-align:center;
	margin-bottom:15px;
}

.disp{
	display:inline;
}
/*#copyright-section img{
	margin-top:10px;
	    display: inline-block;
    float: left;
}*/

#copyright-section img{
	display:block;
	margin:25px auto 15px;
	float:none;

}


}
@media screen and (max-width: 550px) {
#wrapper{
	display:block;
	float:left;
	width:100%;
	height:100%;
	min-width:1200px;	
}
#header{
	display:block;
	float:left;
	width:100%;
	height:170px;
	margin-top:40px;
	background-color:rgba(255,255,255,0.90);
	position:relative;
	z-index:10;
}
#header-inside{
	display:block;
	margin:0 auto;
	width:100%;
	height:170px;
}
#logo{
	display:block;
	float:none;
	width:171px;
	height:27px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
}
#logo a img{
	border:0;
}
#header-nav{
	display:block;
	float:right;
	width:70%;
	height:100px;
	margin-top:10px;
	margin-right:15%;
	margin-left:15%;
}
#header-nav ul{
	display:block;
	float:left;
	width:100%;
	height:100px;
}
#header-nav ul li{
	list-style:none;
}
#header-nav ul li a{
	display:block;
	float:left;
	width:50%;
	height:50px;
	text-decoration:none;
	color:#000;
	font-size:20px;
	vertical-align:middle;
	line-height:50px;
	text-align:center;
}
#header-nav ul li a:hover{
	color:rgb(236, 32, 124);
}


#footer{
	display:block;
	float:left;
	width:100%;
	min-height:230px;
	background:url(../images/footer-bg.jpg) top center repeat;
}
#footer-inside{
	display:block;
	margin:0 auto;
	width:100%;
	min-height:120px;
}
#footer-paragraph{
	display:none;
}
#footer-nav{
	display:none;
	float:left;
	width:80%;
	height:50px;
	margin-top:5px;
	margin-right:10%;
	margin-left:10%;
	margin-bottom:10px;
}
#footer-nav ul{
	display:block;
	float:none;
	margin:0 auto;
	width:100%;
	height:50px;
}
#footer-nav ul li{
	list-style:none;
}
#footer-nav ul li a{
	display:block;
	float:left;
	width:25%;
	height:50px;
	text-decoration:none;
	color:#FFF;
	font-size:20px;
	vertical-align:middle;
	line-height:50px;
	text-align:center;
}
#footer-nav ul li a:hover{
	color:#EC1F7A;
}
#footer-social{
	display:block;
	float:none;
	width:340px;
	height:auto;
	font-size:28px;
	font-weight:bold;
	color:#FFF;
	margin:0 auto;
	margin-top:15px;
	text-align:center;
}
#footer-social img{
	margin-left:0;
	margin-right:15px;
	border:0;
	margin-top:10px;
}
.footer-follow{
margin-top: 0px;
margin-bottom: 10px;
  display: block;
  float: none;
  margin:0 auto;
  text-align:center;
}

#copyright-section{
	display:block;
	float:left;
	width:100%;
	height:auto;
	/*background:url(../images/footer-line.png) top center no-repeat;*/
	margin-top:0;
	font-size:14px;
	  background-color:rgba(255,255,255,0.8);
}
#copyright-section-inside{
	    display: block;
    /* float: left; */
    width: 100%;
    margin: 0 auto;
    /* margin-left: 50px; */
    height: auto;
    color: #000;
    text-align: center;
    line-height: 28px;
    vertical-align: middle;

}
.disp{
	display:inline;
}
/*#copyright-section img{
	margin-top:10px;
	    display: inline-block;
    float: left;
}*/

#copyright-section img{
	display:block;
	margin:25px auto 15px;
	float:none;

}
.parallax-window {
    min-height: 400px;
    background: transparent;
}
.n-bb{
	margin-right:0 !important;
}
#catalogue-section{
	display:block;
	float:left;
	width:100%;
	height:auto;
}
#catalogue-section-inside{
	display:block;
	margin:0;
	width:95%;
	float:left;
	margin-left:2.5%;
	margin-right:2.5%;
	height:auto;
}
#catalogue-section-inside .header{
display:block;
	width:100%;
	height:110px;
	line-height:110px;
	vertical-align:middle;
	font-size:32px;
	text-align:center;
	font-weight:300;
	color:#FFF;
	background-color:rgba(66, 27, 82,0.9);
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin:20px 0;
}
.catalogue-product{
	display:block;
	float:left;
	margin-bottom:20px;
	width:100%;
	height:auto;
	background-color:#FFF;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.catalogue-product .image{
	margin:15px auto 0;
	display:block;
	width:50%;
	height:auto;
	float:none;
}
.catalogue-product .image img{
	width:100%;
	border:5px solid #AA246B;
	-webkit-border-radius: 500px;
-moz-border-radius: 500px;
border-radius: 500px;
}
.catalogue-product .description{
	display:block;
	width:96%;
	height:auto;
	float:right;
	padding:2%;
}
.catalogue-product .description h3{
	display:block;
	width:100%;
	height:auto;
	float:left;
	color:#EB207B;
	font-weight:300;
	font-size:24px;
	margin-bottom:5px;
}
.catalogue-product .description p{
	display:block;
	width:100%;
	height:auto;
	float:left;
	color:#222;
	font-weight:300;
	font-size:16px;
	line-height:26px;
	text-align:justify;
}
.catalogue-product .description .volume{
	  display: none;
  width: 300px;
  height: 85px;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
}
.catalogue-product .description .volume .v10{
	  display: block;
  width: 63px;
  height: 85px;
  float: right;
  background: url(../images/volume.png) no-repeat center bottom;
  background-size: 100%;
  color: #FFF;
  vertical-align: middle;
  line-height: 101px;
  font-size: 22px;
  font-weight: 300;
      padding-left: 6px;
  margin-left:7px;
}
.catalogue-product .description .volume .v07{
	display: block;
  width: 57px;
  height: 85px;
  float: right;
  background: url(../images/volume.png) no-repeat center bottom;
  background-size: 100%;
  color: #FFF;
  vertical-align: middle;
  line-height: 113px;
  font-size: 20px;
  font-weight: 300;
  padding-left: 13px;
  margin-left:7px;
}
.catalogue-product .description .volume .v05{
	  display: block;
  width: 49px;
  height: 85px;
  float: right;
  background: url(../images/volume.png) no-repeat center bottom;
  background-size: 100%;
  color: #FFF;
  vertical-align: middle;
  line-height: 121px;
  font-size: 18px;
  font-weight: 300;
  padding-left: 11px;
  margin-left:7px;
}
.catalogue-product .description .volume .v03{
	display: block;
  width: 42px;
  height: 85px;
  float: right;
  background: url(../images/volume.png) no-repeat center bottom;
  background-size: 100%;
  color: #FFF;
  vertical-align: middle;
  line-height: 130px;
  font-size: 16px;
  font-weight: 300;
  padding-left: 8px;
  margin-left:7px;
}

.catalogue-product .description .volume2{
	display: block;
  width: 300px;
  height: 85px;
  float: none;
  margin:0 auto;
}
.catalogue-product .description .volume2 .asconi{
	display: block;
  width: 63px;
  height: 85px;
  float: right;
  background: url(../images/asconi.png) no-repeat center bottom;
  background-size: 100%;
  color: #FFF;
  vertical-align: middle;
  line-height: 101px;
  font-size: 22px;
  font-weight: 300;
      padding-left: 6px;
  margin-left:7px;
}
.catalogue-product .description .volume2 .aw{
	display: block;
  width: 63px;
  height: 85px;
  float: right;
  background: url(../images/aw.png) no-repeat center bottom;
  background-size: 100%;
  color: #FFF;
  vertical-align: middle;
  line-height: 101px;
  font-size: 22px;
  font-weight: 300;
      padding-left: 6px;
  margin-left:7px;
}
.catalogue-product .description .volume2 .v10{
	display: block;
  width: 63px;
  height: 85px;
  float: right;
  background: url(../images/volume.png) no-repeat center bottom;
  background-size: 100%;
  color: #FFF;
  vertical-align: middle;
  line-height: 101px;
  font-size: 22px;
  font-weight: 300;
      padding-left: 6px;
  margin-left:7px;
}
.catalogue-product .description .volume2 .v07{
	display: block;
  width: 57px;
  height: 85px;
  float: right;
  background: url(../images/volume.png) no-repeat center bottom;
  background-size: 100%;
  color: #FFF;
  vertical-align: middle;
  line-height: 113px;
  font-size: 20px;
  font-weight: 300;
  padding-left: 13px;
  margin-left:7px;
}
.catalogue-product .description .volume2 .v05{
	  display: block;
  width: 49px;
  height: 85px;
  float: right;
  background: url(../images/volume.png) no-repeat center bottom;
  background-size: 100%;
  color: #FFF;
  vertical-align: middle;
  line-height: 121px;
  font-size: 18px;
  font-weight: 300;
  padding-left: 11px;
  margin-left:7px;
}
.catalogue-product .description .volume2 .v03{
	display: block;
  width: 42px;
  height: 85px;
  float: right;
  background: url(../images/volume.png) no-repeat center bottom;
  background-size: 100%;
  color: #FFF;
  vertical-align: middle;
  line-height: 130px;
  font-size: 16px;
  font-weight: 300;
  padding-left: 8px;
  margin-left:7px;
}


.catalogue-product .description p .year{
	color:rgba(152, 152, 152, 1);
}
.catalogue-product .description p .type{
	color:rgba(152, 152, 152, 1);
}



#about-us-section{
	display:block;
	float:left;
	width:100%;
	height:auto;
}
#about-us-section-inside{
	display:block;
	float:left;
	width:95%;
	height:auto;
	margin-left:2.5%;
	margin-right:2.5%;
}
#about-us-section-inside .header{
display:block;
	width:100%;
	height:110px;
	line-height:110px;
	vertical-align:middle;
	font-size:32px;
	text-align:center;
	font-weight:300;
	color:#FFF;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin:20px 0;
	background-color:rgba(66, 27, 82,0.9);
}
#about-us-section-inside .description{
	display:block;
	float:left;
	width:99%;
	margin-left:0.5%;
	margin-right:0.5%;
	height:auto;
	background-color:#FFF;
	margin-bottom:20px;
	-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
#about-us-section-inside .description .photo{
	display:block;
	float:left;
	width:100%;
	height:auto;
}
#about-us-section-inside .description .info{
	display:block;
	float:left;
	width:96%;
	height:auto;
	font-size:16px;
	line-height:26px;
	color:#222;
	padding:2%;
	background-color:#FFF;
	text-align:justify;
	-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
#about-us-section-inside .description .info .name{
	display:block;
	float:left;
	width:100%;
	height:auto;
	font-size:16px;
	line-height:26px;
	text-align:center;
	color:rgba(231, 76, 60, 1);
	font-size:26px;
	margin-bottom:10px;
}
#about-us-section-inside .description .info .social{
	  display: block;
  float: left;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  font-size: 26px;
  margin-top: 10px;
  text-align: center;
  border-top: 1px solid #CCC;
  padding-top: 10px;
}
.m-left-right{
	margin-right:30px;
	margin-left:30px;
}
#contact-form{
	display:block;
	float:left;
	width:96%;
	height:auto;
	padding:2%;
	background-color:#FFF;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-bottom:20px;
background-image:url(../images/stamp.png), url(../images/large.jpg);
  background-position: bottom right,center center;
background-repeat:no-repeat;

}
#contact-form label{
	display:block;
	float:left;
	width:100%;
	font-size:18px;
	color:#222222;
	height:50px;
	vertical-align:middle;
	line-height:50px;
	text-align:center;
	padding-right:2%;
}
#contact-form .input-text{	
display:block;
float:left;
	width:80%;
	font-size:16px;
	color:#000;
	border:3px solid #AA246B;
	height:50px;
	vertical-align:middle;
	line-height:50px;
	margin-bottom:15px;
	padding:0 10px;
	font-family: 'Exo 2', sans-serif;
	font-weight:300;
	margin-right: 10%;
	margin-left: 10%;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
#contact-form .input-textarea{	
display:block;
float:left;
	width:80%;
	font-size:16px;
	color:#000;
	border:3px solid #AA246B;
	height:120px;
	vertical-align:middle;
	line-height:22px;
	margin-bottom:15px;
	resize:vertical;
	padding:10px;
	font-family: 'Exo 2', sans-serif;
	font-weight:300;
	margin-right: 10%;
	margin-left: 10%;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
#submit-button{	
display:block;
float:none;
	width:200px;
	font-size:22px;
	color:#fff;
	border:0;
	height:50px;
	vertical-align:middle;
	line-height:50px;
	margin-bottom:15px;
	text-align:center;
	font-family: 'Exo 2', sans-serif;
	font-weight:300;
	margin-left: 15%;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background-color:#AA246B;
margin:0 auto;
cursor:pointer;
}
#contact-form-info{
	display:block;
	float:left;
	width:100%;
	height:auto;
	font-size:18px;
	line-height:24px;
	margin-bottom:20px;
	
}
#contact-form-message{
	display:block;
	float:left;
	width:100%;
	font-size:28px;
	color:#E74C3C;
	text-align:center;
	margin-bottom:15px;
}
}