@media only screen (min-width: 1100px) {
}
/* Tablet (Portrait) */
/* Width of 768px */

@media only screen and (min-width: 768px) and (max-width: 1000px) {
.wrapper, .content{
	width:708px;
}
.home h3{
	font: 70px/70px 'Fjalla One',sans-serif;
}
.home h2{
	font: 36px/36px 'Fjalla One',sans-serif;
}
.home h1{
	font: 75px/78px 'Fjalla One',sans-serif;
}
.home h4{
	font: 20px/23px 'Fjalla One',sans-serif;
}

.element {
  position: relative;
  color:#FFFFFF;
  margin-top:35px;
  text-align:center!important; 
  overflow:visible;
  width:353px;
  min-height:197px; 
}


}

/* Mobile potrait width 320 */
@media only screen and (max-width: 767px) {
.wrapper, .content{
	width:271px;
	padding-bottom:30px !important;
	
}
.home h3{
	font: 42px/48px 'Fjalla One',sans-serif;
}
.home h2{
	font: 21px/23px 'Fjalla One',sans-serif;
}
.home h1{
	font: 38px/48px 'Fjalla One',sans-serif;
}
.home h4{
	font: 15px/20px 'Fjalla One',sans-serif;
}
.element {
width:100%;
text-align:center!important;
}
#options li {
	text-align:center !important;
	display:table;
	margin:0 auto;
	margin-top:7px;
}

.element img{
  padding:0px;
  border:0px solid #D2D2CB;
  margin-bottom:0px;  
}

/* Columns
----------------------------------------------------------------------------------------------------*/
.one_half, .one_half_last, .one_third, .one_third_last, .two_third, .two_third_last, .one_fourth, .one_fourth_last, .two_fourth, .two_fourth_last, .three_fourth, .three_fourth_last, .one_fifth, .one_fifth_last, .two_fifth, .two_fifth_last, .three_fifth, .three_fifth_last, .four_fifth, .four_fifth_last, #pricing_table .one_third, #pricing_table .one_fourth {
	width: 100%;
	margin-bottom:30px;
}
}

/* Mobile landscape width 480 */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.wrapper, .content{
	width:440px;
	padding-bottom:30px !important;

}

	.element {
	width:100%;
	text-align:center !important;

	}
.element img{
  padding:5px;
  background-color:#F7F7F3;
  border:1px solid #D2D2CB;
  margin-bottom:5px;  
}

}

