/* ------------------------------------------------------------------------------------
--  RESET
------------------------------------------------------------------------------------ */
/* meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
h5 {
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
	
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    line-height: 1;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
iframe, img, object{
	/*float:left;*/
}
::selection{
	background:#ddd;
}
::-moz-selection{
	background:#ddd;
}
/* ------------------------------------------------------------------------------------
--  GENERAL + ANCHORS
------------------------------------------------------------------------------------ */
html{
	width:100%;
	height:100%;
}
body{ 
    width:100%;
    height:100%;
    font-size:100%;
	font-family:'Helvetica', Arial, FreeSans, sans-serif;
	color:#515151;
    background: #171717;
    -webkit-font-smoothing: antialiased;
}
#wrapper{
	float:left;
	margin:0;
	padding:0;
	width: 100%;
}
#inside{    
	width:96%;
	margin:2%;
    background:#f0f0f0;
	overflow:hidden;
}
.white-line{
	float:left;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
/* ------------------------------------------------------------------------------------
-- CENTERING CONTENT OF PAGES
------------------------------------------------------------------------------------ */
.main-content{
	margin:0 auto;
	max-width:1200px;
	width:100%;
}
.box-inside{
	/*float:left;*/
	max-width:1120px;
	display:block;
	overflow:hidden;
	width:96%;
	margin:2% auto;
	/*margin:40px;*/
}
/* ------------------------------------------------------------------------------------
-- ANCHOR FOR ALL PAGES
------------------------------------------------------------------------------------ */
a{
	text-decoration:none;
	outline:none;
    color:#717f6c;
}
a:hover{
	color:#111;
}
/* ------------------------------------------------------------------------------------
--  TYPOGRAPHY
------------------------------------------------------------------------------------ */
h1, h2, h3, h4, h5{
	font-family:'Glegoo', serif;	
	text-transform:capitalize;
	line-height:1.2em;
}
h1{
	font-size:1.6em;
	margin-bottom:30px;
}
h2{
	font-size:1.2em;
	margin-bottom:30px;
}
h3{
	font-size:1.2em;
	margin-bottom:30px;
}
h4{
	font-size:1em;
}
h5{
	font-size:1.3em;
	margin-top: 40px;
	margin-bottom: 5px;
}
h6{
	margin-bottom:20px;
	text-transform:capitalize;	
}
p{
	line-height:1.5em;
	font-size:1.1em;
}
/* ------------------------------------------------------------------------------------
--  PARALLAX FOR HOMEPAGE
------------------------------------------------------------------------------------ */
.layer{	
	width:100%;
	float:left;
}
.home-base{
	background:url#171717 0 0 fixed;	
	height:100%;
	background-position:top center;
	background-repeat:no-repeat;
	border-bottom:1px solid rgba(255,255,255,0.8);
}
.home-content{
    height:100%;
	width:100%;
	background: #f0f0f0  fixed;
	background-repeat:repeat;
}
.catalogue-base{
	background:#fbfbfb url(images/bg.jpg) fixed;	
	background-position:top center;
	height:100%;	
	background-repeat:no-repeat;
	border-top:100px solid rgba(0,0,0,0.7);
	border-bottom:100px solid rgba(0,0,0,0.7);
}
.catalogue-content{
	height:100%;
	width:100%;
	background:rgba(255,255,255,0.2); 
	position:relative;
}
/* ------------------------------------------------------------------------------------
--  HEADER
------------------------------------------------------------------------------------ */
header{
	float:left;
	width:100%;
}
/* ------------------------------------------------------------------------------------
-- LOGO FOR HEADER
------------------------------------------------------------------------------------ */
header h1{
	float:left;	
	margin-bottom:0;
}
header h1 a{
	background:url(images/logo.png);
	background-repeat:no-repeat;
	width:236px;
	height:110px;
	display:block;
}
/* ------------------------------------------------------------------------------------
-- MAIN NAVIAGTION WITH SUBMENU
------------------------------------------------------------------------------------ */
nav{
	float:right;
	line-height:110px;
}
nav ul{
	list-style:none;
}
ul.main-menu{
	float:left;
	position:relative;
}
ul.main-menu li{
	float:left;
	margin-left:30px;
}
ul.main-menu a.link{
	color:#686868;
	font-size:1.1em;
	text-transform:lowercase;
	padding-bottom:4px;
	cursor:pointer;
	letter-spacing:0.1em;
}
ul.main-menu a.link:hover{
	color:#000;
	border-bottom:4px solid #515151;
}
ul.main-menu a.active{
	color:#000;
}
.arrow{
    background:url(images/arrow-down.png);
    background-repeat:no-repeat;
    background-position:right center;
    padding: 2px 14px 2px 0;
}
/* ------------------------------------------------------------------------------------
--  SUBMENU (JS)
------------------------------------------------------------------------------------ */
ul.child-menu{
	position: absolute;
	display: none;
	background:#fff;
	top:-6px;
	right:0;
	width:600px;
	z-index:61;
	margin:80px 0 0 0;
}
ul.child-menu li{
	float:left;
	margin:0;
}
.version1 li{
	width:300px;
}
.version2 li {
	width:200px;
}
.submenu-inner{
	float:left;	
}
.version1 .submenu-inner{
	width:260px;
}
.version1 .media{
	width:260px;
	margin:20px;
}
.version1 .text{
	width:280px;
	margin:20px 20px 20px 0;
}
.submenu-inner section{
	float:left;
	padding:10px;
	background:#fafafa;
	margin-bottom:10px;
}
.submenu-inner section.last{
	margin-bottom:0;
}
.version2 .submenu-inner{
	width:160px;
	margin:20px;
}
.submenu-inner a{
	float:left;
	width:100%;
	line-height:1.5em;
	font-size:1em;
	text-transform:capitalize;
	font-weight:600;
}
.submenu-inner h4{
	line-height:normal;
	margin:20px 0;
}
.submenu-inner p{
	font-size:0.9em;
}
/* ------------------------------------------------------------------------------------
--  FOOTER
------------------------------------------------------------------------------------ */
a.arrowup{
	float:right;
	background:#171717;
	width:24px;
	height:24px;
	color:#fff;
	text-align:center;
	line-height:24px;
	font-weight:700;
	font-family:'Glegoo', serif;
}
footer{
	float:left;
	width:100%;
    border-top:4px solid #171717;	
    padding:20px 0 0 0;	
    margin:20px 0 0 0;
    position:relative;
}
footer small{
	float:left;
	font-size:0.8em;
	line-height:32px;
}
footer #social{
	float:right;
}
footer #social a{
	color:#555;
}
footer #social a:hover{
	color:#111;
}
/* ------------------------------------------------------------------------------------
-- MAIN PAGE STYLES: (INDEX.HTML)
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
-- SHOWCASE OR HORIZONTALLY SCROLLING LIST OF IMAGES, VIDEOS AND TEXT BLOCKS
------------------------------------------------------------------------------------ */
#showcase{
	float:left;
	width:100%;
	height:360px;
	margin: 0;
	background:rgba(0,0,0,0.8);
	overflow:hidden;
}
/* ------------------------------------------------------------------------------------
--  HORIZONTAL SCROLL FOR SHOWCASE
------------------------------------------------------------------------------------ */
#mcs_container{
	width:100%; 
	height:320px; 
    float:left;
	margin:0 0 20px 0;
	overflow:hidden;
}
#mcs_container .customScrollBox{ 
	position:relative;
	width:100%;
	
	margin:40px 0;
}
#mcs_container .customScrollBox .horWrapper{
	float:left;
	position:relative;
}
#mcs_container .customScrollBox .container{
	position:relative;
	display:inline-block; 
	*display:inline;
}
#mcs_container .customScrollBox .content{
	clear:both;
}
#mcs_container .customScrollBox .content img,
#mcs_container .customScrollBox .content iframe{
	margin-right:10px;
	float:left;
}
#mcs_container .customScrollBox .content img.last{
	margin-right:0;
}
#mcs_container .dragger_container{
	position:relative;
	margin-top:20px; 
	height:10px; 
	width:35%;  
	border-top:2px solid #111;
}
#mcs_container .dragger{
	position:absolute; 
	width:60px; 
	height:10px;
	text-align:center; 
	background:#c9411e;
	margin-top:-12px;
	
}
#mcs_container .dragger_pressed{
	position:absolute; 
	width:60px; 
	height:10px; 
	background:#92A68A;
	margin-top:-10px;
}
#mcs_container .dragger:hover{
	background:#92A68A;
}
.slide-block{
	float:left;
	margin-right:10px;
	padding:20px;
	color:#fff;
	width:300px;
	height:240px;
}
/*-----THESE SEMI-TRANSPARENT COLOURS REPEAT ON OTHER PAGES--------*/
.orange{
	background:rgba(237,131,78,0.7);/*#ED834E*/
}
.blue{
	background:rgba(78,107,102,0.7);/*#4E6B66*/
}
.yellow{
	background:rgba(235,204,110,0.7);/*EBCC6E*/
}
.slide-block hgroup{
	float:left;
	margin-bottom:20px;
	width:100%;
}
.slide-block p{
    font-size:0.9em;
}
/* ------------------------------------------------------------------------------------
-- 4 BOXES
------------------------------------------------------------------------------------ */
.boxes{
	float:left;
	width:100%;/*1120px*/
	list-style:none;
	margin-bottom:40px;
}
.boxes li{
	float:left;
	/*margin-right:20px;
	width:265px;*/
	background:#fff;
	width:23.5%;
	margin-right:2%;
}
.boxes h5{ margin:10px 0; height:40px; padding:0 0 0 5px}
.boxes li.last{
	margin-right:0;
	float:right;
}
.boxes h2{
	display:block;
	padding:20px;
}
.boxes h2 a{
	color:#515151;
}
.boxes h2 a:hover{
	background:#92A68A;
	color:#fff;
	padding:4px 6px;
}
.back-wrap{
	/*width:265px;*/
	width:100%;
	height:260px;
	position:relative;
}
.back-wrap img{
	margin-bottom:20px;
}
.back-wrap p{
	margin:0 20px;
	font-size:0.9em;
}
a.more{
	float:right;
	font-size:0.9em;
	display:block;
	position:absolute;
	bottom:20px;
	right:20px;
}
a.more:hover{
	color:#111;
}
/* ------------------------------------------------------------------------------------
--  3D BOXES ROTATE STYLES
------------------------------------------------------------------------------------ */
.rollover {
    position: relative;
    /*width: 265px;*/
	width:100%;
    height:263px;
    display: block;
    float:left;
	overflow:hidden;
}
.short{
	width:100px;
	height:100px;
}
.front {
    z-index: 2;
    position: absolute;
    background: #fff;
	bottom:0;
}
.back {
    z-index: 1;
    position: absolute;
}
.rollover:hover .back, 
.rollover:focus .back {
    z-index: 2;
}
.rollover:hover .front, 
.rollover:focus .front {
    z-index: 1;
}
.fade .rollover .front {
    opacity: 1;
    -webkit-transition: 1s;
     -moz-transition: 1s;
      -ms-transition: 1s;
       -o-transition: 1s;
          transition: 1s;
}
.fade .rollover .back {
    opacity: 0;
    -webkit-transition: 1s;
     -moz-transition: 1s;
      -ms-transition: 1s;
       -o-transition: 1s;
          transition: 1s;
}
.fade .rollover:hover .front, 
.fade .rollover:focus .front {
    opacity: 0;
}
.fade .rollover:hover .back, 
.fade .rollover:focus .back {
    opacity: 1;
}
.flip .rollover {
    -webkit-perspective: 800px;
     -moz-perspective: 800px;
      -ms-perspective: 800px;
       -o-perspective: 800px;
          perspective: 800px;
}
.flip .cube {
    height: 265px;
    /*width: 265px;*/
	width:100%;
	max-width:265px;
	margin:0 auto;
    -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
       -o-transform-style: preserve-3d;
          transform-style: preserve-3d;
    -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
     -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
      -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
       -o-transform: rotateX(0) rotateY(0) rotateZ(0);
          transform: rotateX(0) rotateY(0) rotateZ(0);
    -webkit-transition: 1s;
     -moz-transition: 1s;
      -ms-transition: 1s;
       -o-transition: 1s;
          transition: 1s;
}
.flip .front {
    -webkit-transform: translate3d(0,0,1px);
     -moz-transform: translate3d(0,0,1px);
      -ms-transform: translate3d(0,0,1px);
       -o-transform: translate3d(0,0,1px);
          transform: translate3d(0,0,1px);
}
.flip .back {
    -webkit-transform: rotateY(180deg) translate3d(0,0,0);
     -moz-transform: rotateY(180deg) translate3d(0,0,0);
      -ms-transform: rotateY(180deg) translate3d(0,0,0);
       -o-transform: rotateY(180deg) translate3d(0,0,0);
          transform: rotateY(180deg) translate3d(0,0,0);
}
.flip .rollover:hover .cube, 
.flip .rollover:focus .cube {
    -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg); 
      -ms-transform: rotateY(180deg);
       -o-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.box .front {
    -webkit-transform: translate3d(0,0,80px) scale(0.9,0.9);
     -moz-transform: translate3d(0,0,80px) scale(0.85,0.85);
      -ms-transform: translate3d(0,0,80px) scale(0.85,0.85);
       -o-transform: translate3d(0,0,80px) scale(0.85,0.85);
          transform: translate3d(0,0,80px) scale(0.85,0.85);
}
.box .back {
    -webkit-transform: rotateY(180deg) translate3d(0,0,80px)  scale(0.9,0.9);
     -moz-transform: rotateY(180deg) translate3d(0,0,80px) scale(0.85,0.85);
      -ms-transform: rotateY(180deg) translate3d(0,0,80px)  scale(0.85,0.85);
       -o-transform: rotateY(180deg) translate3d(0,0,80px)  scale(0.85,0.85);
          transform: rotateY(180deg) translate3d(0,0,80px)  scale(0.85,0.85);
}
.flip .cube .front{width:100%; display:block}
.flip .cube img{width:100%; float:none}
/* ------------------------------------------------------------------------------------
-- SECTION FACTS FOR INDEX PAGE
------------------------------------------------------------------------------------ */
.facts{
	float:left;
	width:100%;
	clear:both;
	margin-bottom:20px;
}
.left{
	float:left;
	width:62.5%;
}
.left h2{
	margin-bottom:40px;
	font-size:2em;
	padding-bottom:20px;
	border-bottom:4px solid #171717;
}
.inner-left{
	float:left;
	width:100%;
	clear:both;
	margin-bottom:20px;
}
.last{
	margin-bottom:0;
}
.inner-left .circle{
	float:left;
	/*margin-right:40px;*/
	width:100px;
}
/*------VIEW ROLLOVER STYLES ABOVE------*/

