

h3 {
  text-decoration: none;
  text-align: center;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.column{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/*-- contact-section --*/
.contact{
	background: #292D46;
	padding:10em 0em;
	overflow: hidden;
}
.contact h3{
  font-size: 2.5em;
  font-weight: 400;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0 auto;
  border-bottom: 2px solid white;
  width: 220px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}
.contact p{
	font-size:1.2em;
	font-weight:400;
	color: #ff6f5c;
	margin:1em 0em 4em;
	text-align:center;
}
.contact form input[type="text"]{
	width: 100%;
  padding: 1.5% 0;
  margin-bottom: 7%;
  background: none;
  color: #FFFFFF;
  font-size: 18px;
  outline: none;
  font-weight: 400;
  text-indent: 10px;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
}
.contact form textarea {
	resize:none;
	width: 100%;
	padding: 2% 0;
	margin-bottom: 5%;
	background:none;
	color: #FFFFFF;
	font-size:18px;
	outline: none;
	font-weight:400;
	text-indent: 10px;
	border: 1px solid #FFFFFF;
	min-height: 205px;
	border-radius: 3px;
}
.contact form input[type="submit"] {
	background: #000;
	padding: 0.5em 3em;
	color:#cd69c9;
	font-size: 19px;
	font-weight: 400;
	display: block;
	outline: none;
	border: 3px solid #fff;
	border-radius:5px;
	text-transform:uppercase;
	font-family: 'Open Sans';
	font-weight: bold;
	cursor: pointer;
	float: right;
}	
.contact form input[type="submit"]:hover{
  background: #FFFFFF;
  color: #000;
}

.my-statement {
  color:silver  !important;
}

/*-- contact --*/

.wrap {
  width: 80%;
  margin: 0px auto;
}

/* reviews and categories */ 
#jam-reviews {display: none;}
#cdd-01 {display: none;}
#cdd-05 {display: none;}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  font: inherit;
}



@media (min-width: 992px){
.container {
  width: 970px;
}
.column {
  width: 50%;
  float: left;
}
}

@media (min-width: 800px){

/* reviews and categories mobile */ 
  #cdd-mobile-05 {display: none;}
  #cdd-mobile-06 {display: none;}

.container {
  width: 800px;
}
.column {
  width: 50%;
  float: left;
}
}
@media (min-width: 1200px){
	.container {
	  width: 1170px;
	}
}






.trans{
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  transition: all 500ms ease;
}


}



