/*
Theme Name: My Responsive Theme
Theme URI: 
Description: My Responsive Theme with handy backend management
Version: 1.0
Author: 
Author URI:
License:
License URI:
Tags: two-columns, right-sidebar, featured-images, custom-menu
*/

/*  -----------------------------------------------------------------
		Fonts Included
	-----------------------------------------------------------------
	1 > font-family: 'Open Sans', sans-serif;
	2 > font-family: 'FontAwesome';
*/

/*  -----------------------------------------------------------------
		Basic Styles.
	----------------------------------------------------------------- */
body {
	background: #fff;
	font-weight: normal;
	line-height: 18px;
	margin: 0 auto;
	padding: 0;
	color: #60595b;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 600;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul,
ol,
li,
dl,
dt,
dd,
ul ul,
ol ol,
dl dt,
dl dd {
	list-style: none;
	margin: 0;
	padding: 0;
}
img { border: none; }
img.alignright {
	float: right;
	margin: 8px 0 10px 20px;
}
img.alignleft {
	float: left; 
	margin: 8px 20px 10px 0;
}
img.aligncenter {
	display: block;
	margin: 8px auto 20px;
}
img.alignnone { margin: 8px 0 20px; }
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	height: auto;
	max-width: 100%;
}
blockquote {
	border-left: solid 6px;
	font-size: 14px;
	font-style: italic;
	padding: 7px 0 0 30px;
	width: 400px;
}
.clear:after {
	clear: both;
	content: '';
	display: table;
}
form { margin: 0; }
form:after {
	content: '';
	clear: both;
	display: table;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="date"],
input[type="tel"],
textarea {
	box-shadow: none;
	outline: none;
	margin: 0;
	-webkit-appearance: none;
}
input[type="submit"] {
	cursor: pointer;
	outline: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="tel"]:focus,