.inner-left .circle-inner{
	width:100px;
	height:100px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	-o-border-radius:50px;
	-khtml-border-radius:50px;
	-ms-border-radius:50px;
	border-radius:50px;
	background:#92A68A url(images/green-circle.png);
	background-repeat:no-repeat;
	color:#f0f0f0;
}
.inner-left .circle p{
	text-align:center;
	line-height:100px;
	font-weight:700;
}
.inner-left article{
	float:right;
	max-width:560px;
	width:80%;
	font-size:0.95em;
	border-bottom:1px solid rgba(146,166,138, 0.2);/*92A68A*/
}
a.button-type{
    margin:20px 0;	
    float:right;
    font-weight:700;
}
.facts aside{
	float:right;
	width:33.9285%;
	/*width:380px;*/
	/*margin-left:40px;*/
}
.block{
	background:rgba(255,255,255,0.6);
	float:left;	
	padding:20px;
	width:340px;
	margin:0 0 20px 0;
}
.block h2{
	margin-bottom:40px;
}
.aside-inner{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.facts aside .last{
	margin-bottom:0;
}
.fading:hover > div {
    opacity: 0.3;
}
.fading:hover > div:hover {
    opacity: 1.0;
}
.block p{
	font-size:0.9em;
	overflow:hidden;
}
.block img{
	margin-right:20px;
	float:left;
}
.block a{
	font-weight:700;
}
.block h3{
	color:#7a9171;
}
/* ------------------------------------------------------------------------------------
-- SECTION FACTS: NEWSLETTER FOR INDEX PAGE
------------------------------------------------------------------------------------ */
form#contact{
	float:left;
	width:340px;
	clear:both;
}
form#contact input{
	float:left;
	width:200px;
	padding:0 10px;
	height:38px;
	background:#f0f0f0;
	border:1px solid rgba(255,255,255,0.6);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-o-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-khtml-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	font-size:0.9em;
}
form#contact input::-webkit-input-placeholder{
	color:#555;
}
form#contact input:-moz-placeholder{
	color:#555;
}
form#contact label{
	float:left;
	width:100%;
	margin-bottom:10px;
	font-size:0.9em;
}
form#contact .ss-navigate{
    float:right;
    width:100px;	
	border:1px solid rgba(255,255,255,0.6);
	-webkit-box-shadow:  0 1px 4px rgba(0,0,0,0.2);
	-moz-box-shadow:  0 1px 4px rgba(0,0,0,0.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	-ms-box-shadow:  0 1px 4px rgba(0,0,0,0.2);
	-khtml-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}
