@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600|Arvo:700");
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,700italic,300,400italic,600italic,800italic,300italic);
@import url(//fonts.googleapis.com/css?family=Playfair+Display+SC:400,700);

/* 

Urbanic Template 

http://www.templatemo.com/free-website-templates/395-urbanic

*/

body, html { overflow-x:hidden; }

body {
    background-color: #ffffff;
    font-family:  'Open Sans', Arial, Helvetice Neue, sans-serif;
    font-size: 12px;
	
	font-weight: 400; 
	font-style: normal; 
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	padding-top:40px;
}

h1, h2, h3, h4, h5, h6, span, p { font-family: 'Open Sans', Arial, Helvetice Neue, sans-serif; }

* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

.templatemo_clear {
	clear: both;
}

.height30 {
	height: 30px;
}

.templatemo-top-bar {
    min-height: 77px;
    background-color:#eeeeee;
	margin-top: -40px;
}

.templatemo-top-menu {
    min-height:18px;
    background-color:#ffffff;
    z-index: 5000;
    width:100%;
	margin-bottom: 10px;
}

.templatemo-top-menu .navbar-toggle {
    margin-top: 38px;
}

.templatemo-top-menu .navbar-brand {
    padding: 0;
    margin: 18px 0 0 0;
	color: #7A0201;
}

h1, h2, h3, h4, h5, p {
	color: #7A0201;
}

p {
	font-size: 14px;
}

/* ------ Carousel ----- */

/*#templatemo-carousel {
    background: url('../images/templatemo_carousel_bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 500px;
}*/

#templatemo-carousel .carousel-caption {
    z-index: 10;
}

#carousel-image-responsive-1 {
		background: url('../puppyoncouch.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: 500px;
}

#carousel-image-responsive-2{
		background: url('../sleepingdog.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: 500px;
}

#carousel-image-responsive-3{
		background: url('../yawningdog.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: 500px;
}

#carousel-image-responsive-4{
		background: url('../BoInGrass.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: 500px;
}

@media (min-width: 768px) {
    #templatemo-carousel .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
}

@media (max-width: 979px){
	.carousel {
		padding-top: 30px;
	}
}

@media (max-width: 767px){
	.carousel {
		padding-top: 42px;
	}
}

@media (max-width: 319px){
	.carousel {
		padding-top: 110px;
	}
}


@media (max-width: 768px) {
    #templatemo-carousel .carousel-caption {
        padding-bottom: 120px;
    }
}

/*@media (max-width: 1024px) {
    #templatemo-carousel {
        background: url('../images/templatemo_carousel_bg_s.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: 500px;
    }
}*/


@media (max-width: 1040px) {
	#carousel-image-responsive-1 {
		background: url('../puppyoncouch_tablet.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: 500px;
	}
	
	#carousel-image-responsive-2 {
		background: url('../sleepingdog_tablet.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: 500px;
	}
	
	#carousel-image-responsive-3 {
		background: url('../yawningdog_tablet.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: 500px;
	}
	
	#carousel-image-responsive-4 {
		background: url('../BoInGrass_tablet.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: 500px;
	}
	
}

@media (max-width: 414px) {
	#carousel-image-responsive-1 {
		background: url('../puppyoncouch_phone.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: 500px;
	}
	
	#carousel-image-responsive-2 {
		background: url('../sleepingdog_phone.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: 500px;
	}
	
	#carousel-image-responsive-3 {
		background: url('../yawningdog_phone.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: 500px;
	}
	
	#carousel-image-responsive-4 {
		background: url('../BoInGrass_phone.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: 500px;
	}
	
}

.carousel-inner img {
	margin: auto;
}

/* ------ End of Carousel ----- */

/* ------ Welcome & Slogna ------ */
.templatemo-welcome {
    /*border-bottom: 1px solid #cccccc;
    min-height: 230px;*/
}

.templatemo-slogan {
    font-family:  'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 42px;
    margin: 60px 0px -20px 0px;
    color: #333333;
}

.templatemo-service {
    margin-bottom: 100px;
    margin-top: 100px;
}

.templatemo-service-item {
    font-family:  'Open Sans', sans-serif;
    margin-bottom: 10px;
    font-size: 20px;
}


.templatemo-service-item p {
    font-weight: 400; 
    text-align: justify; 
    margin-top: 25px;
    font-size: 14px;
    color: #7A0201;
}

.subheader {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin-top: 12px;
    font-size: 12px;
    color: #7A0201;
}


.btn-orange {
    background-color: #911B06;
    border-bottom:2px solid #911B06;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
	padding:6px 30px;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
    background-color: #600201;
    color:#ffffff;
}

