.navTopMobile {
    background-color: #232f3e!important;
    width: 100%!important;
    overflow: auto;
    float:right;
}

.navTopMobile li {
    box-shadow: inset 0px -1px 0px rgb(0,0,0); 
}
.navTopMobile li > a {
    color: #ffffff!important;
}
.navTopMobile li:hover {
    background-color: #ffffff;
    padding: 0!important;
}

.navTopMobile > li > a:hover,
.navTopMobile > li > a:focus{
    color: #000!important;
    font-weight: bold;
}
@media (max-width: 405px) {
    .navTopMobile > li {
        margin-top: 0px!important;
        width: 100%!important;
    }
}
.navbar-collapse {
    padding: 0px!important;
    overflow: hidden!important;
}
.navbar {
    overflow: visible;  
    font-weight: 700;
    margin: 0;
    background-color: #232f3e;
    /*[margin-bottom: -20px;] THIS COMPLETELY BREAKS BOOTSTRAP'S CAROUSEL (negative margins)*/
}
.navbar-nav {
    margin: 0;
}
.navbar > li {
    float: none;
    margin: 0 auto;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #000;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #CC6600;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
}
/*Former navbarTop*/
.navTop {
    background-color: #ffffff;
}
.navTop li {
    height: 80px;
    width: 140px;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -kthtml-transition: all 200ms linear;
    transition: all 200ms linear;    
}
.top-nav-bg {
    background-color: #ffffff;
}
.navTop > li > a {
    padding-top: 50px; 
    text-align: center;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}
.navTop li:hover, .navTop li:focus {
    -webkit-box-shadow:  inset 0px -2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow:  inset 0px -2px 0px rgba(0,0,0,0.2);
    box-shadow: inset 0px -2px 0px rgba(0,0,0,0.2);
}
.navTop .dropdown {
    width: 80px!important;
}
.navTop .dropdown-menu li {
    width: 80px!important;
}

