/*

HUNTER PUERTO RICO TEMPLATE

based on: http://www.tooplate.com/view/2081-solution

*/


body {
	background: #ffffff;
    font-family: 'Raleway', sans-serif;
	font-weight: 400;
    position: relative;
}

h2, h3, h4 {
	font-weight: bold;
}

p {
	line-height: 26px;
}

/* start all section */
#service, #divider, #about, #contact {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}
/* end all section */

/* start nagivation */
.navbar-default {
	background: #fff;
	border: none;
	box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
	margin: 0 !important;
	padding: 0;
}
.navbar-default .navbar-brand {
	padding-top: 4px;
	padding-bottom: 60px;
}
.navbar-default .navbar-nav li a {
	font-size: 13px;
	font-weight: bold;
	line-height: 35px;
}
.navbar-default .navbar-nav li a:hover {
	color: #ff0000;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ff0000;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
	border: none;
	padding-top: 16px;
}
	
.navbar-default .navbar-toggle .icon-bar {
	background: #ff0000;
	border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent 
}
/* end navigation */

/* form submit */
#form-submit {
	border: 
	color: #ffffff;
}

#form_submit .alert {
	padding: 20px;
    background-color: #f44336;
    color: white;
    margin-bottom: 15px;
	font-size: 22px;
}

#form_submit .alert.success {
    background-color: #4CAF50;
}

#form_submit .alert.error {
    background-color: #f44336;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}
/* end form submit */

/* start home */        
#home {
	padding-top: 65px;
}

.flexslider {
	margin: 0 0 60px;
	background: #fff;
	padding: 0;
	position: relative;
	zoom: 1;
	background-color: #371604;
	overflow: hidden;
	margin: 0;
}

.flexslider .slides {
	padding: 0;
	zoom: 1;
}

.flexslider .slides img {
	width: 100%;
	min-width: 648px;
	min-height: 270px;
	display: block;
}

.flexslider .slides > li {
	display: none;  
	padding: 0;
	position: relative;
	-webkit-backface-visibility: hidden;
}

.flexslider img {
	position: relative;
	width: 100%;
}

.slider-caption {
	color:white;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	text-transform: uppercase;
	z-index: 7;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.flexslider .btn {
    background: #ff0000;
    border-radius: 0;
    border: 2px solid transparent;
    color: #FFFFFF;
    font-weight: bold;
    margin: 40px 0 0 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 50px;
    width: 250px;
    padding: 12px 10px 10px 10px;
}

.flexslider .btn:hover,
.flexslider .btn:focus {
    background: #fff;
    color: #ff0000;
    border: 2px solid transparent;
}
/* end home */

/* start divider */
#divider {
	background: url('../images/divider-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#divider h2 {
	font-size: 40px;
}

#divider strong {
	color: #ff0000;
}
	
#divider h3 {
	padding-bottom: 30px;
	line-height: 2;
}
/* end divider */

/* start service */
#service .media {
	padding: 10px;
	min-height: 215px;
}

#service .media .fa {
	color: #ff0000;
	font-size: 30px;
	margin-right: 20px;
}

#service .media p .fa {
	color: #ff0000;
	font-size: 20px;
	margin-right: 20px;
}

#service .media .media-heading
    {
        border-bottom: 2px solid #202020;
        font-weight: 600;
        font-size: 20px;
        padding-bottom: 10px;
    }
/* end service */

/* start contact */
#contact {
	background: url('../images/contact-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	color: #ffffff;
}
	
#contact h3 {
	font-weight: bold;
	padding-bottom: 20px;
}
	
#contact .fa {
	color: #ff0000;
	font-size: 18px;
	padding-bottom: 14px;
}

#contact .form-control {
	background: #f2f2f2;
	border-radius: 4px;
	box-shadow: none;
	margin-bottom: 20px;
	transition: all 0.4s ease-in-out;
}
	
#contact input {
	height: 50px;
}
	
#contact input[type="submit"] {
	color: #202020;
	font-weight: bold;
	margin-bottom: 80px;
}

