body, html { overflow-x:hidden; }
@font-face {
    font-family: Open Sans;
    src: url(../fonts/OpenSans-Regular.ttf);
}
body {
    font-family:Open Sans;
    font-size: 12px;
	
	font-weight: 300; 
	font-style: normal; 
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, span, p { font-family: Open Sans;  }

* {

}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.templatemo_clear {
	clear: both;
}

.rgst { padding:25px;}
input { font-size:14px; float:left; width:100%; padding:10px; margin-bottom:10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border:#CCC solid 1px; }
input[type="radio"]{ float: left; width: auto; cursor:pointer; margin-left: 1em; }
label {  font-size:20px; margin-left:10px; margin-top: 0px; float:left;  }
textarea { font-size:14px; float:left; width:100%; padding:10px; margin-bottom:10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border:#CCC solid 1px; resize: vertical; height:134px;  }
select { font-size:14px; float:left; width:100%; padding:10px; margin-bottom:10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border:#CCC solid 1px; }


.squaredFour {
	width: 20px;	
	margin: 20px auto;
	position: relative;
}
.sma { font-size:13px;}

input:focus { border:#C60 solid 1px; }

#msg { min-height:125px; line-height:1.2em; height:auto; }

.bt {
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  color: #ffffff;
  font-size: 20px;
  background: #3b1403;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
  border:#CCC solid 2px;
  width:150px;
}
.bt:hover {
  background: #c7a272;
  text-decoration: none;
  color:#3b1403;
  
}
.dot {padding:15px 30px 15px 0px;}
.dot1 { padding:15px 15px 15px 0px;}
.dot2 { border-right:#999 dotted 2px;}



.height30 {
	height: 30px;
}

.templatemo-top { height:0px;}

.templatemo-top-bar {
    min-height: 15px;
    background-color:#3b1403;
	position:relative;
	z-index:999;
	
}

.templatemo-top-bar1 {
    min-height: 15px;
    background-color:#FFF;
	
}


.templatemo-top-menu {
    min-height:139px;
    background-color:#fff;
    z-index: 5000;
    width:100%;
	-webkit-box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.33);
-moz-box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.33);
box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.33);
}

.templatemo-top-menu .navbar-toggle {
    margin-top: 38px;
}

.templatemo-top-menu .navbar-brand {
    padding: 0;
    margin: -18px 0 12px 0;
}

.wrp { width:100%; float:left;}

.grd {background: -moz-linear-gradient(top,  rgba(234,234,234,1) 0%, rgba(255,255,255,0.88) 12%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(12%,rgba(255,255,255,0.88)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,0.88) 12%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,0.88) 12%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(255,255,255,0.88) 12%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(234,234,234,1) 0%,rgba(255,255,255,0.88) 12%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.side { padding-left:30px;}
.servc1 {padding:0px 10px 50px 10px;}
.servc { padding:50px; background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px; -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);}

/* ------ Carousel ----- */

#templatemo-carousel {
    background: url('../images/coffee.jpg') no-repeat center center fixed; 	background-color:#3b1403;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 360px;
	
}


#templatemo-footer {
    background: url('../images/OV_1.jpg') no-repeat -0 200px fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 200px;
}

#templatemo-carousel .carousel-caption {
    z-index: 10;
}

#templatemo-carousel .item {
    height: 460px;
}
#templatemo-carousel .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 500px;
    left: 0;
    top: 0;
}

#templatemo-aboutus .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 500px;
    left: 0;
    top: 0;
}

#templatemo-carousel .carousel-caption {
    height: 400px;
    left: 20%;
    padding-bottom: 53px;
    right: 20%;
}
/* ------ End of Carousel ----- */

/* ------ Welcome & Slogna ------ */
#templatemo-carousel .carousel-caption p {font-size: 34px;}
.templatemo-welcome {
    border-bottom: 1px solid #cccccc;
}

