﻿@font-face {
    font-family: 'BYekan';
    src: url('/fonts/IRANSans(FaNum)_Light.eot?#') format('eot'), /* IE6�8 */ url('/fonts/IRANSans(FaNum)_Light.ttf') format('truetype'); /* Saf3�5, Chrome4+, FF3.5, Opera 10+ */
}

/*#region Public*/
.paddingright40 {
    padding-right: 40px;
}

.footer a:hover, .footer a:focus {
    color: #f3b506 !important;
}

.padding0 {
    padding: 0px;
}

.margintop-n20 {
    margin-top: -20px;
}

.paddingtop2 {
    padding-top: 2px;
}

.paddingright5 {
    padding-right: 5px;
}

.paddingright10 {
    padding-right: 10px;
}

.margintop-n25 {
    margin-top: -25px;
}

.text-black {
    color: black;
}

.text-float {
    float: initial;
}

body {
    font-family: BYekan;
}

.paddingtopbtm10 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.paddingbtm10 {
    padding-bottom: 10px;
}

.paddingbtm2 {
    padding-bottom: 2px;
}

.backlightaqua {
    background-color: rgba(188, 241, 248, 0.81);
}

.font10 {
    font-size: 10px;
}

.font12 {
    font-size: 12px;
}

.font13 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
}

.font15 {
    font-size: 15px;
}

.font16 {
    font-size: 16px;
}

.font17 {
    font-size: 17px;
}

.font20 {
    font-size: 20px;
}

.text-white {
    color: #fff;
}

.text-yellow {
    color: #f3b506;
}


.backyellow {
    background-color: #f3b506;
}

.backaqua {
    background-color: #34abc7;
}

.backblue {
    background-color: #02738f;
}

.backdarkeraqua {
    background-color: #014b5d;
}

.backdarkaqua {
    background-color: #02748f;
}

.backorange {
    background-color: #ad6c2b;
}

/*.backlightgray {
    background-color: #f0eeef;
}*/

.backdarkgray {
    background-color: #262525;
}

.backdarkgray2 {
    background-color: #999;
    color: #fff;
}

.backwhite {
    background-color: white;
}



.border1solid {
    border: 1px solid #ddd;
    padding: 5px;
}

.paddingtopbtm20 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.paddingtopbtm5 {
    padding-bottom: 5px;
    padding-top: 5px;
}

.paddingleftright0 {
    padding-left: 0px;
    padding-right: 0px;
}

.paddingleft10 {
    padding-left: 10px;
}


.paddingleftright5 {
    padding-right: 5px;
    padding-left: 5px;
}

.paddingleftright10 {
    padding-right: 10px;
    padding-left: 10px;
}

.margintopbtm10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.marginleftright0 {
    margin-left: 0px;
    margin-right: 0px;
}


.margintopbtm20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.margintop30 {
    margin-top: 30px;
}

.marginbtn20 {
    margin-bottom: 20px;
}

.linebreak {
    word-wrap: break-word;
}

.margintop40 {
    margin-top: 40px;
}

.margintop45 {
    margin-top: 45px;
}

.marginleft20 {
    margin-left: 20px;
}

.marginleft11p {
    position: absolute;
    text-align: center;
    left: 11%;
}

.marginleftright10 {
    margin-right: 10px;
    margin-left: 10px;
}

.width100 {
    width: 100%;
}

.widthheight200 {
    width: 150px;
    height: 150px;
}

.marginright10 {
    margin-right: 10px;
}

.paddingtop20 {
    padding-top: 20px;
}

.paddingtop6 {
    padding-top: 6px;
}

.margintop20 {
    margin-top: 20px;
}

.margin40 {
    margin: 40px;
}

.margin50 {
    margin: 50px;
}

.margintop5 {
    margin-top: 5px;
}

.margin-right20 {
    margin-right: 20px;
}

.bordertop3 {
    border-top: 3px solid #f3b506;
}

.text-pink {
    color: #c1039b;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.lineheight30 {
    line-height: 30px;
}

.lineheight25 {
    line-height: 25px;
}

.height300 {
    height: 300px;
}

.height450 {
    min-height: 450px;
}

.height180 {
    height: 180px;
}


.height150 {
    height: 150px;
}

.decoration {
    text-decoration: none !important;
}

.list-style-none {
    list-style: none !important;
}

a:hover {
    text-decoration: none;
}

.positionRel {
    position: relative;
}

.btn-continue {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: 10px;
    margin-bottom: 10px;
}
/*#endregion*/

/*#region jquery.paginate.css*/
.paginate-pagination ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

    .paginate-pagination ul:after {
        content: ' ';
        display: table;
        clear: both;
    }

.display-inline {
    display: inline !important;
}

.paginate-pagination ul > li {
    float: left;
    margin-right: 0px;
}

    .paginate-pagination ul > li > a.page {
        display: block;
        height: 30px;
        width: 50px;
        text-align: center;
        line-height: 0px;
        border: 1px solid #ddd;
        background: white;
        text-decoration: none;
        cursor: pointer;
    }

        .paginate-pagination ul > li > a.page:hover {
            opacity: 0.7;
        }

        .paginate-pagination ul > li > a.page.active {
            opacity: 0.7;
            cursor: default;
        }

    .paginate-pagination ul > li > a.page-next.deactive,
    .paginate-pagination ul > li > a.page-prev.deactive {
        opacity: 0.7;
        cursor: default;
    }

