﻿body {
}

  header, footer {
            min-height: 50px;
            position: relative;
        }


        [role="contents"] {
            position: relative;
        }

        .mega-nav {
            background: #ee2a29 !important;
            border-radius: 0;
            margin-bottom: 0;
        }

            .mega-nav.navbar-default .navbar-nav > li > a {
                /*color: #fff;*/
                transition: all 200ms ease-out;
                -webkit-transition: all 200ms ease-out;
                -ms-transition: all 200ms ease-out;
            }

                .mega-nav.navbar-default .navbar-nav > li > a:hover {
                    background: #fff;
                    color: #ee2a29;
                }

            .mega-nav.navbar-default .navbar-nav > li.dropdown > a:hover,
            .mega-nav.navbar-default .navbar-nav > li.dropdown > a:focus,
            .mega-nav.navbar-default .navbar-nav > li.dropdown > a:active {
                background: #fff;
                color: #ee2a29;
            }

        #MainMenu {
            padding-left: 0;
        }

            #MainMenu .menu-list li {
                transition: all 200ms ease-out;
                -webkit-transition: all 200ms ease-out;
                -ms-transition: all 200ms ease-out;
            }

                #MainMenu .menu-list li + li {
                    border-left: 1px solid rgba(255, 255, 255, 0.5);
                }

        .mega-nav.navbar-default .navbar-nav > li.menu-list .list-category a {
            color: #333;
        }

        .darkness {
            background: rgba(0, 0, 0, 0.7);
            display: none;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            z-index: 5;
        }

        #custom-search-input{
            border: 1px solid #ee2a29;
            margin-top:25px;
        }

 /*logo div links*/
   .active{
            background-color:#fff;
            color:#ee2a29 !important;
        }
        body{
            max-width: 100%;
            overflow-x: hidden;
        }
        #custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button
{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}

/*logo div links*/

 .footer-bs {
    margin-top: 40px;
    background-color: #3c3d41;
	padding: 60px 40px;
	color: rgba(255,255,255,1.00);
	margin-bottom: -20px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { padding:10px 25px; }
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-color: transparent; }
.footer-bs .footer-brand h2 { margin:0px 0px 10px; }
.footer-bs .footer-brand p { font-size:12px; color:rgba(255,255,255,0.70); }

.footer-bs .footer-nav ul.pages { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.pages li { padding:5px 0px;}
.footer-bs .footer-nav ul.pages a { color:rgba(255,255,255,1.00); font-weight:bold; text-transform:uppercase; }
.footer-bs .footer-nav ul.pages a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }
.footer-bs .footer-nav h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:10px;
}

.footer-bs .footer-nav ul.list { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.list li { padding:5px 0px;}
.footer-bs .footer-nav ul.list a { color:rgba(255,255,255,0.80); }
.footer-bs .footer-nav ul.list a:hover { color:rgba(255,255,255,0.60); text-decoration:none; }

.footer-bs .footer-social ul { list-style:none; padding:0px; }
.footer-bs .footer-social h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.footer-bs .footer-social li { padding:5px 4px;}
.footer-bs .footer-social a { color:rgba(255,255,255,1.00);}
.footer-bs .footer-social a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }

.footer-bs .footer-ns h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:10px;
}
.footer-bs .footer-ns p { font-size:12px; color:rgba(255,255,255,0.70); }

.ContactMap{
    width:100%;
    height:100%;
    margin-left: 40px;
}

@media (min-width: 768px) {
	.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-left:solid 1px rgba(255,255,255,0.10); }
}

/*Chatbox*/

      .chatbox {
    position: fixed;
    bottom: 0;
    right: 30px;
    width: 200px;
    height: 400px;
    background-color: #fff;
    font-family: 'Lato', sans-serif;

    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);

    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: column;
    flex-direction: column;
}

.chatbox--tray {
    bottom: -350px;
}

.chatbox--closed {
    bottom: -400px;
}

.chatbox .form-control:focus {
    border-color: #1f2836;
}

.chatbox__title,
.chatbox__body {
    border-bottom: none;
}

.chatbox__title {
    min-height: 50px;
    padding-right: 10px;
    background-color: black;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    cursor: pointer;

    display: -webkit-flex;
    display: flex;

    -webkit-align-items: center;
    align-items: center;
}