.templatemo-slogan {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 42px;
    margin: 15px 0;
    color: #333333;
	
}

.templatemo-service {
    padding-bottom: 50px;
	padding-top:50px;
    margin-top: 0px;
	background-color:#f8f0e2;
}

.templatemo-service1 {
	padding-top:50px;
    margin-top: 0px;
	background-color:#f8f0e2;
}

.templatemo-cont {
    padding-bottom: 50px;
	padding-top:50px;
    margin-top: 0px;
	background-color:#3b1403;
	color:#FFF;
}

.templatemo-cont a {
	color:#FFF;
}

.templatemo-service-item {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    font-size: 20px;
	margin-left: 15px;
}


.templatemo-service-item p {
    font-weight: lighter; 
    text-align: justify; 
    margin-top: 15px;
    font-size: 15px;
    color: #4f4d4d;
	line-height: 1.8em;
}

.subheader {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin-top: 12px;
    font-size: 14px;
    color: #FFFFFF;
}


.btn-home {
    background-color: #1388cb;
	border-bottom:#025399 solid 2px;
    color:#ffffff;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-bottom:10px;
width:40%;
padding: 15px 16px;
font-size:17px;
}

.btn-home:hover, .btn-home:focus, .btn-home:active, .btn-home.active, .open .dropdown-toggle.btn-home {
    background-color: #025399;
    color:#ffffff;
}

.btn-orange {
    background-color: #1388cb;
    color:#ffffff;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-bottom:30px;
}

.btn-orange {
    background-color: #1388cb;
    color:#ffffff;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-bottom:30px;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
    background-color: #025399;
    color:#ffffff;
}

.btn-green {
    background-color:#3b1403;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-bottom:10px;
}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
    background-color: #c7a272;
    color:#3b1403;
}

.nav > li > a {
    padding: 10px 25px;
	font-size:16px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #ff7600;
    color:#fff;
}

.nav li:hover .subnav {  display:inline-block; z-index:1;  opacity:1; }