#jquery-script-menu {
    position: absolute;
    height: 90px;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 5px solid #316594;
    background: #fff;
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.16);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.16);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.16);
    z-index: 999999;
    padding: 10px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.jquery-script-center {
    max-width: 960px;
    margin: 0 auto;
}

    .jquery-script-center ul {
        width: 212px;
        float: left;
        line-height: 45px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .jquery-script-center a {
        text-decoration: none;
    }

.jquery-script-ads {
    max-width: 728px;
    height: 90px;
    float: right;
}

.jquery-script-clear {
    clear: both;
    height: 0;
}

#carbonads {
    display: block;
    overflow: hidden;
    max-width: 728px;
    position: relative;
    font-size: 22px;
    box-sizing: content-box;
}

    #carbonads > span {
        display: block;
    }

    #carbonads a {
        color: #4078c0;
        text-decoration: none;
    }

        #carbonads a:hover {
            color: #3664a3;
        }

.carbon-wrap {
    display: flex;
    align-items: center;
}

.carbon-img {
    display: block;
    margin: 0;
    line-height: 1;
}

    .carbon-img img {
        display: block;
        height: 90px;
        width: auto;
    }

.carbon-text {
    display: block;
    padding: 0 1em;
    line-height: 1.35;
    text-align: left;
}

.carbon-poweredby {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 6px 10px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
    font-size: 8px;
    border-top-left-radius: 4px;
    line-height: 1;
    color: #aaa !important;
}

@media only screen and (min-width:320px) and (max-width:759px) {
    .carbon-text {
        font-size: 14px;
    }
}

@media only screen and (max-width:1023px) {
    .jquery-script-ads {
        display: none;
    }
}

.border1gray {
    border: 1px solid #eee;
}
/*#end region*/
/*#region other*/
.btn-search {
    background-color: #ced0cf;
    padding: 3px;
    border: none;
    font-size: 17px;
}