.chatbox__title h5 {
    height: 50px;
    margin: 0 0 0 15px;
    line-height: 50px;
    position: relative;
    padding-left: 20px;

    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.chatbox__title h5 a {
    color: #fff;
    max-width: 195px;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chatbox__title h5:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    background: #4CAF50;
    border-radius: 6px;

    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.chatbox__title__tray,
.chatbox__title__close {
    width: 24px;
    height: 24px;
    outline: 0;
    border: none;
    background-color: transparent;
    opacity: 0.5;
    cursor: pointer;

    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
}

.chatbox__title__tray:hover,
.chatbox__title__close:hover {
    opacity: 1;
}

.chatbox__title__tray span {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-bottom: 2px solid #fff
}

.chatbox__title__close svg {
    vertical-align: middle;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.2px;
}

.chatbox__body,
.chatbox__credentials {
    padding: 15px;
    border-top: 0;
    background-color: #f5f5f5;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;

    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.chatbox__credentials {
    display: none;
}

.chatbox__credentials .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.chatbox__body {
    overflow-y: auto;
}

.chatbox__body__message {
    position: relative;
}

.chatbox__body__message p {
    padding: 15px;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
    box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
}

.chatbox__body__message img {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 2px solid #fcfcfc;
    position: absolute;
    top: 15px;
}

.chatbox__body__message--left p {
    margin-left: 15px;
    padding-left: 30px;
    text-align: left;
}

.chatbox__body__message--left img {
    left: -5px;
}

.chatbox__body__message--right p {
    margin-right: 15px;
    padding-right: 30px;
    text-align: right;
}

.chatbox__body__message--right img {
    right: -5px;
}

.chatbox__message {
    padding: 15px;
    min-height: 50px;
    outline: 0;
    resize: none;
    border: none;
    font-size: 12px;
    border: 1px solid #ddd;
    border-bottom: none;
    background-color: #fefefe;
}

.chatbox--empty {
    height: 415px;
    width: 25%;
    z-index: 2147483646;
}

.chatbox--empty.chatbox--tray {
    bottom: -365px;
}

.chatbox--empty.chatbox--closed {
    bottom: -262px;
}

.chatbox--empty .chatbox__body,
.chatbox--empty .chatbox__message {
    display: none;
}

.chatbox--empty .chatbox__credentials {
    display: block;
} 

.checked {
    color: orange;
}

.divider {
    border: 1px solid #ccc;
}
.avatarLayout {
    height: 40px;
    width: 40px;
    /*border: 4px solid #108DB6 !important;*/
    margin-top: 5px;
    box-shadow: 2px 2px 2px #ccc;
  }

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

header, footer {
    min-height: 50px;
    position: relative;
}

[role="contents"] {
    position: relative;
}

.mega-nav {
    background: #ee2a29;
    border-radius: 0;
    margin-bottom: 0;
}

    .mega-nav.navbar-default .navbar-nav > li > a {
        color: #fff;
        transition: all 200ms ease-out;
        -webkit-transition: all 200ms ease-out;
        -ms-transition: all 200ms ease-out;
    }

        .mega-nav.navbar-default .navbar-nav > li > a:hover {
            background: #fff;
            color: #ee2a29;
        }

    .mega-nav.navbar-default .navbar-nav > li.dropdown > a:hover,
    .mega-nav.navbar-default .navbar-nav > li.dropdown > a:focus,
    .mega-nav.navbar-default .navbar-nav > li.dropdown > a:active {
        background: #fff;
        color: #ee2a29;
    }

#MainMenu {
    padding-left: 0;
}

    #MainMenu .menu-list li {
        transition: all 200ms ease-out;
        -webkit-transition: all 200ms ease-out;
        -ms-transition: all 200ms ease-out;
    }

        #MainMenu .menu-list li + li {
            border-left: 1px solid rgba(255, 255, 255, 0.5);
        }

.mega-nav.navbar-default .navbar-nav > li.menu-list .list-category a {
    color: #333;
}

.darkness {
    background: rgba(0, 0, 0, 0.7);
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
}

/*Responsive CSS*/

@media only screen and (max-width: 1499px) {
 
}

 @media only screen and (max-width: 1300px) {
 
}     

@media only screen and (max-width: 1366px) {

}

@media only screen and (max-width: 1199px) {
   
}

@media only screen and (max-width: 1024px) {
    #NavbarLayoutMenu > li:first-child {
        margin-left:-30px;
}
    .nav > li > a{
        padding:15px 0px 15px 12px !important;
    }
}