.subnav { width:100%; padding:0px 0px; position:absolute; z-index:-1; opacity:0; transition:opacity linear 0.15s; box-shadow:0px 2px 3px rgba(0,0,0,0.2); background-color: #75382E;  }
.subnav li { display:block; font-size:13x;}
.subnav li a:hover { background-color: #CCC; color:#777777;}
.subnav li a {padding:10px 25px; display:block; text-decoration:none; color:#FFF;}


.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
     	
}


.nav > li > a {
	color: #333333;

}

.btn1 span {
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  background: #75382e;
  padding: 10px;
  text-decoration: none;
}

.btn1 span:hover {
  background: #804137;
  text-decoration: none;
  color:#FFF;

}

.submit {
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  background: #75382e;
  padding: 10px;
  text-decoration: none;
  font-size:28px;
  width:100%;
}


.submit:hover {
  background: #804137;
  text-decoration: none;
  color:#FFF;

}


.btn2 span {
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #6F2A02;
  border: #75382e solid 1px;
  padding: 10px 5px 10px 5px; 
  text-decoration: none;
  
}

.btn2 span:hover {
  background: #75382e;
  text-decoration: none;
  color:#FFF;

}
.btn21 span {
	 -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  border: #75382e solid 1px;
  padding: 10px 5px 10px 5px; 
  background: #75382e;
  color: #FFF;
  text-decoration: none;
  color:#FFF;

}

.navbar-default {
    background-color:#fff;
    border:none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	border-bottom:#6F2A02 solid 2px; 
    color:#6F2A02;
}

.navbar {
    margin-bottom: 0px;
}

.templatemo-service-item-header {
    margin-left: -10px; 
    padding: 16px 14px 20px; 
    font-weight: bold;
    display: inline-block;
}

.templatemo-header-orange {
    background-color:#ff7600;
    min-width: 298px;
    height: 67px;
    color: #fff; 

}

.team_hr {
    border: 1px solid #fff; 
    width: 32%; 
    float: left;
}

.team_hr_left {
    margin-left: 0;
    margin-right: 20px;
    margin-top: 30px;
}

.team_hr_right {
    margin-left: 20px;
	margin-top: 30px;
}

.line {
    border: 1px solid #75382E; 
}

.templatemo-blog {
	padding-top:50px;
    background-color: #f8f0e2; 
    font-family: 'Open Sans', sans-serif;
    min-height:590px;
    color:#8c4014;

}

.templatemo-servc {
	padding-top:50px;
	padding-bottom:100px;
    background-color: #fff; 
    font-family: 'Open Sans', sans-serif;
    min-height:590px;
    color:#4f4d4d; 

}

.templatemo-feed {
	padding-bottom:50px;
    background-color: #f8f0e2; 
    font-family: 'Open Sans', sans-serif;
    color:#4f4d4d; 
	border-top: 1px solid #cccccc;
}
.col-md-7{ width:100% !important;}

iframe[id^='twitter-widget-']{ width:100% !important;}

.templatemo-servc ul li { font-size:14px; line-height:1.7em; text-align:justify; margin-bottom:20px; margin-left: -23px;}
.templatemo-servc ul li li{ font-size:14px; line-height:1.7em; text-align:justify; margin-bottom:2px;}

.templatemo-price {
	padding-top:50px;
	padding-bottom:100px;
    font-family: 'Open Sans', sans-serif;
    color:#8c4014;

}

.templatemo-line-header {
    margin-top:100px;
    margin-bottom:25px;
	padding-bottom:0px;
}

.member-thumb:hover .thumb-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.member-thumb {
    position: relative;
    overflow: hidden;
}

.member-thumb .thumb-overlay {
    background-color: rgba(220, 157, 102, 0.8);
    position: absolute;
    visibility: hidden;
    padding-top: 35%;
    padding-left: 25%;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}

.thumb-overlay a {
    float:left;
    margin-right: 5px;
}



.team-inner {
    margin-top:10px;
}

.team-inner-header {
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    font-size:16px;
}

.team-inner-subtext {
    font-weight:normal;
    font-size:12px;
}

.row_team {
    margin-left:-50px;
    margin-top:70px;
}

.row_team li {
    list-style: none;
}

.templatemo-project-box {
    background-size: cover;
    position: relative;
    overflow: hidden;
    cursor:pointer;
    height: 200px;
    width: 200px;
}

.templatemo-project-box:hover .project-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.project-overlay {
    background : rgba(0,0,0,.75);
    border : 2px solid #ff7600;
    visibility: hidden;
    position: absolute;
    text-align:center;
    padding-top:40px;
    color: #ffffff;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}


.project-overlay hr {
    width : 70%;
	
}

.templatemo-project-gallery li {
    margin:15px;
}

.txt_darkgrey {
    color: #333333;
}

.txt_ovl {
    color: #1C8003;
}
.txt_ovl1 {
    color: #3b1403;
}

.txt_slogan {
    font-size:25px; 
    color:#929292;
}

.templatemo-line-header span {
    font-size: 32px; 
    margin-top: 10px;
}

.team_box  div {
    text-align: center; 
    padding-top: 100px;
}

.span_blog {
    margin-bottom: 80px;
}

.blog_post {
    color: #333333; 
    padding: 10px;
	margin-bottom: 50px;
}

.blog_post1 {
    color: #333333; 
    padding: 10px;
	margin-bottom: 100px;
	
}

.abt ul li { background-image: url(../images/bullet.png); background-repeat: no-repeat; background-position: 0px 10px; padding-left: 35px; line-height: 1.7em; border-bottom:#333 dotted 1px; padding-bottom:10px; padding-top: 8px;}

.abt ol li { padding-left: 15px; line-height: 1.7em; border-bottom:#333 dotted 1px; padding-bottom:10px; padding-top: 8px;}


.abt div li { background-image: url(../images/bullet1.png); background-repeat: no-repeat; background-position: 7px 15px;   }


.abt ul { list-style-type: none; padding: 0px; margin: 0px; }

.abt div ul { list-style-type: none; padding: 0px; margin: 0px; }


.blog_header {
    font-size: 24px; 
}

.col-tt-4 img {-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;}

.blog_header1 {
    font-size: 26px; 
	line-height: 1.8em;
}

.blog_header2 {
    font-size: 24px; 
	color:#8c4014; 
}

.blog_text {
    text-align: justify; 
    font-size: 14px; 
    margin-top: 20px;
	line-height:1.7em;
}



#templatemo-contact {
	margin-top:100px; 
	border-top: 1px solid #cccccc; 
	font-size:14px;
}
.templatemo-contact-map {
    margin-bottom: 15px;
    height: 378px;

}

.head_contact {
    padding-bottom:80px; 
    margin-bottom:0;
}

.contact_right img {
	margin-right:5px;
}

.contact_right form {
	padding-left:15px;
	padding-right:15px
}

.tweet_txt {
	min-height:160px;
}

.twitter_user {
	color: #75382E;
	font-weight:bold;
	font-style:italic;
	padding-bottom:10px; 
	font-size: 20px;
	float: right;
}

.templatemo-partners {
	border-top: 2px solid #cccccc;
}

.templatemo-partners .templatemo-partner-item {
    margin-bottom: 5px;
}

.templatemo-footer {
	border-top: 2px solid #cccccc; 
}

.footer_container {
	margin-top:60px; 
	margin-bottom:20px;
}

.footer_bottom_content {
	margin: auto;
	margin-bottom: 15px;
	font-size: 14px;
	color:#FFFFFF;
}

.footer_bottom_content a {

	color:#FFFFFF;
}
.social-icon-fb {
    background: url('../images/social-icon-fb.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-fb {
    background: url('../images/social-icon-fb-over.png') no-repeat;
}

.social-icon-rss {
    background: url('../images/social-icon-rss.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-rss {
    background: url('../images/social-icon-rss-over.png') no-repeat;
}

.social-icon-twitter {
    background: url('../images/social-icon-twitter.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-twitter {
    background: url('../images/social-icon-twitter-over.png') no-repeat;
}

.social-icon-linkedin {
    background: url('../images/social-icon-linkedin.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-linkedin {
    background: url('../images/social-icon-linkedin-over.png') no-repeat;
}

.social-icon-dribbble {
    background: url('../images/social-icon-dribbble.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-dribbble {
    background: url('../images/social-icon-dribbble-over.png') no-repeat;
}

ul.templatemo-project-gallery  li  a img:hover {
    border: 3px solid #ff7600;
}

.templatemo-gallery-category a {
	color:#333333; 
}

.templatemo-gallery-category a.active {
	color:#e67e22; 
	text-decoration:none;
}

.templatemo-gallery-category a:focus {
	color:#e67e22;
	text-decoration:none;	
}

.templatemo-gallery-category a:hover {
	color:#e67e22; 
	text-decoration:none;
}

.link_orange:hover {
    text-decoration:none;
}
.templatemo-project-gallery {         
    margin:0 0 0 0;
    margin-top:30px;
    margin-left: -40px;
}
.templatemo-project-gallery li {     
    list-style:none;
    margin-bottom:25px;           
}
.templatemo-project-gallery li img {
  cursor: pointer;
}

.templatemo-tweets {
    background-color: #fff;
    min-height:200px;
	line-height:1.8em;
    font-family: 'Open Sans', sans-serif;
    font-size:17px;
    color:#3b1403;
	border-bottom: 1px solid #cccccc;
}

.templatemo-post {
    background-color: #f8f0e2;
    min-height:200px;
	line-height:1.8em;
    font-family: 'Open Sans', sans-serif;
    font-size:17px;
    color:#3b1403;
	border-bottom: 1px solid #cccccc;
}


.templatemo-tweets span span{
    font-size:24px;
	

}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-style: italic;
}

.btn_loadmore {
	margin-top:30px; 
	margin-bottom:80px;
}


.blog_box {

}

.frqu { font-size:18px; padding:10px;  text-align:center; color:#FFF; background: #6d0019; /* Old browsers */
background: -moz-linear-gradient(top, #6d0019 0%, #8f0222 44%, #a90329 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d0019), color-stop(44%,#8f0222), color-stop(100%,#a90329)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #6d0019 0%,#8f0222 44%,#a90329 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #6d0019 0%,#8f0222 44%,#a90329 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #6d0019 0%,#8f0222 44%,#a90329 100%); /* IE10+ */
background: linear-gradient(to bottom, #6d0019 0%,#8f0222 44%,#a90329 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0019', endColorstr='#a90329',GradientType=0 ); /* IE6-9 */ -webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;}
.plan { padding:5px; font-size:14px; color:#333; line-height:3em;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
padding:10px; -webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px; height: 270px; border: 1px solid #cccccc;}

.bord { border-bottom:#CCC solid 1px;}
.bord1 { border-bottom:#CCC solid 1px;  }
.blog_box p { font-size:15px;}
.bord1 { line-height:1.6em; }
.log { margin-right: 12px;}
.pris { padding-bottom: 20px; color:#777;}
.pris1 { margin-bottom:25px; float:left; }
#gallery {
                position:relative;
                height:222px;
}
                #gallery a {
position:absolute;
margin-left: 35px;
}
                
#gallery a img {
	border:none;
	width:100%;

}

#gallery a.show {
	z-index:500
}

/* ---------------------------------------- */
	/*	Contact and Comments Forms
	/* ---------------------------------------- */
	
	.comments-form { margin-bottom: 30px; }
	
		.input-block { margin-bottom: 10px; }
	
			.contact-form .submit i { font-size: 30px; }
				
		/* HTML5 Validation Styles */	
		
		.comments-form input:required:valid,
		.contact-form input:required:valid,
		.comments-form textarea:required:valid,
		.contact-form textarea:required:valid { border-color: #2DB2FF; }
		
		.comments-form input:focus:invalid,
		.contact-form input:focus:invalid,
		.comments-form textarea:focus:invalid,
		.contact-form textarea:focus:invalid { border-color: #e27152; }
				
		/* HTML5 Validation Styles for Parallax */	
		
		.parallax .comments-form input:required:valid,
		.parallax .contact-form input:required:valid,
		.parallax .comments-form textarea:required:valid,
		.parallax .contact-form textarea:required:valid { 
			-webkit-box-shadow: 0 0 10px 1px rgba(0,194,169, .7);
					box-shadow: 0 0 10px 1px rgba(0,194,169, .7);
		}
		
		.parallax .comments-form input:focus:invalid,
		.parallax .contact-form input:focus:invalid,
		.parallax .comments-form textarea:focus:invalid,
		.parallax .contact-form textarea:focus:invalid { 
			-webkit-box-shadow: 0 0 10px 1px rgba(226,113,82, .7);
					box-shadow: 0 0 10px 1px rgba(226,113,82, .7);	
		}

    .templatemo-project-box, .project-overlay {
        height:170px;
        width:170px;
    }

    .templatemo-project-gallery {
        margin-left: -70px;
    }

    .templatemo-service-item-header {
        padding: 16px 10px 20px;
    }

    .templatemo-header-orange {
        min-width: 230px;
    }

    .team_box,  .team_box_over {
        height:220px;
        width:220px;
    }
	
	.nav > li > a { padding: 10px 20px; font-size:14px;}
	.col-sm-5 { width: 50%;}
}


@media only screen and (min-width: 768px) and (max-width: 959px) {
    .member-thumb .thumb-overlay {
        padding-left: 30%;
    }
    .templatemo-project-box , .project-overlay {
       height:130px;
       width:130px;
       padding-top: 0px;
    }

    .templatemo-project-gallery {
       margin-left: 10px; 
    }

    .blog_box{
       margin-right: -140px;
    }
	.col-xs-4 { width:100%;}
	
	 
}


@media only screen and (max-width: 767px) {

    .member-thumb .thumb-overlay {
        padding-left: 40%;
       
    }
    .templatemo-btn-read-more {
            float:right;
            margin-bottom :40px; 
      }
	  .blog_box input { float:left;}
	  .servc1 {padding:0; margin-bottom:20px; margin-top: 20px;}
	  .servc1 img {width:80%;}
#templatemo-carousel .carousel-caption {    height: 80px;
    left: 20%;
    padding-bottom: 140px;
    right: 20%;
}	  
#templatemo-carousel { height:200px;}
#templatemo-carousel .carousel-caption p {font-size: 13px;}
#templatemo-carousel .item {height: 175px;}
.col-md-6 p img {width:70%;}
.btn-home { width:100%;}
.templatemo-ad {   min-height: 100px; }
.plan { margin-bottom:50px; width:100%; }
.bord span { font-size:18px;}
.blog_box p { font-size:14px;}
.bt3 p { margin-bottom:50px;}
.col-xs-4 { width:100%;}
.col7 { padding: 10px; height:auto;}
#gallery { height:130px; }
#gallery a { margin-left: 0px;}
.nav > li > a { padding: 10px 20px; font-size:14px;
}

#templatemo-footer {
    background: url('../images/OV_1.jpg') no-repeat 0 100%; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 200px;
}
.btn-home {
    background-color: #1388cb;
	border-bottom:#025399 solid 2px;
    color:#ffffff;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-bottom:10px;
width:60%;
padding: 8px 0px;
font-size:10px;
}
.col-sm-5 { width: 100%;}

}



@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	 #templatemo-carousel .carousel-caption p {font-size: 25px;}
	 #templatemo-carousel {
    background: url('../images/coffee.jpg') no-repeat center 15% ; 
	background-color:#3b1403;
    -webkit-background-size: 115% auto;
    -moz-background-size: 115% auto;
    -o-background-size: 115% auto;
    background-size: 115% auto;
    overflow-x: hidden;
    margin-bottom:0;
	height:400px;
}
#templatemo-carousel .item {
    height: 260px;
}

.btn-home {
    background-color: #1388cb;
	border-bottom:#025399 solid 2px;
    color:#ffffff;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-bottom:10px;
width:60%;
padding: 8px 0px;
font-size:10px;
}

#templatemo-carousel .carousel-caption { padding-bottom: 137px;}
.navbar-brand img { width:106px;}
.templatemo-top-menu .navbar-toggle { margin-top:0px;}
.templatemo-top-menu { min-height:60px;}
.carousel-inner {height: 186px;}

}






/* ----------- iPad mini ----------- */

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
  #templatemo-carousel {
    background: url('../images/coffee.jpg') no-repeat center 30%; 
	background-color:#3b1403;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    overflow-x: hidden;
    margin-bottom:0;
	height:400px;
}
.plan { height:265px; line-height:2.25em; }
#templatemo-footer {
    background: url('../images/OV_1.jpg') no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 200px;
}
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
  #templatemo-carousel {
    background: url('../images/coffee.jpg') no-repeat center 30%; 
	background-color:#3b1403;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    overflow-x: hidden;
    margin-bottom:0;
	height:400px;
}
#templatemo-footer {
    background: url('../images/OV_1.jpg') no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 200px;
}
}

/* ----------- iPad 1 and 2 ----------- */
/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
  #templatemo-carousel {
    background: url('../images/coffee.jpg') no-repeat center 25%; 
	background-color:#3b1403;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    overflow-x: hidden;
    margin-bottom:0;
	height:400px;
}
.plan { height:265px; line-height:2.25em; }
.btn-orange {margin-bottom:20px;}
#templatemo-footer {
    background: url('../images/OV_1.jpg') no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 200px;
}
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
  #templatemo-carousel {
    background: url('../images/coffee.jpg') no-repeat center 30%;
	background-color:#3b1403;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    overflow-x: hidden;
    margin-bottom:0;
	height:400px;
}
#templatemo-footer {
    background: url('../images/OV_1.jpg') no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 200px;
}
}