.marginBottom-0 {
    margin-bottom: 0;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu > a:after {
    }

    .dropdown-submenu:hover > a:after {
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.imgborder {
    border: 5px solid aqua;
}

.imgborderradius {
    border: 5px solid #d96968;
    border-radius: 120px;
}

.backpic {
    background-image: url('../../../Images/anaaco1.jpg');
    background-size: cover;
}

.backwhiteopacity {
    background-color: white;
    opacity: .5;
}

.margintop25 {
    margin-top: 25px;
}

.img-gallery {
    height: 200px !important;
    width: 100%;
}

.img-gallery-sm {
    height: 150px !important;
    width: 100%;
}

.img-thumbnail-dark-blue {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #00024f;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.blocktag {
    border: 1px solid gray;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
}

.lblBuy {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    color: white;
}

.backtag {
    background-color: white;
    margin-left: 10px;
    margin-right: 10px;
}
/*#endregion*/

* {
    font-family: BYekan;
}
/* --------------------------------------------------------------------------------------------------------------------- */
/* Power Calculator Page Styling (/template/power_calculator/power_calculator.phtml) ----------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
.power-calculator-page {
}

    .power-calculator-page .col {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        float: left;
    }

        .power-calculator-page .col.first {
            padding: 15px;
            width: 73%;
        }


        .power-calculator-page .col.last {
            float: right;
            width: 25%;
        }

            .power-calculator-page .col.last table {
                width: 100%;
            }

            .power-calculator-page .col.last .box {
                border: 1px solid #cccccc;
                margin-bottom: 20px;
            }

                .power-calculator-page .col.last .box h3 {
                    border-bottom: 1px solid #cccccc;
                    cursor: default;
                    font-size: 12px;
                    font-weight: bold;
                    margin: 0 0 15px 0;
                    padding: 10px;
                    text-transform: uppercase;
                }

                    .power-calculator-page .col.last .box h3::before {
                        border-width: 5px;
                        top: 12px;
                    }

                .power-calculator-page .col.last .box ul {
                }

                    .power-calculator-page .col.last .box ul li {
                    }

                        .power-calculator-page .col.last .box ul li a {
                        }

.cb {
    clear: both;
}

.checkbox-wrap {
}

    .checkbox-wrap.checked {
    }

    .checkbox-wrap label {
        box-shadow: 0 0 3px rgba(0,0,0,0.4);
        display: inline-block;
        margin: 4px;
        padding: 6px 8px;
    }

        .checkbox-wrap label input {
        }

        .checkbox-wrap label .text {
        }

.calculator-col {
    float: left;
    width: 48%;
}

    .calculator-col.last {
        float: right;
    }

.calculator {
    border: 1px solid #cccccc;
    box-shadow: 0 0 4px rgba(0,0,0,0.25);
    margin-bottom: 30px;
}

    .calculator .heading {
        background: #1d5c92;
        color: #ffffff;
        font-weight: bold;
        font-size: 14px;
        padding: 10px;
        text-transform: uppercase;
        text-align: center;
    }

    .calculator .calculator-table {
        width: 100%;
    }

        .calculator .calculator-table th,
        .calculator .calculator-table td,
        .cms-page-view .col-main .calculator .calculator-table tr:nth-child(2n) td {
            background: none;
            border-bottom: 1px solid #cccccc;
            padding: 5px;
            vertical-align: middle;
        }

        .calculator .calculator-table th {
            background: rgba(0,0,0,0.1);
            color: #333333;
            font-weight: bold;
            font-size: 85%;
            text-transform: uppercase;
        }

        .calculator .calculator-table td {
            text-align: center;
        }

            .calculator .calculator-table td input[type=text] {
                border: 1px solid #cccccc;
                display: inline-block;
                padding: 0 6px;
                height: 31px;
                line-height: 31px;
                vertical-align: middle;
            }

            .calculator .calculator-table td input.has-input-helper {
                text-align: center;
            }

            .calculator .calculator-table td .input-helper {
                background: rgba(0,0,0,0.1);
                border: 1px solid #cccccc;
                border-left: 0;
                color: #333333;
                display: inline-block;
                font-size: 80%;
                font-weight: bold;
                height: 31px;
                line-height: 32px;
                text-align: center;
                width: 30px;
            }

        .calculator .calculator-table .submit-row td {
            background: #cccccc !important;
        }

        .calculator .calculator-table .button {
            padding: 8px 8px;
            border: none;
            background: #094871;
            display: inline-block;
            font-family: Arial, sans-serif;
            font-size: 11px;
            font-weight: bold;
            text-transform: uppercase;
            color: #FFF;
            border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
        }

@media only screen and (max-width: 900px) {
    .calculator table {
        width: 100% !important;
    }

    .power-calculator-page .col.first form .calculator.double {
        max-width: 100%;
    }

        .power-calculator-page .col.first form .calculator.double table,
        .power-calculator-page .col.first form .calculator.double table.last {
            float: none;
            margin-bottom: 20px;
        }
}

@media only screen and (max-width: 670px) {
    .power-calculator-page .col.first,
    .power-calculator-page .col.last {
        float: none;
        width: auto;
    }

    .power-calculator-page .col.first {
        margin: 0 0 30px 0;
        padding: 0 0 30px 0;
    }

    .power-calculator-page .col.last table {
        width: 100% !important;
    }
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */





/*
.power-calculator-page {

}

.power-calculator-page .col {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
}

.power-calculator-page .col.first {
	padding: 15px;
	width: 68%;
}

.power-calculator-page .col.first form {

}

.power-calculator-page .col.first form .calculator {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
	text-align: center;
}

.power-calculator-page .col.first form .calculator table {
	margin: 0 auto;
}

.power-calculator-page .col.first form .calculator table td {
	padding: 5px;
}

.power-calculator-page .col.first form .calculator.double {
	margin: 0 auto 20px auto;
	max-width: 80%;
}

.power-calculator-page .col.first form .calculator.double table {
	float: left;
}

.power-calculator-page .col.first form .calculator.double table.last {
	float: right;
}
*/

.button.btn-details.no-pricing {
    display: block;
    float: none;
    margin: 0 auto;
}

.call-for-price {
    display: none;
}

.product-view .call-for-price {
    color: #c1272d;
    display: block;
    margin: 20px 0 0 0;
}

.product-view .block-related .call-for-price {
    font-size: 17px;
}

.product-view .call-for-price a {
    color: #c1272d;
    text-decoration: none;
}

.select2-results {
    text-align: left;
}
/* =Typography
-----------------------------------------------------------------------------*/

/*#endregion*/
/*#region navbar style*/


nav ul {
    list-style: none;
    text-align: center;
}

    nav ul li {
        /*display: inline-block;*/
    }

        nav ul li a {
            display: block;
            padding: 17px 10px;
            text-decoration: none;
            color: #aaa;
            font-weight: 800;
            text-transform: uppercase;
            margin: 0 0px;
        }

            nav ul li a,
            nav ul li a:after,
            nav ul li a:before {
                transition: all .5s;
            }

                nav ul li a:hover {
                    color: #555;
                }

nav.shift ul li a {
    position: relative;
    z-index: 1;
}

    nav.shift ul li a:hover {
        color: #91640F;
    }

    nav.shift ul li a:after {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 100%;
        height: 1px;
        content: '.';
        color: transparent;
        background: #F1C40F;
        visibility: none;
        opacity: 0;
        z-index: -1;
    }

    nav.shift ul li a:hover:after {
        opacity: 1;
        visibility: visible;
        height: 100%;
    }

li.dropdown-submenu:not(:last-child) {
    padding: 5px;
    border-bottom: 1px dashed gray;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #000;
    text-decoration: none;
    background-color: #3e8738 !important;
}

/*.navbar {
    min-height: 70px !important;
}*/


/*#endregion*/

/*#region other*/



.blocktag {
    border: 1px solid gray;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
}

.lblBuy {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    color: white;
}

.backtag {
    background-color: white;
    margin-left: 10px;
    margin-right: 10px;
    height: 350px;
}
/*#endregion*/
/*#region SocialIcon*/
/*headerSocialIcons*/
.facebook, .gplus, .linkedin, .tele, .insta, .Twitter, .aparat, .YouTube {
    display: inline-block;
    background: url('../../images/socialIcon.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
}

.tele {
    background-position: -0px -0px;
    width: 20px;
    height: 20px;
}

.insta {
    background-position: -20px -0px;
    width: 20px;
    height: 20px;
}

.gplus {
    background-position: -40px 0px;
    width: 20px;
    height: 20px;
}



.facebook {
    background-position: -61px 0px;
    width: 20px;
    height: 20px;
}

.linkedin {
    background-position: -80px 0px;
    width: 20px;
    height: 20px;
}

.Twitter {
    background-position: -100px 0px;
    width: 20px;
    height: 20px;
}

.YouTube {
    background-position: -121px 0px;
    width: 20px;
    height: 20px;
}
/*headerSocialIcons*/
/*footerSocialIcons*/
.footerText {
    background-color: #2f3237;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footerTxtlight {
    background: rgb(110,112,118); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(110,112,118,1) 7%, rgba(110,112,118,1) 7%, rgba(110,112,118,1) 13%, rgba(110,112,118,1) 15%, rgba(110,112,118,1) 18%, rgba(185,183,181,1) 30%, rgba(185,183,181,1) 55%, rgba(93,91,96,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(110,112,118,1) 7%,rgba(110,112,118,1) 7%,rgba(110,112,118,1) 13%,rgba(110,112,118,1) 15%,rgba(110,112,118,1) 18%,rgba(185,183,181,1) 30%,rgba(185,183,181,1) 55%,rgba(93,91,96,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(110,112,118,1) 7%,rgba(110,112,118,1) 7%,rgba(110,112,118,1) 13%,rgba(110,112,118,1) 15%,rgba(110,112,118,1) 18%,rgba(185,183,181,1) 30%,rgba(185,183,181,1) 55%,rgba(93,91,96,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e7076', endColorstr='#5d5b60',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding-top: 10px;
    padding-bottom: 10px;
}

.fontwhite {
    list-style: none;
    color: white;
}

.fontblack {
    list-style: none;
    color: black;
}

.fontorange {
    color: orange;
}

.footerTxt {
    background-color: #2f3237;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid white;
}

.social {
    display: block;
    /*float: right;*/
    height: 40px;
    margin-left: 17px;
    width: 40px;
    margin-bottom: 10px;
}

.facebook {
    background: url("../Images/socialIcons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    transition: all 0.2s ease 0s !important;
}

    .facebook:hover {
        background: url("../Images/socialIcons.png") no-repeat scroll 0 -50px rgba(0, 0, 0, 0);
        transition: all 0.2s ease 0s !important;
    }

.telegram {
    background: url("../Images/socialIcons.png") no-repeat scroll -50px 0 rgba(0, 0, 0, 0);
    transition: all 0.2s ease 0s !important;
}

    .telegram:hover {
        background: url("../Images/socialIcons.png") no-repeat scroll -50px -50px rgba(0, 0, 0, 0);
        transition: all 0.2s ease 0s !important;
    }

.gplus {
    background: url("../Images/socialIcons.png") no-repeat scroll -100px 0 rgba(0, 0, 0, 0);
    transition: all 0.2s ease 0s !important;
}

    .gplus:hover {
        background: url("../Images/socialIcons.png") no-repeat scroll -100px -50px rgba(0, 0, 0, 0);
        transition: all 0.2s ease 0s !important;
    }

.linked {
    background: url("../Images/socialIcons.png") no-repeat scroll -150px 0 rgba(0, 0, 0, 0);
    transition: all 0.2s ease 0s !important;
}

    .linked:hover {
        background: url("../Images/socialIcons.png") no-repeat scroll -150px -50px rgba(0, 0, 0, 0);
        transition: all 0.2s ease 0s !important;
    }

.instagram {
    background: url("../Images/socialIcons.png") no-repeat scroll -202px 0 rgba(0, 0, 0, 0);
    transition: all 0.2s ease 0s !important;
}

    .instagram:hover {
        background: url("../Images/socialIcons.png") no-repeat scroll -202px -50px rgba(0, 0, 0, 0);
        transition: all 0.2s ease 0s !important;
    }

.twiter {
    background: url("../Images/socialIcons.png") no-repeat scroll -250px 0 rgba(0, 0, 0, 0);
    transition: all 0.2s ease 0s !important;
}

    .twiter:hover {
        background: url("../Images/socialIcons.png") no-repeat scroll -251px -50px rgba(0, 0, 0, 0);
        transition: all 0.2s ease 0s !important;
    }

.YouTube {
    background: url("../Images/socialIcons.png") no-repeat scroll -299px 0 rgba(0, 0, 0, 0);
    transition: all 0.2s ease 0s !important;
}

    .YouTube:hover {
        background: url("../Images/socialIcons.png") no-repeat scroll -299px -50px rgba(0, 0, 0, 0);
        transition: all 0.2s ease 0s !important;
    }

.Aparat {
    background: url("../Images/socialIcons.png") no-repeat scroll -347px 0 rgba(0, 0, 0, 0);
    transition: all 0.2s ease 0s !important;
}

    .Aparat:hover {
        background: url("../Images/socialIcons.png") no-repeat scroll -347px -50px rgba(0, 0, 0, 0);
        transition: all 0.2s ease 0s !important;
    }

.googlepluss {
    bottom: 20px;
    left: 20px;
    position: fixed;
}
/*footerSocialIcons*/
/*#endregion*/
/*#region header*/
header {
    box-shadow: 0px 1px 6px 0px #b3b3b3;
    position: relative;
}

.top-line {
    background-color: #f3b506;
    width: 100%;
    min-height: 40px;
}

.squarepart {
    font-size: 16px;
    position: absolute;
    width: 300px;
    height: 30px;
    top: 0px;
    border: 0px;
    padding: 2px;
    text-align: center;
    left: 11%;
    background-color: rgb(241, 215, 15);
}
/*#endregion*/
/*#region mobile media*/


@media (min-width:1100px) {

    /* .backTextInfo {
        background-color: #f0eeef;
        border-right: 5px solid #f3b506;
        margin-right: 50px;
        margin-top: 10px;
        margin-left: 20px;
        margin-bottom: 10px;
    }*/
}



@media (max-width:400px) {
    .center-block-xs {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .text-center-xm {
        text-align: center;
    }

    .padding10-xs {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width:700px) {

    .carousel-caption h3 {
        font: 1.3em;
        z-index: 50;
        color: #fff;
        padding: -2em;
        background-color: #ffffffa1;
        padding: 10px;
        color: #000;
        font-size: 20px;
    }
}

@media (min-width:900px) {

    .paddingright40-lg {
        padding-right: 40px;
    }


    .description {
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 50%;
    }


    .logomargin {
        margin-top: 60px;
        margin-right: 5px;
    }

    .pull-right-lg {
        float: right;
    }

    .pull-left-lg {
        float: left;
    }

    .backimg {
        background-image: url('/Images/office1.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: fixed;
        background-size: cover;
        border-top-width: 1px;
        border-right-width: 0;
        border-bottom-width: 1px;
        border-left-width: 0;
        padding: 30px;
        border-bottom: 5px solid #f3b506;
    }

    .backimg2 {
        background-image: url('/Images/product.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: fixed;
        background-size: cover;
        border-top-width: 1px;
        border-right-width: 0;
        border-bottom-width: 1px;
        border-left-width: 0;
    }

    .carousel-caption h3 {
        font: 1.3em;
        position: absolute;
        left: -5em;
        margin-right: 10em;
        z-index: 50;
        color: #fff;
        padding: -2em;
        bottom: 30px;
        background-color: white;
        padding: 10px;
        border-radius: 10px;
        color: black;
        font-size: 20px;
    }
}

@media (min-width:400px) {


    .height350 {
        height: 350px;
    }

    .height400 {
        min-height: 400px;
    }
}
/*#endregion*/
/*#region EFFECT BLOCK*/
.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 0em 0 0em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
    color: black;
}

    /* Common style */
    .grid figure {
        position: relative;
        overflow: hidden;
        margin: 0px 0%;
        text-align: center;
        cursor: pointer;
    }

        .grid figure img {
            position: relative;
            opacity: 0.8;
        }

        .grid figure figcaption {
            padding: 2em;
            color: #fff;
            text-transform: uppercase;
            font-size: 1.25em;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

            .grid figure figcaption::before,
            .grid figure figcaption::after {
                pointer-events: none;
            }

            .grid figure figcaption,
            .grid figure figcaption > a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

                .grid figure figcaption > a {
                    z-index: 1000;
                    text-indent: 200%;
                    white-space: nowrap;
                    font-size: 0;
                    opacity: 0;
                }

        .grid figure h2 {
            word-spacing: -0.15em;
            font-weight: 300;
        }

            .grid figure h2 span {
                font-weight: 800;
            }

        .grid figure h2,
        .grid figure p {
            margin: 0;
        }

        .grid figure p {
            letter-spacing: 1px;
            font-size: 68.5%;
        }

/*-----------------*/
/***** Apollo *****/
/*-----------------*/


figure.effect-apollo img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
    position: absolute;
    bottom: 0;
    margin: 3em;
    padding: 0 1em;
    max-width: 150px;
    border-right: 4px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}


figure.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
/*#endregion*/
/*#region EFFECT Gallery*/
/*! lightgallery - v1.6.4 - 2017-10-29
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2017 Sachin N; Licensed GPLv3 */
@font-face {
    font-family: 'lg';
    src: url("../fonts/lg.eot?n1z373");
    src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.lg-icon {
    font-family: 'lg';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: none;
}

    .lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
        pointer-events: none;
        opacity: 0.5;
    }

    .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
        color: #FFF;
    }

.lg-actions .lg-next {
    right: 20px;
}

    .lg-actions .lg-next:before {
        content: "\e095";
    }

.lg-actions .lg-prev {
    left: 20px;
}

    .lg-actions .lg-prev:after {
        content: "\e094";
    }

@-webkit-keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-moz-keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-ms-keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@-moz-keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@-ms-keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    -o-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    -o-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45);
}

    .lg-toolbar .lg-icon {
        color: #999;
        cursor: pointer;
        float: right;
        font-size: 24px;
        height: 47px;
        line-height: 27px;
        padding: 10px 0;
        text-align: center;
        width: 50px;
        text-decoration: none !important;
        outline: medium none;
        -webkit-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        transition: color 0.2s linear;
    }

        .lg-toolbar .lg-icon:hover {
            color: #FFF;
        }

    .lg-toolbar .lg-close:after {
        content: "\e070";
    }

    .lg-toolbar .lg-download:after {
        content: "\e0f2";
    }

.lg-sub-html {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 0;
    color: #EEE;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
}

    .lg-sub-html h4 {
        margin: 0;
        font-size: 13px;
        font-weight: bold;
    }

    .lg-sub-html p {
        font-size: 12px;
        margin: 5px 0 0;
    }

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-outer .lg-thumb-outer {
    background-color: #0D0A0A;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

    .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
        cursor: -webkit-grab;
        cursor: -moz-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab;
    }

    .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
        cursor: move;
        cursor: -webkit-grabbing;
        cursor: -moz-grabbing;
        cursor: -o-grabbing;
        cursor: -ms-grabbing;
        cursor: grabbing;
    }

    .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
        -webkit-transition-duration: 0s !important;
        transition-duration: 0s !important;
    }

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #FFF;
    border-radius: 4px;
    margin-bottom: 5px;
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color 0.25s ease;
        -o-transition: border-color 0.25s ease;
        transition: border-color 0.25s ease;
    }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom 0.25s ease;
    -o-transition: bottom 0.25s ease;
    transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
    background-color: #0D0A0A;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
}

    .lg-outer .lg-toogle-thumb:after {
        content: "\e1ff";
    }

    .lg-outer .lg-toogle-thumb:hover {
        color: #FFF;
    }

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

    .lg-outer .lg-video .lg-object {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

    .lg-outer .lg-video .lg-video-play {
        width: 84px;
        height: 59px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -42px;
        margin-top: -30px;
        z-index: 1080;
        cursor: pointer;
    }

.lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible;
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 0.08s ease 0s;
    -moz-transition: opacity 0.08s ease 0s;
    -o-transition: opacity 0.08s ease 0s;
    transition: opacity 0.08s ease 0s;
}

    .lg-progress-bar .lg-progress {
        background-color: #a90707;
        height: 5px;
        width: 0;
    }

    .lg-progress-bar.lg-start .lg-progress {
        width: 100%;
    }

.lg-show-autoplay .lg-progress-bar {
    opacity: 1;
}

.lg-autoplay-button:after {
    content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

#lg-zoom-in:after {
    content: "\e311";
}

#lg-actual-size {
    font-size: 20px;
}

    #lg-actual-size:after {
        content: "\e033";
    }

#lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
}

    #lg-zoom-out:after {
        content: "\e312";
    }

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
}

    .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
        overflow: visible;
    }

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}

    .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
        box-shadow: 0 0 0 2px white inset;
    }

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}

    .lg-outer .lg-pager-thumb-cont img {
        width: 100%;
        height: 100%;
    }

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    width: 12px;
}

    .lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
        box-shadow: 0 0 0 8px white inset;
    }

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}

