/*
Theme Name: EyeRed


/* Begin Typography & Colors */



#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}
.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}





#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}



h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color:#4a4a4a;
	}


.entry p a:visited {
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

/*.commentlist li, #commentform input, #commentform textarea {
	font: 15px 'source_sans_proregular';; float:left; 
	}*/
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}



.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'source_sans_proregular';;
	clear:both;
	}

.commentmetadata {
	font-weight: normal;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {

	margin-bottom:0px;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #991010;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
		
#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 959px;
	border: 1px solid #959596;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}




.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}


.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}



#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */


h2 {
	margin:0 0 10px 0;
	padding:0px;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}


h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
.entry p {
    margin: 0 0 15px;
}

#sidebar ul, #sidebar ul ol {

	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom:5px;
	}



#sidebar ul ul, #sidebar ul ol {
	
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {

	padding: 0;
	background:none;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	
	}

#sidebar #searchform #s {
width:70%; 
border:none;
padding:6px 5px;
float:left;
margin-right:0px;
border:1px solid #ccc;	
border-right:none;
	}
	
#sidebar #searchsubmit {
	width:30%;
	 margin-top:0;
	 background:#003366;
	 cursor:pointer;
	 border:none;
	 padding:6px 5px 5px;
	 color:#fff;
	 font-family: 'source_sans_proregular';;
	}


select {
	width: 130px;
	}
#commentform {
	margin: 5px 10px 0 0;
	}
#commentform input,#commentform textarea {
	font:15px 'source_sans_proregular';;
	padding: 5px 10px;
	margin: 5px 5px 1px 0;
	border:1px solid #ccc;
	}
#respond{ margin-top:15px;}	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit { border-radius:2px; background:#000; font-family: 'source_sans_proregular';; font-size:15px; color:#fff; padding:7px 12px; border:none; cursor:pointer;}
#commentform #submit:hover{ color:#fff; background:#000;}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;

	width:100%;

	}