form#contact #buttonsubmit{
	width:100px;
	height:38px;
	background:#92A68A;
	border:1px solid rgba(255,255,255,0.9);
	-webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 1px 4px rgba(0,0,0,0.2);
	-o-box-shadow: inset 0 1px 4px rgba(0,0,0,0.2);
	-ms-box-shadow:  inset 0 1px 4px rgba(0,0,0,0.2);
	-khtml-box-shadow: inset 0 1px 4px rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 4px rgba(0,0,0,0.2);
	font-size:0.9em;
	color:#fff;
	line-height:34px;
	text-transform:uppercase;
	position:relative;
	cursor:pointer;
}
form#contact #buttonsubmit:hover{
     top:1px;
	 background:#c9411e;
     background: -moz-linear-gradient(19% 75% 90deg, #7a9171, #92a68a);
     background: -webkit-gradient(linear, left top, left bottom, from(#92a68a), to(#7a9171));
     background-image: -o-linear-gradient(top,rgb(146,166,148),rgb(122,145,113));
}
/* ------------------------------------------------------------------------------------
-- INNER PAGES STYLES: ABOUT PAGE
------------------------------------------------------------------------------------ */
.inner-block{
	float:left;
	width:100%;
	border-top:4px solid #171717;
	margin:40px 0 0 0;
}
.inner-block p{
	margin-bottom:20px;
}
.inner-block p.last{
	margin-bottom:0;
}
.inner-block h2{
	margin-bottom:40px;
}
.inner-block h3{
	color:#7a9171;	
}
.inner-menu{
	float:left;
	width:100%;
	margin:40px 0 0 0;
	line-height:normal;
}
.inner-menu a{
	float:right;
	font-size:1em;
	text-transform:lowercase;
	margin-left:30px;
	font-weight:600;
}
.block-wrap{
	float:left;
	width:100%;
	clear:both;
	margin:20px 0;
}
/* ------------------------------------------------------------------------------------
--  INNER PAGES STYLES: ABOUT PAGE: GENEARL STYLES
------------------------------------------------------------------------------------ */
#about{
	float:left;
	width:700px;
} 
#project{
	float:right;
	width:380px;
	margin-left:40px;
	border-bottom:4px solid #171717;
	padding:0 0 20px 0;
}
/* ------------------------------------------------------------------------------------
-- INNER PAGES STYLES: ABOUT PAGE: IMAGES LIST WITH SLIDING EFFECT
------------------------------------------------------------------------------------ */
.overslide{
	float:left;
	width:120px;
	height:113px;
	margin-right:10px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.last{
	margin-right:0;
}
.bottom{
	margin-bottom:10px;
}
.overslide .mask{
    width: 120px;
    height: 113px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0	
}
.overslide a.info{
	line-height:113px;
	color:#fff;
	padding:5px;
	background:#111;
	font-weight:700;
}
.overslide img{
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.overslide .mask{
    -webkit-transform: translateX(-120px);
    -moz-transform: translateX(-120px);
    -o-transform: translateX(-120px);
    -ms-transform: translateX(-120px);
    transform: translateX(-120px);
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.overslide:hover .mask {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.overslide:hover img {
    -webkit-transform: translateX(120px);
    -moz-transform: translateX(120px);
    -o-transform: translateX(120px);
    -ms-transform: translateX(120px);
    transform: translateX(120px);
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
/* ------------------------------------------------------------------------------------
-- INNER PAGES STYLES: ABOUT PAGE: TEAM + ASIDE
------------------------------------------------------------------------------------ */
#who{
	clear:both;
	width:1120px;
	float:left;
	margin-top:40px;
}
/*-------------ASIDE---------------------*/
#who aside{
	float:left;
	width:380px;
}
#who aside dl{
	float:left;
	width:100%;
	margin:0 0 20px 0;
}
#who aside dt{
	float:left;
	font-size:1.4em;
	line-height:1.5em;
	width:100%;
	text-transform:capitalize;
	font-weight:700;
	color:#92A68A;
	margin-bottom:10px;
}
#who aside dd{
	line-height:1.5em;
	width:100%;
}

