@import url(https://fonts.googleapis.com/css?family=Raleway);

html, body{
    font-family: 'Raleway', 'Open Sans', sans-serif;
    background: #FFF;
}
a {
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}
* {
    outline: none !important;
}
ul, ol, h1 {margin: 0;}

/*-----------------------------------------------------*/
/* Header */
/*-----------------------------------------------------*/
header {
    background-color: #FFF;
}
.header {
    padding: 12px 0;
}
/*Top_Header*/
.top_bg {
    background: #45B312;
    line-height: 35px;
}
.top_bg, .top_bg a {
    color: #FFF;
    font-size:13px;
}
.top_bg span {
    font-weight: bold;
}
.top_right {
    text-align: right;
}
.top_right ul li a {
    text-transform:uppercase;
}
/*.main_nav li.menuparent:hover > ul {
visibility: visible;
}*/
.menuparent:hover .dropdown-menu {
    display: block;
}
.nav_content {
    border-bottom: 3px solid #29A4AC;
    text-align: center;
    margin: 10px 0 0;
}
.main_navigation {
}
.main_navigation > ul > li {
    line-height: 30px;
    padding: 0;
}
.main_navigation > ul > li > a {
    background-color: #29A4AC;
    color: #FFF;
    font-weight: bold;
    padding: 10px;
    font-size: 13px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.main_navigation > ul > li > a:hover,
.main_navigation > ul > li.active > a,
.main_navigation > ul > li.open > a {
    background-color: #e76022;
    text-decoration: none;
}
.mega-menu {
    max-height: 65vh;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    border: none;
    background-color: #29a4ac;
    border-radius: 0px;
    box-shadow: none;
}
.mega-menu .mega-menu-grid {
    margin-bottom: 10px;
    min-height: 90px;
}
.mega-menu .mega-menu-listing {
    list-style: none;
    float: left;
    position: relative;
}
.mega-menu .mega-menu-title {
    color: #FFF;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
    border-bottom: 1px solid #ccddda;
    padding-bottom: 5px;
    margin: 15px 0 3px;
}
.main_navigation li.menuparent ul {
    margin: 0;
    padding-left: 10px;
    padding: 0;
    width: 100%;
}
.main_navigation li.menuparent ul a {
    color: #FFF;
    display: block;
    line-height: 25px;
    letter-spacing: 1px;
    font-size: 13px;
}
.main_navigation li.menuparent ul a:hover {
    padding-left: 5px;
}
/*.dropdown-menu li ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 100%;
    z-index:99999;
    background: #FFF;
    list-style: none;
    margin-left: 10px;
}
.dropdown-menu ul li {
    float: none;
    min-width: 220px;
}
.dropdown-menu ul li a {
    padding: 3px 20px;
}
.dropdown-menu li:hover > ul {
    opacity: 1;
    visibility: visible;
}*/

/**/
.header_right {
    margin-top: 35px;
}
/*search*/
.search-form {
    overflow: hidden;
    width: 80%;
    line-height: 30px;
    margin: auto;
}

.search-form .search-field {
    float: left;
    width: 65%;
    font-size: 14px;
    color: #888;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: 400;
    background: #f3f4f5;
    border: 1px solid #ccc;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.search-form .search-submit {
    float: left;
    width: 50px;
    cursor: pointer;
    background: #e63c0d;
    border: 1px solid #d62700;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #FFF;
}
.search-form .search-submit:hover, .search-form .search-submit:focus {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e63c0d), to(#f55f15));
    background-image: -webkit-linear-gradient(top, #e63c0d, #f55f15);
    background-image: -moz-linear-gradient(top, #e63c0d, #f55f15);
    background-image: -ms-linear-gradient(top, #e63c0d, #f55f15);
    background-image: -o-linear-gradient(top, #e63c0d, #f55f15);
    background-image: linear-gradient(top, #e63c0d, #f55f15);
    -moz-box-shadow: 0 1px 1px #f36215 inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #f36215 inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #f36215 inset, 0 1px 0 #fff;
}
.search {
    position: relative;
    background: #f3f4f5;
    border: 1px solid #D8D8D8;
    border-radius: 20px;
}
.search form {
    width:100%;
}
.search input[type="text"] {
    margin:0px 0;
    /*font-family: 'Open Sans', sans-serif;*/
    padding:8px 16px;
    outline: none;
    color: #5a5a5a;
    background: none;
    border: none;
    width:85%;
    line-height: 1.5em;
    position: relative;
    font-size: 0.8725em;
    -webkit-appearance: none;
}
.search input[type="text"]:hover {
    /*background: #ffffff;*/
}
.search input[type="submit"] {
    background: url('../img/search.png') no-repeat 0px 1px;
    border: none;
    cursor: pointer;
    width: 24px;
    outline: none;
    position: absolute;
    height: 24px;
    top: 6px;
    right: 5px;
}
/* create_btn */
.create_btn{
    float: right;
}
.create_btn a {
    text-transform: capitalize;
    display:inline-block;
    padding: 10px 20px;
    font-size: 0.8725em;
    color: #ffffff;
    background: #00405d;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.create_btn a:hover{
    background: #00405d;
    color:#ffffff; 
    text-decoration:none;
}

/**/
.icon-cart {
    float:right;
    margin-right: 2%;
}
.icon-cart h3 {
    margin: 0;
}
ul.icon-cart {
    padding:0;
    list-style:none;
}
.icon-cart li {
    float: left;
    position: relative;
}
.icon-cart li:last-child{
    border-right:none;
}
.icon-cart li:hover > a, .icon-cart li > a {
    color: #999;
}
.icon-cart ul {
    width:300px;
    margin: 20px 0 0 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 42px;
    z-index: 5;
    right: -140px;
    background: #ffffff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    box-shadow: 0px 0px 5px #aaa;
    -webkit-box-shadow: 0px 0px 5px #aaa;
    -moz-box-shadow: 0px 0px 5px #aaa;
    -o-box-shadow: 0px 0px 5px #aaa;
}
.icon-cart li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}
.icon-cart ul ul {
    top: 6px;
    left: 158px;
    margin: 0 0 0 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
.icon-cart ul li {
    float: none;
    display: block;
    border-bottom: 1px solid #EEE;
    padding: 10px 0;
}
.icon-cart ul li:first-child{
    border-top:none;
    padding: 0;
}
.icon-cart ul li:first-child a{
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
}
.icon-cart ul li:last-child {   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    text-align: center;
}
.icon-cart ul a {    
    _height: 10px; /*IE6 only*/
    white-space: nowrap;
    float: none;
    text-transform: none;
}
.icon-cart ul li:first-child > a:after {
    content: '';
    position: absolute;
    left: 45%;
    top: -30px;
    border-left: 10px solid transparent;
    border-right:10px solid transparent;
    border-bottom:10px solid #f0f0f0;
}
.icon-cart ul ul li:first-child a:after {
    left: -100px;
    top: 0%;
    margin-top: -6px;
    border-left: 0;	
    border-bottom:20px solid transparent;
    border-top: 20px solid transparent;
    border-right:20px solid #323757;
}
/* Mobile */
.sub-icon1 img {
    border:none;
    display:inline-block;
    vertical-align:middle;
}
.sub-icon1 ul li h3{
    text-align:center;
    font-size: 1em;
    color: #00405d;
    text-transform:uppercase;
    margin-bottom: 4%;
}
.sub-icon1 ul li p{
    font-size: 11px;
    color: #555555;
    line-height: 1.8em;
}
.sub-icon1.list{
    padding: 20px 15px 0;
}
.sub-icon1 ul li p a{
    color: #00405d;
}
.sub-icon1 ul li p a:hover{
    color: #555555;
    text-decoration:underline;
}
/* start menu */
.main_nav {
    background-color: #29A4AC;
    margin-bottom: 0px;
    padding: 0;
    width: 100%;
    list-style: none;
    display: inline-block;
    position: relative;
    font-size: 15px;
    text-align: center;
}
.main_nav li {
    margin-bottom: -5px;
    display: inline;
}
.main_nav li a {
    line-height: 40px;
    padding: 8px 10px;
    text-decoration: none;
    text-transform: capitalize;
    color: #FFF;
    /*background-color: #4D5F6B;*/
    font-weight: bold;
    letter-spacing: 0.5px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.h_nav h4{
    border-bottom: 1px solid rgb(236, 236, 236);
    font-size: 1em;
    color: #000;
    line-height: 1.8em;
    text-transform: uppercase;
    /*margin-bottom: 4%;*/
}
.h_nav h4.top{
    margin-top: 12%;
}
.h_nav ul li{
    display: block;
}
.h_nav ul li a{
    display: block;
    font-size: 0.95em;
    color: #555;
    text-transform: capitalize;
    line-height: 1.8em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 2.5em;
}
.h_nav ul li a:hover{
    color:#00405d;
    text-decoration:underline;
}
/* start main */
.content_top {
    margin-top: 1em;
}
.grid_list{
    border-bottom: 1px solid rgb(236, 236, 236);
    padding-bottom: 1.6em;
    margin-bottom: 2em;
}
.grid_list:hover a{
    text-decoration:none;
}
.grid_img{
    width:30%;
    float: left;
    margin-right: 1em;
}
.grid_text-middle{
    width: 62.333%;
    float: left;
    margin-right: 1em;
}
.last{
    margin-right:0;
}
.grid_text h3, .grid_text-middle h3{
    font-size:18px;
}
.grid_text h3 a, .grid_text-middle h3 a{
    color:#555;
    text-transform:capitalize;	
}
.grid_text p, .grid_text-middle p{
    color:#777777;
    font-size: 12px;
}
/* start content */

.about_home {
    text-align: center;
    padding: 30px 0;
    background-color: #79A7B5;
    color: #FFF;
}
.about_home h4 {
    margin: 0 0 20px;
    font-size: 3em;
    color: #456A8E;
    font-weight: 900;
    text-transform:capitalize;
}
.about_home p {
    line-height: 1.8em;
}

.grid_services {
    /*margin-top: 20px;*/
    text-align: center;
}
.grid_services .service_item {
    margin-top: 20px;
}
.grid_services .icon {
    font-size: 40px;
    overflow: hidden;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    border-radius: 50% !important;
    border: 3px solid #3C8DBC;
    color: #3C8DBC;   

    transition: 0.8s;
}
.grid_services .service_item:hover .icon {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.grid_services h3 {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bold;
    color: #45B312;
    margin: 10px 0;
}
.grid_services p {
    font-style: normal;
    color: #778899/*#666*/;
    font-size: 14px;
}
.grid_services img {
    height: 100px;
    margin: auto;
}


.grids {
    padding: 2em 0;
}
.categories .grid1 {
    width:270px;
    height:350px;
    background-size: cover;
}
.grid1:hover .look{
    background: #45B312;
    padding-bottom: 30px;
}
.grid1{
    position:relative;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.look {
    position: absolute;
    right:0;
    bottom: 0;
    left: 0;
    background:rgba(0, 0, 0, 0.51);
    padding: 10px;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.look h4{
    font-size: 1.2em;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
}

/**/
.partners {
    /*background-color: rgba(0, 0, 0, .6);*/
    text-align: center;
    margin-bottom: 20px;
}


/*-- start footer -- */
footer li {
    line-height: 25px;
}
.footer_top {
    padding:2em 0;
    background: #00405d;
}

.footer_grid, .footer_grid a {
    color: #778899;

}
.footer_grid h5{
    font-size: 1.4em;
    line-height: 1.8em;
    text-transform:capitalize;
    display: block;
    font-weight: bold;
}
.footer_grid .contacts .fa {
    width: 20px;
}

.footer_bottom {
    padding: 20px;
}


.span1_of_4 p{
    line-height: 1.8em;
    font-size: 0.8725em;
}
.span1_of_4 h4.top{
    margin-top: 4%;	
}
.f_nav{
    margin-top: 4%;
    padding:0;
    list-style:none;
}
.f_nav li a{
    display:block;
    font-size: 0.8125em;
    color:#777777;
    text-transform:capitalize;
    line-height: 1.8em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.f_nav li a:hover{
    color:#00405d;
    text-decoration:underline;
}
/* start span_of_2 */
.span_of_2{
    margin: 4% 0;
    display: block;	
}
.span1_of_2 {
    float:left;
    width: 23.33333%;
    margin-right: 4%;
}
.span1_of_2 h5{
    font-size: 1.2em;
    color: #555555;
    line-height: 1.8em;
    text-transform:capitalize;
    display: block;
}
.span1_of_2 h5 a{
    color: #00405d;
}
.span1_of_2 h5 a:hover{
    color: #555555;
}
.span1_of_2 h5 a span{
    vertical-align: middle;
}
.span1_of_2 p{
    color: #777777;
    line-height: 1.8em;
    font-size: 0.8725em;
}
/*--- social-icons ----*/
.social-icons {
    margin-top: 1%;
}
.social-icons ul{
    padding:0;
    list-style:none;
}
.social-icons li{
    display:inline-block;
}
.social-icons li a{
    height: 46px;
    width: 46px;
    display: block;
    background:url(../img/soc_icons.png);
}
.social-icons li:nth-child(1) a{
    background: url(../img/soc_icons.png) 0% 0%;
}
.social-icons li:nth-child(2) a{
    background: url(../img/soc_icons.png) 25% 0%;
}
.social-icons li:nth-child(3) a{
    background: url(../img/soc_icons.png) 50% 0%;
}
.social-icons li:nth-child(4) a{
    background: url(../img/soc_icons.png) 75% 0%;
}
.social-icons li:nth-child(5) a{
    background: url(../img/soc_icons.png) 100% 0%;
}
.social-icons li a:hover{
    opacity: 0.9;
}
/*-- start footer_style -- */
.footer{
    background: #00405d;
    padding: 10px 20px;
}
.copy{
    margin:10px 0;
    text-align:center;
}
.copy p.link {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.8em;
    color: #ffffff;
    font-size: 0.8125em;
}
.copy p.link a {
    color: #ffcc33;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.copy p.link a:hover {
    color: #ffffff;
}
/* start */
.w_sidebar{
    border: 1px solid #EBEBEB;
    margin-bottom: 10px;
}
.w_nav1 ul{
    padding:0;
    list-style:none;
}
.w_nav1{
    padding: 10px;
    background: #EDEDED;
    margin-bottom: 10px;
}
.w_nav1 h4{
    text-transform:capitalize;
    font-weight: bold;
    color: #589D3E;
    font-size: 1em;
    margin: 0;
}
.w_nav1 ul li{
    line-height: 1.5em;
}
.w_nav1 ul li a{
    display: block;
    text-transform:uppercase;
    color: #555555;
    font-size: 0.8725em;
}
.w_nav1 ul li a:hover{
    color:#00405d;
}
.w_nav2{
    padding: 20px;
}
.w_nav2  li{
    line-height: 1.5em;
    display: inline-block;
}
.w_nav2 li a{
    display: block;
    padding: 14px;
}
.w_nav2 li a.color1{
    background:	#0AA5E2;
}
.w_nav2 li a.color2{
    background:	#40E0D0;
}
.w_nav2 li a.color3{
    background:	#B03060;
}
.w_nav2 li a.color4{
    background:	#000080;
}
.w_nav2 li a.color5{
    background:	#E60D41;
}
.w_nav2 li a.color6{
    background:	#45BF55;
}
.w_nav2 li a.color7{
    background:	#FF7F00;
}
.w_nav2 li a.color8{
    background:	#8B4513;
}
.w_nav2 li a.color9{
    background:	#FFD700;
}
.w_nav2 li a.color10{
    background:	#9FA8AB;
}
.w_nav2 li a.color11{
    background:	#C0C0C0;
}
.w_nav2 li a.color12{
    background:	#0AA5E2;
}
.w_nav2 li a.color13{
    background:	#FFCBDB;
}
.w_nav2 li a.color14{
    background:	#B87333;
}
.w_nav2 li a.color15{
    background:	#BFB540;
}
.sky-form .label {
    display: block;
    margin-bottom: 6px;
    line-height: 19px;
}
.w_sidebar h3{
    padding:0 20px 10px;
    font-size: 1em;
    color: #555555;
    text-transform:uppercase;
}
.w_sidebar .panel {
    border: none;

}
.w_sidebar .panel-group {
    margin-bottom: 0;
}
/* radios and checkboxes */
.sky-form {
    margin-top: -10px;
}
.row1{
    outline:none;
    padding: 10px;
    overflow: auto;
    /*max-height: 400px;*/
}
.sky-form.col.col-4 ul {
    padding: 0;
    list-style: none;
}
.sky-form h4, .w_sidebar_content h4 {
    background: transparent/*#29A4AC*/;
    padding: 10px;
    color: #333333;
    text-transform: capitalize;
    margin-bottom: 0;
    font-size:11px;
    /*font-weight: bold;*/
    line-height: 20px;
    /*border-bottom: 1px solid #CCC;*/
}
.w_sidebar .panel-title a:hover {
    color: #45B312;
}
.w_sidebar .panel-title a::before {
    /*content: ">";
    color: #CCC;*/
}
.list-subcats {
    padding-left: 10px;
    list-style: none;
}
.bold {
    /*font-weight: bold;*/
}
.list-subcats li {
    display: block;
    line-height: 25px;
    font-size:13px;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
    transition:0.5s all;
}
.list-subcats li:hover {

}
.list-subcats li:before {
    content: '>';
    color: #CCC;
    margin-right: 10px;
    font-size: 12px;
}
.list-subcats li a {
    color: inherit;
    font-size: 11px;
}
.list-subcats li a:hover {
    color: #45B312;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
.panel-plusminus {
    background-color: #CCC;
    font-size: 10px;
    color: #FFF;
    padding: 3px;
}

.sky-form section {
    margin-bottom: 20px;
}
.sky-form .label {
    display: block;
    margin-bottom: 6px;
    line-height: 19px;
}
.sky-form .label.col {
    margin: 0;
    padding-top: 10px;
}
.sky-form .input,
.sky-form .select,
.sky-form .textarea,
.sky-form .radio,
.sky-form .checkbox,
.sky-form .toggle,
.sky-form .button {
    position: relative;
    display: block;
}
/* selects */
.sky-form .select i {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 1px;
    height: 11px;
    background: #fff;
    box-shadow: 0 0 0 12px #fff;
}
.sky-form .select i:after,
.sky-form .select i:before {
    content: '';
    position: absolute;
    right: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.sky-form .select i:after {
    bottom: 0;
    border-top: 4px solid #404040;
}
.sky-form .select i:before {
    top: 0;
    border-bottom: 4px solid #404040;
}
.sky-form .select-multiple select {
    height: auto;
}
/* radios and checkboxes */
.sky-form .radio,.sky-form .checkbox {
    outline:none;
    border:none;
    margin-bottom: 4px;
    padding-left: 27px;
    font-size: 13px;
    line-height: 27px;
    color: #555555;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: normal;
    margin-top: 0;
}
.sky-form .radio{
    text-transform: none;
}
.sky-form .radio:last-child,
.sky-form .checkbox:last-child {
    margin-bottom: 0;
}
.sky-form .radio input,
.sky-form .checkbox input {
    position: absolute;
    left: -9999px;
}
.sky-form .radio i,
.sky-form .checkbox i {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 17px;
    height: 17px;
    outline: none;
    border-width: 2px;
    border-style: solid;
    background: #fff;
}
.sky-form .radio i {
    border-radius: 50% !important;
}
.sky-form .radio input + i:after,
.sky-form .checkbox input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}
.sky-form .radio input + i:after {
    content: '';
    top: 4px;
    left: 4px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.sky-form .checkbox input + i:after {
    content: '';
    top: 3px;
    left: 2px;
    width: 10px;
    height: 7px;
    background: url(../img/tick.png) no-repeat;
    text-align: center;
}
.sky-form .radio input:checked + i:after,
.sky-form .checkbox input:checked + i:after {
    opacity: 1;
}
.sky-form .inline-group {
    margin: 0 -30px -4px 0;
}
.sky-form .inline-group:after {
    content: '';
    display: table;
    clear: both;
}
.sky-form .inline-group .radio,
.sky-form .inline-group .checkbox {
    float: left;
    margin-right: 30px;
}
.sky-form .inline-group .radio:last-child,
.sky-form .inline-group .checkbox:last-child {
    margin-bottom: 4px;
}
/* icons */

.sky-form [class^="icon-"] {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}
/* normal state */
.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea,
.sky-form .radio i,
.sky-form .checkbox i,
.sky-form .toggle i,
.sky-form .icon-append,
.sky-form .icon-prepend {
    border-color: #e5e5e5;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}
.sky-form .toggle i:before {
    background-color: #2da5da;	
}
/* hover state */
.sky-form .input:hover input,
.sky-form .select:hover select,
.sky-form .textarea:hover textarea,
.sky-form .radio:hover i,
.sky-form .checkbox:hover i,
.sky-form .toggle:hover i {
    border-color: #8dc9e5;
}
.sky-form .button:hover {
    opacity: 1;
}
/* focus state */
.sky-form .input input:focus,
.sky-form .select select:focus,
.sky-form .textarea textarea:focus,
.sky-form .radio input:focus + i,
.sky-form .checkbox input:focus + i,
.sky-form .toggle input:focus + i {
    border-color: #2da5da;
}
/* checked state */
.sky-form .radio input + i:after {
    background-color: #2da5da;	
}
.sky-form .checkbox input + i:after {
    color: #2da5da;
}
.sky-form .radio input:checked + i,
.sky-form .checkbox input:checked + i,
.sky-form .toggle input:checked + i {
    border-color: #2da5da;	
}
/* error state */
.sky-form .state-error input,
.sky-form .state-error select,
.sky-form .state-error textarea,
.sky-form .radio.state-error i,
.sky-form .checkbox.state-error i,
.sky-form .toggle.state-error i {
    background: #fff0f0;
}
/* success state */
.sky-form .state-success input,
.sky-form .state-success select,
.sky-form .state-success textarea,
.sky-form .radio.state-success i,
.sky-form .checkbox.state-success i,
.sky-form .toggle.state-success i {
    background: #f0fff0;
}
/* disabled state */
.sky-form .input.state-disabled input,
.sky-form .select.state-disabled,
.sky-form .textarea.state-disabled,
.sky-form .radio.state-disabled,
.sky-form .checkbox.state-disabled,
.sky-form .toggle.state-disabled,
.sky-form .button.state-disabled {
    cursor: default;
    opacity: 0.5;
}
.sky-form .input.state-disabled:hover input,
.sky-form .select.state-disabled:hover select,
.sky-form .textarea.state-disabled:hover textarea,
.sky-form .radio.state-disabled:hover i,
.sky-form .checkbox.state-disabled:hover i,
.sky-form .toggle.state-disabled:hover i {
    border-color: #e5e5e5;
}
/*-- start scrollpane --*/
.jspContainer{
    overflow: hidden;
    position: relative;
}
.jspPane{
    position: absolute;
    outline: none;
    padding: 20px !important;
}
.jspVerticalBar{
    position: absolute;
    top: 0;
    right:0px;
    width:5px;
    height: 100%;
}
.jspHorizontalBar{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}
.jspCap{
    display: none;
}
.jspHorizontalBar .jspCap{
    float: left;
}
.jspTrack{
    background: #f0f0f0;
    position: relative;
}
.jspDrag{
    background: #777777;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}
.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{
    float: left;
    height: 100%;
}
.jspArrow{
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
.jspArrow.jspDisabled{
    cursor: default;
    background: #80808d;
}
.jspVerticalBar .jspArrow{
    height: 16px;
}
.jspHorizontalBar .jspArrow{
    width: 16px;
    float: left;
    height: 100%;
}
.jspVerticalBar .jspArrow:focus{
    outline: none;
}
.jspCorner{
    background: #eeeef4;
    float: left;
    height: 100%;
}
/*-- end scrollpane --*/
/*-- start w_content --*/
.list_main{
    padding:2em 0;
}
.filter-top {
    text-align: left;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px;
}
.filter-top h4{
    float:left;
    font-size:1em;
    text-transform:uppercase;
    color: #333333;
}
.filter-top h4{
    color:#555555;
}
.w_nav {
    float:right;
    color:#555555;
    font-size:0.8125em;
    padding:0;
    list-style:none;
}
.w_nav li{
    display: inline-block;
}
.w_nav li a{
    display: block;
    color:#555555;
    text-transform:capitalize;
}
.w_nav li a:hover{
    color: #00405d;
}
.grids_of_4{
    display:block;
    margin: 2% 0;
}
.grid1_of_4{
    float: left;
    width: 23.22222%;
    /*margin-left: 2.33333%;*/
    margin-right: 12px;
    margin-bottom: 30px;
}
.grid1_of_4:first-child{
    margin-left: 0;
}
.grid_item {
    margin-bottom: 20px;
    height: 360px;
    border: 1px solid #CCC;
    position: relative;
    background-color: #EDEDED;
}
.grid_item h4 {
    font-size:15px;
    margin-top:5px;
}
.grid_item h4 a{
    text-transform:capitalize;
    color:#000000;
    line-height: 20px;
}
.grid_item h4 a:hover {
    text-decoration: none;
}
.grid_item .grid_content {
    padding: 10px;

}
.grid_item .grid_price {
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    color: #31708f;
}
.grid_item .grid_price .label {
    font-size: 11px;
}
.grid_item .grid_ref {
    color: #55858c;
}
.grid_item .grid_more {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: /*#89B721*/#48464a;
    font-weight: bold;
    border-color: inherit;
    text-transform: capitalize;
    /*padding: 5px;*/
}
.grid_item .grid_more .btn {
    color: #FFF;
    font-weight: bold;
    padding-left: 0;
}
/*.grid_item p{
font-size: 0.8125em;
color:#777777;
line-height: 1.5em;
margin-bottom: 10px;
}*/
.content_box-grid {
    margin-top: 1em;
}
.view {
    overflow: hidden;
    position: relative;
    background: #FFF;
    padding: 1px;
    /*margin-bottom: 1em;*/
}
.view .mask,.view .content {
    position: absolute;
    overflow: hidden;
    top: 188px;
    left: 117px;
}
.view-fifth img {
    height: 180px;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.view-fifth .mask {
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.view-fifth:hover .mask {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.view1{
    overflow: hidden;
    position: relative;
}
.view1 .mask1,.view1 .content {
    position: absolute;
    overflow: hidden;
    top:130px;
    left:90px;
}
.info {
    display: block;
    background: url(../img/label_new.png) no-repeat;
    text-indent: -9999px;
    width: 75px;
    height: 75px;
}
.view-fifth1 img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.view-fifth1 .mask1 {
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.view-fifth1:hover .mask1 {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

/*--single--*/
.cont{
    display: block;
    float:left;
}
.span_2_of_bottom1 {
    width:68.1%;
}
.lsidebar{
    display: block;
    float:right;
    margin-left:3.333%;
} 	
.span_2_of_bottom {
    width: 66.1%;
}
.span_1_of_bottom {
    width:25.1%;
    border: 1px solid #DDD;
}
.span_2_of_bottom p,
.span_1_of_bottom  p  {
    font-size:0.8125em;
    padding:0.5em 0;
    color: #888;
    line-height: 1.5em;
}
.desc{
    padding:5%;
}
.desc h5 a{
    color:#C0313C;
    font-size: 0.788em;
}
.desc h5 a:hover{
    color:#333;
}
.button {
    border: none;
    background: #45A43E;
    color: #FEF503;
    float: right;
    padding: 7px 15px;
    font-size: 12px;
    cursor: pointer;
    outline: none;
    text-transform:uppercase;
}
.button:hover {
    background:#333;
}
.price-text{
    padding:5% 0;
}
.span_3_of_2 {
    width:60.3333%;
}
.desc1 {
    /*display: block;
    float: right;*/
}
.yellow {
    color: #FFDC2E;
}
p.stock {
    display: block;
    font-size: 0.89em;
    color: #555;
    margin: 10px 0;
}
.row-2 {
    overflow: hidden;
    text-align: left;
    padding-top: 6px;
    border-top: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC;
}
span.on_sale {
    display: block;
    float: left;
    padding: 15px 6px 0 30px;
    font-size: 1.1em;
    font-style: italic;
    font-weight: normal;
    color: #777777;
}
.price1 {
    padding: 4% 0;
}
span.actual1 {
    text-decoration: line-through;
    margin-right: 8%;
    color: #888;
    font-size: 1.2em;
}
.img_3_of_2 {
    width:35.2%;
    float: left;
    margin-right: 2.6%;
}
.single-bottom1 h6, .single-bottom2 h6 {
    background: #F3F3F3;
    padding: 10px;
    color: #333;
    font-size: 1.2em;
}
p.prod-desc {
    color: #888;
    padding-top: 2%;
    font-size: 0.89em;
    line-height: 1.5em;
}
.single-bottom1 {
    padding: 3% 0 4%;
}
.product {
    padding: 3% 0 0 0;
}
.product-desc {
    width: 82.3333%;
    float: left;
    border-width: 0 1px 0 0;
    border-right: 1px solid #DDD;
}
.product-img {
    width: 21.5%;
    float: left;
    margin-right: 2.5%;
}
.prod1-desc {
    width: 75.2%;
    float: left;
}
.product-desc h5 {
    padding-bottom: 2%;
}
.product-desc h5 a{
    color:#555;
    font-size:20px;
}
.product-desc h5 a:hover{
    color:#ffcc33;
    text-decoration:none;
}
p.product_descr {
    color: #555;
    font-size: 0.89em;
    line-height: 1.5em;
}
.product_price {
    width:15.3333%;
    float: left;
    padding: 0 0px 0px 16px;
}
.price-access {
    color: #555;
    font-size: 1em;
}
.button1 {
    font-family: 'Open Sans', sans-serif;
    border: none;
    background:#00405d;
    padding: 7px 15px;
    color: #FFF;
    font-size: 13px;
    cursor: pointer;
    outline: none;
    margin-top: 9%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.button1:hover{
    background:#ffcc33;
    color: #000000;
}
.desc1 h3{
    color:#333333;
    font-size:1.4em;
    text-transform:capitalize;
}
.desc1 p{
    margin-top: 2%;
    font-size: 1.8em;
    color: #00405d;
    line-height: 1.8em;
    -webkit-text-stroke: 1.5px;
    text-shadow: 0 1px 0 #ffffff;
    letter-spacing: 1px;
}
.desc1 p a{
    margin-left:5px;
    color:#555555;
    text-transform:uppercase;
    font-size: 13px;
    -webkit-text-stroke: 0px;
    letter-spacing: 0px;
}
.desc1 p a:hover{
    color: #00405d;
}
.det_nav {
    margin:  6% 0;
}
.det_nav ul{
    padding:0;
    list-style:none;
}
.det_nav h4{
    line-height:1.8em;
    font-size: 1em;
    color: #555555;
    text-transform:uppercase;
    margin-bottom: 4%;
}
.det_nav ul li{
    display:inline-block;
    width: 20.33333%;
    margin-left: 4%;
}
.det_nav ul li:first-child{
    margin-left: 0;
}
.det_nav ul li a{
    display:block;
}
.det_nav ul li a img{
    border: 1px solid #DADADA;
}
.btn_form{
    /*margin: 8% 0 4%;*/
}
.btn_form a{
    cursor:pointer;
    border:none;
    outline:none;
    display: inline-block;
    font-size: 1em;
    padding: 10px 34px;
    background: #00405d;
    color:#fff;
    text-transform:uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn_form a:hover{
    background: #ffcc33;
    text-decoration:none;
}
.desc1  a span{
    font-size:0.8125em;
    color:#555555;
    text-transform:uppercase;
    text-decoration:underline;
}
.desc1 a span:hover{
    color: #00405d;
    text-decoration:none;
}
.det_nav1 h4{
    font-size: 1em;
    text-transform:uppercase;
    color: #555;
    margin-bottom: 6%;
}
.det_nav1 ul li{
    display: inline-block;
    margin-left: 10px;
}
.det_nav1 ul li:first-child{
    margin-left: 0;
}
/* end details */
/* start registration */

.registration h2{
    font-size:1.5em;
    color: #00405d;
    margin: 0;
}
.reg_fb {
    margin:3% 0;
    display: block;
    background: #3B5998;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.reg_fb img {
    background:#354F88;
    padding: 10px;
    float: left;
}
.reg_fb i {
    color: #ffffff;
    padding: 12px 16px;
    display: inline-block;
    font-size: 1.3em;
    text-transform: capitalize;
    font-style: normal;
}
.reg_fb:hover {
    background:#354F88;
}
.registration_left{
    float: left;
    width: 45.33333%;
    margin-left: 9.333%;
}
.registration_left:first-child{
    margin-left: 0;
}
.registration span{
    color: #777777;
}
.registration_form{
    display: block;
}
.registration_form div{
    padding:10px 0;
}
.sky_form1{
    margin-bottom: -30px;
}
.sky_form1 ul{
    padding:0;
    list-style:none;
}
.sky_form1 ul li{
    float: left;
    margin-left: 20px;
}
.sky_form1 ul li:first-child{
    margin-left: 0;
}
label {
    font-weight: normal;
}
.registration_form input[type="text"],.registration_form input[type="email"],.registration_form input[type="tel"],.registration_form input[type="password"]{
    padding: 8px;
    display: block;
    width:100%;
    outline: none;
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 0.8925em;
    color: #333333;
    -webkit-appearance: none;
    text-transform: capitalize;
    background: #FFFFFF;
    border: 1px solid rgb(231, 231, 231);
    font-weight: normal;
}
.registration_form input[type="submit"]{
    -webkit-appearance: none;
    /*font-family: 'Open Sans', sans-serif;*/
    color: #ffffff;
    text-transform: capitalize;
    display: inline-block;
    background:#00405d;
    padding: 10px 20px;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    cursor:pointer;
    border:none;
    outline:none;
    font-size:1em;
    margin-bottom: 5px;
}
.registration_form input[type="submit"]:hover{
    color: #ffffff;
    background:#ffcc33;
}
.terms{
    text-decoration:underline;
    text-transform:capitalize;
    color: #00405d;
}
.terms:hover{
    text-decoration:none;
}
.forget a{
    text-transform: capitalize;
    color: #999999;
    text-decoration: underline;
    font-size: 0.8925em;
}
.forget a:hover{
    text-decoration: none;
}
/* start shopping bag */
.shoping_bag {
    padding: 2% 1%;
    border-bottom: 1px solid rgb(223, 223, 223);
}
.shoping_bag h4{
    float:left;
    text-transform: uppercase;
    color: #777777;
    font-size:1em;
    margin: 13px 0 0;
}
.shoping_bag h4 img{

    margin-right: 5px;
}
.shoping_bag h4 span{
    color: #00405d;
}
.s_art {
    float: right;
    padding: 0;
    list-style: none;
}
.s_art li {
    text-align:center;
    text-transform: uppercase;
    color: #777777;
    font-size:1em;
}
.shoping_bag1{
    padding: 1%;
    border-bottom: 1px solid rgb(223, 223, 223);
}
.shoping_left{
    float: left;
    width:68.333%;
    margin-right: 3.3333%;
}
.shoping_right{
    /*float: right;
    width:20%;*/
}
.shoping1_of_1{
    float: left;
    width: 12.3333%;
    margin-right: 3.3333%;
}
.shoping1_of_2{
    float: left;
    width: 68.3333%;
}
.shoping_left h4{
    margin-bottom: 2%;
}
.shoping_left h4 a{
    text-transform: uppercase;
    color: #26BC85;
    font-size:1em;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.shoping_left h4 a:hover{
    text-decoration: none;	
    color: #777777;
}
.shoping_left span{
    text-transform: uppercase;
    color: #999999;
    font-size: 0.8725em;
    -webkit-text-stroke: 0.4px;
}
.shoping_left span b{
    color: #555555;
    font-weight: 600;
}
.s_icons{
    margin-top: 2%;	
}
.s_icons{
    padding:0;
    list-style:none;
}
.s_icons li{
    display: inline-block;
    margin-left: 10px;
}
.s_icons li:first-child{
    margin-left: 0;
}
.s_icons a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: rgb(187, 187, 187);
    border-radius:100% !important;
    text-align: center;
    color: #FFF;
}
.s_icons li a:hover{
    color: #FFF;
}
.s_icons li a img{
    vertical-align: bottom;
}
.shoping_right p{
    color: #333333;
    font-size: 0.8725em;
    text-transform: capitalize;
    /*line-height: 2.5em;*/
    -webkit-text-stroke: 0.4px;
}
.shoping_right p.tot{
    font-size: 1.5em;
}
.shoping_right p span{
    color: #ff0000;
    float: right;
}
.shoping_right p a{
    color: rgb(12, 138, 12);
}
.shoping_bag {
    padding: 2% 1%;
    border-bottom: 1px solid rgb(223, 223, 223);
}
.shoping_bag1 h2{
    float:left;
    text-transform: uppercase;
    color: #777777;
    font-size:1em;
}
.shoping_bag1 h2 a{
    -webkit-text-stroke: 0.4px;
    color: #26BC85;
    font-size: 0.8725em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.shoping_bag1 h2 a:hover{
    color: #555555;
}
.shoping_bag1 h2 img{
    vertical-align: text-bottom;
    margin-right: 5px;
}
.shoping_bag1 h2 span{
    color: #999999;
}
.shoping_bag2{
    padding: 2% 0;
}
.shoping_left a.btn1{
    margin-top:1%;
    text-transform: capitalize;
    display: inline-block;
    padding: 10px 20px;
    font-size: 1.2em;
    color: #ffffff;
    background: #00405d;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.shoping_left a.btn1:hover{
    background: #ffcc33;
    text-decoration:none;
}
.shoping_right p span.color{
    color: rgb(12, 138, 12);
}
/* start contact */
.contact{
    margin:2% 0;
    display: block;
}
.contact h2{
    font-size: 1.5em;
    color: #00405d;
    text-shadow: 0 1px 0 #ffffff;
    text-transform: capitalize;
}
.map{
    margin: 2% 2% 2% 0;
}
.col{
    display: block;
}
.contact-form{
    position:relative;
}
.contact-form div{
    padding:5px 0;
}
.contact-form span label{
    margin-top: 10px;
    color: #777777;
    display: block;
    font-size: 0.8725em;
    padding-bottom: 5px;
    text-transform: capitalize;
    font-weight: normal;
}
.contact-form input[type="text"], .contact-form textarea {
    font-family: 'Open Sans', sans-serif;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    color: rgba(85, 81, 81, 0.84);
    padding: 8px;
    display: block;
    width: 96.3333%;
    outline: none;
    -webkit-appearance: none;
    text-transform: capitalize;
}
.contact-form textarea{
    resize:none;
    height:120px;		
}
.contact-form input[type="submit"]{
    margin-top: 10px;
    -webkit-appearance: none;
    border: none;
    outline: none;
    /*font-family: 'Open Sans', sans-serif;*/
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    padding: 12px 25px;
    background: #00405d;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact-form input[type="submit"]:hover{
    background: #ffcc33;
    color: #ffffff;
}
/*--media queries--*/
@media (max-width:1024px){
    .grid_list {
        padding-bottom: 1.5em;
        margin-bottom: 1.5em;
    }
    .grid_text h3, .grid_text-middle h3 {
        font-size: 15px;
    }
    .grid_text p, .grid_text-middle p {
        font-size: 12px;
    }
    .content_text h4 a {
        font-size: 1.2em;
    }
    .span1_of_2 {
        width: 26.33333%;
    }
    .span_3_of_2 {
        width: 52.3333%;
    }
    .button1 {
        padding: 7px 10px;
    }
    .view .mask, .view .content {
        top: 138px;
        left: 82px;
    }
}
/*@media (max-width:768px){
.container {
width: 730px;
}
.look {
right: 230px;
}
.span1_of_2 {
width: 35.33333%;
}
.search input[type="text"] {
width: 79.33333%;
}
.registration h2 {
font-size: 1.1em;
}
}*/
/*@media (max-width:640px){
.container {
width: 600px;
}
.create_btn a {
padding: 10px 5px;
font-size: 0.8125em;
}
.logo {
margin-top: 0px;
}
.span1_of_2 {
width: 44.33333%;
}
.grid1_of_4 {
width: 47.22222%;
}
.view .mask, .view .content {
top: 210px;
left: 135px;
}
.span_3_of_2 {
width: 44.3333%;
}
.product-desc {
width: 78.3333%;
}
.product_price {
width: 21.3333%;
}
.shoping_right {
width: 32.333%;
}
.shoping_left {
width: 63.333%;
}
.reg_fb i {
padding: 16px 5px;
font-size: 0.85em;
}
}*/
/*@media (max-width:480px){
.container {
width: 442px;
}
.top_left h2 {
font-size: 11px;
line-height: 1.5em;
}
.search{
display:none;
}
.span1_of_4 {
width: 46.33333%;
margin-left:0;
}
.view .mask, .view .content {
top: 166px;
left: 102px;
}
.span_3_of_2 {
width: 100%;
float:none;
}
.img_3_of_2 {
width: 100%;
float: none;
margin-right: 0;
}
p.prod-desc, p.product_descr {
font-size: 0.8125em;
}
.product_price {
width: 26.3333%;
}
.product-desc {
width: 73.3333%;
}
.shoping_left {
width: 100%;
float: none;
margin: 0;
}
.shoping_right {
width: 100%;
float: none;
}
.registration_left {
float: none;
width: 100%;
margin-left: 0;
}
}*/
/*
@media (max-width:320px){
ul.icon-cart {
display: none;
}
.logo{
float:none;
}
.create_btn {
display:none;
}
.container {
width: 282px;
}
.top_left h2 {
font-size: 11px;
line-height: 2em;
}
.top_right ul li a {
padding: 0;
font-size: 11px;
}
.look {
right: 15px;
}
#loginForm {
width: 270px;
background: #fff;
}
}
*/


.prod_details h1 {
    font-size: 2em;
    margin: 0 0 15px 0;
}
.prod_details .prod_marq, .prod_details .prod_marq a {
    color: #909090;
    font-size: 12px;
}
.reviews, .reviews a {
    color: #F27141;
    font-size: 12px;
}
.prod_details .prod_price {
    font-size: 1.8em;
    color: #00405d;
    -webkit-text-stroke: 1.5px;
    text-shadow: 0 1px 0 #ffffff;
    letter-spacing: 1px;
}

.prod_sec {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #EEE;
    margin: 20px 0;
}
.prod_sec_title {
    display: block;
    font-size: 14px;
    color: #999;
    font-weight: 500;
}
.prod_sec_content {
    padding: 15px 0;
    position: relative;
}
.prod_sec_content ul > li {
    font-size: 13px;
    display: block;
    margin-top: 3px;
    color: #999;
    position: relative;
    padding-left: 10px;
}
.prod_sec_content ul > li:after {
    position: absolute;
    content: ">";
    top: 0;
    left: 0;
}
.prod_sec_content ul > li span {
    font-weight: bold;
}

#bx-pager {
    text-align: center;
    margin-top: -30px;
}

#bx-pager a {
    margin: 0 3px;
}

#bx-pager a img {
    padding: 3px;
    border: solid #ccc 1px;
    width: 80px;
    height: 80px;
}

#bx-pager a:hover img,
#bx-pager a.active img {
    border: solid #5280DD 1px;
}

/*Preloading*/
#preloader {
    position: fixed;
    width: 100%;
    height: auto;
    min-height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: block;
}
#spinner {
    position: absolute;
    width: 100%;
    top: 30%;
    text-align: center;
}
#spinner .panel {
    width: 400px;
    margin: auto;
    padding: 30px;
}

#spinner #form-pro {
    text-align: left;
}

.section {
    padding: 20px 0;
}
.section .section-title {
    margin-bottom: 15px;
}
.section .section-title h2 {
    padding: 10px 0;
    border-bottom: 1px solid #EEE;
    margin: 0;
}

.m10 {
    margin: 10px 0;
}
.tab-content {
    padding: 30px 0;
}
.tabs-border .tab-content {
    padding: 30px 10px;
    border: 1px solid #DDD;
    border-top: none;
}
.rating input {
    position: absolute;
    display: none;
}
.rating label {
    display: block;
    float: left;
    height: -4px;
    cursor: pointer;
}
.rating [class^="icon-"] {
    display: block;
    width: 18px;
    height: 18px;
    background: url(../img/star.png) 0 -3px;
    float: left;
}
.rating input:checked ~ label i {
    background: url(../img/star.png) 0 -20px;
    display: -webkit-box;
}

/**/
.popScroll {
    position: fixed; 
    z-index: 10;
    top: 5%;
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
}
.popup {
    z-index: 10;
    padding: 0 0 20px 0;
    position:relative;
    margin:20px auto;
    display:block;
    text-align:center;
    background: #DCDDDF url(http://cssdeck.com/uploads/media/items/7/7AF2Qzt.png);
    overflow: hidden;

    -webkit-transform-origin:top center;
    -moz-transform-origin:top center;
    -o-transform-origin:top center;
    transform-origin:top center;
    -webkit-animation: iconosani 1.2s forwards;
    animation: iconosani 1.2s forwards;
    -moz-animation: iconosani 1.2s forwards;
    -o-animation: iconosani 1.2s forwards;
}

@-webkit-keyframes iconosani {
    0% {
        -webkit-transform: perspective(800px) rotateX(-90deg);
        -moz-transform: perspective(800px) rotateX(-90deg);
        -o-transform: perspective(800px) rotateX(-90deg);
        opacity: 1;
    } 
    40% {
        -webkit-transform: perspective(800px) rotateX(30deg);
        -moz-transform: perspective(800px) rotateX(30deg);
        -o-transform: perspective(800px) rotateX(30deg);
        opacity: 1;
    }
    70% {
        -webkit-transform: perspective(800px) rotateX(-10deg);
        -moz-transform: perspective(800px) rotateX(-10deg);
        -o-transform: perspective(800px) rotateX(-10deg);
    }
    100% {
        -webkit-transform: perspective(800px) rotateX(0deg);
        -moz-transform: perspective(800px) rotateX(0deg);
        -o-transform: perspective(800px) rotateX(0deg);
        opacity: 1;
    }
}
.popScroll h1 {
    position: relative;
    color: #fff;
    font: 25px/60px sans-serif;
    text-align: center;
    text-transform: capitalize;
    background: #3D79D0;
}
.popScroll p { 
    padding: 1px 5px;
    font-size: 17px;
    margin-bottom: 10px;
}
.btn-vst {
    display: inline-block;
    width: 169px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: none;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
}
.btn-part { 
    background: #1F93CA;
}
.btn-prof { 
    background: #DA5A5A;
}
.part-sec {
    color: #1F93CA;
}
.prof-sec {
    color: #DA5A5A;
}



/**/
.grid_list {
    /*padding: 10px;*/
}
.grid_list h3 a {
    color: #FFF;
}
.grid_list h3 {
    margin: 0;
}



.spaacer {
    position: relative;
}
a.wide {
    text-decoration:none;
    color:#fff;
    /*position:relative;*/
    overflow:hidden;
}
a.wide h4{
    font-size:25px;
    font-weight: bold;
    margin: 0;
    text-transform: capitalize;
}
a.wide i, a.box i{
    font-size: 70px;
    position: absolute;
    right: 20px;
    top: 10px;
}
.wide {
    height:80px;
    overflow:hidden;
    padding:10px;
    display:block;
    margin:5px;
}
.lime{background:#61b812;}
.orange{background:#e76022 !important;}
.blue{background:#1E90FF;}
.redgay{background:#DA312E;}
.yellow{background:#dbb701;}
.bluefish{background:#02b9e3;}
.magenta{background:#d22a4e;}




/* Tabs */
.tabshome .tabs {
    margin: 20px 0 0;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.tabshome .tabs li {
    display: inline-block;
    font-weight: 700;
    background-color: #29A4AC;
}
.tabshome .tabs li.active {
    background-color: #e76022;
}
.tabshome .tabs li a {
    color: #FFF;
    display: block;
    padding: 15px 45px;
}
.tabshome .tabs li a,
.tabshome .tabs li a:hover {
    background-color: transparent;
}
.tabshome .tabs li.active a {
    color: #ffffff;
    background-color: transparent;
}
/*.tabshome .tabs li:first-child {
border-top-left-radius: 10px !important;
border-bottom-left-radius: 10px !important;
}
.tabshome .tabs li:last-child {
border-top-right-radius: 10px !important;
border-bottom-right-radius: 10px !important;
}*/

/*.tabs li:first-child:before {
content: '';
display: block;
position: absolute;
top: 0;
left: -25px;
width: 0;
height: 0;
border-top: 25px solid transparent;
border-bottom: 25px solid transparent;
}
.tabs li:last-child:before {
content: '';
display: block;
position: absolute;
top: 0;
right: -25px;
width: 0;
height: 0;
border-top: 25px solid transparent;
border-left: 25px solid transparent;
border-bottom: 25px solid transparent;
}
.tabs li.active:first-child:before {
border-right: 25px solid orange;
}
.tabs li.active:last-child:before {
border-left: 25px solid orange;
}
*/
/* Swiper */
.swiper {
    position: relative;
}
.swiper-container .swiper-slide img.img-responsive {
    /*width: 100%;*/
}
.swiper-container .swiper-pagination {
    position: relative;
    margin-top: 10px;
    bottom: auto;
    left: auto;
}

.swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    text-align: center;
    background: none;
}
.swiper-button-prev .fa,
.swiper-button-next .fa {
    font-size: 50px;
    font-weight: 900;
}

.swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    text-align: center;
    background: none ;
    border: solid 4px #CCC;
    color: #CCC;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.swiper-button-prev .fa,
.swiper-button-next .fa {
    font-size: 25px;
    font-weight: 900;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.swiper .swiper-button-prev {
    left: -50px;
}
.swiper .swiper-button-next {
    right: -50px;
}

/**/
.btn-withicon {
    border-radius: 10px;
}
.showall {
    text-align: center;
    width: 40%;
    margin: auto;
}
.showall a, .btn-withicon a {
    line-height: 50px;
    padding-right: 30px;
    padding-left: 70px;
    position: relative;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    font-weight: bold;
    overflow: hidden;
    border-radius: 10px;
    text-align: left;
}
.showall a span, .btn-withicon a span {
    position: absolute;
    left: 0;
    width: 50px;
    background-color:rgba(0,0,0,0.5);
    text-align: center;
}
.showall a.turquoise {
    background: #1abc9c;
    text-align: center;
}

.btn-withicon a {
    line-height: 40px;
    text-transform: capitalize;
    font-weight: normal;
    letter-spacing: normal;
    padding-left: 60px;
    background: #1abc9c;
}

.nombre {
    font-family: 'arial', sans-serif;
}

/**/
.p_item {
    margin-bottom: 20px;
    border: 1px solid #CCC;
    position: relative;
    overflow: hidden;
}
.p_item * {
    border-radius: 0px !important;
}
.p_item .p_promo, .p_item .p_review {
    z-index: 100;
    font-size: 15px;
    padding: 5px 15px;
    font-weight: 800;
    position: absolute;
    top: 1%;

}
.p_item .p_promo {
    color: #FFF;
}
.p_item .p_promo:after {
    content: "";
    border-top-width: 30px;
    border-top-style: solid;
    border-left: 0px;
    border-right: 15px solid transparent;
    min-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-top-color: #5faaf5;
}
.p_item .p_promo span {
    position: relative;
    z-index: 100;
    margin-right: 12px;
}

.p_item .p_review {
    right: -22px;
    top: 15px;
    text-align: center;
    transform: rotate(43deg);
    color: #FFF;
    width: 100%;
}
.reviews-container {
    width: 110px;
    height: 100px; 
    position: absolute; 
    right: 0; 
    top: 0px; 
    background:url(../img/rev.png) no-repeat 100%;
}
.reviews-container i {
    font-size: 11px;
}
.p_item .p_image_wrapper img, .main-img {
    height: 180px;
    margin: auto;
}
.p_item .p_content {
    padding: 10px;
    min-height: 146px;
    background-color: #f3f4f5;
    text-align: center;
}

.p_item .p_ref {
    color: #55858c;
    text-align: left;
    display: block;
}
.p_item h4 a {
    color: inherit;
    line-height: 25px;
    font-size: 14px;
}
.p_item .p_price {
    text-align: center;
    font-weight: bold;
    color: #e54b1b;
    font-size: 25px;
    font-weight: 600;
    margin-top: 5px;
    position: relative;
}
.p_typrice {
    color: #CCC;
    font-weight: normal;
    font-size: 11px;
    -webkit-text-stroke: initial;
}
.p_item .p_price .p_unite {
    font-size: 9px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
    color: #999;
    font-weight: normal;
}
.p_item .p_tocart {
    background-color: #45B312;
}
.p_item .table, .p_item .table td {
    margin: 0;
    padding: 0;
    border: none;
    line-height: 32px;
}
.p_item .p_tocart .btn {
    border: none;
    font-size: 12px;
    background-color: #45B312;
    color: #FFF;
}
.p_item .p_more .btn {
    text-transform: capitalize;
    text-align: center;
    display: block;
    background-color: #48464a/*#e54b1b*/;
    color: #FFF;
    float: left;
    width: 49%;
    font-size: 10px;
    padding: 5px 0;
}
.p_item .p_more .btn:last-child {
    margin-left: 2%;
}

/**/
.about_sevices h3 {
    margin-top: 0;
    text-align: center;
    color: green;
    font-weight: bold;
}

.table-cart td {
    padding: 30px 8px !important;
}

.sitepath {
    background-color: #f5f5f5;
    font-size: 12px;
}
.sitepath ol {
    margin: 0;
}
/**/
.bxslider .image-popup {
    /*position: absolute;
    top: 0;
    padding: 5px;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;*/
}
.table-cart th {
    color: #29A4AC;
    background-color: #f3f4f5;
}
/**/
label.error {
    color: red;
    font-size: 12px;
    font-style: italic;
}

/**/
#addcartModal .modal-content {
    border-radius: 15px;
    padding: 10px;
    background-color: rgba(0, 0, 0, .5);
}
#addcartModal .modal-body {
    background-color: #FFF;
}
#addcartModal .modal-header {
    text-align: center;
    background-color: #3C8DBC;
    color: #FFF;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
#addcartModal .modal-header h4 {
    font-weight: bold;
}
#addcartModal .modal-footer {
    background-color: #EEE;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;

}
.media img {
    width:64px;
    height:64px;
}
#addcartModal .sky-form {
    /*margin: 8% 0 0;*/
    margin: auto;
}

/**/
.top_middle {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
}
.top_middle .fa {
    border-radius: 50%;
    padding: 5px;
    background-color: #FFF;
    color: #45B312;
}

/**/
.sidebar {
    /*padding: 15px 0;*/
}
.sidebar ul, .sidebar ol {
    list-style: none;
    padding: 0;
}
.sidebar .panel {
    margin-bottom: 5px;
    /*border-color: #02b9e3;*/
}
.sidebar .panel-heading {
    /*background-color: rgba(108, 116, 129, .5);*/
    padding: 6px 10px;
}
.sidebar .panel-title {
    color: #0D5F4F/*#6c7481*/;
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 20px;
}
.sidebar .panel-title .fa {
    padding: 4px;
    background-color: #0D5F4F;
    color: #FFF;
    font-size: 12px;
    border-radius: 100%;
}
.sidebar .panel-body {
    padding: 10px;
    font-size: 13px;
    color: #777;
}
.sidebar .side_p {
    border-bottom: 1px solid #CCC;
    padding: 5px 0;
}
.sidebar .side_p .pull-left {
    width: 90%;
}
.sidebar .side_p:last-child {
    border: none;
}

.panel-newsletter {
    background-image:url('../img/newsletter.png');
    background-color: #C64020;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    color: #FFF !important;
    position: relative;
    z-index: 20;
}
.panel-newsletter h2 {
    margin: 0 0 10px;
    float: right;
    font-weight: bold;
    font-size: 28px;
}
.panel-newsletter h4 {
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: capitalize;
    margin-bottom: 40px;
    /*color: #0D5F4F;*/
}
.panel-newsletter .form-control {
    font-size: 12px;
}
.newsletter-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .5);
    top: 0;
    right: 0;
    z-index: 0;
}

/**/
.slick-next, .slick-prev {
    position: absolute;
    top: -10px;
    right: 0;
    color: #CCC;
    background: transparent;
    border: 1px solid;
}
.slick-prev {
    right: 45px;
}

/**/
.has-side-page div[class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.no-margin {
    margin: 0;
}

#div_typ_paiment .radio > p {
    border: 1px solid #e5e5e5;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 10px;
}



/* Back to top button */
.popover {
    z-index: 100;
}
.to-top {
    z-index: 99;
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    position: fixed;
    bottom: -100px;
    right: 15px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: transparent;
    background-color: rgba(60, 141, 188, .5);
    border: solid 2px #3C8DBC;
    color: #ffffff;
}
.to-top:hover {
    background-color: #ffffff;
    color: #3C8DBC;
}

.wrapper {
    margin-top: 203px;
}

@media (max-width: 990px) {
    .navbar-fixed-top {
        position: relative;
    }
    .wrapper {
        margin-top: 0;
    }
    .main_navigation > ul > li {
        margin-top: 10px;
    }
    .main_navigation > ul > li > a {
        letter-spacing: normal;
        font-weight: normal;
    }
    .tabshome .tabs li {
        margin-bottom: 5px;
    }
    .showall {
        width: 100%;
    }
    hr.no-margin {
        margin: 20px 0;
    }
    .mega-menu {
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .top_left, .top_right {
        text-align: center;
    }
    .img-logo img {
        margin: auto;
    }
    .img-logo {
        text-align: center;
    }
    .sidebar {
        margin-top: 10px;
    }
    .img-responsive { margin: auto;}
    .btn-withicon {
        width: 100%;
    }
    .swiper .swiper-button-next {
        right: 0;
    }
    .swiper .swiper-button-prev {
        left: 0;
    }
}
@media (max-width: 400px) {
    .search-form .search-field {
        width: 68% !important;
    }
}