.lg-fullscreen:after {
    content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 1;
    visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #FFF;
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

    .lg-outer .lg-dropdown:after {
        content: "";
        display: block;
        height: 0;
        width: 0;
        position: absolute;
        border: 8px solid transparent;
        border-bottom-color: #FFF;
        right: 16px;
        top: -16px;
    }

    .lg-outer .lg-dropdown > li:last-child {
        margin-bottom: 0px;
    }

    .lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
        color: #333;
    }

    .lg-outer .lg-dropdown a {
        color: #333;
        display: block;
        white-space: pre;
        padding: 4px 12px;
        font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 12px;
    }

        .lg-outer .lg-dropdown a:hover {
            background-color: rgba(0, 0, 0, 0.07);
        }

    .lg-outer .lg-dropdown .lg-dropdown-text {
        display: inline-block;
        line-height: 1;
        margin-top: -3px;
        vertical-align: middle;
    }

    .lg-outer .lg-dropdown .lg-icon {
        color: #333;
        display: inline-block;
        float: none;
        font-size: 20px;
        height: auto;
        line-height: 1;
        margin-right: 8px;
        padding: 0;
        vertical-align: middle;
        width: auto;
    }

.lg-outer #lg-share {
    position: relative;
}

    .lg-outer #lg-share:after {
        content: "\e80d";
    }

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998;
}

    .lg-outer #lg-share-facebook .lg-icon:after {
        content: "\e901";
    }

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced;
}

    .lg-outer #lg-share-twitter .lg-icon:after {
        content: "\e904";
    }

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39;
}

    .lg-outer #lg-share-googleplus .lg-icon:after {
        content: "\e902";
    }

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027;
}

    .lg-outer #lg-share-pinterest .lg-icon:after {
        content: "\e903";
    }

