body
    {
        background: #f9f9f9;
        font-family: 'Philosopher', sans-serif;
        font-weight: 400;
        overflow-x: hidden;
    }

/* start hr */
hr
    {
        border: 1px solid #c00000;
        width: 100px;
        margin-top: 20px;
    }
/* end hr */
a
{
	color: #333;
}
a:hover
{
	text-decoration:none;
	color: #c00000;
}
p {
    text-indent:40px;
}
/* start h2 */
h2
    {
        font-size: 60px;
        text-align: center;
    }
/* end h2 */

/* start h4 */
h4
    {
        text-align: center;
        padding-bottom: 50px;
    }
/* end h4 */
.btn:not(.btn-success) {
    background: transparent;
    border-radius: 10px;
    color: #ffffff;
    margin-top: 40px;
	padding: 12px 22px;
    transition: all 0.4s ease-in-out;  
}
.btn:not(.btn-success):hover {
    background: #c00000;
    border-color: transparent;
}

/* start overlay */
.overlay 
    {
       width: 100%;
       height: 100%;
       background: rgba(0, 0, 0, 0.7);
    } 
/* end overlay */

/* start preloader */
.preloader
    {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: none repeat scroll 0 0 #fff;
    }
.sk-spinner-rotating-plane.sk-spinner 
    {
        width: 50px;
        height: 50px;
        background-image: url("../images/loader.png"); 				background-size: cover; 
        -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
                animation: sk-rotatePlane 1.2s infinite ease-in-out;
     }

@-webkit-keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
/* end preloader */

/* start navigation */
.custom-navbar 
    {
        margin-bottom: 0;
        background-color: #fff;
        text-align: right;
    }
.custom-navbar .navbar-brand 
    {
        color: #c00000;
        font-weight: bold;
        font-size: 28px;
		padding-top: 3px;
    }
.custom-navbar .nav li a
     {
         color: #000;
         font-weight: 300;
         font-size: 16px;
         text-transform: uppercase;
    }
.custom-navbar .nav li a:hover
    {
        background: transparent;
        color: #c00000;
    }
.custom-navbar .nav li.active > a
    {
         background-color: transparent;
         color: #c00000;
    }
.custom-navbar .navbar-toggle
    {
        border: none;
        padding-top: 10px;
    }
.custom-navbar .navbar-toggle .icon-bar
    {
        background: #c00000;
        border-color: transparent;
    }
	.custom-navbar img.logo
	{
	height: 45px;
	}
@media(min-width:768px){
    .custom-navbar
         {
             padding: 20px 0;
            border-bottom: 0;
             background: 0 0;
             transition: all 0.3s ease;
         }
	.custom-navbar img.logo
	{
	height: 125px;
	}
    .custom-navbar.top-nav-collapse
         {
            padding: 0;
            box-shadow: 0px 2px 8px 0px rgba(103,134,152,1);
            background: #87CEFA;
        }
			.top-nav-collapse img.logo
	{
	height: 45px;
	}
}
/* end navigation */

/* start home */        
#home h1
    {
        font-size: 80px;
        font-weight: bold;
        line-height: 1em;
        letter-spacing: 2px;
        padding-top: 10px;
    }
#home span
    {
        color: #c00000;
        font-weight: bold;
    }
