html,body{
    position: relative;
    min-height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

body{
    height: 100%;
    background-color: rgba(9, 16, 25, 1);
}

iframe#ifrm{
    display:none !important;
}
.tablesorter-filter.disabled{
    display: none;
}

#loginPanel{
    margin: 50px auto;
    width: 50%;
}

#mainContainer{
    position: relative;
}
#mainBody{
    padding-top: 70px;
}
#divPageContent,#divInfoContent{
    background-color:rgba(255,255,255,.95) ;
    padding: 25px 50px;
    margin: 50px 100px;
}

#g-recaptcha-response{
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    max-width: 302px !important;
    max-height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

#divContactUs .g-recaptcha{
    margin: 50px !important;
}

.logo{
    width: 232px;
    height: auto;
    margin: 10px;
}

#head-nav{
    z-index:99;
    position: fixed;
    top: 0;
    background-color: rgba(255,255,255,.8);
    border:none;
    border-radius: 0;
    font-family: "futura-pt",Helvetica,Arial,sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
    transition: all 1s ease;
    width: 100%;
}
#headTagLine{
    border: none;
    float: none;
    width: 100%;
    background-color: white;
    text-align: center;
    margin: 0;
}
#headTagLine p{
    font-size: 2.5em;
}
#head-nav.full{
    background-color: rgba(255,255,255,1);
}

#videoBackground:after,#bodyVideo:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/bgRepeat.png") left top repeat;
    width: 100%;
    height: 100%;
    z-index: -99;
}

#bodyVideo video,#videoBackground video{
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 98%;
    width: auto;
    height: auto;
    z-index: -99;
}
#headCarousel img{
    width: 100%;
    margin: 0 !important;
}
.carouselImage{
    min-height: 500px;
}

#imgAboutIcon,#imgServicesIcon,#imgProductIcon,#imgContactIcon{
    width: auto;
    height: 35px;
    margin-right: 5px;
}

#mainContainer{
    height: 100%;
}

#myNavbar > ul > li > a{
    vertical-align: middle !important;
    padding: 0 auto !important;
    padding-top: 25px;
    height: 70px;
    border-bottom: solid #1da584 0px;
    transition: all .15s ease;
}
#myNavbar > ul > li.open > a{
    background-color: transparent !important;
    border-bottom-width: 5px;
}

#myNavbar > ul > li > a:hover{
    border-bottom-width: 5px;
}
.dropdown-menu{
    -webkit-box-shadow: 2px 2px 0 rgba(0,0,0,.175);
    box-shadow: 2px 2px 0 rgba(0,0,0,.175);
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}
.dropdown-menu li{
    border-bottom: 1px dotted #ccc;
}
.dropdown-menu li a{
    padding: 1em 2em !important;
}

.dropdown-submenu{
    position: relative;
}

.dropdown-submenu > .dropdown-menu{
    position: relative;
    top: 1px;
    margin: auto 0;
    box-shadow: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.dropdown-submenu > .dropdown-menu a{
    padding-left: 3em !important;
}

.dropdown-submenu:hover>.dropdown-menu{
    display: block;
}

.dropdown-submenu>a:after{
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}


.dropdown-submenu:hover>a:after{
    border-left-color: #1c9c7c;
}
#divProfile{
    margin: 50px auto;
}

#divProfileDetail{
    z-index: 5;
    text-align: center;
    padding: 0;
}
#divProfileForm{
    z-index: 4;
    padding: 25px;
}
#divProfileDetail,#divProfileForm{
    border: rgba(0,0,0,.1) solid 1px;
    box-shadow: rgba(0,0,0,.1) 0px 0px 15px;
    background-color: white;
    height: 500px;
}
#divProfileDetail .profilePhoto{
    height: 350px;
    position: relative;
}
#divProfileDetail .profilePhoto img{
    height: 100%;
    width: 100%;
}
#divProfileDetail .profilePhoto i{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 2.5em;
    opacity: 0;
}
#divProfileDetail .profilePhoto:hover i{
    opacity: 1;
}
#divProfileDetail .profileDetail h2{
    color: rgba(52, 52, 52, 0.8);
}
#divProfileDetail .profileDetail h3{
    color: rgba(52, 52, 52, 0.6);
}