/* ------------------------------------------------------------------------------------
-- INNER PAGES STYLES: ABOUT PAGE: TESTIMONIALS
------------------------------------------------------------------------------------ */
#strip{
	float:left;
	width:100%;
	background:#fff;
}
#quotes{
    float:left;
    width:700px;
    margin-right:40px;	
}
#quotes blockquote{
	border:1px solid rgba(146,166,138, 0.2);/*92A68A*/
	margin-bottom:20px;
	float:left;
	padding:20px;
	font-size:0.9em;
}
#quotes blockquote.last{
	margin-bottom:0;
}
#quotes blockquote p:first-line{
	font-weight:600;
}
#quotes blockquote cite{
	 float:right;
}
figure.illustration{
	float:right;
	width:380px;
	position:relative;
}
figure.illustration img{
	float:right;
	padding-bottom:20px;
	border-bottom:4px solid #171717;
}
p.title{
	position:absolute;
	left:0;
	z-index:1;
	padding:20px;
	color:#fff;
	font-weight:700;
	width: 290px;
}
figure.illustration p.title{
	font-size:1.1em;
	top:60px;
}
/* ------------------------------------------------------------------------------------
-- INNER PAGES STYLES: SINGLE PAGE
------------------------------------------------------------------------------------ */
/*------block-wrap styles (block that wraps content of inner pages) see in styles of ABOUT page-------*/
/*------figure class illustration2 features on SINGLE page------*/
figure.illustration2{
	/*float:right;
	width:1040px;*/
	position:relative;
	background:rgba(255,255,255,0.6);
	padding:40px;
}
figure.illustration2 img{
	float:none;
	width:100%;
}
figure.illustration2 iframe{
	float:none;
}
figure.illustration2 p.title{
	font-size:1.3em;
	top:270px;
	text-transform:capitalize;
}
/* ------------------------------------------------------------------------------------
-- INNER PAGES STYLES: SINGLE PAGE: OVERVIEW + ASIDE
------------------------------------------------------------------------------------ */
#overview{
	clear:both;