#contact input[type="submit"]:hover {
	background: #ff0000;
	color: #ffffff;
}

#contact input:required:invalid, input:focus:invalid,
textarea:required:invalid, textarea:focus:invalid {
    border: 2px solid red;
  }
  
#contact input:required:valid, textarea:required:valid {
    border: 2px solid green;
  }
	
 #contact .form-control::-moz-placeholder {
  color: #666;
  opacity: 1;
}

#contact .form-control:-ms-input-placeholder {
  color: #666;
}

#contact .form-control::-webkit-input-placeholder {
  color: #666;
}
/* end contact */

/* start google map */
#map-canvas {
    border: none;
    width: 100%;
    height: 320px;
  }
/* end google map */

/* start footer */
footer {
	padding-top: 40px;
	padding-bottom: 20px;
}

footer p {
	line-height: 12px;
}

footer .social-icon {
	top: 0px;
}
/* end footer */

.too-icon {
	padding: 10px;
}

/*Image Sell*/
.mg-md-slider {
    margin-top: 22px;
    margin-bottom: 20px;
    margin-left: -25px;
    margin-right: -25px;
    text-align: center;
}


/* start social icon */
.social-icon {
	position: relative;
	padding: 0;
	margin: 0;
	top: 20px;
}

.social-icon li {
	display: inline-block;
	list-style: none;
}

/* = Dividers
-------------------------------------------------------------- */
.divider-h {
    padding: 20px 0;
}

    .divider-h span {
        display: block;
        border-top: 1px solid transparent;
    }

.divider-half {
    width: 50%;
    margin: 0 auto;
}

.dropdown-menu .divider-h, .dropdown-menu .divider-half {
    padding: 0;
}
/*----------------------*/
ul.rating li a:hover, .price_single a:hover, ul.size li a:hover{
	color:#ee4a02;
	text-decoration:none;
}
.product-rate label {
	width: 54px;
	height: 24px;
	display: inline-block;
	background: url(../images/img-sprite.png) no-repeat -155px -56px;
	margin-right: 5px;
}
.price_single {
	font-size:1.3em;
	margin: 0.5em 0 1.5em;
}
span.reducedfrom {
	text-decoration: line-through;
	margin-right: 3%;
	color: #555;
}
span.actual {
	color:#ff0d40;
	font-size: 1em;
	margin-right: 5%;
}
.price_single a {
	color: #999;
	font-size: 13px;
}

.mg-md {
    margin-top: 22px;
    margin-bottom: 20px;
    margin-left: 31px;
    margin-right: 31px;
    text-align: center;
}

.social-icon li a {
	color: #333;
	font-size: 13px;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.social-icon li a:hover {
	background: #f2f2f2;
}
/* end social icon */

@media only screen and (max-width: 1199px) {
    .flexslider h1 { font-size: 30px; }
    .flexslider h2 { font-size: 24px; }
}

/* start templatemo 768 media quires */
@media only screen and ( max-width: 768px ) {
    .navbar-default .navbar-brand { margin-left: 20px; }
    .navbar-default .navbar-nav { margin: 0; }
    .navbar-default .navbar-collapse
    {
        padding-left: 20px;
        padding-right: 20px;
    }
    .flexslider h1 { font-size: 26px; }
    .flexslider h2 { font-size: 18px; }
    .templatemo-slider-btn { 
        margin-top: 10px; 
        width: 180px;
        height: 40px;
        padding-top: 8px;
    }
}
/* end templatemo 768 media quires */

/* start templatemo 600 media quires */
@media only screen and ( max-width: 640px ) {   
    .flexslider h1 { font-size: 20px; }
    .flexslider h2 { font-size: 14px; }
    .templatemo-slider-btn {
        width: auto;
        height: auto;
        padding: 10px 20px;
        margin-top: 10px; 
    }
}
/* end templatemo 600 media quires */

/* start templatemo 360 media quires */
@media only screen and ( max-width: 360px ) {
    #team .col-md-4
        {
            padding-top: 40px;
        }
    
}
/* end templatemo 360 media quires */