/*.navTop > li > a:hover, .nav > li > a:focus {
    color: red!important;
}*/
.dropdown li {
     height: 40px!important;
     width: 138px!important;
}
.dropdown-toggle > li > a {
    margin-top: 2px;
}
.dropdown-menu {
     min-width: 80px!important;
     text-align: right!important;
     font-size: 12px;
}
.dropdown-menu > li > a {
    height: 100%;
    padding-top: 10px;
}
.dropdown-menu a:active{
     background-color: #ffffff;
}
.dropdown-menu > li > a:hover{
     color: #CC6600;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .dropdown > ul > li {
        height: 40px!important;
    }
    .dropdown-menu > li > a {
        height: 100%!important;
        padding-top: 10px!important;
    }
}
.top-header-brand img{
    max-height: 80px;
    margin-right: 50px;
}
.navbar-brand 
{
    padding-top: 0;
}
.navbar-header a > img {
    max-width: 140px;
}
.navbar-tablet li {
    height: 40px!important;
}
.navbar-tablet > li > a {
    padding-top: 10px!important;
}
.navbar-separator:before { 
  content: '';
  position: absolute;
  left: 1px;
  top: 40px;
  width: 1px;
  height: 30px;
  background: #E3E3E3;
}
.navbar-separator:after {
  content: '';
  position: absolute;
  right: -2px;
  top: 40px;
  width: 1px;
  height: 30px;
  background: #E3E3E3;
}
.navbar-separator li ul:before { /*remove separator for dropdown menu*/
  content: '';
  position: absolute;
  height: 0px;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .navbar-separator:before {
        top:5px!important;
    }
    .navbar-separator:after {
        top:5px!important;
    }
}
/*Small device navbar adjustments*/
.navbar-header {
    min-height: 80px;
    background-color: #ffffff;
}
/* Hide logo for non-mobile users.*/
@media (min-width: 768px) {
    .navbar-header {
        display:none; 
        float:none;
    }
}
/*Header height fix for very small devices*/
@media (max-width: 310px) {
    .navbar-header {
        min-height: 120px;
    }
}
.menu-items-tablet {
    margin-left:10px;
    margin-right:10px;  
    margin-top:70px;        
}
@media (max-width:768px) {
    .collapsed-logo {
        display:none;
    }
}
/*Fancy menu buttons*/
.ca-menu {
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
}
.ca-menu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   text-align:center;
   width: 100%;
}
.ca-menu li {
    width: 175px;
    height: 90px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    float: none;
    margin: 0 auto;
    margin-bottom: -5px;
    margin-left: -2px;
    background: #f9f9f9; /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
    background: linear-gradient(left, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 */
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2), inset 0px 0px 0px white;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2), inset 0px 0px 0px white;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2), inset 0px 0px 0px white;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
li.ca-menu-right { /*reverse shadows and background gradient for left menu items*/
    background: #f9f9f9; /* Old browsers */
    background: -moz-linear-gradient(right, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, right top, right top, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(right, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(right, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(right, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
    background: linear-gradient(right, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 */	
    -webkit-box-shadow: -1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: -1px 1px 2px rgba(0,0,0,0.2);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;	
}
li.ca-menu-center {
    filter: none !important; /* fix for IE8 background color */
    background: #232f3e; /* Old browsers */
    -webkit-box-shadow: 0px 1px 2px rgba(255,255,255,.2);
    -moz-box-shadow: 0px 1px 2px rgba(255,255,255,0.2);
    box-shadow: 0px 1px 2px rgba(255,255,255,0.2);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;   
}
.ca-menu li:last-child {
    margin-right: 0px;
}
.ca-menu li a {
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}
.ca-icon {
    font-size: 30px;
    color: #f9f9f9;
    text-shadow: 1px 0px 1px rgba(255,255,255,0.8);
    line-height: 150px;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0px;
    top: -50px;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.ca-content {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50%;
}
.ca-main {
    color: #f9f9f9;
    font-size: 16px;
    opacity: 1;
	line-height:10px;
    text-align: center;
    margin-left:20px;
    margin-right:20px;  
    margin-top:60px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.ca-sub {
    margin-bottom: 40px;
    text-align:center;
    font-size: 14px;
    color: #CC6600;
	text-shadow: 1px 1px 1px #ffffff;
    line-height: 35px;
    opacity: 1;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
/* Resize for Tablets< & <Large devices (:hacks) */
@media (width: 1200px) {
    .ca-menu {
        margin-left: 10%; /* Fix for a glitch that happens only @1200px */
    }
    .ca-menu li {
        width:180px !important;
        height: 140px !important;
    }
}
/*@media (min-width: 992px) and (max-width:1200px) {
    .ca-menu li {
        width:180px !important;
        height: 140px !important;
    }
    .ca-icon{
        font-size: 30px !important;
    }
    .ca-content{
        top:10% !important;
    }
    .ca-main{
        font-size:22px !important;
    }
    .ca-sub{
        font-size:14px !important;
        line-height:20px !important;
    }
}
*/
/* Resize for Tablets */
@media (min-width: 768px) and (max-width:992px) {
	.ca-menu li {
		width:140px !important;
		height: 90px !important;
	}
	.ca-icon{
		font-size: 30px !important;
	}
	.ca-content{
		top:-5% !important;
	}
	.ca-main{
		font-size:16px !important;
	}
	.ca-sub{
		font-size:12px !important;
		line-height:20px !important;
	}
}
/*Sticky top menu*/
.sticky-menu {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2); /*You can not transition from a normal box shadow to a inset box shadow. Hence the double box.*/
    -moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.2);
}
/*Sticky fancy menu*/
.ca-menu-sticky li {
    max-height: 65px!important;
    width: 150px!important;
    display: inline-block;
    float: none;
    margin: 0 auto;
    margin-bottom: -5px;
    margin-left: -2px;    
 }
.ca-menu-sticky li .ca-icon {
    font-size: 26px;
    margin-top: -5px;
 }
.ca-menu-sticky li .ca-main {
    font-size: 12px;
    margin-top: 45px;
 }
@media (min-width: 768px) and (max-width: 992px) {
    .ca-menu-sticky li {
        width: 120px!important;
    }
    .ca-menu-stickyli .ca-icon {
        font-size: 18px!important;
    }
.ca-menu-sticky li .ca-main {
        font-size: 10px!important;
        margin-top: 45px!important;
    }    
}
.ca-menu li:hover , .ca-menu li:focus {
    background:#ffffff;
    -webkit-box-shadow:  0px 0px 0px white, inset 0px -2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow:  0px 0px 0px white, inset 0px -2px 0px rgba(0,0,0,0.2);
    box-shadow:  0px 0px 0px white, inset 0px -2px 0px rgba(0,0,0,0.2);
}
.ca-menu li:hover .ca-icon,
.ca-menu li:focus .ca-icon {
    color: rgb(222, 140, 18);
    /*opacity: 0.6;*/
}
.ca-menu li:hover .ca-main,
.ca-menu li:focus .ca-main {
    color: rgb(222, 140, 18);
}
.ca-menu li:hover .ca-sub{
    color: #777;
}
.ca-menu li:hover .ca-main-right{
    /*color: #a90329;
    -webkit-animation: moveFromRight 500ms ease;
    -moz-animation: moveFromRight 500ms ease;
    -ms-animation: moveFromRight 500ms ease;*/
}
.ca-menu li:hover .ca-main-left{
    /*color: blue;
    -webkit-animation: moveFromLeft 500ms ease;
    -moz-animation: moveFromLeft 500ms ease;
    -ms-animation: moveFromLeft 500ms ease;*/
}
.ca-menu li:hover .ca-main-top{
    /*color: #CC6600;
    -webkit-animation: moveFromTop 400ms ease;
    -moz-animation: moveFromTop 400ms ease;
    -ms-animation: moveFromTop 400ms ease;*/
}
.ca-menu li:hover .ca-main-bottom{
    /*color: #777;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;*/
}
@-webkit-keyframes moveFromTop{
    from {
        -webkit-transform: translateY(-400%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromTop{
    from {
        -moz-transform: translateY(-400%);
        transform: translateY(-400%);
    }
    to {
        -moz-transform: translateY(0%);
        transform: translateY(0%)
    }
}
@-ms-keyframes moveFromTop{
    from {
        -ms-transorm: translateY(-400%);
        transform: translateY(-400%);

    }
    to {
        -ms-transform: translateY(0%);
        transform: translateY(0%);

    }
}

@-webkit-keyframes moveFromLeft{
    from {
        -webkit-transform: translateX(-400%);
    }
    to {
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes moveFromLeft{
    from {
        -moz-transform: translateX(-400%);
    }
    to {
        -moz-transform: translateX(0%);
    }
}
@-ms-keyframes moveFromLeft{
    from {
        -ms-transform: translateX(-400%);
    }
    to {
        -ms-transform: translateX(0%);
    }
}

@-webkit-keyframes moveFromRight {
    from {
        -webkit-transform: translateX(400%);
    }
    to {
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes moveFromRight {
    from {
        -moz-transform: translateX(400%);
    }
    to {
        -moz-transform: translateX(0%);
    }
}
@-ms-keyframes moveFromRight {
    from {
        -ms-transform: translateX(400%);
    }
    to {
        -ms-transform: translateX(0%);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(400%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(400%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(400%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}
@-webkit-keyframes moveFromLeftToRIght{
    from {
        -webkit-transform: translateX(0%);
    }
    to {
        -webkit-transform: translateX(80%);
    }
}
@-moz-keyframes moveFromLeftToRIght{
    from {
        -moz-transform: translateX(0%);
    }
    to {
        -moz-transform: translateX(100%);
    }
}
@-ms-keyframes moveFromLeftToRIght{
    from {
        -ms-transform: translateX(0%);
    }
    to {
        -ms-transform: translateX(100%);
    }
}