.commentlist li {
	
	width:99%;
	margin: 15px 50px 10px 0;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.commentmetadata a:link,.commentmetadata a:visited{color:#59BDFF;}
.commentmetadata a:hover{color:#000;}	
/* End Comments */



/* Begin Sidebar */


#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show; 
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}




.blog_div{ margin-bottom:30px;}
.blog_div h2{ font-size:20px; line-height:28px; }
.blog_div_in h2{ color:#000;}
.blog_top{ font-size:11px; color:#999; padding-top:6px; padding-bottom:5px; border-bottom:1px dashed #ccc; margin-bottom:10px;}
.blog_top span{padding-right:10px;  font-style:italic;}
.postmetadata{font-size:12px; padding:5px !important;  border-bottom:1px dashed #ccc; border-top:1px dashed #ccc}
.blog_widget{margin-bottom:20px; background:#f2f2f2; padding:10px 15px;}
.blog_widget ul{ margin:0; padding:0px; list-style:none;}
.blog_widget ul li{ border-bottom:1px dotted #CCC; padding-bottom:5px; margin-bottom:5px;  }
.blog_widget ul li:last-child{border-bottom:none; padding-bottom:0px; margin-bottom:0px; }
.blog_widget h2{ margin-bottom:10px; }
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
	


/* 31-3-2016 start */
.testimonialBlock, .clientsBlock{display:table; width:100%; padding:20px 0;}
.home .clientsBlock{padding-bottom:0;}
.testimonialBlock .flexslider{padding:0 40px 20px;}
.mid_left .testimonialBlock h3{text-align:center;}
.testimonialBlock li p{text-align:center; font-size:16px; line-height: 24px; font-weight:normal;}
.testimonialBlock li p.name{font-weight:700; font-size:14px; line-height:18px;}
.testimonialBlock li p.name span{display:block; color:#666; font-size:14px; font-weight:normal; font-style:italic;}
.testimonialBlock li span.quote{margin:0 4px; position:relative; top:-2px;}

.testimonialBlock .flexslider .slides img{display:inline-block; width:22px;}
.testimonialBlock .flex-control-nav{bottom:10px;left:0;}
.flexslider, .slider{position:relative; zoom:1;}
.flexslider .slides{zoom:1;}
.flexslider .slides img{height:auto; -moz-user-select:none;}
.flex-viewport {-webkit-transition:all 1s ease; -moz-transition:all 1s ease; -ms-transition:all 1s ease; -o-transition:all 1s ease; transition:all 1s ease;}
.loading .flex-viewport{}
.carousel li{margin-right:5px;}
.flex-direction-nav{*height:0;}
.flex-direction-nav a{text-decoration:none; display:block; width:18px; height:32px; margin:-25px 0 0 3%; opacity:1!important; right:0; position:absolute; top:50%; overflow:hidden; opacity:0; cursor:pointer; text-indent:-500px; -webkit-transition:all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; background:url(../images-landing/scroll-arrow.png) no-repeat -30px 0; z-index:9998;}
.flex-direction-nav a.flex-next{margin-right:0; margin-left:0;}
.flex-direction-nav a.flex-prev{left:0; right:auto; background-position:0 0;}
.related .flex-control-nav{display:none;}
.flex-prev, .flex-next{display:none;}
.flexslider:hover .flex-direction-nav .flex-prev{opacity:0.7; left:0;}
.flexslider:hover .flex-direction-nav .flex-prev:hover{opacity:1;}
.flexslider:hover .flex-direction-nav .flex-next{opacity: 0.7; right:0;}
.flexslider:hover .flex-direction-nav .flex-next:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity:0!important; filter:alpha(opacity=0); cursor:default; z-index:-1;}
.flex-pauseplay a {display:block; width:20px; height:20px; position:absolute; bottom:5px; left:10px; opacity:0.8; overflow:hidden; cursor:pointer; color:#000; z-index:99;}
.flex-pauseplay a:before{}
.flex-pauseplay a:hover{opacity:1;}
.flex-pauseplay a.flex-play:before{}
.flex-control-nav{text-align:center;}
.flex-control-nav li{display:inline-block; width:12px; height:12px; margin:0 2px; overflow:hidden; zoom:1;}
.testimonialBlock .flex-control-paging li a{display:block; height:100%; text-indent:-500px; border-radius:50%; cursor:pointer; background:#c4c4c4;}
.testimonialBlock .flex-control-paging li a:hover{background:#b1080c;}
.testimonialBlock .flex-control-paging li a:focus{outline:none;}
.testimonialBlock .flex-control-paging li a.flex-active{background:#b1080c; cursor:default;}
.flex-control-thumbs {margin:5px 0 0; position:static; overflow:hidden;}
.flex-control-thumbs li {}
.flex-control-thumbs img {}
.flex-control-thumbs img:hover{opacity:1;}
.flex-control-thumbs .flex-active {opacity:1; cursor:default;}
.flex-container a:hover,
.flex-slider a:hover{outline:none;}
.slides, .slides > li, .flex-control-nav, .flex-direction-nav{margin:0; padding:0; list-style:none;}
.flex-pauseplay span{text-transform:capitalize;}
/* BASE STYLES */
.flexslider{margin:0; padding:0;}
.flexslider .slides > li{display:none; -webkit-backface-visibility:hidden; margin:0 0 1px;}
.flexslider .slides img{}
.flexslider .slides:after{}
html[xmlns] .flexslider .slides{display:block;}
* html .flexslider .slides{height:1%;}
.no-js .flexslider .slides > li:first-child{display:block;}

.clientsBlock ul{padding:0; margin:0;}
.clientsBlock li{padding:5px 4px; list-style: none; display:inline-block; width:24%;}
.clientsBlock li img{border:1px solid #ccc;}

#mainmenu .menu_link{display:none!important;}
.loc_inner{float:right; margin:16px 0 0 30px;}
.testimonialBlock .container{color:#000; padding:30px 25px 20px; position:relative; background:url(images-landing/testimonial-bg2.jpg) no-repeat center bottom;}

.home .mid_left{width:71%; padding-right:20px; border-right:1px dotted #000;}
.home .sidebar{border-left:0;}
/* 31-3-2016 end */

/*-------------------------------------------------------*/

body {margin: 0px; padding:0px; font-family:'source_sans_proregular'; font-size:14px; line-height:20px; font-weight:normal; color:#222020;}

h1 , h2 , h3 , form, input{ margin:0; padding:0;}

h1 { font-family:'gotham_htfbold'; font-size:24px; line-height:18px; color:#c52b2b; margin:0; padding:0; font-weight:normal;   }
h2 { font-family: 'gotham_htfbold'; font-size:22px; line-height:28px; color:#171F0D; font-weight:normal;  }
h3{ font-family: 'source_sans_prosemibold'; font-size:16px; line-height:20px; color:#171F0D; font-weight:bold; margin:0px; padding-bottom:6px; font-family:Helvetica;}

a{ color:#0a3f83; text-decoration:none; webkit-transition: 0.3s; -moz-transition: 0.3s;
-o-transition: 0.3s;-ms-transition: 0.3s; transition: 0.3s;  }
img { border:0; max-width:100%; }
*, *:before, *:after {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
a:hover { color:#991010; text-decoration:none; }
.wrapper { width:1000px; margin:0 auto; padding:0;    }

.clear { clear:both;}

@font-face {
    font-family: 'gotham_htfbook';
    src: url('fonts/gothamhtf-book-webfont.eot');
    src: url('fonts/gothamhtf-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothamhtf-book-webfont.woff') format('woff'),
         url('fonts/gothamhtf-book-webfont.ttf') format('truetype'),
         url('fonts/gothamhtf-book-webfont.svg#gotham_htfbook') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('fonts/sourcesanspro-semibold-webfont.eot');
    src: url('fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-semibold-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_proregular';
    src: url('fonts/sourcesanspro-regular-webfont.eot');
    src: url('fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'oxygenbold';
    src: url('fonts/oxygen-bold-webfont.eot');
    src: url('fonts/oxygen-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oxygen-bold-webfont.woff') format('woff'),
         url('fonts/oxygen-bold-webfont.ttf') format('truetype'),
         url('fonts/oxygen-bold-webfont.svg#oxygenbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_htfmedium';
    src: url('fonts/gothamhtf-medium-webfont.eot');
    src: url('fonts/gothamhtf-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothamhtf-medium-webfont.woff') format('woff'),
         url('fonts/gothamhtf-medium-webfont.ttf') format('truetype'),
         url('fonts/gothamhtf-medium-webfont.svg#gotham_htfmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_htfbold';
    src: url('fonts/gothamhtf-bold-webfont.eot');
    src: url('fonts/gothamhtf-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothamhtf-bold-webfont.woff') format('woff'),
         url('fonts/gothamhtf-bold-webfont.ttf') format('truetype'),
         url('fonts/gothamhtf-bold-webfont.svg#gotham_htfbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*top*/
.top { float:left; width:100%; padding:30px 0;  }
.logo { float:left; }
.top_right { float:right; }
.top_right ul { margin:0; padding-top:16px; float:left;  }
/*******Added By Arvind: 11 MARCH 2016**********/
.top_right ul.loc { margin-left: -40px; }
/*******Ended By Arvind: 11 MARCH 2016**********/
.top_right li { margin:0 0 0 22px; padding:0; float:left; list-style-type:none; background:url(images/red_square.jpg) no-repeat left 6px; padding-left:20px;   }
.top_right li a {font-family: 'gotham_htfmedium'; font-size:13px; color:#34312f; }



.banner_bg { float:left; width:100%; min-height:447px; background:url(images/banner_bg.jpg) repeat-x top center; position:relative;  }
.banner_bg .wrapper{ position:relative;}
.banner { position:absolute; bottom:0; left:0; width:54%; }
.banner_text { float:right; width:50%; margin-top:100px;   }
.banner_text h2 { margin:0; padding:0; text-align:center; }
.banner_text ul { margin:0; padding:20px;}
.banner_text li { margin:0 0 10px 10px; padding-left:20px; float:left; list-style-type:none; background:url(images/blue_aroow.png) no-repeat left 5px; width:45%;   }
.banner_text li a { font-family:'oxygenbold'; font-size:14px; line-height:20px; color:#171f0d; }
.free_trail { float:left; margin-top:15px; padding:0; width:100%; text-align:center; padding: 0 0 15px;  }

/*menu*/
.menu_link {display:none}
ul.menu {padding:0; margin:0px; float:left; width:auto; list-style-type:none; background-color:#34312f; width:100%; text-align:center;    }
ul.menu li{ float:none; position:relative; z-index:9999; padding:2px 16px; display:inline-block; }
ul.menu li a:link, ul.menu li a:visited{text-decoration:none; color:#fff; padding:12px 8px 8px 8px; float:left; cursor:pointer;font-family: 'gotham_htfmedium'; 
font-size:14px; line-height:normal; display:block; text-transform:uppercase;  }
ul.menu li a:hover,ul.menu li a.menuhover,ul.menu li.current_page_item a,ul.menu li.current_page_parent a,ul.menu li.current_page_ancestor a{ color:#c52b2b;}
ul.menu li ul li a.menuhover {/* color:#c52b2b; background-color:#fff; */  }
ul.menu li.current a { color:#c52b2b;  }

ul.menu ul {position:absolute; top:45px; left:5px;  display:none; list-style:none; margin:0; padding:0}
ul.menu ul li{ position:relative; margin:0; font-size:12px; font-weight:normal; padding:0; border-bottom:#222 1px solid; }
ul.menu ul li a:link, ul.menu ul li a:visited {display:block; margin:0px; padding:5px 5px 5px 10px; color:#e2e2e2; text-decoration:none; font-size:12px;background:#3e3c3a; height:auto; width:205px; font-weight:normal; line-height:normal; border:none; text-transform:none; font-family:Arial; text-align:left;   }
ul.menu ul li a:hover,ul.menu ul li.current_page_item a, ul.menu li ul li:hover > a{ background:#c52b2b;color:#fff; border:none;}
ul.menu ul ul {left:205px; top:0px;}

/*mid*/
.mid { float:left; width:100%; padding:	35px 0; }
.mid h1 { margin:0; padding-bottom:15px; font-size: 20px; }
.mid_left { float:left; width:70%; padding-right:10px;   }
.mid_left h3 { margin:0; padding:5px 0 5px 0; }
.services { float:left; width:100%; min-height:300px; margin-top:35px;  }

.box { float:left; width:31%; margin:0px 16px 0 0px; font-family:'source_sans_proregular';  position:relative; min-height:300px;  }
.box h2 { font-family: 'gotham_htfmedium'; margin:0; padding:7px 3px; font-size:19px; line-height:18px; text-transform:uppercase; background-color:#991010;
 color:#fff; font-weight:normal; text-align:center; border-radius:3px 3px 0 0;}
.box img { border:1px solid #991010; border-radius:0px 0px 3px 3px;}
.box span { margin:0; padding:10px 0; float:left; font-size:14px; line-height:22px; color:#222020;   }
.box a.more { background:url(images/red_arrow.png) no-repeat left 4px; padding-left:25px; font-size:14px; line-height: color:#005c9d; position:absolute; left:0; bottom:0; }
.sidebar { float:right; width:29%; border-left: 1px dotted #000; padding-left:20px;   }
.sidebar .box_text { float:left; width:100%; font-size:13px; }
.sidebar h2 { font-family:'gotham_htfbook'; font-size:19px; line-height:21px; color:#373434; text-transform:uppercase; border-bottom:2px solid #991010; padding-bottom:10px; margin-bottom:15px;}
.sidebar form { float:left; width:100%; margin-bottom:50px; font-family:'gotham_htfmedium';   }
.sidebar input[type="text"] { float:left; width:100%; border-radius:3px; border:1px solid #CCC; padding:5px; margin-bottom:12px; color:#525252; font-size:12px;   }
.select_bg { width:100%; float:left; overflow:hidden; background:url(images/selct_arrow.png) no-repeat right 9px; border-radius:3px; border:1px solid #CCC; margin-bottom:12px;  }
.select_bg select { width:107%; float:left; background:none; border:0; padding:5px 0 ; color:#888;    }
.sidebar textarea { float:left; width:100%; padding:5px; font-family:Arial; font-size:13px; color:#000; border:1px solid #CCC;  border-radius:3px;   }
.sidebar .submit-btn { float:left; background:url(images/submit.png) no-repeat top  left; cursor:pointer; border:0; width:108px; height:30px; text-indent:-999px; margin-top:20px;     }
.sidebar ul { margin:0; padding:15px 0; }
.sidebar li { list-style-type:none; margin:0; background:url(images/blue_aroow.png) no-repeat left 5px; padding-left:22px; margin-bottom:7px;  }
.sidebar li a { font-family:'oxygenbold'; font-size:13px; line-height:20px; color:#171f0d;  }
.sidebar li a:hover { color:#991010;}
.sidebar a.read { float:right; background:url(images/red_arrow.png) no-repeat left 5px; padding-left:25px; font-size:14px; line-height: color:#005c9d;  }
.sid_content{ padding-bottom:20px;}


/*footer*/
.foot_bg { float:left; width:100%; background-color:#2a2826; padding:43px 0; background:url(images/foot_bg.jpg) repeat top left; color:#fff; font-family:'gotham_htfbook' ;font-size:13px;   }
.foot_bg ul { margin:0; padding:0; width:100%; text-align:center;  }
.foot_bg li { float:none; margin-left:7px; padding-left:7px;  display:inline-block; border-left:1px solid #FFF; line-height:11px;   }
.foot_bg li:first-child { border-left:none; }
.foot_bg li a {  color:#fff;  }
.foot_bg li a:hover { text-decoration:underline; }
.copy { float:left; width:100%; text-align:center; padding:20px 0 0 0; color:#bdbdbd;   }

/*inner page*/

.banner_bg_inner { float:left; width:100%; background:url(images/banner_bg_inner.jpg) repeat-x top center; position:relative;  }
.banner_inner { float:right; }
.banner_text_inner { float:left; width:100%; position:absolute; top:120px; left:0;   }
.banner_text_inner h1 { margin:0; padding:0; color:#fff; font-size:32px; line-height:normal; text-shadow:#000 0 0 2px;   }


/* contactform-7 */
.wpcf7-form {width:100%; float:left;}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"] {width:100%; float:none; border:1px solid #ccc; padding:5px; color:#525252; font-size:12px; border-radius:3px; /*margin-bottom:12px;*/ }
.wpcf7-form textarea {width:100%; float:none; border:1px solid #ccc; padding:5px; color:#525252; font-size:12px; /*margin-bottom:12px;*/ height:80px; font-family: "gotham_htfmedium"; }
.wpcf7-form input[type="submit"] {border:none; padding:6px 15px; color:#fff; text-transform:uppercase; cursor:pointer; background: url(images/submit.png) no-repeat scroll left top rgba(0, 0, 0, 0); width:108px; height:30px; font-size:0; text-indent:-9999}
.wpcf7-response-output{ clear:both;}
.sidebar span.wpcf7-not-valid-tip, .freetrial span.wpcf7-not-valid-tip, .request span.wpcf7-not-valid-tip{margin-top:4px; margin-bottom:-4px; font:normal 13px "source_sans_proregular";}
.sidebar .wpcf7-form .wpcf7-form-control{margin-bottom:0;}
.sidebar .btn_more, .sidebar .btn_less{margin-top:6px; padding:2px 22px 5px 8px; text-transform:capitalize; background:url(images/arrow-down.png) no-repeat 99% 2px; border-radius:4px; border:1px solid #afafaf;}
.sidebar .btn_less{background:url(images/arrow-up.png) no-repeat 99% 2px;}
.img-center {text-align:center; }
.right {float:right;}

/*----------- services -----------*/
.in-services {width:100%; float:left;}
.in-services h2 {color: #005c9d; font-size: 16px; line-height:22px; }
.inservi-box {width:100%; float:left; margin-bottom:0;}
.inservi-box h2 {padding-bottom:0;}
.inservi-box img {float:left; margin:7px 15px 0 0; padding:3px; border-radius:8px; border:1px solid #ccc; background:#fff; }
.inservi-box span {overflow:hidden; display:block; padding-bottom:15px; margin-top:-10px; }
.in-services ul {margin:10px 0 15px; padding:0;}
.in-services ul li {list-style:none; background:url(images/blue_aroow.png) no-repeat left 5px; padding:0 0 12px 25px;}

.mail_adr a { color:#222020;}
.mail_adr a:hover { color:#991010;}

.inser_text { border-bottom:1px dotted #000; margin-bottom:15px; }
.gray1 { background:#eaeaea; padding:2% 4% 0 4%; width:85%; margin-left:50px; border-radius:8px; min-height:368px; }
.gray1 img { float:left; margin:8px 15px 0 -77px; }

.gray { background:#eaeaea; padding:4% 4% 0 4%; width:85%; margin-left:50px; border-radius:8px; min-height:100px; }
.inser_box img { margin-top:25px; }




/*----------- request --------------*/
.request {float:left; max-width:350px; width:100%; padding-bottom:20px;}
.contact_title { color: #005c9d; font-size: 16px; line-height:22px; padding-bottom:5px;}

/*----------- Freetrial --------------*/
.freetrial {float:left; max-width:400px; width:100%;}

/*----------- Job --------------*/
.job {float:left; max-width:400px; width:100%;}

/*------------ site map -----------*/
.page-list {margin:0; padding:0;}
.page-list li {list-style:none; background: url(images/blue_aroow.png) no-repeat scroll left 5px; padding:0 0 8px 20px;}


.thanks { color: #373434; font-family: "gotham_htfbook";font-size: 16px;font-weight: bold; line-height: 22px;}

.mid_left h2.postTitle{padding-top:10px; border-top:1px solid #eee;}
ol.postList{padding-left:25px; margin:6px 0 10px;}
ol.postList li{padding:4px 0 4px 5px; font-weight:bold; font-size:16px; }
ol.postList p{font-size:14px; line-height:18px; margin:0 0 8px;}
ol.postList .rel_title{margin-bottom:2px;}
ol.postList .rel_desc{font-weight:normal;}

/*30-10-2016*/
.top_right{ clear:right;}
.top_right ul{ float:right;}
.header-num{ float:right; font-size:28px; color:#34312f; font-weight:bold; text-transform:uppercase; margin:12px 0 0 0;}
.header-num span{ color:#c52b2b;}
.top{ padding:15px 0;}
.logo{ margin:15px 0;}
.contact-box{ width:47%; border: 1px solid #ccc; min-height: 240px; border-radius: 4px 4px 0 0; float:left; margin: 15px 10px;}
.contact-box p{ margin:0;}
.contact-box h2{ background:#34312f; color:#fff; text-align:center; border-radius:4px 4px 0 0; font-weight: normal; padding:7px 0; margin-bottom:12px;}
.cn-p{ margin:6px 14px !important; font-size:16px; line-height:24px; color:#34312f;}
.cn-p a{  color:#34312f;}
.cn-p a:hover{ color:#005c9d;}



/*======================================================
			Responsive code start
=======================================================*/
.menu_link { display:none}

@media (max-width:1024px)  {
	.banner { left:1px; bottom:0px;   }
	.banner img { width:80%;    }
	.banner_text {  margin-top: 40px; }
	.banner_bg {  background-size: 100% 100%; min-height:inherit;}
	.flexslider .slides img { width: 85%;}
	.banner { width: 47%;}
	.mid { margin:0; padding:2%; }
	.box { width:30%; }
	
	/*inner*/
	.banner_text_inner  {  left: 85px; }
	.contact-box{ width:46%;}
	
	}
	
@media (max-width:980px)  {
	.wrapper{ width:100%; }
	.banner_text_inner { left: 66px; }
	ul.menu li { padding: 2px 10px;}
	.contact-box{ width:45%;}
	
	
}

@media (max-width:800px)  {
	.wrapper{ width:100%; }
	ul.menu li a:link, ul.menu li a:visited { font-size: 13px; padding: 15px 0; }
	ul.menu ul { top:55px; }
	.banner { z-index: 9; }
	.banner img { width: 60%; }
	.banner_text { z-index: 999; position: relative; }
	.banner_text h2 { font-size:16px; }
	.banner_text li a {  font-size: 13px; line-height: 16px; }
	.free_trail { margin-top: 5px; }
	.mid { padding:2%; }
	.mid_left { padding-right: 15px;}
	.sidebar { padding-left: 15px; width: 30%;}
	.sidebar select { width: 109%; }
	.box { margin: 0 16px 0 0; width: 30%; }
	.mid h1 { line-height: normal;  margin: 0; padding-bottom: 13px; }
	.box h2 {font-size: 13px; line-height: 14px; }
	.sidebar h2 { font-size: 14px; line-height: 19px; }
	.banner_text_inner { left:30px; }
	
        
        .loc_inner{float:none; display:table;  padding:10px 0 0 44px; margin:0; clear:both;}
        .top_right ul{padding:0 10px 0 0;}
	
        .home .mid_left{width:70%;}
	}	 


@media (max-width:700px){

	.menu_link { clear:both; margin:0px; display:block !important; background:#34312f url(images/res_menu_link.png) no-repeat right center; padding:5px 15px; text-decoration:none; font-size:15px; color:#FFF; z-index:99999; font-family: 'gotham_htfmedium'; text-transform:uppercase}
	.menu_link:hover,.menu_link.active{ color:#ccc; background:#35312e url(images/res_menu_linkh.png) no-repeat right center; text-decoration:none;}
	
	ul.menu{ width:100%; float:left; display:none; margin:0px; position:relative; left:0; top:30px; position:absolute;  }
	ul.menu li{ width:100%; float:left; margin-left:0; padding:0; border-bottom:1px solid #000;  }
	ul.menu li a:link,ul.menu li a:visited{ display:block; background:#c52b2b; height:auto; padding:3px 16px; float:none; color:#fff; text-align:left; font-size:14px; font-weight:normal !important; }
	ul.menu li a:hover,ul.menu li.current a,ul.menu li a.menuhover { background:#fff !important; color:#1e1e1e;}
	
	ul.menu ul{ left:0; position:relative; top:0; width:auto;}
	ul.menu ul li { border:0; border-bottom:1px solid #000;  }
	ul.menu ul li  a:link, ul.menu ul li a:visited{ width:auto; height:auto; padding:3px 16px 3px 25px; background:#d4cbc6 !important; border:0; color:#000; font-size:12px; }
	ul.menu ul li a:hover{ background:#34312f !important; color:#fff;}
	ul.menu ul ul {left:0; }
	
	.logo { float: left; text-align: center; width: 100%; }
	.top_right li { margin: 0 0 0 12px; padding: 0 0 0 25px; }
	.banner { z-index: 9; top:31px; left:0;  }
	.banner img { width: 50%; }
	.banner_text h2 { font-size: 14px; line-height: 15px;  }
	.banner_text ul { display:none; }
	.mid_left { float: left; padding-right: 0; width: 100%; border-right:0; }
	.mid h1 { font-size:16px; }
	.box { width: 29%; }
	.sidebar { width: 100%; padding-left:0; border-left:none; }

	#mainmenu .menu_link{display:block!important;}
	.top_right{clear:both; float:none; text-align:center; padding:6px 0 0;}
        .top_right ul{float:none;}
        .top_right li{float:none; display:inline-block;}
        .loc_inner{display:block; padding:6px 0 0;}
        .home .mid_left{width:100%; padding-right:0; border-right:0;}
		
		/*30-10-2016*/
		.header-num{ width:100%; text-align:center; margin:12px 0;}
		.contact-box{ width:96%;}
		
	}
@media (max-width:480px){
        .clientsBlock li{width:32%;}
}

@media  (max-width:360px)  { 
	.top_right li { padding: 0 0 0 22px; }
	.banner { left: 0; top: 19px; z-index: 9; }
	.banner_text { margin-top: 7px; }
	.banner_text h2 { font-size: 13px; line-height: 15px; }
	.mid h1 { padding-top:10px; }
	.mid_left h3 {padding: 15px 0 0; }
	.services { width:100%; text-align:center; }
	.box { float:none; display:inline-block; width:67%; margin-bottom:15px;    }
	.banner_text_inner { left:10px; top:160px;   }
	
}

/*Responsive code end*/