
/*-----------------------------------------------------------------------------------*/
/*	DIVIDERS
/*-----------------------------------------------------------------------------------*/
.divide0 {
    width: 100%;
    height: 0px;
}
.divide2 {
    width: 100%;
    height: 2px;
}
.divide3 {
    width: 100%;
    height: 3px;
}
.divide5 {
    width: 100%;
    height: 5px;
}
.divide10 {
    width: 100%;
    height: 10px;
}
.divide15 {
    width: 100%;
    height: 15px;
}
.divide20 {
    width: 100%;
    height: 20px;
}
.divide25 {
    width: 100%;
    height: 25px;
}
.divide30 {
    width: 100%;
    height: 30px;
}
.divide35 {
    width: 100%;
    height: 35px;
}
.divide40 {
    width: 100%;
    height: 40px;
}
.divide45 {
    width: 100%;
    height: 40px;
}
.divide50 {
    width: 100%;
    height: 50px;
}
.divide55 {
    width: 100%;
    height: 55px;
}
.divide60 {
    width: 100%;
    height: 60px;
}
.divide65 {
    width: 100%;
    height: 65px;
}
.divide70 {
    width: 100%;
    height: 70px;
}
.divide75 {
    width: 100%;
    height: 75px;
}
.divide80 {
    width: 100%;
    height: 80px;
}
.divide85 {
    width: 100%;
    height: 85px;
}
/*margins*/
.margin10{
    margin-bottom: 10px;
}
.margin20{
    margin-bottom: 20px;
}
.margin30{
    margin-bottom: 30px;
}
.margin40{
    margin-bottom: 40px;
}
.no-padding{
    padding: 0px;
}
.no-padding.gray{
    background-color: #f5f5f5;
}
.no-padding-inner{
    padding: 60px;
}


