/* Themify Customize Styling */
a {	
	color: #f69c32; 
}
input[type=reset], input[type=submit], button, button[type=submit] {	background: none;
	background-color: #ed1e24; 
}
input[type=reset]:hover, input[type=submit]:hover, button:hover, button[type=submit]:hover {	background: none;
	background-color: #d1171a; 
}
#headerwrap.fixed-header #site-logo a img {		width: 300px; 
}
body #site-logo a img {		width: 330px; 
}
#main-nav a {	
	color: #08376b;	font-weight:700;
	font-size:17px;
 
}
#main-nav a:hover {	
	color: #68e0f8; 
}
#main-nav .current_page_item > a, #main-nav .current-menu-item > a {	
	color: #68e0f8; 
}
@media(max-width: 1280px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo a img {		width: 300px; 
}
body #site-logo a img {		width: 330px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo a img {		width: 300px; 
}
body #site-logo a img {		width: 330px; 
}
 }@media(max-width: 553px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo a img {		width: 300px; 
}
body #site-logo a img {		width: 330px; 
}
 }
/* Themify Custom CSS */
#body {
	overflow: hidden;
}

p:nth-child(1) > a:nth-child(1) {
 color: rgb(246, 156, 50);
}

a.tf_popup:hover {
	opacity: 0.75;
}

input[type=text], input[type=password], input[type=search], input[type=email], input[type=url], input[type=tel] {
    max-width: 100%;
	  display: block;
    margin: 0 auto;
	  text-align: center;
}

input[type=reset], input[type=submit], button {
    padding: 10px;
	  display: block;
    margin: 0 auto;
}