/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
padding:0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: #1a1a1a;
	font-family: Merriweather, Georgia, serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
}

p {
	margin: 0 0 1.75em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

@import url(http://fonts.googleapis.com/css?family=Abel);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:600);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:800);

body{margin:0; padding:0; background:#f0f0f0; font-family: 'Open Sans', sans-serif;}


.clear{clear:both;}
.clearl{clear:left;}
.clearr{clear:right;}

.bg1{margin:-10px 0 0 0; padding:0; background:url(images/top_bg.jpg) repeat-x top #010101;}
.bg2{margin:0; padding:0; background:#fdfdfd;}
.bg3{margin:0 0 -30px 0; padding:0; background:#393838; }
.bg4{margin:0; padding:0; background:#333232; }

h1{margin:0; padding:0; font-size:30px; color:#393939; font-weight:600; line-height:54px;}
p{margin:0; padding:0; font-size:14px; color:#393939; font-weight:normal !important;  line-height:22px;}

.container{margin:0 auto; padding:0; width:1024px;}
.header{margin:5px 0; padding:0;}
.logo{float:left; margin:14px 0 10px 0; padding:0; width:502px;}
.header_right{float:right; margin:0; padding:0; width:280px;}
.call{margin:10px 0; padding:0; font-size:28px; line-height:40px;  color:#fff; text-align:center;}
.call a{color:#fff; text-decoration:none; }


 nav ul li {float:left; margin:0 1px 0 0;  display:inherit; font-family: 'Actor', sans-serif; font-size:13px; text-transform:uppercase; padding:2px 0; line-height:40px;}
 nav a { color:#3f3f3f ; text-decoration:none;  padding:10px 16px;}
 nav a:hover, nav .active {color:#3f3f3f; text-decoration:underline; !important; }

.menu { padding: 0;	margin:0;	width: 100%;}
.menu ul { padding: 0;	margin:0;	width: 100%; }
.menu ul li {float:left; margin:0 1px 0 0;  display:inherit; font-family: 'Actor', sans-serif; font-size:13px; text-transform:uppercase; padding:2px 0; line-height:40px; font-weight:normal !important;}
.menu a { color:#3f3f3f ; text-decoration:none;  padding:10px 11px;}
.menu a:hover, menu .active {color:#3f3f3f; text-decoration:underline; !important; }
.menu .current-menu-item a {
	background-image: none;
	text-decoration:underline;
	color:#3f3f3f;
}

.menu .current-menu-item a:hover {
	background:none;
	color:#3f3f3f;
}
.mega-menu-link{color:#000 !important;}

.main_body{margin:18px 0 20px 0; padding:0;}
.main_body h1{margin:0; padding:0; font-size:28px; color:#393939; font-weight:600; line-height:54px;}
.main_body p{margin:0; padding:0; font-size:14px; color:#292929 !important; font-weight:normal !important;  line-height:22px;    text-align: justify;}
.main_body ul li{margin:0; padding:0; font-size:14px; color:#292929 !important; font-weight:bold !important;  line-height:22px;}
.main_body ol li{margin:0; padding:0; font-size:14px; color:#292929 !important; font-weight:bold !important;  line-height:22px;}
p a{color:#000; text-decoration:none; font-size:13px;}
p a:hover{color:#333; text-decoration:underline;}
.main_body_left{float:left; margin:0; padding:0; width:700px;}
.welcome{margin:0; padding:0;}
.welcome h1{margin:0; padding:0; font-size:28px; color:#393939; font-weight:600; line-height:54px;}
.welcome p{margin:0; padding:0; font-size:14px; color:#292929 !important; font-weight:bold !important;  line-height:22px;}
.welcome p a{color:#000; text-decoration:none; font-size:13px;}
.welcome p a:hover{color:#333; text-decoration:underline;}

.welcome ul {margin:0; padding:0;}
.welcome ul li{margin:0; padding:0; font-size:13px;}
.welcome ul li a{color:#292929; text-decoration:none;}
.welcome ul li a{color:#292929; text-decoration:underline;}

.main_body_right{float:right; margin:0; padding:0; width:300px;}

.quick_contact{margin:20px 0; padding:0px; background:#fff;}
.quick_contact h1{ margin:0; padding:0 16px; font-size:20px; line-height:38px; color:#fff; background:#444343; }


.testimonial{margin:10px 0; padding:20px; background:#ECECEC; border-radius:5px; }
.testi_left{float:left; margin:0; padding:0; width:750px;}
.testi_left h2{margin:0; padding:0; font-size:26px; color:#7f8c8c; font-weight:600; line-height:40px;}
.testi_left p{margin:0; padding:0; font-size:14px; color:#777777; font-weight:200;  line-height:22px;}
.testi_btm{float:right; margin:6px 0 0 0; padding:0; width:200px;}
.view{margin:0; padding:0; width:200px; background:url(images/view_more.png) no-repeat; line-height:54px; text-align:center; color:#fff; font-size:20px;}
.view a{margin:0; padding:0; color:#fff; text-decoration:none;}

/*footer*/
.top_footer{margin:0 0 30px 0; padding:24px 0;}
.top_footer h3{ margin:0; padding:0; font-size:24px; color:#f0f0f0; font-weight:bold; line-height:40px; font-family: 'Abel', sans-serif;}
.top_footer p{ margin:0; padding:0; font-family: 'Arimo', sans-serif; font-size:13px; line-height:26px; color:#949597;}
.top_footer ul{margin:0; padding:0;}
.top_footer ul li{ margin:0; padding:0; font-family: 'Arimo', sans-serif; font-size:13px; line-height:24px; color:#949597; border-bottom:1px dotted #949597; list-style:none;}
.top_footer ul li a{color:#949597; text-decoration:none;}
.top_footer ul li a:hover{color:#949597; text-decoration:none;}
.top_footer_logo{float:left; margin:10px 0 0 0; padding:0; width:300px; }
.icon{margin:10px 50px; padding:0;}
.icon img{margin:10px; padding:0;}
.top_footer_quick{float:left; margin:0 0 0 23px; padding:0; width:140px;}
.top_footer_service{float:left; margin:0 0 0 20px; padding:0; width:210px;}
.top_footer_contact{float:right; margin:0 0 0 14px; padding:0; width:300px;}

.footer {color:#949599; padding:0; margin:0; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; line-height:46px;}
.copy{float:left; margin:0; padding:0; width:500px;}
.design{float:right; margin:0; padding:0; width:160px;}
.footer a {color:#fff; text-decoration:none;}
.footer a:hover {color:#fff; text-decoration:underline;}

.fee{margin:0; padding:0;}
.fee table{margin:0; padding:0; }
.fee table tr td{margin:0; padding:0; font-size:14px; color:#777; font-weight:normal !important;  line-height:22px;}

.contact_form{float:left; margin:0; padding:0; width:600px;}
.contact_right{float:right; margin:0; padding:0; width:400px;}
.contact_info{margin:0; padding:10px; background:#ececec; border-radius:5px;}
.contact_info h3{margin:0; padding:0; font-size:22px;  line-height:62px; color:#393939;}
.contact_info p{margin:0; padding:0; font-size:16px; line-height:28px;  color:#393939;}

.wpcf7-form-control-wrap {
	padding:0;
	margin:0;

}
.wpcf7-form-control-wrap h1 {
	font-size: 18px;	
}
.wpcf7-form{margin:0; padding:8px;}
.wpcf7 input[type="text"],.wpcf7 input[type="email"],.wpcf7 textarea {

color:#292929;
font-family:lora, sans-serif;
font-style:italic;
font-size:12px;   
}

.wpcf7-form-control-wrap input[type="text"] {
	width: 300px;
	margin-bottom: 7px;
	padding: 2px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	margin:8px 0  0 0;
}
.wpcf7-form-control-wrap input[type="email"] {
	width: 300px;
	margin-bottom: 7px;
	padding: 4px 10px;
	border: 1px solid #CCC;
	border-radius: 3px;
	margin:8px 0  0 0;
}
.wpcf7-form-control-wrap textarea{
	width: 300px;
	height:120px;
	margin-bottom: 7px;
	padding: 4px 10px;
	border: 1px solid #CCC;
	border-radius: 3px;
	margin:8px 0  0 0;
}
.wpcf7-submit{
	margin:0  0 0 30%;
	width:100px;
	font-family: 'Arimo', sans-serif;
	font-size:14px;
	background:#da2a29; 
	border: none;
	margin-top:8px; 
	padding:4px 0; 
	cursor:pointer; 
	color:#FFF; 
	font-weight:bold;
	float: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.wpcf7-submit:hover {
	background:#000;
}

.google_map{ margin:0; padding:0;}
.google_map h1{margin:0; padding:0; font-size:30px; color:#393939; font-weight:600; line-height:54px;}



@media only screen and (max-width : 1024px)
{
body {
	
}
.container {
	width: 100%;
	margin: 0 auto;

}
.bg1{margin:-10px 0 0 0; padding:0; background:url(images/top_bg.jpg) repeat-x top #010101;}
.bg2{margin:0; padding:0; background:#fdfdfd;}
.bg3{margin:0 0 -30px 0; padding:0; background:#393838; }
.bg4{margin:0; padding:0; background:#333232; }

}


@media only screen and (max-width : 780px)
{
body { margin:0; padding:0;

}
.bg1{margin:0; padding:0; background:url(images/top_bg.jpg) repeat-x top #010101;}
.bg2{margin:0; padding:0; background:#fdfdfd;}
.bg3{margin:0 ; padding:0; background:#393838; }
.bg4{margin:0; padding:0; background:#333232; }
.container {
	width: 100%;
	margin: 0 auto;
display:block; overflow:hidden; 
}
.bg1{margin:0; padding:0; background:#010101;}
.header{margin:22px 0; padding:0;}
.logo{float:none; margin:0; padding:0; width:100%; text-align:center;}
.logo img{margin:0; padding:0; width:100%; height:auto;}
.header_right{float:none; margin:0; padding:0; width:100%; text-align:center;}
.call{margin:10px 0; padding:0; font-size:28px; line-height:40px;  color:#fff; text-align:center;}
.asso{ display:none;}
.menu { padding: 0;	margin:0;	width: 100%; display:none;}

.main_body{margin:0 5px 10px 5px; padding:0;}
.gallery {margin:0 auto; padding:0; text-align:center;}
.main_body_left{float:none; margin:0; padding:0; width:100%;}
.welcome{margin:5px; padding:0;}
.welcome h1{margin:0; padding:0; font-size:20px; color:#393939; font-weight:600; line-height:24px;}
.welcome p{margin:0; padding:0; font-size:13px; color:#777; font-weight:normal !important;  line-height:20px;}
.welcome p strong{color:#000 !important;}

.main_body_right{float:none; margin:0; padding:0; width:100%;}
.testimonial{ display:none;}

.top_footer{margin:0 13px; padding:8px 0;}
.top_footer_logo{float:none; margin:0; padding:0; width:100%; text-align:center; }
.icon{margin:0px 0 0 20px; padding:0; text-align:center;}
.top_footer_quick{ display:none;}
.top_footer_service{ display:none;}
.top_footer_contact{float:none; margin:0; padding:0; width:100%; text-align:center;}

.footer { padding:10px; margin:0; 0 font-size:11px; line-height:20px; text-align:center;}
.copy{float:none; margin:0; padding:0; width:100%;}
.design{float:none; margin:0; padding:0; width:100%;}

.contact_form{float:none; margin:0; padding:0; width:100%;}

.contact_right{float:none; margin:0; padding:0; width:100%;}
.contact_info p{margin:0; padding:0; font-size:13px; line-height:22px;  color:#393939;}
.google_map{ display:none;}



}

.entry-title{display:none;}
.edit-link{display:none;}

.page-id-19 .wpcf7-submit {
    margin: 0 0 0 19%;}