.lg-group:after {
    content: "";
    display: table;
    clear: both;
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

    .lg-outer * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .lg-outer.lg-visible {
        opacity: 1;
    }

    .lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
        -webkit-transition-duration: inherit !important;
        transition-duration: inherit !important;
        -webkit-transition-timing-function: inherit !important;
        transition-timing-function: inherit !important;
    }

    .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
        -webkit-transition-duration: 0s !important;
        transition-duration: 0s !important;
        opacity: 1;
    }

    .lg-outer.lg-grab img.lg-object {
        cursor: -webkit-grab;
        cursor: -moz-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab;
    }

    .lg-outer.lg-grabbing img.lg-object {
        cursor: move;
        cursor: -webkit-grabbing;
        cursor: -moz-grabbing;
        cursor: -o-grabbing;
        cursor: -ms-grabbing;
        cursor: grabbing;
    }

    .lg-outer .lg {
        height: 100%;
        width: 100%;
        position: relative;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        max-height: 100%;
    }

    .lg-outer .lg-inner {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        white-space: nowrap;
    }

    .lg-outer .lg-item {
        background: url("../img/loading.gif") no-repeat scroll center center transparent;
        display: none !important;
    }

    .lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
        display: inline-block !important;
    }

    .lg-outer.lg-css .lg-current {
        display: inline-block !important;
    }

    .lg-outer .lg-item, .lg-outer .lg-img-wrap {
        display: inline-block;
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%;
    }

        .lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
            content: "";
            display: inline-block;
            height: 50%;
            width: 1px;
            margin-right: -1px;
        }

    .lg-outer .lg-img-wrap {
        position: absolute;
        padding: 0 5px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .lg-outer .lg-item.lg-complete {
        background-image: none;
    }

    .lg-outer .lg-item.lg-current {
        z-index: 1060;
    }

    .lg-outer .lg-image {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        max-height: 100%;
        width: auto !important;
        height: auto !important;
    }

    .lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
        opacity: 0;
        -webkit-transition: opacity 0.15s ease 0s;
        -o-transition: opacity 0.15s ease 0s;
        transition: opacity 0.15s ease 0s;
    }

    .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
        opacity: 1;
    }

    .lg-outer .lg-empty-html {
        display: none;
    }

    .lg-outer.lg-hide-download #lg-download {
        display: none;
    }

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

    .lg-backdrop.in {
        opacity: 1;
    }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
    opacity: 0;
}

    .lg-css3.lg-fade .lg-item.lg-current {
        opacity: 1;
    }

    .lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
        -webkit-transition: opacity 0.1s ease 0s;
        -moz-transition: opacity 0.1s ease 0s;
        -o-transition: opacity 0.1s ease 0s;
        transition: opacity 0.1s ease 0s;
    }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
        -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    }

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
}

    .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
        left: -100%;
    }

    .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
        left: 100%;
    }

    .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
        left: 0;
        opacity: 1;
    }

    .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
        -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    }