#home .btn {
    background: rgba(0,0,0,0.6);
    border: none;
}
#home .btn:hover {
    background: rgba(255,255,255,0.6);
}
.templatemo_homewrapper {
    padding-left: 15px;
    padding-right: 15px;
}
.flexslider {
    margin: 0 0 60px;
    background: #fff;
    padding: 0;
    position: relative;
    zoom: 1;
    background-color: #371604;
    overflow: hidden;
    margin: 0;
    text-align: center;
}
.flexslider .slides {
    padding: 0;
    zoom: 1;
}
.flexslider .slides img {
    max-width: 100%;
/*    min-width: 648px;
    min-height: 270px;*/
    display: block;
    margin: auto;
}
.flexslider .slides > li {
    display: none;  
    padding: 0;
    position: relative;
    -webkit-backface-visibility: hidden;
}
.flexslider img {
    position: relative;
    max-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-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
/* end home */

#service
    {
        background: #ffffff;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#service .media
    {
        padding: 10px;
    }
#service .media .fa
    {
        color: #c00000;
        font-size: 60px;
        margin-right: 20px;
        width: 65px;
        height: 65px;
    }
#service .media .media-heading
    {
        font-weight: 600;
        font-size: 20px;
        padding-bottom: 10px;
    }

/* start divider */
.divider
    {
        background: url('../images/divider-bg.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        color: #ffffff;
        text-align: center;
    }
.divider .divider-des
    {
        padding: 100px 15px;
    }
/* end divider */

/* start about */
h3.about-title {
    margin-top: 0;
}
#about
    {
        padding-top: 20px;
        padding-bottom: 80px;
    }
#about .progress
    {
        background: #f9f9f9;
        box-shadow: none;
        border-radius: 0px;
    }
#about .progress .progress-bar-danger
    {
        background: #c00000;
    }
#about span
    {
        display: block;
        margin-top: 12px;
        margin-bottom: 6px;
    }
#about .about-wrapper
    {
        background: #ffffff;
        box-shadow: 0px 8px 2px 2px rgba(50,50,50, 0.08);
        margin-top: 60px;
        margin-bottom: 20px;
        max-width: 500px;
        padding: 20px;
    }
.google-map
    {
        min-width: 500px;
		min-height: 250px;
		border: 1px solid #c00000; 
		display:block; 
		margin:auto;

    }
#about .about-wrapper h3
    {
        color: #c00000;
        font-size: 20px;
        font-weight: bold;        
    }
/* end about */

/* start portfolio */
#portfolio
    {
        background: #fff;
        border-top: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#portfolio .portfolio-thumb
    {
        overflow: hidden;
        margin: 0;
        position: relative;
    }
#portfolio .portfolio-thumb .portfolio-overlay
    {
        background: #333;
        color: #ffffff;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        position: absolute;
        opacity: 0;
        transition: all 0.4s ease-in-out;
    }
#portfolio .portfolio-thumb:hover .portfolio-overlay
    {
        opacity: 0.9;
    }
#portfolio .portfolio-thumb .portfolio-overlay .fa
    {
        border: 1px solid #ffffff;
        border-radius: 50%;
        color: #ffffff;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        margin-right: 6px;
        margin-bottom: 10px;
        transition: all 0.3s ease;
    }
#portfolio .portfolio-thumb .portfolio-overlay .fa:hover {
    background: #c00000;
    border-color: #c00000;
}
#portfolio .portfolio-thumb .portfolio-overlay h4
    {
        padding-bottom: 10px;
    }
    .portfolio-description {
        padding-left: 15px;
        padding-right: 15px;
    }
/*filter css*/
.filter-wrapper {
    width: 100%;
    margin: 0 0 24px 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}
.filter-wrapper li {
    display: inline-block;
    margin: 4px;
    transition: all 0.3s ease;
}
.filter-wrapper li:hover {
    background: #c00000;
}
.filter-wrapper li:hover a {
    color: #fff;
}
.filter-wrapper li a {
    border: 1px solid #f2f2f2;
    color: #999;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
}
/*isotope box css*/
.iso-box-section {
    width: 100%;
    margin: 0 0 24px 0;
}
.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.fluid-img {
    width: 100%;
    display: block;
    height: auto;
}
/* end portfolio */

/* start contact */
#contact
    {
        background: #ffffff;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#contact .form-control
    {
        background: transparent;
        border-radius: 0px;
        box-shadow: none;
        border: 1px solid #333;
        margin-bottom: 20px;
		color: #000;
        transition: all 0.4s ease-in-out;
    }
#contact input
    {
        height: 50px;
    }
#contact input[type="submit"]
    {
        border: 2px solid #c00000;
        font-weight: bold;
		color: #c00000;
    }
#contact input[type="submit"]:hover
    {
        background: #c00000;
		color: #fff;
    }
/* end contact */

/* start footer */
footer
    {
        background: #202020;
        color: #ffffff;
        text-align: center;
    }
footer p
    {
        display: block;
        padding-top: 5px;
		text-indent: 0px;
    }
footer a
    {
		color: #c00000;
	}
footer a:hover
    {
		font-weight: bold;
	}
footer span
    {
        color: #c00000;
        font-weight: bold;
    }
/* end footer */

/* start social icon */
.social-icon
    {
        display: block;
        position: relative;
        padding: 0;
        margin: 0;
        top: 20px;
    }
.social-icon li
    {
        display: inline-block;
        list-style: none;
        transition: all 0.4s ease-in-out;
        width: 40px;
        height: 40px;
    }
.social-icon li a
    {
        color: #fff;
        font-size: 30px;
        text-decoration: none;
        line-height: 40px;
        text-align: center;
    }
.social-icon li:hover
    {
        background: #c00000;
    }
/* end social icon */

/* start media 980 */
@media screen and ( max-width: 980px ){
    #home h1
        {
            font-size: 40px;
        }
    h2
        {
            font-size: 30px;
        }
    
}
/* end media 980 */


/* start media 768 */
@media screen and ( max-width: 767px ){
    h4 {
        padding-bottom: 20px;
    }
   #home h1
    {
        font-size: 40px;
    }
    #home {
        margin-top: 50px;
    }
    .templatemo-about-left {
        margin-bottom: 30px;
    }
    #about .about-wrapper {
        margin-left: auto;
        margin-right: auto;
    }
.google-map
    {
        min-width: 250px;
		max-width: 500px;
		max-height: 250px;
    }
}
/* end media 768 */

@media screen and (max-width: 440px) {
    h4 {
        padding-bottom: 15px;
        line-height: 1.5em;
    }
    .filter-wrapper li {
        margin: 2px;
    }
    .filter-wrapper li a {
        padding: 6px 10px;
    }
}

@media screen and (max-width: 380px) {
    #service .media .fa {
        margin-right: 5px;
    }
}

/* start media 360 */
@media screen and ( max-width: 360px ){
    #home h1
        {
            font-size: 30px;
            line-height: 1.5em;
        }
}
/* end media 360 */
    /* jssor slider loading skin spin css */
        .jssorl-009-spin img {
            animation-name: jssorl-009-spin;
            animation-duration: 1.6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-009-spin {
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
            }
        }


        .jssorb057 .i {position:absolute;cursor:pointer;}
        .jssorb057 .i .b {fill:none;stroke:#fff;stroke-width:2000;stroke-miterlimit:10;stroke-opacity:0.4;}
        .jssorb057 .i:hover .b {stroke-opacity:.7;}
        .jssorb057 .iav .b {stroke-opacity: 1;}
        .jssorb057 .i.idn {opacity:.3;}

        .jssora073 {display:block;position:absolute;cursor:pointer;}
        .jssora073 .a {fill:#ddd;fill-opacity:.7;stroke:#000;stroke-width:160;stroke-miterlimit:10;stroke-opacity:.7;}
        .jssora073:hover {opacity:.8;}
        .jssora073.jssora073dn {opacity:.4;}
        .jssora073.jssora073ds {opacity:.3;pointer-events:none;}
		div[data-p] > img { height: auto !important; max-height: 150px !important; width: auto !important; max-width: 200px !important;     position: static !important;
    margin: auto; }
	.c:after { content: ''; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; color: transparent; font-size: 0; }

.nav.navbar-nav.navbar-right { height: 40px; padding-top: 5px; }
.header-search { position: relative; margin-right: 60px; }
.header-search input { width:560px; height: 40px; padding-right: 40px; box-sizing: border-box; }
.header-search button { position: absolute; top: 0; right: 0; width: 40px; height: 40px; background: none; border: none; }
.header-search button img { display: block; width: 100%; }
/*.nav.navbar-nav.navbar-right .contact { height: 20px; }*/
.nav.navbar-nav.navbar-right .contact img { height: 20px; margin-right: 5px; }
.nav.navbar-nav.navbar-right li + li { margin-left: 40px; }
.navbar-right.nav.navbar-nav { margin-right: 0; }
.navbar-nav > li > a { padding: 0; height: 40px; line-height: 40px; }

.cats-menu:after { content: ''; position: absolute; display: block; bottom: 0; left: 0; right: 0; height: 100%;
        background: rgb(255,255,255);
        background: -moz-linear-gradient(top, rgba(135,206,250,1) 0%, rgba(0,191,255,1) 100%);
        background: -webkit-linear-gradient(top, rgba(135,206,250,1) 0%,rgba(0,191,255,1) 100%);
        background: linear-gradient(to bottom, rgba(135,206,250,1) 0%,rgba(0,191,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#87CEFA',GradientType=0 );
        z-index: -1;
}
.cats-menu ul { list-style: none; }
.cats-menu > ul {  text-align: left; padding: 5px 0; margin: 0; }
.cats-menu > ul > li { display: inline-block; }
.cats-menu > ul > li.with-sub { position: relative; }
.cats-menu > ul > li + li { margin-left: 10px; }
.cats-menu > ul > li > a { position: relative; padding: 5px 10px; display: block; }
.cats-menu > ul > li > a:after { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0;
                                    background: #FFF; opacity: 0; visibility: hidden; transition: all 250ms ease; transition-delay: 250ms;  }
.cats-menu > ul > li > a > span { position: relative; z-index: 1; }
.cats-menu > ul > li:hover > a:after { transition-delay: 0ms; opacity: 1; visibility: visible; }
.cats-menu > ul > li ul { visibility: hidden; opacity: 0; padding: 10px 15px 10px 15px; background: #FFF; transition: all 250ms ease;
                     transition-delay: 250ms; position: absolute; top: 100%; left: 0; min-width: 100%; }
.cats-menu > ul > li ul a { white-space: nowrap; padding: 5px 0 5px 5px; }
.cats-menu > ul > li ul li + li { margin-top: 5px; }
.cats-menu > ul li:hover ul { visibility: visible; opacity: 1; transition-delay: 0ms; }

.accent-prods .image-holder { height: 200px; line-height: 200px; text-align: center; }
.accent-prods .image-holder img { transition: all 200ms ease; max-height: 200px; display: inline-block; vertical-align: middle; margin: auto; }
.accent-prods a:hover img { transform: scale(1.05); }

main { padding-top: 90px; }
main > *:first-child { padding-top: 0; }

.prods-page .prods-list { font-size: 0; }
.prods-page .prod.col-md-3.col-sm-3 { display: inline-block; float: none; vertical-align: top; }
.prods-page .prod .img { height: 200px; line-height: 200px; text-align: center; }
.prods-page .prod .img img { display: inline-block; vertical-align: middle; max-width: 100%; max-height: 100%; }

main > .prod-preview { padding-top: 50px; padding-bottom: 50px; }
.prod-preview .btn, .admin-login .btn { margin-top: 10px; height: 40px; line-height: 10px; border: 2px solid #d12819; color: #d12819; }
.prod-preview .btn:hover, .admin-login .btn:hover { background: #d12819; color: #fff; }

.admin-login { padding-bottom: 50px; }
.admin-login input { width: 100%; box-sizing: border-box; margin: 0 0 10px 0; height: 40px; text-indent: 10px; }
.admin-login .btn { margin-top: 0; width: 100%; border-radius: 0; }
.admin-actions.row { margin-left: 0; margin-right: 0; }
.admin-actions { margin-top: 10px; color: #000; background: #EEE; border: 2px solid red; padding: 10px; border-radius: 10px; }
.admin-actions .ttl { font-size: 18px; font-weight: 700; text-align: center; padding-bottom: 10px; border-bottom: 1px solid red; }
.admin-actions ul { list-style: none; padding-left: 0; }
.admin-actions ul li + li { margin-top: 5px; }
.admin-actions p { text-indent: 0; }
.admin-actions a { padding: 5px 10px; display: inline-block; border-radius: 10px; border: 1px solid red; }
main > .admin-form { padding: 50px 0; }
.admin-form .row + .row, .admin-form .images + .row { margin-top: 20px; }
.admin-form .btn.btn-success { display: block; }
.admin-form textarea { max-width: 100%; min-width: 100%; height: 80px; }
.admin-form .col-md-6 { padding-right: 30px; }
.admin-form .col-md-5 { padding-left: 30px; }
.admin-form .img { margin-top: 5px; }
.admin-form > form > .row { margin-top: 15px; }

.flex-control-nav { bottom: 0; }
.flexslider .video-holder { height: 400px; }
.flexslider .video-holder iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.flexslider .flex-next, .flexslider .flex-prev { border-radius: 0; width: 15%; height: 100%; top: 0; margin-top: 0; background: rgba(255, 255, 255, 0.7); }
.flexslider .flex-direction-nav .flex-next { right: 0; }
.flexslider .flex-direction-nav .flex-prev { left: 0; }
#thumbslider.flexslider { margin-top: 10px; }
#thumbslider.flexslider .flex-viewport { padding: 2px 0; }
#thumbslider.flexslider .item { cursor: pointer; }
#thumbslider.flexslider .item img { border: 2px solid transparent; }
#thumbslider.flexslider .item.flex-active-slide img { border-color: #d12819; }
#thumbslider.flexslider { font-size: 0; }
#thumbslider.flexslider .slides img { background-size: cover; background-position: center center; width: 200px; height: 77px; display: inline-block; }
#thumbslider.flexslider .flex-next, #thumbslider.flexslider .flex-prev { width: 10%; }

.flex-direction-nav a.flex-next:before, .flex-direction-nav a.flex-prev:before { text-align: center; color: red; font-size: 32px; top: 50%; left: 14px; right: 14px; margin-top: -22.5px; }

.price { font-size: 24px; line-height: 40px; float: right; color: #d12819; margin-top: 10px; }

.prod .move-next, .prod .move-prev { background-image: url('../img/arrows.png'); width: 20px; height: 40px; background-size: 40px 40px; background-repeat: no-repeat; transition: all ease 200ms; }
.prod .move-prev { background-position: 0 0; }
.prod .move-next { background-position: -20px 0; }
.prod .move-prev:hover, .prod .move-next:hover { transform: scale(0.8); }

.nav.navbar-nav .add-on-hover ul { visibility: hidden; z-index: -1; opacity: 0; padding: 10px 20px; list-style: none; position: absolute; top: 100%; background: #00bfff; transition: all 300ms ease; left: -20px;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(103,134,152,1);
    -moz-box-shadow:    0px 2px 8px 0px rgba(103,134,152,1);
    box-shadow:         0px 2px 8px 0px rgba(103,134,152,1);
}
.nav.navbar-nav .add-on-hover ul li { white-space: nowrap; text-align: left; }
.nav.navbar-nav.navbar-right li.additional-fields a { text-transform: none; }
.nav.navbar-nav.navbar-right li.additional-fields + li.additional-fields { margin-left: 0; margin-top: 10px; }

.nav.navbar-nav .add-on-hover:hover ul { visibility: visible; z-index: 1; opacity: 1; }

@media screen and (max-width: 1200px) and (min-width: 1024px) {
    .header-search input { width: 390px; }
}

@media screen and (max-width: 1023px) {
    main { padding-top: 20px; }
    .navbar-collapse { position: relative; }
    .navbar-collapse.collapsing { overflow: hidden; }
    .navbar-collapse.in { overflow-x: visible; overflow-y: auto; max-height: 80% !important; }
    .nav.navbar-nav.navbar-right { height: auto; }
    .header-search { margin-right: 0; position: absolute; top: 5px; right: 77px; left: 250px; }
    .header-search input[type=text] { width: 100%; }
    
    .nav.navbar-nav.navbar-right li { float: none; display: block; }
    .nav.navbar-nav.navbar-right li + li { margin-left: 0; }
    .nav.navbar-nav.navbar-right > li + li { text-align: left; padding-left: 25px; }
    .nav > li { position: static; }
    .cats-menu > ul > li ul { visibility: visible; opacity: 1; background: transparent; position: relative; padding-left: 25px; }
    nav.navbar { max-height: 100%; overflow-y: auto; }
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse { max-height: 100000px; }

    .nav.navbar-nav .add-on-hover ul { visibility: visible; opacity: 1; z-index: 1; position: static; padding: 0;
                                        -webkit-box-shadow: none;
                                        -moz-box-shadow:    none;
                                        box-shadow:         none; }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .prods-list { font-size: 0; }
    .prod { width: 50%; display: inline-block; }
}

@media screen and (max-width: 639px) {
    main { padding-top: 50px; }
    .header-search { position: relative; top: 0; left: 0; right: 0; width: 100%; padding-bottom: 5px; }
}