body { margin: 0px; padding: 0px; background: #eee	; }
html { height: 100% !important; }

header {
	padding: 20px 0px;
}

header a:hover {
	text-decoration: none
}

header .logo {
	border-bottom: 10px dotted #555;
	padding-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
}

header .logo2 {
	padding: 10px;
}

header .logo2 h1 {
	position: absolute; 
	text-indent: -9999px;
}

header img {
	height: 120px;
}

header .client a span{
	background: url('../images/zebra.png') repeat;
	color: #009999;
	font-size: 18px;
	font-weight: bold;
	padding: 4px 20px;
	border: 3px solid #009999;
	border-radius: 3px;
	opacity: .8;
	transition: opacity .4s;
}

.regsHide .login {
	margin-top: 6px;
}

.regsHide .login a span{
	background: url('../images/zebra.png') repeat;
	color: #009999;
	font-size: 16px;
	font-weight: bold;
	padding: 4px 20px;
	border: 3px solid #009999;
	border-radius: 3px;
	opacity: .8;
	transition: opacity .4s;
}

.regsHide .login a {
	text-decoration: none;
}

header .client a span:hover {
	opacity: 1;
	transition: opacity .4s;
}

.regsHide .login a span:hover {
	opacity: 1;
	transition: opacity .4s;
}

header .login {
	padding-right: 0px;
}

header .client {
	padding-right: 0px;
}

header .client a img {
	height: 34px;
}

header .address span {
	position: relative;
	top: 50px;
	color: #777;
	font-size: 14px;
}

header .location {
	padding-left: 0px;
}

header .location span {
	font-family: 'Lobster Two', cursive;
	color: #333;
	font-size: 22px;
	font-weight: ;
	line-height: 28px;
}

.location span strong {
	font-size: 28px;
	display: block;
	padding-top: 3px; 
}

.main .container {
	padding-top: 20px;
}

.shop {
	margin-top: 15px;
}

.shop span {
	background: #eee !important;
}

.social {
	padding-right: 0px;
}

.social a img {
	height: 32px; 
	opacity: .7;
	border-radius: 3px;
	transition: opacity .3s;
}

.social a img:hover {
	opacity: .95;
	transition: opacity .3s;
}

.regsHide .social a img {
	width: 32px;
}

.navbar-inverse h4 {
	position: absolute;
	left: 22px;
	top: 0px;
	color: #fff;
}

.navbar-inverse h4 img {
	height: 24px;
}

ul.navmenu {
	margin-bottom: 0px;
	background-color: #009999;
	border-radius: 3px;
	padding: 20px;
}

.navbar-inverse {
	margin-bottom: 0px;
	background-color: #009999;
	border-radius: 3px;
	border: 0px !important;
}

.navbar-toggle {
	background-color: #fff;
	border: 2px solid #fff !important;
	transition: background-color .2s;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #009999;
	transition: background-color .2s;
}

.navbar-inverse .navbar-toggle:hover.navbar-toggle span {
	background-color: #fff !important;
	transition: background-color .2s;
}

.navbar-inverse .navbar-toggle:focus.navbar-toggle span {
	background-color: #fff !important;
	transition: background-color .2s;
}

.navbar-toggle span {
	background-color: #009999 !important;
	transition: background-color .2s;
}

.navbar-inverse .navbar-nav {
	padding-top: 10px;
	margin-top: 43px;
}

.navbar-inverse .navbar-nav li a {
	color: #eee !important;
	font-size: 16px !important;
	transition: color .2s;
}

.navbar-inverse .navbar-nav li a:hover {
	color: #fff !important;
	transition: color .2s;
}

.row {
	margin-left: 0px;
	margin-right: 0px;
}

.navbar-inverse .navbar-collapse {
	border: 0px !important;
}

ul.navmenu, ul.sub {
	list-style: none;
}

ul.navmenu li {
	display: block;
	position: relative;
	padding: 4px 9px;
	margin: 20px;
	border: 2px solid #fff;
	border-radius: 3px;
	transition: .2s;
}

ul.navmenu div {
	margin-top: 0px;
	padding-bottom: 20px;
}


ul.navmenu a {
	display: block;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	color: #fff;
	transition: .2s;
}

ul.navmenu li:hover {
	background: #fff;
	transition: .2s;
	cursor: pointer;
}

ul.navmenu li:hover a {
	color: #009999;
	transition: .2s;
}


ul.navmenu .sub {
	position: absolute;
	width: 102%;
	top: -20px;
	left: -2px;
	background-color: #009999;
	border-radius: 3px;
	overflow: hidden;
	z-index: -1;
	transition: .2s;
	padding-left: 0;
}

ul.navmenu .sub li a {
	color: #009999 !important;
	font-weight: normal;
	font-size: 12px;
}

ul.navmenu .sub li {
	padding: 6px 0px;
	margin: 0px 10px;
	min-width: 90px;
	border-top: 1px solid #009999;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-radius: 0px;
}

ul.navmenu li:hover .sub {
	background-color: #fff;
	padding-top: 16px;
	top: 22px;
	opacity: 1;
	z-index: 1;
	transition: .45s;
}

img.policy {
	width: 100%;
	max-width: 900px;
	border: 2px solid #009999;
	border-radius: 3px;
}

ul.navmenu .sub li a:hover:after {
	content: ">";
	font-family: 'Josefin Sans';
	position: absolute;
	right: 0px;
	top: 0px;
	font-weight: bold;
	font-size: 16px;
}

.contact input {
	display: inline-block;
	margin: 0px 7px;
	padding: 5px;
	border: 2px solid #009999;
	border-radius: 3px;
	font-size: 16px;
}

::-webkit-input-placeholder {
   font-style: italic;
   font-weight: normal !important;
   font-family: 'Gabriela', serif;
   font-size: 16px;
}

:-moz-placeholder { /* Firefox 18- */
   font-style: italic;
   font-weight: normal !important;
   font-family: 'Gabriela', serif;
   font-size: 16px;  
}

::-moz-placeholder {  /* Firefox 19+ */
   font-style: italic;
   font-weight: normal !important;
   font-family: 'Gabriela', serif;
   font-size: 16px;  
}

:-ms-input-placeholder {  
   font-style: italic;
   font-weight: normal !important;
   font-family: 'Gabriela', serif;
   font-size: 16px;  
}

.contact textarea {
	padding: 10px;
	height: 240px;
	border: 2px solid #009999;
	border-radius: 3px;
	width: 100%;
	max-width: 816px;
	font-size: 18px;
}

input.send {
	background-color: #009999;
	font-weight: bold;
	color: #eee;
	transition: .2s;
	margin-top: 12px;
	padding: 3px;
	width: 90px;
}

input.send:hover {
	background-color: #5cc7cc;
	color: #fff;
	transition: .2s;
}

.main h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 34px;
	font-weight: bold;
	color: #333;
	position: relative;
	margin-top: 0px;
	margin-bottom: 20px;
}