/*forms*/
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control{
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 12px;
    color: #7a7a7a;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #FFF;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus{
    border-color: #bbb;
    background: #FFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/*parahraphs*/
p {
    color: #000;
    line-height: 26px;
    margin: 0 0 20px;
	font-size:14px; 
	text-align:justify;
}
p strong {
    color: #db0d1a;
	}

p.sub-text{
    font-style: italic;
    font-size:18px;
    line-height: 29px;
    font-weight: 400;
    color:#bbb;
 }
a { color:#db0d1a}
/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: #060606;
    font-weight: 700;
    margin: 0;
 }

h1 {
    font-size: 3.2em;
    line-height: 44px;
    margin: 0 0 44px 0;
}

h2 {
    font-size: 2.6em;
    font-weight: 400;
    line-height: 42px;
    margin: 0 0 32px 0;
}

h3 {
    font-size: 1.8em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
	color: #db0d1a;
    margin-bottom: 33px;
}
/*use in section headings*/
h3.heading{
    color: #db0d1a;
    font-size: 18px;
    font-weight:600;
    font-style: normal;
    margin: 0 0 20px;
    padding-bottom: 10px;
    position: relative;
    text-transform: capitalize;
    overflow: hidden;
    vertical-align: middle;
    font-family: 'Source Sans Pro', sans-serif;
}
h3.heading:after{
    position: relative;
    left: 18px;
    content: "";
    display: inline-block;
    width: 200%;
    vertical-align: middle;
    height: .50em;
    margin: 0 -200% 0 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
h4 {
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
}

h5 {
    font-size: 1em;
    font-weight: 400;
	color:#db0d1a;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
}

h6 {
    color: #db0d1a;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
}

/****************************breadcrumb***************************/
.breadcrumb-wrap{
    padding:15px 0;
	background:url(../images/bread-bg.jpg) no-repeat top center;
}
.breadcrumb-wrap h4{
    margin: 0px;
    font-size:20px; display:none;
    color: #fff;
    font-weight: 600;
    letter-spacing: 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
   font-family: 'Raleway', sans-serif;
}
ol.breadcrumb{
    margin: 0;
    padding: 0;
    background-color: transparent;
    color:#fff;
}
ol.breadcrumb li{
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
ol.breadcrumb li a{
    color:#eee;
}
/***list of highlight**/
.highlight-list li{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color:#777;
    line-height: 45px;
}
.highlight-list li i{
    color:#29ABE2;
    margin-right: 10px;
}




/*gmap*/
#map-canvas{
    width:100%;
    height: 300px;
}
#contactForm .form-control {
    min-height: 45px;
    background-color: #fff;
}
.form-contact form label{
    font-size: 15px;
    font-weight: 400;
    color:#777;
}
.contact-info li a{
    color:#777;
}
.help-block ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.help-block ul li{
    color:red;
}

label span{
    color:red;
    margin-left: 5px;
}
.required span{
    color:red;
}


/*****sky login register form****/
.sky-form-login-register .btn{
    padding: 8px 12px;
    margin-left: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 2px 1px rgba(0,0,0,0.2);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.sky-form-login-register .btn:hover{
    box-shadow: none;
}

.sky-form-login-register .sky-form {
    margin: 0;
    outline: none;
    border: 1px solid #eee;
    box-shadow: none;
    font: 13px/1.55 'Source Sans Pro', Helvetica, Arial, sans-serif;
    color: #666;
}
.sky-form-login-register .sky-form.v2{
    font: 13px/1.55 'Source Sans Pro', Helvetica, Arial, sans-serif;   
}
.sky-form-login-register .sky-form footer{
    background-color: #fff;
}
.sky-form-login-register .sky-form .btn-link{
    color:#777;
}
.sky-form-login-register h3{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 30px;
    color: #777;
}
.border-rits{
    text-align: center;
}
.border-rits span{
    color: #687074;
    font-size: 14px;
    padding: 0 10px;
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: uppercase;
}
.border-rits span:before{
    top: 10px;
    height: 1px;
    width: 100%;
    content: " ";
    background: #ccc;
    position: absolute;
    left: 100%;
}
.social-login-wrapper{
    padding: 50px 0;
    background-color: #222;
}
.border-rits span:after{
    top: 10px;
    height: 1px;
    width: 100%;
    content: " ";
    background: #ccc;
    position: absolute;
    right: 100%;
}
.social-login button{
    display: block;
    width:100%;
    margin-bottom: 10px;
    margin-left: 0px !important;
}
.social-login .btn-facebook{
    background-color: #3b5998;
    color:#fff;
}
.social-login .btn-twitter{
    background-color: #0084b4;
    color:#fff;
}
.sky-form-login-register .sky-form .btn-block{
    margin: 0px !important;
}

.sky-form-login-register.v2 .sky-form footer {
    border-top: 0px;

}
.sky-form-login-register .sky-form .button{
    font: 400 15px/39px 'Source Sans Pro', Arial, sans-serif;
    background-color: #29ABE2;
}

.social-1.reg-social li a i{
    width:40px;
    height: 40px;
    line-height: 40px;
}

.items-list{
    margin-bottom: 40px;
}
.items-list h3{
    margin-bottom: 10px;
    text-transform: capitalize;
}
.items-list img{
    width:100%;
    margin-bottom: 20px;
}
.items-list p{
    font-size: 13px;
    margin-bottom: 8px;
}
.items-list .rate{
    color:#29ABE2;
    font-size: 18px;
}
.shop-cart .btn-theme-bg{
    color:#fff !important;
}
.shop-cart .btn-theme-bg:hover{
    background-color: #333 !important;
}


.contact p{
    margin-bottom: 10px;
}
.contact strong{
    margin-right: 10px;
    font-weight: bold;
}
.contact strong i{
    margin-right: 5px;
}
.contact a{
    color:#777;
}
.contact a:hover{
    color:#29ABE2;
}
.f2-work li{
    margin: 2px;
}
.f2-work li a img{
    width:70px;
    height: 50px;
    border:2px solid transparent;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.f2-work li a:hover img{
    border-color:#29ABE2;

}

.btn-theme-bg{
    border-color: #29ABE2 ;
    color: #fff ;
    background-color: #29ABE2 ;
}



.carousel-control.left {
  background-image: none;
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: none;
  background-repeat: repeat-x;
}