/* ----------- iPad 3 and 4 ----------- */
/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
  #templatemo-carousel {
    background: url('../images/coffee.jpg') no-repeat center 25%;
	background-color:#3b1403;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    overflow-x: hidden;
    margin-bottom:0;
	height:400px;
}
#templatemo-footer {
    background: url('../images/OV_1.jpg') no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 200px;
}
.plan { height:265px; line-height:2.25em; }
.btn-orange {margin-bottom:20px;}
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
  #templatemo-carousel {
    background: url('../images/coffee.jpg') no-repeat center 30%; 
	background-color:#3b1403;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    overflow-x: hidden;
    margin-bottom:0;
	height:400px;
}
#templatemo-footer {
    background: url('../images/OV_1.jpg') no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 200px;
}
}


/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
  #templatemo-carousel {
    background: url('../images/coffee.jpg') no-repeat center 30%; 
	background-color:#3b1403;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    overflow-x: hidden;
    margin-bottom:0;
	height:200px;
}
#templatemo-footer {
    background: url('../images/OV_1.jpg') no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 200px;
}
.carousel-inner { 
    height: 200px;
}
}


/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
  #templatemo-carousel {
    background: url('../images/coffee.jpg') no-repeat center 30%;
	background-color:#3b1403;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    overflow-x: hidden;
    margin-bottom:0;
	height:140px;
}
#templatemo-footer {
    background: url('../images/OV_1.jpg') no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 200px;
}
#templatemo-carousel .item {
    height: 165px;
}
#templatemo-carousel .carousel-caption p {font-size: 10px;}
.col-sm-5 { width: 100%;}
.btn-home {
    background-color: #1388cb;
	border-bottom:#025399 solid 2px;
    color:#ffffff;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-bottom:10px;
width:60%;
padding: 8px 0px;
font-size:10px;
}
}


