/* 8. CUSTOM LAYOUT & TYPOGRAPHY (Daddy bear)
----------------------------------------------------------------------------------------*/
#container {
	
	margin: 0 auto;
	max-width: 60em;
}


/* 9. CUSTOM LAYOUT & TYPOGRAPHY (Mummy bear)
----------------------------------------------------------------------------------------*/
@media screen and (min-width: 30em) and (max-width: 63.236em) {
 #container {
width: 30em;
}
}


/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
 html, body {
 width: 100%;
 margin: 0px;
 padding: 0px;
 overflow-x: hidden;
}
 #header .logo {
 margin: 0 auto;
 position: relative;
 width: 10em !important;
}
 body {
background-color:#fff;
}
 #footer .footer-menu {
 background-color: #334466;
 list-style: none outside none;
 text-align: center;
 margin: 10px 0px; 
 width:87%;
 font-size:11px;
}
 .footer-container {
 background-color: #334466;
 margin: 0 auto;
 width: 100%;
}
#footer {
 background-color: #334466;
 width:100%;
 float:left;
 text-align:center;
 margin: 0 auto;
 height:25em;
}
.validation {
 display:none;
}
 .social-icons {
 margin: 0 auto;
 width: 94%;
}
 #footer .copyright {
margin: 0 auto;
 width: 115%;
}
 input, textarea {
 color: #222222;
 font-size: 13px;
 height: 2em;
 padding-left: 0px !important;
 width: 90%;
 border: 1px solid #c0c0c0 !important;
}
input[type=submit] {
text-align:center;
padding-left:1em !important;
width:8em !important;
-webkit-appearance: none;
}
 h1, h2, h3, h4, h5, h6 {
 width: 100%;
 margin-bottom:0px;
}
 p.complete {
margin:0px 0 10px 10px;
width:100%;
float:left;
}
 .left-column {
float:left;
width:14em;
}
.right-column {
width:14em !important;
}
 .required {
background-color: #FBF5A8;
width:17em !important;
}
.tele1 {
width:5em !important;
float:left !important;
margin-right:1em;
}
 input.telephone2 {
float:left;
width: 9.7em !important;
height:2em;
margin-bottom:4em !important;
}
 textarea {
 height: 10em !important;
 width: 99%;
}
 .website-url, .cname, .country {
width:17em !important;
}
 #header .logo {
 margin: 0 auto;
 position: relative;
}
 #nav {
 background-image: url("../images/nav.jpg");
 height: 3.1em;
 display:none;
}
h1.success{clear:both; width:100%; margin-bottom:1em; color: #FCBB67;}
p.success{font-size:0.9em;} 
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) and (max-width: 800px) {
 html, body {
 width: 100%;
 margin: 0px;
 padding: 0px;
 overflow-x: hidden;
}
 #header .logo {
margin: 0 auto;
    padding-left: 10px;
}
 body {
background-color:#fff;
}
 
.validation {
 display:none;
}


 #search input {
 display:none;
}
 input, textarea {
 border: medium none;
 border-radius: 3px 3px 3px 3px;
 box-shadow: 0 1px 9px rgba(0, 0, 0, 0.23) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
 color: #222222;
 font-size: 13px;
 height: 2em;
 padding-left: 10px;
 position: relative;
 transition: all 0.2s linear 0s;
 -webkit-appearance: none;
}
 textarea {
 height: 10em !important;
 width: 99%;
}

#footer .footer-menu {
 background-color: #334466;
 list-style: none outside none;
 text-align: center;
 margin: 10px 0px; 
 width:20%;
 font-size:11px;
}
 .footer-container {
 background-color: #334466;
 margin: 0 auto;
 width: 100%;
}
#footer {
 background-color: #334466;
 width:100%;
 float:left;
 text-align:center;
 margin: 0 auto;
 height:15em;
}
.validation {
 display:none;
}
 .social-icons {
 margin: 0 auto;
 width: 78%;
}
 #footer .copyright {
margin: 0 auto;
 width: 115%;
}
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
 .footer-container {
 background-color: #334466;
 margin: 0 auto;
 width: 100% !important;
 margin-left:50px;
}
 #footer .footer-menu {
 background-color: #334466;
 list-style: none outside none;
 text-align: center;
 margin: 10px 0px;
 width:25%;
 font-size:12px;
 float:left;
}
 .social-icons {
width:250px;
margin-right:395px;
padding: 0px;
}
 #footer .copyright {
margin: 0 auto;
 width: 110%;
}
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
 .footer-container {
 background-color: #334466;
 margin: 0 auto;
 width: 100%;
 padding: 0 0 0 60px;
}
 .social-icons {
width:250px;
margin-right:335px;
padding: 0px;
}
 #footer .copyright {
margin: 0 auto;
 width: 122%;
}
 #container img {
 margin: 0 auto;
 padding-left:15px;
}
#header .logo {
 margin: 0 auto;
 position: relative;
 width: 60em;
}
}