#divDashboard{
    margin: 50px 20px;
    box-shadow: rgba(0,0,0,.1) 0px 0px 15px;
}
#divDashboardSideBar,#divDashboardContent{
    border: rgba(0,0,0,.1) solid 1px;
    min-height: 500px;
}
#divDashboardSideBar{
    padding: 0;
    border-right: none;
}
#divDashboardContent{
    padding: 15px;

}
#ulSidebar{
    list-style-type: none;
    padding: 0;
}
#ulSidebar li{
    border: rgba(0,0,0,.1) solid 1px;

}
#ulSidebar li a{
    position: relative;
    display: block;
    text-decoration: inherit;
    color:inherit;
    padding: 10px 10px 15px 10px;
}
#ulSidebar li a:before{
    position: absolute;
    content: "";
    top:0;
    left:0;
    bottom:0;
    right: 0;
    background-color: #1c9c7c;
    z-index: -1;
    opacity: 0;
    transition: opacity .3s;
}
#ulSidebar li a:hover:before,#ulSidebar li a.active:before{
    opacity: 1;
}
#ulSidebar li a:hover,#ulSidebar li a.active{
    transition: color .25s;
    color: white;
}

#divBody{
    position: relative;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

#divHeader{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    z-index: -98;
}

#divBody > .row,#divHeader > .row{
    margin: 0 25px !important;
}

#divBody .row > div,#divHeader > .row > div{
    margin-bottom: 0;
    margin-top: 10px !important;
}

#divBodyTitle,#divHeadInfo {
    background-color: white;
    text-align: center;
    font-weight: bold;
}
#divHeadInfo{
    overflow: hidden;
    background-color: white;
    padding-top:15px !important;
}
#divWrapInfo div{
    margin: 0;
}

#divWrapInfo .divWrapInfoContent{
    padding: 15px;
    border-left: rgba(78, 163, 111, 0.27) solid 3px;
}
#divWrapInfo .divWrapInfoContent a{
    color: rgba(90, 68, 61, 0.8);
}
#divWrapInfo .divWrapInfoContent small{
    color: rgba(108, 108, 108, 0.67);
}
#divHeadInfo h2{
    margin: 0 !important;
}
#divBodyTitle hr,#divHeadInfo hr{
    background-color: #1c9c7c;
    height: 4px;
    width: 75px;
}
#divBodyTitle:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 50px white;
    border-left: solid 50px transparent;
    border-right: solid 50px transparent;
}