textarea:focus {
	background: #fff;
	box-shadow: none;
}
textarea { resize: none; }
h1 {
	color: #ca243f;
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 30px;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
h2 {
	color: #ae692e;
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 8px;
	padding: 0;
}
h3 {
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
h4 {
	color: #121212;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 23px;
	margin: 0;
	padding: 0 0 15px;
}
h5 {
	color: #121212;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
	margin: 0;
	padding: 0 0 15px;
}
h6 {
	color: #121212;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	margin: 0;
	padding: 0 0 15px;
}
a {
	color: #ca243f;
	text-decoration: none;
	outline: none !important;
}
a:hover {
	color: #007aab;
	text-decoration: none;
	outline: none;
}
a:focus {
	color: #007aab;
	text-decoration: none;
	outline: none;
}
.pad-10 { padding: 10px 0; }
.pad-20 { padding: 20px 0; }
.pad-30 { padding: 30px 0; }
.pad-40 { padding: 40px 0; }
.pad-50 { padding: 50px 0; }
.pad-60 { padding: 60px 0; }
.pad-70 { padding: 70px 0; }
.pad-80 { padding: 80px 0; }
.pad-90 { padding: 90px 0; }
.pad-100 { padding: 100px 0; }
.pad-top-10 { padding-top: 10px; }
.pad-top-20 { padding-top: 20px; }
.pad-top-30 { padding-top: 30px; }
.pad-top-40 { padding-top: 40px; }
.pad-top-50 { padding-top: 50px; }
.pad-top-60 { padding-top: 60px; }
.pad-top-70 { padding-top: 70px; }
.pad-top-80 { padding-top: 80px; }
.pad-top-90 { padding-top: 90px; }
.pad-top-100 { padding-top: 100px; }
.pad-btm-10 { padding-bottom: 10px; }
.pad-btm-20 { padding-bottom: 20px; }
.pad-btm-30 { padding-bottom: 30px; }
.pad-btm-40 { padding-bottom: 40px; }
.pad-btm-50 { padding-bottom: 50px; }
.pad-btm-60 { padding-bottom: 60px; }
.pad-btm-70 { padding-bottom: 70px; }
.pad-btm-80 { padding-bottom: 80px; }
.pad-btm-90 { padding-bottom: 90px; }
.pad-btm-100 { padding-bottom: 100px; }


/*  -----------------------------------------------------------------
		Main / Common Div Styles.
	----------------------------------------------------------------- */
.wrapper {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	position: relative;
}
.wrapper:after {
	clear: both;
	content: '';
	display: table;
}
#main {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
}
.main-content {
	padding: 0;
	word-wrap: break-word;
	position: relative;
	overflow: hidden;
}
.main-content-left {
	float: left;
	width: 702px;
	background: #e5e5e3;
}
.main-content-left img{
	width: 100%;
	height: auto;
}
.full-width-content {
	margin: 0 auto;
	width: 100%;
}

/* ************************** Story Content Styles ************************** */
.story-content {
	padding: 0;
	overflow: hidden;
}
.story-content ul,
.story-content ol {
	margin: 5px 0 10px 10px;
}
.story-content ul ul,
.story-content ol ol {
	margin: 0 0 0 10px;
}
.story-content ol li {
	color: #60595b;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
	padding: 0 0 8px 12px;
	list-style: none;
	position: relative;
	list-style: decimal inside;
}
.story-content ol li:last-child { padding: 0; }
.story-content ul li {
	color: #60595b;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	font-weight: 500;
	line-height: 13px;
	padding: 0 0 8px 12px;
	list-style: none;
	position: relative;
}
.story-content ul li:before{
	position: absolute;
	content:'\f105';
	font-family: 'FontAwesome';
	left: 0;
	top: 2px;
	font-size: 13px;
}
.story-content p , p{
	color: #60595b;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	font-weight: 400;
	line-height: 17px;
	padding: 0 0 18px;
	margin: 0;
}
.home-right-content label{
	color: #60595b;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 22px;
	padding: 0 0 8px;
	display: block;
}
.story-content p img,
.story-content img {
	max-width: 100%;
	height: auto;
}
.story-content iframe {
	max-width: 100%;
	height: auto;
	min-height: 300px;
}
.story-content embed { max-width: 100%; }
.story-content strong{
	color: #ca243f;
}
.home-right-content ul,
.home-right-content ol {
	margin: 0 0 10px 10px;
}
.home-right-content ul ul,
.home-right-content ol ol {
	margin: 0 0 0 10px;
}
.home-right-content ol li {
	color: #60595b;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 17px;
	padding: 0 0 8px 12px;
	list-style: none;
	position: relative;
	list-style: decimal inside;
}
.home-right-content ol li:last-child { padding: 0; }
.home-right-content ul li {
	color: #60595b;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 17px;
	padding: 0 0 8px 12px;
	list-style: none;
	position: relative;
}
.home-right-content ul li:before{
	position: absolute;
	content:'\f105';
	font-family: 'FontAwesome';
	left: 0;
	top: 2px;
	font-size: 13px;
}



/*  -----------------------------------------------------------------
		Header Styles.
	----------------------------------------------------------------- */
#header{
	overflow: hidden;
}
.header-main {
	padding: 30px 0 3px 100px;
}
.logo{
	float: left;
	width: 460px;
}
.logo a{
	display: block;
}
.address{
	float: right;
	width:440px;
	color: #60595b;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	font-weight: 400;
	text-align: left;
	padding: 80px 0 0;
}
.address a{
	color: #60595b;
}

/* ----------------------------------------------------------
		Single page Project Gallery
---------------------------------------------------------- */
.gallery-img {
    padding: 42px 0 42px 45px;
    position:relative;
}
.gallery-slider{
	position: relative;
	width: 605px;
	padding: 0 30px;
	max-height: 340px;
	overflow: hidden;
}
.gallery-slider img{
	max-width: 550px;
	width: 100%;
}
#left-arw{
	background: url(images/left-arw.png) no-repeat left top;
	width: 21px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 48%;
	z-index: 111;
	display: block;
}
#right-arw{
	background: url(images/right-arw.png) no-repeat left top;
	width: 21px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 48%;
	z-index: 111;
	display: block;
}