/*# sourceMappingURL=lightgallery.css.map */

/**/
.demo-gallery > ul {
    margin-bottom: 0;
}

    .demo-gallery > ul > li {
        float: left;
        margin-bottom: 15px;
        margin-right: 20px;
        width: 200px;
    }

        .demo-gallery > ul > li a {
            border: 3px solid #FFF;
            border-radius: 3px;
            display: block;
            overflow: hidden;
            position: relative;
            float: left;
        }

            .demo-gallery > ul > li a > img {
                -webkit-transition: -webkit-transform 0.15s ease 0s;
                -moz-transition: -moz-transform 0.15s ease 0s;
                -o-transition: -o-transform 0.15s ease 0s;
                transition: transform 0.15s ease 0s;
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
                height: 100%;
                width: 100%;
            }

            .demo-gallery > ul > li a:hover > img {
                -webkit-transform: scale3d(1.1, 1.1, 1.1);
                transform: scale3d(1.1, 1.1, 1.1);
            }

            .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
                opacity: 1;
            }

            .demo-gallery > ul > li a .demo-gallery-poster {
                background-color: rgba(0, 0, 0, 0.1);
                bottom: 0;
                left: 0;
                position: absolute;
                right: 0;
                top: 0;
                -webkit-transition: background-color 0.15s ease 0s;
                -o-transition: background-color 0.15s ease 0s;
                transition: background-color 0.15s ease 0s;
            }

                .demo-gallery > ul > li a .demo-gallery-poster > img {
                    left: 50%;
                    margin-left: -10px;
                    margin-top: -10px;
                    opacity: 0;
                    position: absolute;
                    top: 50%;
                    -webkit-transition: opacity 0.3s ease 0s;
                    -o-transition: opacity 0.3s ease 0s;
                    transition: opacity 0.3s ease 0s;
                }

            .demo-gallery > ul > li a:hover .demo-gallery-poster {
                background-color: rgba(0, 0, 0, 0.5);
            }