.btn-green {
    background-color:#2ecc71;
    border-bottom:2px solid #27ae60;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
    background-color: #27ae60;
    color:#ffffff;
}

.nav > li > a {
    padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #7A0201;
    color:#fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #7A0201;
    color:#fff;
}


.nav > li > a {
    color: #929292;
}
.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 {
    background-color: #7A0201;
    color:#fff;
}

.navbar {
    margin-bottom: 0px;
	padding-top: 10px;
}

.templatemo-service-item-header {
    margin-left: -10px; 
    padding: 16px 20px 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 #7A0201; 
    width: 38%; 
    float: left;
}

.team_hr2 {
    border: 1px solid #7A0201; 
    width: 40%; 
    float: left;
}

.team_hr_left {
    margin-right: 30px;
    margin-left: 15px; 
}

.team_hr_right {
    margin-left: 30px;
}

.hr_gray {
    border: 1px solid #cccccc; 
}

.templatemo-team {
    background: url('../images/seamless_paper_texture.png') ; 
    font-family:  'Open Sans', sans-serif;
    min-height:500px;
    color:#ffffff;
	margin-top: -40px;
}
.line-header {
    margin-top:20px;
    margin-bottom:25px;
	color:#7A0201;
}

.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;
	color:#7A0201;
}

.team-inner-header {
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    font-size:16px;
}

.team-inner-subtext {
    font-weight:normal;
    font-size:12px;
	color:#7A0201;
}

.row_team {
    margin-left:-50px;
    margin-top:25px;
	paddin-bottom: 30px;
}

.row_team li {
    list-style: none;
	padding: 15px;
}

.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;
}

.panel-warning > .panel-heading {
	background-color: #7A0201;
	color: #FFFFFF;
	border-color: #7A0201;
}

.panel-warning > .panel-heading > h4 {
	color: #FFFFFF;
}

.panel-warning {
	border-color: #7A0201;
	height: 200px;
}

.project-overlay hr {
    width : 70%;
	
}

.templatemo-project-gallery li {
    margin:15px;
}

.txt_darkgrey {
    color: #888888;
}

.txt_orange {
    color: #7A0201;
}

.txt_slogan {
    font-size:20px; 
    color:#929292;
}

.line-header span {
    font-size: 18px; 
    float :left; 
    margin-top: 10px;
}

.team_box  div {
    text-align: center; 
    padding-top: 100px;
}

.span_blog {
    margin-bottom: 80px;
}

.blog_post {
    color: #333333; 
    padding: 10px;
}

.blog_header {
    font-weight: bold; 
    font-size: 16px; 
}

.blog_text {
    text-align: justify; 
    font-size: 14px; 
    margin-top: 20px;
}

#detail-contact {
	/*margin-top:100px; 
	border-top: 1px solid #cccccc; */
	font-size:16px;
	background:#f0f0f0;
	font-family: 'Source Sans Pro';
	font-weight: 400;
}

#detail-contact > .container{
	padding-bottom:30px;
}

.templatemo-contact-map {
    margin-bottom: 15px;
    height: 378px;
}

.head_contact {
	/*padding-top:5px;*/
    padding-bottom:25px; 
    margin-bottom:0px;
}

.form-horizontal .row .formspace{
	padding-bottom:10px;
}

.contact_right img {
	margin-right:5px;
}

.contact_right form {
	padding-left:15px;
	padding-right:15px
}

.tweet_txt {
	/*border-left:2px solid #ffffff; */
	min-height:160px;
	margin-left: 16px;
}

.twitter_user {
	color: #FFF; 
	font-size: 16px;
	float: right;
	margin-top: 20px;
	font-family: 'Playfair Display SC', serif;
}

.location-content{
	/*border-top: 2px solid #cccccc;*/
	font-size: 14px;
	font-weight: 400;
	color: #7A0201;
	margin-top: -30px;
}

.location-content .templatemo-partner-item {
    margin-bottom: 5px;
}

.hourstable  tr{
	height: 25px;
}

.hourstable td {
	width: 22.5%;
}

.hourstable .day {
	width: 45%;
}


.templatemo-footer {
	border-top: 2px solid #cccccc; 
	margin-top: 100px;
}

.footer_container {
	margin-top:60px; 
	margin-bottom:20px;
}

.footer_bottom_content {
	margin: auto;
	margin-bottom: 30px;
	font-size: 14px;
	color:#333333;
}