.gallery-thumbnail{
	padding: 50px 0 12px 74px;
}
.gallery-thumbnail a{
	float: left;
	max-width: 252px;
	display: block;
	margin: 0 50px 36px 0;
}
.gallery-thumbnail img{
	max-width: 252px;
}

.cc-form{
	position: absolute;
	left: 74px;
	top: 40px;
	z-index: 5000;
	background: #e5e5e3;
	width: 100%;
	max-width: 555px;
	padding: 10px 25px;
	color: #60595b;
}
.cc-txt label{
	padding: 0 0 3px;
	display: inline-block;
	font-size: 11px;
	line-height: 15px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.cc-txt-ip{
	padding: 0 0 4px;
}
.cc-txt-ip input{
	width: 100%;
	height: auto;
	line-height: 22px;
	height: 22px;
	border:none;
	padding: 0 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	color: #60595b;
}
.cc-txt-area textarea{
	width: 100%;
	padding: 10px;
	height: 90px;
	font-size: 14px;
	line-height: 18px;
	border: none;
	color: #60595b;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
.cc-sub-main{
	padding: 7px 0 0;
}
.cc-sub-main label{
	font-size: 11px;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
}
.cc-submit{
	width: 90px;
	float: right;
	position: relative;
}
.cc-submit input{
	background: #bf8858;
	border:none;
	width: 100%;
	padding: 0 10px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 600;
	outline: none;
	height: 22px;
	font-size: 12px;
	line-height: 20px;
}
div.wpcf7-mail-sent-ok{
	border: 2px solid #bf8858;
}
.cc-submit img.ajax-loader{
	position: absolute;
}
a.BTG{
    position:absolute;
    left:74px;
    z-index:2000;
    bottom:15px;
    display:inline-block;
}

/*  -----------------------------------------------------------------
		Navigation Styles.
	----------------------------------------------------------------- */
.nav-main{
	position: relative;
}
.page-img{
	float: right;
	width: 298px;
	position: relative;
	right: 0;
}
.page-img img{
	width: 100%;
	height: auto;
}
.home .page-img{
    right: -1000px;
}
#nav {
	padding: 50px 0 15px 230px;
	width: 60%;
	float: left;
}
#nav-320 {
	display: none;
}
#nav ul {}
#nav ul li {
	display: block;
	float: left;
	position: relative;
	margin:0 55px 0 0;
	text-transform: capitalize;
}
#nav ul > li > a {
	color: #60595b;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
	position: relative;
}
#nav ul > li:hover > a ,
#nav ul > li.current-menu-item > a,
#nav ul > li.current-menu-ancestor > a,
#nav ul > li.current_page_item > a,
#nav ul > li.current_page_ancestor > a,
#nav ul > li.current-page-ancestor > a {
	color: #ca243f;
}
/* *************************** Nav Level 2 *************************** */
#nav ul ul {
	background: #FFF;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	display: none;
	left: 0;
	margin: 0;
	position: absolute;
	width: 200px;
	z-index: 999;
}
#nav ul ul > li {
	border-bottom: 1px solid #d6d6d6;
	float: none;
	margin: 0;
}
#nav ul ul > li > a {
	line-height: 20px;
	padding: 5px 0;
	width: 100%;
	text-align: center;
}
#nav ul ul > li:hover > a ,
#nav ul ul > li.current-menu-item > a ,
#nav ul ul > li.current-menu-ancestor > a ,
#nav ul ul > li.current_page_item > a ,
#nav ul ul > li.current_page_ancestor > a,
#nav ul ul > li.current-page-ancestor > a {}
#nav li:hover > ul {
	display: block;
}
/* *************************** Nav Level 3 *************************** */
#nav ul ul ul {
	left: 100%;
	top: 0;
}


/*  -----------------------------------------------------------------
		Sidebar Styles.
	----------------------------------------------------------------- */