/*	width:1120px;
	float:left;*/
	margin-bottom:40px;
	display:block;
	width:100%;
}
/*-------------ASIDE---------------------*/
#overview aside{
	float:left;
	/*width:380px;*/
	width:30%;
}
#overview h2{
	font-size:2em;
}
/*---------PREFACE----------------*/
#preface{
	float:left;
	width:100%;
	margin-bottom:40px;
}
#preface p{
	font-size:0.9em;
}
#preface p:first-line{
	font-weight:600;
}
/*-------------DISCUSSION-------------*/
#discussion{
	float:left;
	width:100%;
}
#discussion blockquote{
	float:left;
	font-size:1.6em;
	font-style:italic;
	line-height:1.2em;
	color:#92A68A;
	margin-bottom:20px;
}
#discussion blockquote small{
	font-size:0.7em;
}
/*-----------------EVENTS---------------------*/
#events{
	float:right;
	width:700px;
}
#events h1{
	border-bottom:4px solid #171717;	
	padding-bottom:20px;
}
#events ul{
	float:left;
	width:700px;
	list-style:none;
}
#events li{
	float:left;
	margin-right:20px;
	width:220px;
	background:#fff;
}
#events li.bottom-block{
	margin-bottom:20px;
}
#events li.last{
	margin-right:0;
}
#events section{
	float:left;
	margin:20px;
}
#events figure{
	margin-bottom:20px;
	float:left;
}
#events p{
	font-size:0.9em;
}
/* ------------------------------------------------------------------------------------
-- INNER PAGES STYLES: SINGLE PAGE VIDEO DOES NOT DIFFER FROM SINGLE.HTML
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
-- INNER PAGES STYLES: SINGLE PAGE SLIDER: SLIDER STYLES
------------------------------------------------------------------------------------ */
.slider{
	/*float:right;
	width:1040px;*/
	position:relative;
	background:rgba(255,255,255,0.6);
	padding:40px 40px 0 40px;
	display:block;
	overflow:hidden;
}
.slider img{
	/*float:none;
	width:100%;
	float:right;*/
	width:100%;
	max-width:1000px;
}
.slider p.title{
	font-size:1.3em;
	top:290px;
	text-transform:capitalize;
}
.blueberry{
	/*float:right;
	width:1000px;*/
	background:transparent;
}
.slides{
	float:left;
	width:100%;
	list-style:none;
}
/* ------------------------------------------------------------------------------------
-- INNER PAGES STYLES: ENTRY PAGE
------------------------------------------------------------------------------------ */
#post{
	float:left;
	padding:40px;
	background:rgba(255,255,255,0.6);
}
#post p{
	font-size:1.1em;	
}
#post figure{
	padding:20px;
	background:rgba(255,255,255,0.8);
	margin-right:20px;
}
#post section h1{
	font-size:1.8em;
}
#music{
	float:left;
	width:100%;
	margin-top:20px;
}
#music h3{
	padding-bottom:20px;
	border-bottom:4px solid #171717;
}
/* ------------------------------------------------------------------------------------
-- INNER PAGES STYLES: CATALOGUE PAGE
------------------------------------------------------------------------------------ */
/*-----CATALOGUE------*/
#catalogue-items{
	float:right;