@media only screen and (max-width: 768px) {
   #NavbarLayoutMenu > li:first-child {
        margin-left:-20px;
}
    .nav > li > a{
        padding:10px 0px 10px 20px !important;
        font-size:11px;
    }

    #NavbarLayoutMenu > li > a > span{
        display:none;
    } 

    h2{
        font-size:20px !important;
    }

    #FooterContactInfo > p{
            margin: 10px -55% 15px;
    }
   .footer-bs .footer-social a{
       font-size:11px;
   }
   .footer-bs .footer-nav ul.pages a{
       font-weight: unset;
     text-transform: none; 
   }
   #custom-search-input{
       margin-top:-10px;
   }
}

@media only screen and (max-width: 575px) {
  #NavbarLayoutMenu > li:first-child {
        margin-left:-20px;
}
    .nav > li > a{
        padding:10px 0px 10px 20px !important;
        font-size:11px;
    }

    #NavbarLayoutMenu > li > a > span{
        display:none;
    } 

    h2{
        font-size:20px !important;
    }

    #FooterContactInfo > p{
            margin: 10px -55% 15px;
    }
   .footer-bs .footer-social a{
       font-size:11px;
   }
   .footer-bs .footer-nav ul.pages a{
       font-weight: unset;
     text-transform: none; 
   }
    #custom-search-input{
       margin-top:-10px;
   }
       .chatbox{
        width:70%;
    }
       .signup-form{
        padding:10px;
    }
       .signin-form{
           padding:10px 15px 0px 10px !important;
       }
}

@media only screen and (max-width: 480px) {
     #NavbarLayoutMenu > li:first-child {
        margin-left:-20px;
}
    .nav > li > a{
        padding:10px 0px 10px 20px !important;
        font-size:11px;
    }

    #NavbarLayoutMenu > li > a > span{
        display:none;
    } 

    h2{
        font-size:18px !important;
    }
    h3{
        font-size:16px !important;
    }
    #FooterContactInfo > p{
            margin: 10px -55% 15px;
    }
   .footer-bs .footer-social a{
       font-size:11px;
   }
   .footer-bs .footer-nav ul.pages a{
       font-weight: unset;
     text-transform: none; 
     font-size:10px;
   }
   .footer-social{
       display:none;
   }
   .footer-ns{
       display:none;
   }
    #custom-search-input{
       margin-top:-10px;
   }
       .chatbox{
        width:70%;
    }
    .signup-form{
        padding:10px;
    }
     .signin-form{
           padding:10px 15px 0px 10px !important;
       }
}

@media only screen and (max-width: 375px) {
    #NavbarLayoutMenu > li:first-child {
        margin-left:-20px;
}
    .nav > li > a{
        padding:10px 0px 10px 20px !important;
        font-size:11px;
    }

    #NavbarLayoutMenu > li > a > span{
        display:none;
    } 

    h2{
        font-size:18px !important;
    }
     h3{
        font-size:14px !important;
    }
    #FooterContactInfo > p{
            margin: 10px -55% 15px;
    }
   .footer-bs .footer-social a{
       font-size:11px;
   }
   .footer-bs .footer-nav ul.pages a{
       font-weight: unset;
     text-transform: none; 
   }
    #custom-search-input{
       margin-top:-10px;
   }
       .chatbox{
        width:70%;
    }
   .signup-form{
        padding:10px;
    }
    .signin-form{
           padding:10px 15px 0px 10px !important;
       }
}

@media only screen and (max-width: 360px) {
    #NavbarLayoutMenu > li:first-child {
        margin-left:-20px;
}
    .nav > li > a{
        padding:10px 0px 10px 20px !important;
        font-size:11px;
    }

    #NavbarLayoutMenu > li > a > span{
        display:none;
    } 

    h2{
        font-size:16px !important;
    }
     h3{
        font-size:14px !important;
    }
    #FooterContactInfo > p{
            margin: 10px -55% 15px;
    }
   .footer-bs .footer-social a{
       font-size:11px;
   }
   .footer-bs .footer-nav ul.pages a{
       font-weight: unset;
     text-transform: none; 
   }
    #custom-search-input{
       margin-top:-10px;
   }
    .chatbox{
        width:70%;
    }
    .signup-form{
        padding:10px;
    }
    .signin-form{
           padding:10px 15px 0px 10px !important;
       }
}