.main h1 img {
	width: 50%;
	max-width: 120px;
	opacity: .4;
}

.main p.about {
	display: inline-block;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 21px;
	max-width: 760px;
	line-height: 28px;
	padding-top: 40px;

}

.main h4 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 22px;
	font-weight: bold;
}

.image1 img {
	width: 100%;
}

.image1 {
	padding-left: 0px;
	padding-right: 0px;
}

footer {
	border-top: 1px solid #aaa;
}

footer span {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	color: #555;
	font-weight: bold;
}

footer span a {
	color: #009999;
}

footer span a:hover {
	color: #008581;
	text-decoration: none;
	cursor: pointer;
}

footer div	{
	font-size: 12px;
	color: #777;
}

.list h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	border-bottom: 1px solid #aaa;
}

.list ul {
	padding-left: 24px;
}

.list ul li {
	font-family: 'Josefin Sans' sans-serif;
	font-size: 18px;
	list-style: square;
}

@media only screen and ( max-width: 480px) {
	header img {
		width: 100%;
		height: auto;
	}

	footer span {
		font-size: 14px;
	}

}

@media only screen and (max-width: 991px) {

	header .logo2 {
		padding: 0px;
	}
		
	header .location { 
		display: none;
	}

	 header .client {
		display: none;
	}

	.main h1 img {
		display: none;
	}
}

@media only screen and (min-width: 767px) {
	.navbar-inverse {
		display: none;
	}

	.regsHide {
		display: none;
	}
}

@media only screen and (max-width: 767px) {

	ul.navmenu {
		display: none;
	}

	.main .container {
		padding-top: 0px;
	}

	ul.navmenu .sub {
		display: none;
	}

	.main h1 {
		margin-top: 30px;
	}

	.contact input {
		display: block !important;
		margin: 20px auto;
		width: 100% !important;
	}
}

@media only screen and (max-width: 1199px) {
	header .location span {
		font-size: 20px;
	}

	ul.navmenu a {
		font-size: 13px;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.location {
		display: block !important;
		padding-top: 20px !important;
	}

	.location span {
		font-size: 14px !important;
		line-height: 25px;

	}

	.client {
		display: block !important;
		padding-top: 30px !important;
	}

	header .client a span{
	background: url('../images/zebra.png') repeat;
	color: #009999;
	font-size: 15px;
	font-weight: bold;
	padding: 3px 15	px;
	}

	header .client a img {
		height: 30px;
	}

	.contact input {
		display: block !important;
		margin: 20px auto;
	}
}