.demo-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

    .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
        left: 50%;
        margin-left: -10px;
        margin-top: -10px;
        opacity: 0;
        position: absolute;
        top: 50%;
        -webkit-transition: opacity 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s;
        transition: opacity 0.3s ease 0s;
    }

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.demo-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}

/*#endregion*/
/*#region page*/


.pagesH h1, h2, h3 {
    font-size: 16px;
    line-height: inherit;
    font-weight: 700;
}

.pagesH table {
    width: -webkit-fill-available;
}


    .pagesH table caption {
        text-align: center;
        font-weight: bold;
    }

    .pagesH table td p {
        padding-right: 5px;
    }
/*.pagesH tr:first-child  {
       font-weight:bolder;
    }*/
.pagesH img {
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.imgbig {
    width: 100%;
    height: 300px;
}

.imgsm {
    width: 100%;
    height: auto;
}

/*#endregion page */
/*#region section-title */
.section-title {
}

    .section-title strong {
        font-size: 30px;
        text-transform: capitalize;
        position: relative;
    }

    .section-title span.bordered-icon {
        color: #454545;
        /*padding: 0 10px;*/
        font-size: 12px;
        line-height: 18px;
        position: relative;
        display: inline-block;
    }

        .section-title span.bordered-icon:before,
        .section-title span.bordered-icon:after {
            content: "";
            background: #f3b506;
            width: 50px;
            height: 1px;
            top: 8px;
            position: absolute;
        }

        .section-title span.bordered-icon:before {
            left: 100%;
        }

        .section-title span.bordered-icon:after {
            right: 100%;
        }

    .section-title span.bordered-iconwhite {
        color: #fff;
        padding: 0 10px;
        font-size: 12px;
        line-height: 18px;
        position: relative;
        display: inline-block;
    }

        .section-title span.bordered-iconwhite:before,
        .section-title span.bordered-iconwhite:after {
            content: "";
            background: #fff;
            width: 50px;
            height: 1px;
            top: 8px;
            position: absolute;
        }

        .section-title span.bordered-iconwhite:before {
            left: 100%;
        }

        .section-title span.bordered-iconwhite:after {
            right: 100%;
        }


strong.section-title:after {
    background: #dedede none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    margin: 0.31225em auto 0;
    position: relative;
    width: 100px;
}

strong.section-title {
    color: #dedede;
    font-size: 3.8em;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 0 0 1.25em;
    text-align: center;
    text-transform: uppercase;
}
/*#endregion*/
/*#region hover block*/
/*.content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}*/

.content .content-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content-image {
    width: 100%;
}

/*.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    text-align: center;
    line-height: inherit;
    font-size: 1.1em;
}

.content-details p {
    color: #fff;
    font-size: 0.8em;
    text-align: justify;
    line-height: 30px;
}*/


.fadeIn-top {
    top: 20%;
}
/*#endregion*/
/*#region Opinion*/
.backOpinion {
    background-color: #f0f6f7;
    border: 2px solid #eee;
    border-radius: 10px;
}


.backFormOpinion {
    background-color: #eef9f0;
    border: 2px solid #eee;
    border-radius: 10px;
}

.backOpinioninner {
    background-color: #fff;
    border: 2px solid #eee;
    border-radius: 10px;
    display: block;
}

.borderleft {
    border-left: 1px solid #eee;
}

.bordertop1gray {
    border-top: 1px solid #eee;
}

.borderbtn1gray {
    border-bottom: 1px solid #eee;
}


.img-blcok {
    height: 40px;
    width: 40px;
    border: 2px solid #fff;
    display: inline-flex;
    box-shadow: 0px 3px 3px -2px rgb(0 0 0 / 20%), 0px 3px 4px 0px rgb(0 0 0 / 14%), 0px 1px 8px 0px rgb(0 0 0 / 12%);
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    vertical-align: middle;
    flex: auto;
    flex-direction: column;
    padding-top: 4px;
}

.btn-info {
    border-radius: 5px;
}

.marginbtn5 {
    margin-bottom: 5px;
}

.marginleft5 {
    margin-left: 5px;
}

/*#endregion*/
/*#region Menu*/


.marginBottom-0 {
    margin-bottom: 0;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        /*border-left-color: #555;*/
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.btn-continue:hover {
    background-color: #f3b506;
    /*-webkit-transition: background-color 1s ease-in-out;*/
    background: linear-gradient(to right, #f1d70f 100%);
    background-size: 200% 100%;
    background-position: left bottom;
    margin-left: 10px;
    transition: all 0.9s ease-in-out;
    color: black;
}


.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        right: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
        background-color: #ffff00;
        width: 200px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }
/*#endregion*/


/*******************************************************************/
a {
	color: #338f00;
}
a:hover {
	color: #184200;
}
.dir-ltr {
    direction: ltr
}
.dir-rtl {
    direction: rtl
}

:focus-visible {
    outline: none
}

.textdarkgray {
    color: #454647;
}

.textlightgray {
    color: #ddd;
}

.textgreen {
    color: #3e8738;
}

.backgreen {
    background-color: #74A758;
}

.backlightgray {
    background: #F5F5F5;
}

.backdarkgray {
    background: #252525;
}
.line-through {
    text-decoration: line-through;
}

.topbar {
    padding: 5px 15px;
}
header {
    z-index: 5;
}
#navbarTop .nav-link {
    color: #454647;
    font-size: 14px;
    padding: 20px 1px;
}

#navbarTop ul > .nav-item .nav-link:after {
    content: '|';
    color: #999;
    padding: 0 5px;
}