.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-yelp {
    background: url('../images/social-icon-yelp.jpg') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-yelp {
    background: url('../images/social-icon-yelp-over.jpg') 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:#7A0201; 
	text-decoration:none;
}

.templatemo-gallery-category a:focus {
	color:#7A0201;
	text-decoration:none;	
}

.templatemo-gallery-category a:hover {
	color:#7A0201; 
	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: #8996a0;
    min-height:200px;
    font-family:  'Open Sans', sans-serif;
    font-size:28px;
    color:#ffffff;
    /*margin-top:100px;*/
}

@media (max-width:1000px){
	.templatemo-tweets {
    background-color: #8996a0;
    min-height:200px;
    font-family:  'Open Sans', sans-serif;
    font-size:18px;
    color:#ffffff;
    /*margin-top:100px;*/
}
}

.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 {
	margin-left: -12px;
}

@media (min-width:991px) and (max-width:1200px) {
    .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;
    }
	
}


@media (max-width:991px) {
    .team-inner {
        margin-top: 20px;
        margin-bottom: 20px;
		text-align: left;
    }
	
    .templatemo-btn-read-more {
        float:right;
        margin-bottom :40px; 
    }
}


@media (min-width:768px) and (max-width:990px) {
    .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;
    }
}


@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
  } 
}

@media (max-width: 768px) {
    .member-thumb .thumb-overlay {
        padding-left: 40%;
       
    }
    .templatemo-btn-read-more {
            float:right;
            margin-bottom :40px; 
      }
}

@media (max-width: 380px) {
    .member-thumb .thumb-overlay {
            padding-left: 30%;

    }
	.templatemo-service-item-header {
		font-size: 16px;
		
		padding: 23px 10px 22px;
	}
	.templatemo-header-orange {
		min-width: 0px;
	}
	
}

@media (min-width:991px) and (max-width: 1200px) {
	 .team_hr {
		width: 37%; 
	}
}

@media (min-width:683px) and ( max-width: 991px) {
	 .team_hr {
		width: 33%;
	}
}

@media (min-width:585px) and ( max-width: 683px) {
        .member-thumb .thumb-overlay {
            padding-left: 25%;

        }
	 .team_hr {
		width: 30%;
	}
}

@media (min-width:536px) and ( max-width: 585px) {
	 .team_hr {
		width: 28%;
	}
}

@media  (min-width:410px) and  ( max-width: 536px) {
	 .team_hr {
		width: 21%;
	}
}

@media  ( max-width: 410px) {
	 .team_hr {
		width: 11%;
	}
}

.contacttable td{
	vertical-align: top;
}	

.linkstable {
	text-align: left;
}

#templatemo-nav-bar > ul > li.dropdown.active > ul > li.active > a{
	background-color: transparent;
	color:inherit;
}

.linkwell {
	height: 250px;
}

div.major {
	position: relative;
	text-align: center;
	border-top: 1px solid #7A0201;
	top: 1em;
	margin-top: 39px;
}

div.major h3 {
	position: relative;
	top: -.65em;
	display: inline;
	margin: 0;
	padding: 0 1em 0 1em;
	background: #f7f7f7 url('../images/seamless_paper_texture.png') ;
}

div.majorplain {
	position: relative;
	text-align: center;
	border-top: 1px solid #7A0201;
	top: 1em;
	margin-top: 39px;
}

div.majorplain h3 {
	position: relative;
	top: -.65em;
	display: inline;
	margin: 0;
	padding: 0 1em 0 1em;
	background: #fff;
}

.fixnav {
	padding-top: 40px;
}

.portfolio {
	margin-top: -40px;
	margin-bottom: 40px;
}

.contactouter {
	margin-top: -40px;
}

.pagetop {
	margin-top: -40px;
}

@media (max-width: 979px) {
	body {
		padding-top:0px;
	}

	.portfolio {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.contactouter {
		margin-top: 0px;
	}

	.pagetop {
		margin-top: 0px;
	}

	.fixnav {
		padding-top:0px;
	}
}

@media (max-width: 767px) {
	body {
		padding-top:0px;
	}

	.portfolio {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.contactouter {
		margin-top: 0px;
	}

	.pagetop {
		margin-top: 0px;
	}

	.fixnav {
		padding-top:0px;
	}
}

@media (max-width: 1025px) {
	.hourstable > thead > tr > th {
		font-size: 18px;
	}
	
	.hourstable > tbody > tr > td {
		font-size: 16px;
	}
}

.fbphotos {
	height: 285px;
}

@media (max-width: 1024px){
	.fbphotos{
		height: 283px;
	}
}

@media (max-width: 767px){
	.fbphotos{
		height: 850px;
	}
}

.facebook-gallery-img {
	height: 240px;
	margin:10px;
	border:2px solid #555;
}

.alertfont {
	font-size: 14px;
}

.lastSatfont{
	font-size: 12px;
}

.resizebtn {
	padding: 4px 10px !important;
}