/* Add here all your CSS customizations */
ul,
ol {
	margin-top: 0;
	margin-bottom: 20px;
}
html {
    height: 100% !important;
}

body {
	height: 100%;
}

.body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

h1 {
    font-size: 29px;
}

h2 {
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
}

h3 {
	text-transform:none
}

p {
    color: #41515b;
}

.prodItem {
	display:inline-block;
	margin-bottom: 20px;
}

.thumb-info {
    display: block;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 0px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.catBoxFrame {
	    max-width: 215px;
		text-align:center
}

.catBoxTitle {
	    padding: 15px;
    text-align: center;
    display: block;
	font-weight: 600;
}

.catBoxTitle h4 {
    font-weight: 600;
	margin-bottom:0px;
}

#footer {
	font-family: "Roboto", sans-serif;
    font-weight: 300;
	margin: 0 0 0 0;
}

#footer h4 {
	font-size: 22px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
}

#footer .footer-copyright {
        background: #0033a8;
    border-top: none;
    margin-top: 0px;
    padding: 0px 0 10px;
	    font-size: 13px;
}

#footer .footer-copyright p {
    color: #fff;
    margin: 0;
    padding: 0;
	
}

#footer .social-icons {
	text-align:right;
}

.imageLeft {
    margin-right: 12px !important;
    margin-bottom: 12px !important;
    float: left;
}

.imageRight {
    margin-left: 12px !important;
    margin-bottom: 12px !important;
    float: right;
}

span.imageWidthHalf img,
span.imageWidthQuarter img {
    max-width: 100%;
}

.imageWidthQuarter {
    max-width: 25%;
}

.imageWidthHalf {
    max-width: 50%;
}

.galBoxFrame {
    width: 227px;
    margin: 0 15px 30px;
    background: #fff;
    padding: 4px;
    border: 1px solid #CCC;
}

.galBoxInner {
    height: 170px;
    position: relative;
    overflow: hidden;
}

.bg-images {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-align: left;
}

.bg-images img {
    margin: 61px 0 0 89px;
    width: 40px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.prodLink:hover .galBoxFrame .bg-images img {
    margin: 55px 0 0 84px;
    width: 57px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

section.section {
    padding: 14px 0 25px !important;
}

/* !! Client WYSIWYG styles start */

.heading {
	    font-size: 1.22em;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
	color:#0033a8;
}

.bodyText {
	font-size: 14px;
	color:#41515b;
}

.quoteText {
	font-size: 14px;
	color: #41515b;
	font-style: italic;
}

.quoteSmallText {
	font-size: 12px;
	color: #41515b;
	font-style: italic;
}

.alertText {
	font-size: 14px;
	color: #FF0000;
}

.captionText {
	font-size: 10px;
	color: #41515b;
}

.captionAlertText {
	font-size: 10px;
	color: #FF0000;
}
/* !! Client WYSIWYG styles end */

@media (min-width: 1200px) {
	#header .header-nav-main nav > ul > li > a {
		padding: 10px 10px;
	}
	
	#header .header-nav-main nav > ul > li > a.dropdown-toggle {
    	padding-right: 19px;
	}
	#header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
		right: 8px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.catBoxFrame {
		max-width: 175px;
	}	
}
@media (max-width: 991px) {
	#footer .social-icons {
		text-align:left;
	}
}
@media (max-width: 687px) {
	.smallCenter {
		float: none;
		display: block;
		margin: 0 auto 25px!important;
	}
}

@media (max-width: 675px) {
	#header .header-social-icons {
		float: left;
		margin: 15px 10px 0 0;
	}
}


@media (max-width: 597px) {
.imageWidthHalf, .imageWidthQuarter {
    max-width: 100%;
}

.imageLeft, .imageRight {
    float: none;
    margin: 0 auto 12px !important;
    display: block;
    text-align: center;
}
}