#navbarTop ul > .nav-item:last-child .nav-link:after {
    display: none;
}

#navbarTop .nav-link:hover {
    color: #3e8738;
}

h3.section-title {
    color: #3e8738;
    font-size: 17px;
    font-weight: bold;
}

.tagItemWrap {
    background: #fff;
    border-radius: 10px;
    padding: 15px 5px;
}
.tagItemWrap:hover {
	background: #74a758;
    transition: ease all 0.5s;
}

.tagItemWrap:hover img {
	border-radius: 50%;

}
.tagItemWrap:hover h4 {
	color: #fff;
    transition: ease all 0.5s;
}
div#MainCarousel {
	margin-top: -7px;
}
.owl-dots {
    text-align: left;
}

.button.owl-dot.active span {
    background: #3e8738;
}
.carousel-control-next, .carousel-control-prev{
    width: 7%;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}
#longDescSection h3 {
    color: #3e8738;
	font-size: 17px;
	font-weight: bold;
}
.btn-continue:after {
    content: '>';
    display: inline-block;
    padding: 4px 10px 2px 2px;
    font-weight: bold;
    font-size: 13px;
}

.linkmorebtn {
    border: 1px solid #3e8738;
    border-radius: 50px;
    padding-right: 17px;
    padding-left: 17px;
}

    .linkmorebtn:after {
        content: '\2190';
        display: inline-block;
        font-size: 16px;
        padding: 2px 15px 2px 2px;
        font-weight: bold;
        text-shadow: 0 1px 0px #454647, 1px 0px 0px #454647, 0 -1px 0px #454647, -1px 0 0px #454647;
    }

    .linkmorebtn:hover {
        background: #3e8738;
    }

        .linkmorebtn:hover:after {
            text-shadow: 0 1px 0px white, 1px 0px 0px white, 0 -1px 0px white, -1px 0 0px white;
        }

.news-date {
    display: inline-block;
    float: right;
    margin-bottom: -50px;
    z-index: 2;
    position: relative;
    margin-top: 25px;
    background: #fb0;
    padding: 2px 8px;
    font-size: 14px;
}

.carousel-caption {
    right: 7%;
    left: auto;
    bottom: 50%;
}

    .carousel-caption .slider-btn {
        background: rgba(130,130,130,0.7);
        color: #fff;
        border: 3px solid transparent;
        font-weight: bold;
        font-size: 20px;
        line-height: 25px;
        padding: 22px 25px;
        border-radius: 25px;
        transition: ease all 0.5s;
    }

        .carousel-caption .slider-btn.active,
         .carousel-caption .slider-btn:hover{
            background: #74A758;
            border: 3px solid #fff;
        }

@media(max-width: 767px) {
    .carousel-caption {
        bottom: 0px;
    }

        .carousel-caption .slider-btn {
            font-size: 13px;
            padding: 8px 10px;
            line-height: 18px;
        }

            .carousel-caption .slider-btn img {
                width: 30px;
                height: auto;
            }

            .carousel-caption .slider-btn.active {
                border-width: 1px;
            }
}

.navbar-toggler {
    background: #3e8738;
}

    .navbar-toggler .icon-bar {
        background: #fff;
        height: 2px;
        margin: 6px;
        width: 20px;
        display: block;
    }
    /*
nav.navbar.fixed-top {
    top: 50px
}*/

@media(max-width: 767px) {
    .backtag{
        height: auto;
    }
    nav.navbar .navbar-collapse.show,
    nav.navbar .navbar-collapse.collapsing {
        background: #fff;
        position: absolute;
        top: 67px;
        z-index: 9;
        width: 99vw;
        margin: 0 -45px;
        box-shadow: 0 0 5px 0 #888;
    }
    #navbarTop .nav-link {
	padding: 10px;
	border-bottom: 1px solid #eee;
	margin: 0 5px;
    }
    #navbarTop ul > .nav-item .nav-link:after {
        display: none
    }
}
