/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, 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 {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,  q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* #Basic Styles
================================================== */
html {
height: 100%;
}
body {
-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
-webkit-text-size-adjust: 100%;
}
/* #Typography
================================================== */

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
font-weight: inherit;
}
h1 {
margin-bottom: 0;
}
h2 {
margin-bottom: 15px;
}
h3 {
margin-bottom: 15px;
}
h4 {
margin-bottom: 15px;
}
h5 {
margin-bottom: 15px;
}
h6 {
margin-bottom: 15px;
}
h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
letter-spacing: 2px;
font-weight: 100;
}
p {
margin: 0 0 15px 0;
text-align: justify;
}
.page-id-5 p {
text-align: inherit !important;
}
.page-id-30 p {
text-align: center !important;
}
.page-id-30 .info_box {
background: #fff !important
}
em, i {
font-style: italic;
}
b, strong {
font-weight: bold;
}
small {
font-size: 80%;
}
hr {
display: block;
border: none;
outline: none;
margin-bottom: 15px;
clear: both;
color: #EBEAEA;
background: url(../images/divider.png) repeat-x center top;
width: 100%;
height: 8px;
}
dt {
font-weight: bold;
}
blockquote {
font-style: italic;
}
blockquote .text {
font-style: normal;
}
.highlight {
padding: 0 8px;
}
#Content a > i {
margin-right: 10px;
}
/* #Links
================================================== */
a, a:visited, a:focus {
text-decoration: none;
outline: 0;
}
a:hover {
text-decoration: underline;
}
p a, p a:visited {
line-height: inherit;
}
/* #Images
================================================== */

img.scale-with-grid,  #Content img {
max-width: 100%;
height: auto;
}
.google-map img {
max-width: none !important;
}
iframe {
max-width: 100%;
}
/* #Buttons
================================================== */

a.tp-button {
background: none;
font-family: inherit !important;
height: auto !important;
line-height: inherit !important;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
letter-spacing: 0 !important;
text-shadow: 0 0 0 !important;
box-shadow: 0 0 0 !important;
font-weight: normal;
}
a.button, a.tp-button, button, input[type="submit"], input[type="reset"], input[type="button"] {
display: inline-block;
padding: 15px 50px;
font-size: 14px;
line-height: 14px;
margin-bottom: 15px;
-webkit-border-radius: 6px;
border-radius: 6px;
position: relative;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
background: none;
z-index: 1;
cursor: pointer;
text-transform: uppercase;
letter-spacing: 2px;
background-image: url("../images/pattern_slashes_6.png");
border: 0;
margin-right: 7px;
}
input[type="submit"] {
padding: 13px 50px;
}
a.button i, a.tp-button i, button i, input[type="submit"] i, input[type="reset"] i, input[type="button"] i {
margin: 0px !important;
}
a.button:before, a.tp-button:before, button:before, input[type="submit"]:before, input[type="reset"]:before, input[type="button"]:before {
width: 15px;
height: 14px;
top: 50%;
margin-top: -7px;
right: 30px;
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
opacity: .0;
filter: alpha(opacity = 0);
background: url("../images/arrow_right.png") no-repeat right center;
}
a.button:after, a.tp-button:after, button:after, input[type="submit"]:after, input[type="reset"]:after, input[type="button"]:after {
content: '';
width: 12px;
height: 12px;
position: absolute;
right: -5px;
top: 50%;
margin-top: -6px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
a.button_small {
font-size: 13px;
padding: 13px 40px;
}
a.button_large {
font-size: 16px;
padding: 17px 55px;
}
a:hover.button, a:hover.tp-button {
text-decoration: none;
}
a.button:hover:before, a.tp-button:hover:before, a.button:active:before, a.tp-button:active:before, button:hover:before, input[type="submit"]:hover:before, input[type="reset"]:hover:before, input[type="button"]:hover:before {
right: 12px;
opacity: 1;
filter: alpha(opacity=100);
}
/* #Control Button
	================================================== */
a.control_button, span.control_button {
display: block;
float: left;
margin: 0 2px;
overflow: hidden;
background: #ccc;
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
border-radius: 22px;
border-width: 1px;
border-style: solid;
}
a.control_button span, span.control_button span {
display: block;
width: 22px;
height: 22px;
overflow: hidden;
text-indent: -9999px;
}
.button.full-width, button.full-width, input[type="submit"].full-width,  input[type="reset"].full-width, input[type="button"].full-width {
width: 100%;
padding-left: 0 !important;
padding-right: 0 !important;
text-align: center;
}

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/* #Forms
================================================== */

form {
margin-bottom: 0;
}
fieldset {
margin-bottom: 0;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea, select {
border: 0;
padding: 13px 10px;
outline: none;
margin: 0;
width: 230px;
max-width: 100%;
display: block;
margin-bottom: 20px;
font-size: 14px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.05);
box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.05);
background-image: url("../images/pattern_form.png");
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
}
textarea {
min-height: 60px;
}
label, legend {
display: block;
font-size: 70%;
}
input[type="checkbox"] {
display: inline;
}
/* #Misc
================================================== */
.remove-bottom {
margin-bottom: 0 !important;
}
.half-bottom {
margin-bottom: 10px !important;
}
.add-bottom {
margin-bottom: 20px !important;
}
.latest_posts_wrapper .photo, .Recent_posts ul li .photo, .post_photo .photo_wrapper, .gallery .gallery-item .gallery-icon {
background: #e0dede !important;
}
blockquote .author {
margin-top: 90px;
}
.page-id-5 .testimonials_wrapper {
background-image: url(../images/buy.png) !important;
background-repeat: no-repeat;
background-position: 0 55%;
}
.woocommerce-currency-switcher-form {
margin-top: 0px;
float: right
}
.woocommerce-currency-switcher {
background: none;
height: 45px;
box-shadow: none;
margin-top: -6px;
}
#lang_sel_list {
float: right;
margin-top: 0px;
}
#lang_sel_list a, #lang_sel_list a:visited {
background: none !important;
}
.page-id-342 p {
text-align: center !important;
}
span.amount, span.price {
font-family: arial;
font-weight: bold;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
color: #555;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
color: #185A7D;
}
.dd-option img, .dd-selected img {
display: none !important;
}
.newsletter-home .mc-field-group {
float: left;
width: 60%;
}
.newsletter-home .mc-field-group label {
float: left;
width: 25%;
margin-top: 15px;
}
.newsletter-home .mc-field-group input {
float: left;
width: 68%;
}
#mc-embedded-subscribe {
float: right;
width: 37%;
margin-top: -62px;
}
.latest_posts_wrapper .desc .date {
display: none !important
}
/**theame option***/
#Header #menu {
background: #185a7d !important;
}
#Header .menu > li > a {
background: none !important;
color: #fff !important;
}
#Header .menu li ul {
background: #ffffff !important;
}
#Header .menu li ul li a {
color: #5f5f5f !important;
}
#Header .social {
background: #fed086 !important;
}
#Header .menu > li > a {
font-size: 14px !important;
}
html {
margin-top: 0px !important;

}
a, a:visited, a:focus {
color: #275C7D !important; text-decoration:none!important;
}
a.button, a.tp-button, button, input[type="submit"], input[type="reset"], input[type="button"], .woocommerce div.product form.cart .button {
background: #165371 !important;
color: #fff !important;
}
.woocommerce div.product form.cart .button {
background-color: #165371 !important;
}
#Header .menu li ul li a {
font-size: 15px !important;
}
#Header #menu > ul > li > a:hover {
color: #275C7D !important;
}