/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
  #templatemo-carousel {
    background: url('../images/coffee.jpg') no-repeat center 30%; 
	background-color:#3b1403;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    overflow-x: hidden;
    margin-bottom:0;
	height:200px;
}
#templatemo-footer {
    background: url('../images/OV_1.jpg') no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 200px;
}
#templatemo-carousel .item {
    height: 200px;
}
#templatemo-carousel .carousel-caption p {font-size: 13px;}
.col-sm-5 { width: 100%;}
.btn-home {
    background-color: #1388cb;
	border-bottom:#025399 solid 2px;
    color:#ffffff;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-bottom:10px;
width:60%;
padding: 8px 0px;
font-size:10px;
}
.carousel-inner {height: 186px;}
}


/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
  #templatemo-carousel {
    background: url('../images/coffee.jpg') no-repeat center 30%; 
	background-color:#3b1403;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    overflow-x: hidden;
    margin-bottom:0;
	height:200px;
}
#templatemo-footer {
    background: url('../images/OV_1.jpg') no-repeat center center; 
    background-size: 100%;
    overflow-x: hidden;
    margin-bottom:0;
    height: 200px;
}
#templatemo-carousel .item {
    height: 200px;
}
#templatemo-carousel .carousel-caption p {font-size: 13px;}
.col-sm-5 { width: 100%;}
.btn-home {
    background-color: #1388cb;
	border-bottom:#025399 solid 2px;
    color:#ffffff;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-bottom:10px;
width:60%;
padding: 8px 0px;
font-size:10px;
}

}