/*	width:700px;*/
width:65%;
min-height:500px;
}
#catalogue-items h1{
	border-bottom:4px solid #171717;	
	padding-bottom:10px;
}
.catalogue-menu{
	line-height:normal;
	margin-bottom:20px;
}
.catalogue-menu a{
	margin-left:10px;
	padding:5px;
	background:rgba(255,255,255,0.6);
	font-weight:700;
	text-transform:capitalize;
}
.items{
	/*float:left;
	width:700px;*/
	list-style:none;
}
.items li.item{
	float:left;
	width:100%;
	background:rgba(255,255,255,0.6);
	margin-bottom:20px;
}
.items li.item-end{
	margin-bottom:40px;
}
.items li.last{
	margin-bottom:0;
}
#catalogue-items ul:hover > li.item {
    opacity: 0.5;
}
#catalogue-items ul:hover > li.item:hover {
    opacity: 1.0;
}
.items section{
/*	float:left;*/
	margin:20px;
/*	width:660px;*/
}
.items figure{
	margin-bottom:20px;
	float:left;
}
.items img{
	margin-right:20px;
}
.items p{
	font-size:0.95em;
}
.items h3{
	margin-bottom:0;
	line-height:1.5em;
}
.items .category{
	float:left;
	width:100%;
}
.items .category p{
	float:right;
	text-transform:capitalize;
	padding:4px;
	border:1px solid rgba(146,166,138, 0.2);/*92A68A*/
}
p.details{
    color:#717f6c;
    cursor:pointer;
    font-size:0.9em;
    text-transform:lowercase;
    float:left;
    font-weight:600;
}
p.details:hover{
	color:#111;
}
/*---------PAYPAL BUTTON----------*/
form.paypal{
	float:right;
}
.pp-button{
	float:left;
	border:1px solid rgba(255,255,255,0.6);
	-webkit-box-shadow:  0 1px 4px rgba(0,0,0,0.2);
	-moz-box-shadow:  0 1px 4px rgba(0,0,0,0.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	-ms-box-shadow:  0 1px 4px rgba(0,0,0,0.2);
	-khtml-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}
.pay{
	padding:4px 6px;
	background:#92A68A;
	border:1px solid rgba(255,255,255,0.9);
	-webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 1px 4px rgba(0,0,0,0.2);
	-o-box-shadow: inset 0 1px 4px rgba(0,0,0,0.2);
	-ms-box-shadow:  inset 0 1px 4px rgba(0,0,0,0.2);
	-khtml-box-shadow: inset 0 1px 4px rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 4px rgba(0,0,0,0.2);
	font-size:0.9em;
	color:#fff;
	position:relative;
    font-weight:600;
    cursor:pointer;
	-webkit-border-radius:0;
	border-radius:0;
	-webkit-appearance: none;
}
.pay:hover{
     top:1px;
	 background:#c9411e;
     background: -moz-linear-gradient(19% 75% 90deg, #7a9171, #92a68a);
     background: -webkit-gradient(linear, left top, left bottom, from(#92a68a), to(#7a9171));
     background-image: -o-linear-gradient(top,rgb(146,166,148),rgb(122,145,113));
	 -webkit-appearance: none;
}
/*-------------ASIDE----------*/
#categories{
	float:left;
	width:100%;
}
#categories ul{
	float:left;
	width:100%;
	list-style:none;
}
#categories li{
    line-height:1.5em;	
    font-size:0.9em;
    font-weight:600;
    text-transform:uppercase;
    padding:10px 0;
	border-bottom:1px solid rgba(146,166,138, 0.2);/*92A68A*/
}
/* ------------------------------------------------------------------------------------
-- STYLES FOR DETAILS PAGE, CONTACT PAGE AND THANK YOU PAGE SEE IN MODAL.CSS FILE
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
-- INNER PAGES STYLES: THANK YOU PAGE FOR NEWSLETTER
------------------------------------------------------------------------------------ */
/*.thanks{
	float:left;
	width:840px;
	clear:both;
}
.thanks figure{
	margin-right:40px;
	width:300px;
}
.thanks section{
	float:right;
	width:500px;
	padding-bottom:20px;
	border-bottom:4px solid #171717;
}
.thanks section p{
	font-size:1em;
}*/
/* ------------------------------------------------------------------------------------
-- THANKYOU PAGE
------------------------------------------------------------------------------------ */
.popup-body{ background:#F0F0F0}

.thanks{
	/*float:left;
	width:840px;*/
	clear:both;
	margin:15px 0 0 0;
}
.thanks h2{margin:0 0 20px}
.thanks figure{
	/*margin-right:40px;
	width:300px;*/
	float:left;
	width:35%;
	margin:0 5% 0 0;
}
.thanks section{
	float:right;
	/*width:500px;*/
	width:58%;
	padding-bottom:20px;
	border-bottom:4px solid #171717;
}
.thanks section p{
	font-size:1em;
}

/* common*/
.clear{clear:both}
.menu-button, a.about-menu{display:none}
.vm{vertical-align:middle}
.popup-frame{width:80%; height:100%}
/* media queries */

/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-width : 230px) and (max-width : 767px) {
/* Styles */
h1{font-size:1.2em; margin-bottom:15px}
h3{margin:0 0 15px}
p{font-size:0.8em; line-height:1.4em}
#inside{ width:100%; margin:0}
.main-content{width:100%}
.box-inside{width:96%; margin:2%}
header h1{margin:0 0 10px; float:none; text-align:center}
header h1 a{margin:0 auto}
header nav{clear:both; display:block; float:none; line-height:normal;border-top: 2px solid #171717; padding:0}
ul.main-menu{float:none; display:none}
ul.main-menu li{float:none; display:block; margin:0; line-height:30px; width:100%}
ul.main-menu a.link{font-size:0.9em; display:block; padding:0 0 0 10px; margin:0 0 1px 0; background-color:#e8e8e8; border-bottom:1px solid #e0e0e0; background-position: 95% center}
ul.main-menu a.link:hover{ background-color:#f4f4f4; border-bottom:1px solid #e8e8e8 }
ul.child-menu{position:relative; width:96%; padding:2%; background:#fff; margin:0; overflow:hidden}
ul.child-menu li{float:left; width:25%}
ul.child-menu li+li{width:72%; float:right}
ul.child-menu a.link, ul.child-menu a.link:hover{background:none; border:none; padding:0; margin:0; color:#717F6C}
ul.child-menu a.link:hover{color:#000}
.submenu-inner{float:none; width:100%; margin:0}
.submenu-inner.media, .submenu-inner.text{margin:0; width:auto}
.submenu-inner.media a{float:left; width:auto}
.submenu-inner.media img{width:98%; margin:0 auto}
.submenu-inner a{ font-size:0.8em; font-weight:400}
.submenu-inner p{ font-size:0.8em; line-height:1em}
.submenu-inner p a{ font-size:1em; }
.inner-block{margin:0px 0 0 0; border:none}
.inner-block p{margin:0 0 10px}
.block-wrap{margin:10px 0}
.slider, figure.illustration2{width:96%; padding:2% 2% 0;}
figure.illustration2{ padding:2%;}
.blueberry{ width:100%;}
.slider-image{width:100%}
.slider p.title, figure.illustration2 p.title{top:90px; /*width:60%;*/ width:160px; padding:5px; font-size:12px; margin:0}
figure.illustration2 p.title{ top:70px}
.blueberry .pager{height:20px!important}
.blueberry .pager li a{padding:4px 8px 0!important}
.boxes{margin:0px}
.boxes li{float:none; display:block; width:100%; margin:0; padding:0; overflow:hidden; text-align:left; border-bottom:1px solid #ddd;}
h5{ margin:10px 0px 10px 10px; font-size:1.1em;}
.boxes h5{ height:auto}
.rollover{ float:none; margin:0 auto}
.facts .left{ width:100% }
.left h2{font-size:1.1em; padding:0 0 10px 0; margin:0 0 0px}
.inner-left {border-bottom:1px solid #ddd;}
.inner-left .circle{width:70px; height:70px; margin:10px 10px 0 0}
.inner-left .circle-inner{width:70px; height:70px; font-size:12px}
.inner-left .circle p{line-height:normal; margin:28px 5px;font-size:12px}
.inner-left .circle img{width:100%}
.inner-left article{ min-width:180px; max-width:70%; border:none}
a.button-type{margin:10px 0; font-size:13px;}
.facts aside{clear:both; float:none; width:100%; margin:10px 0;}
.facts .block{ float:none; width:96%; padding:2%; overflow:hidden; margin:0 0 5px} 
.block img{margin:0 10px 10px; width:25%; float:left}
.block p{ font-size:0.8em}
form#contact{clear:both; display:block; width:100%;/* overflow:hidden*/}
form#contact input{min-width:155px; width:60%; padding:0 2%;}
form#contact #buttonsubmit{ width:100% }
form#contact .ss-navigate{width:25%;}
footer small{clear:both; display:block; text-align:center; font-size:11px; line-height:20px}
footer small a{margin:0 3px}
footer #social{float:none; text-align:center}
footer #social img{float:none}
a.menu-button{ display:block; background:#171717; line-height:30px; color:#aaa; text-indent:10px; position:relative}
a.menu-button:hover{ color:#fff;}
a.menu-button span{position:absolute; right:13px; top:0}
/* inner page */
#overview aside{ width:100% }
div#categories{position:static!important}
#catalogue-items{float:none; display:block; clear:both; padding:10px 0; width:100%; min-height:100px }
a.about-menu{ display:block; border-bottom:1px solid #ddd; padding:0 0 10px; text-align:center}
#categories li{padding:5px 0; font-size:0.75em;}
#categories ul{display:none}
.items figure{width:32%; margin:0 3% 5px 0}
.items figure img{width:100%; margin:0}
.catalogue-menu {margin:0 0 2px; float:left;}
.catalogue-menu a{padding:2px 4px; margin:0 2px 1px 0; font-size:12px; font-weight:400; float:left}
.items section{margin:5px}
.p7IGM01_layout{-webkit-box-shadow:5px 5px 13px #000000; box-shadow:5px 5px 5px #000000!important;}
.p7IGM01_thumbslist img{ width:50px; height:auto}
.p7IGM01_thumbswrapper{margin:0 5%!important;}
.p7IGM01_arrows .arrow-left, .p7IGM01_arrows .arrow-right{width:30px!important; top:10px}
#catalogue-items h3{ font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight: bold;}
#frameless{height:auto!important; overflow:hidden!important}
.pay{
	padding:4px 6px;
	background:#92A68A;
	border:1px solid rgba(255,255,255,0.9);
	-webkit-box-shadow:0 0px 0px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0px 0px rgba(0,0,0,0.2);
	-o-box-shadow:0 0px 0px rgba(0,0,0,0.2);
	-ms-box-shadow:0 0px 0px rgba(0,0,0,0.2);
	-khtml-box-shadow:0 0px 0px rgba(0,0,0,0.2);
	box-shadow: inset 0 0px 0px rgba(0,0,0,0.2);
	font-size:0.9em;
	color:#fff;
	position:relative;
    font-weight:600;
    cursor:pointer;
	-webkit-border-radius:0;
	border-radius:0;
}
.pay:hover{
     top:1px;
	 background:#c9411e;
     background: -moz-linear-gradient(19% 75% 90deg, #7a9171, #92a68a);
     background: -webkit-gradient(linear, left top, left bottom, from(#92a68a), to(#7a9171));
     background-image: -o-linear-gradient(top,rgb(146,166,148),rgb(122,145,113));
}
#contact-det, #forma, #details-left, #details-right, .thanks figure, .thanks section {float:none; display:block; clear:both; margin:0 0 10px; width:100%; overflow:hidden}
.thanks figure img{max-width:100%}
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
/* Styles */
h1{font-size:1.4em; margin-bottom:15px}
h3{margin:0 0 15px}
/*p{font-size:0.8em; line-height:1.4em}*/
header h1{margin:0 0 10px}
#inside{ width:100%; margin:0}
.main-content{width:100%}
.box-inside{width:96%; margin:2%}
.boxes h5{height:auto}
header nav{clear:both; display:block; float:none; line-height:normal;/* background:#171717;*/ border-top:4px solid #171717; margin:10px 0 0 0;}
ul.main-menu{float:left; width:100%; display:block;background-color:#e8e8e8; border-bottom:1px solid #e0e0e0;}
ul.main-menu li{ line-height:30px; margin:0 10px 0 40px;}
ul.main-menu a.link{font-size:0.9em; /*display:block; padding:0 20px 0 0; margin:0 0 1px 0; background-color:#e8e8e8; border-bottom:1px solid #e0e0e0; background-position: right center*/}
ul.main-menu a.link:hover{ }
ul.child-menu{margin:38px 0 0 0; left:0;}
ul.child-menu li{margin:0}
.inner-block{margin:10px 0 0 0; border:none}
.inner-block p{margin:0 0 10px; font-size:0.8em; line-height:1.4em;}
.block-wrap{margin:10px 0 20px}
.slider, figure.illustration2{width:96%; padding:2% 2% 0;}
 figure.illustration2{ padding:2%;}
.blueberry{ width:100%;}
.slider-image{width:100%}
.slider p.title, figure.illustration2 p.title{top:70%; /*width:40%;*/ width:250px; padding:5px; font-size:1.1em; margin:0}
.blueberry .pager{height:30px!important}
.blueberry .pager li a{padding:14px 8px 0!important}
.boxes{margin:0 0 25px}
.boxes li{width:48%; margin:1%; padding:0 0 10px; overflow:hidden; text-align:left;}
.boxes li.last{ float:left}
h5{ margin:10px 0; font-size:1.1em;}
.rollover{ float:none; margin:0 auto}
.facts .left{ width:60% }
.left h2{font-size:1.1em; padding:0 0 10px; margin:0 0 10px}
.inner-left {/*border-bottom:1px solid #ddd;*/ margin:0 0 25px}
.inner-left .circle{width:70px; height:70px; margin:0 10px 0 0}
.inner-left .circle-inner{width:70px; height:70px; font-size:12px}
.inner-left .circle p{line-height:normal; margin:28px 5px;font-size:12px}
.inner-left .circle img{width:100%}
.inner-left article{ min-width:180px; max-width:79%; /*border:none*/}
a.button-type{margin:10px 0 20px; font-size:13px;}
.facts aside{width:37%; margin:0}
.facts .block{ float:none; width:96%; padding:2%; overflow:hidden; margin:0 0 10px} 
.aside-inner{ margin-bottom:10px}
.block img{margin:0 10px 10px; width:25%}
.block p{ font-size:0.8em}
form#contact{clear:both; display:block; width:100%; overflow:hidden}
form#contact input{width:155px}
form#contact #buttonsubmit{width:75px; float:left}
form#contact .ss-navigate{width:75px}
/**/footer small{clear:both; display:block; text-align:center; font-size:11px; line-height:30px}
footer small a{margin:0 2px}
ul.main-menu{ display:block!important }
#categories ul{display:block!important}
#categories li{font-size:0.75em;}
.items section{margin:10px}
.items figure{width:32%; margin:0 10px 5px 0}
.items figure img{ width:100%; margin:0}
#frameless{height:auto!important; overflow:hidden!important; margin-top:-300px!important;}
.items h3{font-size:1.1em}
/* inner page*/
}
@media only screen and (min-device-width : 230px) and (max-device-width : 767px) {
.fade .rollover .front{display:none}
.fade .rollover .back{opacity:1}
.back-wrap img{margin:0 0 10px}
.flip .rollover:hover .cube, 
.flip .rollover:focus .cube {    
	-webkit-transform: rotateY(0deg) translate3d(0,0,0)  scale(1,1);
     -moz-transform: rotateY(0deg) translate3d(0,0,0) scale(1,1);
      -ms-transform: rotateY(0deg) translate3d(0,0,0)  scale(1,1);
       -o-transform: rotateY(0deg) translate3d(0,0,0)  scale(1,1);
          transform: rotateY(0deg) translate3d(0,0,0)  scale(1,1);
}
.box .back {
    -webkit-transform: rotateY(0deg) translate3d(0,0,0)  scale(1,1);
     -moz-transform: rotateY(0deg) translate3d(0,0,0) scale(1,1);
      -ms-transform: rotateY(0deg) translate3d(0,0,0)  scale(1,1);
       -o-transform: rotateY(0deg) translate3d(0,0,0)  scale(1,1);
          transform: rotateY(0deg) translate3d(0,0,0)  scale(1,1);
}
/*.pp-button{-webkit-box-shadow:0 0 0 rgba(255, 255, 255, 0.2); box-shadow:0 0 0 rgba(255, 255, 255, 0.2);}
.input.pay { box-shadow: inset 0 0px 0px rgba(255,255,255,0.2);  }*/
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/*.pp-button{-webkit-box-shadow:0 0 0 rgba(255, 255, 255, 0.2); box-shadow:0 0 0 rgba(255, 255, 255, 0.2);}
.input.pay { box-shadow: inset 0 0px 0px rgba(255,255,255,0.2);  }*/
.fade .rollover .front{display:none}
.fade .rollover .back{opacity:1}
.back-wrap img{margin:0 0 10px}
.flip .rollover:hover .cube, 
.flip .rollover:focus .cube {    
	-webkit-transform: rotateY(0deg) translate3d(0,0,0)  scale(1,1);
     -moz-transform: rotateY(0deg) translate3d(0,0,0) scale(1,1);
      -ms-transform: rotateY(0deg) translate3d(0,0,0)  scale(1,1);
       -o-transform: rotateY(0deg) translate3d(0,0,0)  scale(1,1);
          transform: rotateY(0deg) translate3d(0,0,0)  scale(1,1);
}
.box .back {
    -webkit-transform: rotateY(0deg) translate3d(0,0,0)  scale(1,1);
     -moz-transform: rotateY(0deg) translate3d(0,0,0) scale(1,1);
      -ms-transform: rotateY(0deg) translate3d(0,0,0)  scale(1,1);
       -o-transform: rotateY(0deg) translate3d(0,0,0)  scale(1,1);
          transform: rotateY(0deg) translate3d(0,0,0)  scale(1,1);
}
#categories li{ font-size:0.75em}

}
/* iPads (landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
/* Styles */
.inner-left article{font-size:1em; margin:5px 0 0 0}
.inner-left .circle{width:100px; height:100px}
.inner-left .circle-inner{width:100px; height:100px}
.inner-left .circle p{line-height:100px; font-size:1em; margin:0}
.left h2{ margin:0 0 25px}
.facts .left{ width:59%}
.facts .block{margin:0 0 15px}
form#contact input{width:225px}
ul.main-menu{display:block!important}
#categories ul{display:block!important}
.boxes li{ width:23%}
.boxes li p{ padding:15px; text-align:left}
/*.front{ bottom:-35px}*/
}
/* iPads (portrait) ----------- */
@media only screen and (min-width : 770px) and (max-width : 1024px) {
/* Styles */
/*.facts .left { width: 500px !important; }
.inner-left article { width: 380px; }
form#contact input { width: 200px !important; }*/
/*.flip .cube { height: 220px !important; }
.rollover { height: 250px !important; }*/
.boxes h5 { font-size: 1em !important; height: auto; }
}
/* Desktops and laptops ----------- */
@media only screen and (min-width : 1024px) and (max-width : 4000px) {
/*@media only screen and (min-width : 1224px) {*/
/* Styles */
/*#inside{ width:96%; margin:2%}
.main-content{width:100%; max-width:1200px; margin:0 auto}
.box-inside{width:96%; margin:2% auto; max-width:1120px; float:none;}*/
ul.main-menu{ display:block!important }
#categories ul{display:block!important}
}
/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
/* Styles */
}
/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}