.main-content-right {
	float: right;
	position: relative;
	width: 298px;
	padding: 45px 0 0 40px;
}
.widget { margin: 0 0 25px; }
.widget h3 { padding: 8px 10px; }
.widget .textwidget { padding: 0 10px; }
.widget .textwidget p {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 19px;
	padding: 0 0 15px;
}
.widget ul {
	margin: 0;
	padding: 0 10px;
}
.widget ul li {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	list-style: none;;
	padding: 0 0 13px;
	position: relative;
}
.widget ul li a {
	display: inline-block;
	padding: 0 0 0 15px;
	position: relative;
}
.widget ul li.recentcomments a {
	padding: 0 0 0 15px !important;
}
.widget ul li a:before {
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 17px;
	font-weight: normal;
	line-height: 17px;
	left: 0;
	position: absolute;
	top: -1px;
}
.widget ul > li.current-cat > a,
.widget ul > li.current_page_item > a { color: #404040; }
.widget ul ul { margin: 5px 0 0 10px; }
.widget ul ul li:last-child { padding: 0; }

/* *************************** Search *************************** */
.search-area { border: 1px solid #666; }
.search-area .search-text {
	background: none;
	border: none;
	color: #111;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	height: 25px;
	padding: 0 5px;
	width: 190px;
}
.search-area .search-btn {
	background: url(images/search-bg.png) no-repeat center center;
	border: none;
	float: right;
	font-size: 0;
	height: 25px;
	text-indent: -9999px;
	width: 25px;
}


/*  -----------------------------------------------------------------
		Footer Styles.
	----------------------------------------------------------------- */
.footer-main {
	border-top: 2px solid #d6d6d6;
	padding: 15px 0;
}
.footer-main h3 { margin: 0 0 7px; }
.footer-area ul li { padding: 0 0 7px; }
.footer-area {
	float: left;
	padding: 0 20px 0 10px;
	width: 220px;
}
.footer-area ul li { padding: 0 0 7px; }


/*  -----------------------------------------------------------------
		Blog Page Styles.
	----------------------------------------------------------------- */
.post-content {
	border-bottom: 1px solid #cecece;
	padding: 0 0 10px;
	margin: 0 0 25px;
}
.single .post-content { border-bottom: none; }
.post-title h4 {
	border-bottom: none;
	padding: 0 0 10px;
}
.post-info {
	color: #555;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	padding: 0 0 10px;
}
.post-info a { color: #555; }
.post-info span {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 3px 0;
	vertical-align: middle;
}
.post-info span.post-date:before {
	color: #555;
	content: '\f073';
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 12px;
	font-weight: normal;
	margin: 0 8px 0 0;
	vertical-align: middle;
}
.post-info span.post-sticky:before {
	color: #555;
	content: '\f08d';
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 12px;
	font-weight: normal;
	margin: 0 8px 0 0;
	vertical-align: middle;
}
.post-featured img {
	display: block;
	margin: 0 auto 10px;
	max-width: 100%;
	height: auto;
}
.post-image img {
	display: block;
	height: auto;
	margin: 10px auto;
	max-width: 100%;
}
a.read-more:after,
a.more-link:after {
	content: "\f178";
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 0 10px;
	padding: 0;
	vertical-align: middle;
}
a.read-more,
a.more-link {
	color: #000;
	display: inline-block;
	float: right;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	padding: 0;
}
a.read-more:hover,
a.more-link:hover {
	color: #00f;
}

/* *************************** Blog Navigation Style *************************** */
nav.pagination h2 { display: none; }
.nav-links {
	background: #333;
	padding: 7px 0;
	text-align: center;
}
.nav-links .page-numbers {
	color: #fff;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1.5px;
	padding: 5px;
	margin: 0 3px;
	text-transform: uppercase;
	vertical-align: top;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.nav-links a.prev:before {
	content: "\f177";
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 12px;
	font-weight: normal;
	margin: 1px 5px 0 0;
	vertical-align: top;
}
.nav-links a.next:after {
	content: "\f178";
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 14px;
	font-weight: normal;
	margin: 1px 0 0 5px;
	vertical-align: top;
}
.nav-links .page-numbers:hover,
.nav-links .page-numbers.current {
	background: #ccc;
	color: #f80000;
}
.nav-links span.dots:hover {
	background: #333;
	color: #fff;
}

/*  -----------------------------------------------------------------
		Comments Styles.
	----------------------------------------------------------------- */
.comment-template {
	border-top: 2px dotted #808080;
	margin: 30px 0 0;
	padding: 15px 0 0;
}
.comment-template h3 {
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	line-height: 26px;
	padding: 5px 0;
}
ol.commentlist {
	margin: 20px 0;
	text-align: justify;
}
ol.commentlist li {
	border: solid 1px #ccc;
	font-family: 'Open Sans', sans-serif;
	line-height: 18px;
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}
ol.commentlist li ul, ol.commentlist li ul {
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 0;
}
ol.commentlist li li {
	background: none;
	border: solid 1px #ccc;
	border-right: none;
	margin: 15px 0px 15px 15px;
	padding: 0;
}
ol.commentlist li li.bypostauthor {  background-color: #f5fdff; }
.comment-body {
	border-left: 1px solid #ccc;
	clear: both;
	min-height: 110px;
	margin: 0 0 0 90px;
	padding: 5px 5px 5px 10px;
	position: relative;
}
.vcard {
	border: none;
	left: -80px;
	margin: 0;
	position: absolute;
	top: 0;
	width: 70px;
	padding: 5px 0 0 5px;
}
.avatar { 
	border: 1px solid #ccc;
	padding: 2px;
	height: 34px;
	width: 34px;
	margin: 0 0 10px;
}
.vcard .fn {
	display: inline-block;
	padding: 5px 0 0;
}
.vcard .fn a,
.vcard .fn,
.vcard span.says {
	color: #009ede;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	word-wrap: normal;
}
.fn a:hover {
	color: #007aab;
	text-decoration: underline;
}
.vcard span.says {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	word-wrap: normal;
}
.commentmetadata {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: right;
}
.commentmetadata a,
.commentmetadata a:visited {
	color: #009ede;
	outline: none;
	text-decoration: none;
}
.comment-body p {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
.reply a:before {
	content: "\f064";
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 12px;
	font-weight: normal;
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.reply a {
	color:#000;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	padding: 0;
}
.comment-template a:hover { color: #007aab; }
#respond { margin-top: 10px; }
#commentform { margin: 20px 0; }
#commentform p { color: #444; }
#commentform input[type="text"] {
	background: #fff;
	border: 1px solid #d6d6d6;
	color: #000;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	outline: none;
	padding: 10px;
	width: 100%;
}
#commentform textarea {
	background: #fff;
	border: 1px solid #d6d6d6;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height:100px;
	min-width: 250px;
	outline: none;
	padding: 10px;
	resize: none;
	width: 50%;
}
#commentform label {
	color: #333;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	width: 100%;
}
#commentform input[type="submit"] {
	background: #676767;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin: 10px 0 0;
	padding: 5px 15px;
	display: inline-block;
	background: -webkit-linear-gradient( to bottom , #aaaaaa 0px, #676767 100% );
	background: -o-linear-gradient( to bottom , #aaaaaa 0px, #676767 100% );
	background: -moz-linear-gradient( to bottom , #aaaaaa 0px, #676767 100% );
	background: linear-gradient( to bottom , #aaaaaa 0px, #676767 100% );
	-webkit-border-radius:  5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#commentform input[type="submit"]:hover {
	background: #232323;
	background: -webkit-linear-gradient( to bottom , #666666 0px, #232323 100% );
	background: -o-linear-gradient( to bottom , #666666 0px, #232323 100% );
	background: -moz-linear-gradient( to bottom , #666666 0px, #232323 100% );
	background: linear-gradient( to bottom , #666666 0px, #232323 100% );
}
#cancel-comment-reply-link { color: #db0000; }
#respond p.form-allowed-tags { display: none; }
h2.error,
.error {
	color: #d93c3c;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 20px;
	text-transform: capitalize;
}


/*  -----------------------------------------------------------------
		Gallery Styles.
	----------------------------------------------------------------- */
.wp-caption {
	max-width: 100%;
	height: auto;
	position: relative;
}
.wp-caption.alignnone { margin: 3px auto 15px; }
.wp-caption.alignleft { margin: 3px 15px 5px 0; }
.wp-caption.alignright { margin: 3px 0 5px 15px; }
.gallery { margin: 0 0 20px; }
.gallery-item {
	float: left;
	margin: 0 2% 15px 0;
	overflow: hidden;
	position: relative;
}
.gallery-item img { width: 100%; }
.gallery-columns-1 .gallery-item {
	float: none;
	width: 30%;
	margin: 0 auto 15px;
}
.gallery-columns-2 .gallery-item { 
	width: 30%;
	margin: 0 30% 15px 0;
}
.gallery-columns-3 .gallery-item {
	width: 30%;
	margin: 0 5% 15px 0;
}
.gallery-columns-4 .gallery-item { width: 23.5%; }
.gallery-columns-5 .gallery-item { width: 18%; }
.gallery-columns-6 .gallery-item { width: 14.5%; }
.gallery-columns-7 .gallery-item { width: 12%; }
.gallery-columns-8 .gallery-item { width: 10.5%; }
.gallery-columns-9 .gallery-item { width: 9%; }
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin: 0 0 15px;
}
.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 17px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	-webkit-transition: 400ms ease;
	-moz-transition: 400ms ease;
	-ms-transition: 400ms ease;
	-o-transition: 400ms ease;
	transition: 400ms ease;
}
.wp-caption p.wp-caption-text {
	color: #009ede;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 17px;
	margin: 0;
	padding: 3px;
	text-align: center;
}
.gallery-item:hover .gallery-caption { opacity: 1; }
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/*  -----------------------------------------------------------------
		Contact For 7 General Style
	----------------------------------------------------------------- */
span.wpcf7-form-control-wrap { display: block; }
div.wpcf7-validation-errors { display: none !important; }
span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
	border: 1px solid #333;
	background: #f00;
	color: #fff;
	cursor: text;
	position: absolute;
	left: 0;
	top: 0;
	padding: 6px;
	width: 100%;
	height: 100%;
}



/* -------------- Project Gallery ---------------- */
.page-template-project-gallery .hom-img{
	background:#e5e5e3;
	width: 125%;
	min-height: 700px;
	padding:70px;
	z-index: 2000;
}

.page-template-project-gallery .hom-img a{
	display: inline-block;
	margin:0 0 35px 45px;
	float: right;
	width: 100%;
	height: auto;
	max-width: 270px;
}
.page-template-project-gallery .hom-img img{
	width: auto;
	max-width: 100%;
}


/* ------------------ Contact Page Style ------------------- */
.contact-main{
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 600px;
}
.cc-submit img{
	width: auto;
	max-width: 100%;
}
.cn-txt{
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 18px;
	color: #ac692c;
	padding: 0 0 2px;
}
.cn-txt a{
	color: #60595b;
	display: inline-block;
	padding: 0 0 0 8px;
}


/*  -----------------------------------------------------------------
		Responsive View Ipad / Tablet
	----------------------------------------------------------------- */
@media screen and (max-width:1199px){
	.page-template-project-gallery .hom-img a{
		margin: 0 0 25px 25px;
		width: 235px;
	}
	.cc-form{
		max-width: 500px;
	}
}


/*  -----------------------------------------------------------------
		Responsive View Ipad / Tablet
	----------------------------------------------------------------- */
@media screen and (max-width: 999px) {

	/* ======================= General ======================= */
	.wrapper { width: 750px; }
	.main-content-left { width: 470px; }
	.main-content-right{
		width: 280px;
		padding: 30px 0 0 25px;
	}
	.home-right-content{
		padding: 35px 0 0 35px;
	}
	.page-img{
		width: 280px;
	}
	.header-main{
		padding-left: 0;
		text-align: center;
	}
	.logo{
		float: none;
		margin: 0 auto;
	}
	.address{
		float: none;
		height: auto;
		padding: 30px 0 15px;
		text-align: center;
		width: auto;
	}
	.address span{
		height: auto;
	}
	/* ======================= Navigation ======================= */
	#nav{
		width: 59.3%;
		padding: 50px 0 0;
	}
	#nav ul li{
		margin: 0 15px;
	}
	#nav ul > li > a { padding: 0 }
	
	/* ======================= Footer ======================= */
	.footer-area { width: 155px; }
	.nav-main{
		min-height: 78px;
	}
	.gallery-slider{
		width: 400px;
	}
	.page-template-project-gallery .hom-img a{
		margin: 0 0 15px 15px;
		width: 180px;
	}
	.page-template-project-gallery .hom-img , .gallery-img{
		padding: 35px;
	}
	.cc-form{
		width: 400px;
		left: 36px;
	}
	.cc-txt label{
		font-size: 13px;
		line-height: 18px;
	}
	.gallery-thumbnail{
		padding: 40px 0 12px 15px;
	}
	.gallery-thumbnail a{
		width: 200px;
		margin: 0 10px 20px;
	}
	.gallery-thumbnail img{
		width: 100%;
	}
	a.BTG{
	    left:65px;
	    bottom:7px;
	}
	.page-template-contact-page .main-content{
	    min-height:500px;
	}

}


/*  -----------------------------------------------------------------
		Responsive View Mobile
	----------------------------------------------------------------- */
@media screen and (max-width: 767px) {
	
	/* ======================= General ======================= */
	.wrapper { width: 95%; }
	.main-content-left {
		float: none;
		width: 100%;
	}
	.main-content-right {
		float: none;
		padding: 10px 0 0;
		width: 100%;
	}
	img.alignright,
	img.alignleft,
	img.aligncenter {
		float: none;
		margin: 8px auto 20px;
		display: block;
	}
	.pad-10 { padding: 5px 0; }
	.pad-20 { padding: 10px 0; }
	.pad-30 { padding: 15px 0; }
	.pad-40 { padding: 20px 0; }
	.pad-50 { padding: 25px 0; }
	.pad-60 { padding: 30px 0; }
	.pad-70 { padding: 35px 0; }
	.pad-80 { padding: 40px 0; }
	.pad-90 { padding: 45px 0; }
	.pad-100 { padding: 50px 0; }
	.pad-top-10 { padding-top: 5px; }
	.pad-top-20 { padding-top: 10px; }
	.pad-top-30 { padding-top: 15px; }
	.pad-top-40 { padding-top: 20px; }
	.pad-top-50 { padding-top: 25px; }
	.pad-top-60 { padding-top: 30px; }
	.pad-top-70 { padding-top: 35px; }
	.pad-top-80 { padding-top: 40px; }
	.pad-top-90 { padding-top: 45px; }
	.pad-top-100 { padding-top: 50px; }
	.pad-btm-10 { padding-bottom: 5px; }
	.pad-btm-20 { padding-bottom: 10px; }
	.pad-btm-30 { padding-bottom: 15px; }
	.pad-btm-40 { padding-bottom: 20px; }
	.pad-btm-50 { padding-bottom: 25px; }
	.pad-btm-60 { padding-bottom: 30px; }
	.pad-btm-70 { padding-bottom: 35px; }
	.pad-btm-80 { padding-bottom: 40px; }
	.pad-btm-90 { padding-bottom: 45px; }
	.pad-btm-100 { padding-bottom: 50px; }
	
	/* ======================= Navigation ======================= */
	#nav { display: none; }
	#nav-320 {
		display: block;
		position: relative;
	}
	#nav-320 a.select-menu {
		background: #000;
		color: #fff;
		display: block;
		float: right;
		margin: 5px;
		position: relative;
	}
	#nav-320 a.select-menu:before {
		content: '\f0c9';
		font-family: 'FontAwesome';
		font-size: 30px;
		font-weight: normal;
		line-height: 30px;
		padding: 3px 7px;
		display: inline-block;
	}
	#nav-320 a.select-menu:hover { color: #f00; }
	#toplinks {
		background: #444;
		border-top: 1px solid #000;
		display: none;
		position: absolute;
		width: 100%;
		z-index: 999;
	}
	#toplinks ul li {
		display: block;
		position: relative;
		width: 100%;
	}
	#toplinks ul > li > a {
		color: #fff;
		display: block;
		font-family: 'Open Sans', sans-serif;
		font-size: 13px;
		font-weight: 600;
		padding: 8px 0 8px 20px;
		position: relative;
		border-bottom:1px solid #444;
	}
	#toplinks ul > li > a:before {
		content: '\f101';
		font-family: 'FontAwesome';
		font-size: 14px;
		font-weight: normal;
		left: 6px;
		position: absolute;
		top: 7px;
	}
	#toplinks ul > li:hover > a ,
	#toplinks ul > li.current-menu-item > a,
	#toplinks ul > li.current-menu-ancestor > a,
	#toplinks ul > li.current_page_item > a,
	#toplinks ul > li.current_page_ancestor > a,
	#toplinks ul > li.current-page-ancestor > a {
		background: #c9243f;
		color: #fff;
		border-bottom: 1px solid #fff;
	}
	#toplinks ul ul > li > a { padding: 6px 0 6px 32px; }
	#toplinks ul ul > li > a:before { left: 15px; }
	#toplinks ul ul ul > li > a { padding: 6px 0 6px 45px; }
	#toplinks ul ul ul > li > a:before { left: 25px; }
	
	/* =======================  FOOTER AREA ======================= */
	.footer-area {
		padding: 0 10px 20px 20px;
		width: 250px;
	}


	/* -------------------- Conneely CSS ---------------------- */
	#header{
		overflow: visible;
	}
	.page-img{
		display: none;
	}
	.hom-img{
		position: static;
		width: 100%;
		height: auto;
		padding: 0 0 25px;
	}
	.home-right-content{
		float: none;
		width: 100%;
		padding: 0 0 20px;
	}
	.logo{
		float: none;
	}
	.logo, .logo img{
		width: auto;
		max-width: 480px;
		width: 100%;
	}
	.address{
		width: 100%;
		text-align: left;
	}
	.address span{
		height: auto;
		padding: 0;
		line-height: 18px;
	}
	.main-content{
		min-height: 0;
	}
	.page-template-project-gallery .hom-img{
		padding: 20px 0 0;
		min-height: 0;
		width: 100%;
		margin: 0 0 20px;
	}
	.page-template-project-gallery .hom-img a{
		margin: 0 3% 20px;
		width: 43.2%;
		height: auto;
		float: none;
		max-width: 100%;
		display: inline-block;
	}
	.gallery-thumbnail {
	    margin: 0 auto;
	    max-width: 560px;
	    padding: 40px 0 12px 15px;
	}
	.gallery-thumbnail a{
		max-width: 41%;
		width: 100%;
	}
	.gallery-img{
		min-height: 0;
		padding: 25px 25px 10px 25px;
		margin: 0 0 20px;
	}
	.gallery-slider{
		float: none;
		width: 100%;
		padding: 0;
		max-width: 550px;
		margin: 0 auto;
	}
	#left-arw , #right-arw{
		display: none;
	}
	.cc-form{
		position: static;
		width: 100%;
		margin: 10px auto;
	}
	.nav-main{
		min-height: 0;
	}
	a.BTG{
	    position:static;
	    margin:5px 0 0;
	}
	.page-template-contact-page .main-content{
	    min-height:0;
	}
}