.divThumbSmall{
    position:relative;
    margin: 25px 0;
    height: 400px !important;
    width: 100% !important;
    opacity: 0;
    transform: translateY(500px) scale(1);
    transition: transform .1s ease;
}
.divThumbSmall:hover{
    z-index: 35;
    transform: scale(1.05) !important;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.divThumbSmall .divThumbImage{
    position:relative;
    height: 70%;
    padding: 10px;
}

.divThumbSmall .divThumbImage img{
    position: absolute;
    bottom:-5px;
    right: -25px;
    width: 225px;
    height: auto;
}
.divThumbSmall .divThumbImage img{
    position: absolute;
    bottom:-5px;
    right: -25px;
    width: 225px;
    height: auto;
}
.divThumbSmall a{
    text-decoration: none;
}
.divThumbSmall a:hover{
    text-decoration: none;
    background-color: transparent !important;
;
}
.divThumbSmall .divThumbTitle{
    position:relative;
    background-color: white;
    border : rgba(204, 204, 204, 0.1) solid 1px;
    height: 30%;
    vertical-align: middle;
    text-align: left;
    padding: 10px;
}

.divThumbSmall .divThumbTitle .thumbCat{
    padding: 4px;
    background-color: #1c9c7c;
    width: 75px;
    color: white;
}

.divThumbSmall .divThumbTitle span{
    display: block;
    font-size: 1.4em;
}

.divThumbSmall .divThumbTitle p{
    color: rgba(62, 62, 62,.7);
}
#thumbImage1{
    background: rgba(194,242,51,1);
    background: -moz-linear-gradient(-45deg, rgba(194,242,51,1) 0%, rgba(1,124,0,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(194,242,51,1)), color-stop(100%, rgba(1,124,0,1)));
    background: -webkit-linear-gradient(-45deg, rgba(194,242,51,1) 0%, rgba(1,124,0,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(194,242,51,1) 0%, rgba(1,124,0,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(194,242,51,1) 0%, rgba(1,124,0,1) 100%);
    background: linear-gradient(135deg, rgba(194,242,51,1) 0%, rgba(1,124,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2f233', endColorstr='#017c00', GradientType=1 );
}

#thumbImage2{
    background: rgba(194,242,51,1);
    background: -moz-linear-gradient(-45deg, rgba(194,242,51,1) 0%, rgba(1,124,0,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(194,242,51,1)), color-stop(100%, rgba(1,124,0,1)));
    background: -webkit-linear-gradient(-45deg, rgba(194,242,51,1) 0%, rgba(1,124,0,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(194,242,51,1) 0%, rgba(1,124,0,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(194,242,51,1) 0%, rgba(1,124,0,1) 100%);
    background: linear-gradient(135deg, rgba(194,242,51,1) 0%, rgba(1,124,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2f233', endColorstr='#017c00', GradientType=1 );
}

#thumbImage3{
    background: rgba(194,242,51,1);
    background: -moz-linear-gradient(-45deg, rgba(194,242,51,1) 0%, rgba(1,124,0,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(194,242,51,1)), color-stop(100%, rgba(1,124,0,1)));
    background: -webkit-linear-gradient(-45deg, rgba(194,242,51,1) 0%, rgba(1,124,0,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(194,242,51,1) 0%, rgba(1,124,0,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(194,242,51,1) 0%, rgba(1,124,0,1) 100%);
    background: linear-gradient(135deg, rgba(194,242,51,1) 0%, rgba(1,124,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2f233', endColorstr='#017c00', GradientType=1 );
}

#thumbImage4{
    background: rgba(235,235,235,1);
    background: -moz-linear-gradient(-45deg, rgba(235,235,235,1) 0%, rgba(102,102,102,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(235,235,235,1)), color-stop(100%, rgba(102,102,102,1)));
    background: -webkit-linear-gradient(-45deg, rgba(235,235,235,1) 0%, rgba(102,102,102,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(235,235,235,1) 0%, rgba(102,102,102,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(235,235,235,1) 0%, rgba(102,102,102,1) 100%);
    background: linear-gradient(135deg, rgba(235,235,235,1) 0%, rgba(102,102,102,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa782e', endColorstr='#a92329', GradientType=1 );
}

#thumbImage1 img,#thumbImage2 img,#thumbImage3 img{
    bottom:5px;
    right: -10px;
    width:145px;
    box-shadow: rgba(10, 10, 10, 0.35) -5px 5px 15px 1px ;
}
.divThumbImage span{
    font-size: 5em;
    font-weight: 900;
    word-wrap: break-word;
    line-height: 1em;
    opacity: 0.15;
    text-shadow: 2px 2px 3px rgba(255,255,255,0.15);
}

@media only screen and (max-width: 470px) {
    .divThumbImage span{
        font-size: 5em;
        line-height: 1em;
    }
    #divPageContent,#divInfoContent{
        padding: 15px 30px;
        margin: 5px 10px;
    }
}

@media only screen and (min-width: 471px) and (max-width: 765px){
    .divThumbImage span{
        font-size: 7em;
        line-height: 100px;
    }
    #divPageContent,#divInfoContent{
        padding: 15px 30px;
        margin: 15px 20px;
    }
}

@media only screen and (max-width: 765px) {
    #head-nav{
        background-color: rgba(255,255,255,1);
    }
}
