﻿html {height:100%; width: 100%; overflow-y:scroll; overflow: -moz-scrollbars-vertical;}
body {margin:0; padding: 0;}
img{border:none;}
a {padding: 0; margin: 0;}

/* GLOBAL  
----------------------------------------------------------*/
.clear {clear: both;}
.clearfix {clear: both; height: 0;}
.clear5 {clear: both; height: 5px;}
.clear10 {clear: both; height: 10px;}
.clear15 {clear: both; height: 15px;}
.clear20 {clear: both; height: 20px;}
.clear25 {clear: both; height: 25px;}
.clear50 {clear: both; height: 50px;}
.clearbody {clear: both; height: 100px;}
 

 /* BASE CONTAINER & GRID WIDTH
----------------------------------------------------*/
#basecontainer {
    clear: both; 
    position: relative;
    font-size: 14px; 
    font-family: 'Open Sans', Arial, sans-serif; 
    background-color: #F8F2E3;
    }

.basesectionwidth {
    clear: both; 
    position: relative; 
    }

.basegridwidth {
    position: relative;
    margin: 0 auto;
    }
    
.contentwidth {
    position: relative;
    margin: 0 auto;
    }

/* HEADER 
----------------------------------------------------*/
.header {
    background-color: #F4F4F4;
    box-shadow: 0 2px 2px #000000;
    background-image: url('/Themes/Default/Content/Images/bg.jpg');
    background-position: right;
    }
     
/* SOCIAL MEDIA LINKS
----------------------------------------- */
#navsocial {float: right; padding: 0 0 0 0;}
#navsocial a{
	float: left;
	position: relative;
	width: 30px;
	height: 25px;
	margin: 0 1px 0 0;
	font-family: "entypo", sans-serif;
	text-decoration: none;
	color:#ffffff;
	font-size: 13px;
	background-color: #D71921;
	padding: 0 0 0 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    }

#navsocial a:hover{
	background-color: #005074;		
    }

a.twitter:before{
    position: absolute;
    top: 7px;
    left: 9px;
    content:"\f309"
    }
    
a.facebook:before{
    position: absolute;
    top: 6px;
    left: 11px;
    content:"\f30c"
    }

 a.instagram:before{
    position: absolute;
    font-size: 14px;
    top: 6px;
    left: 9px;
    content:"\f32d"
    }

  a.rss:before{
    position: absolute;
    font-size: 14px;
    top: 6px;
    left: 10px;
    content:"\e73a"
    }
     
/* UTILITY NAV
---------------------------------------- */
.utilitynav {
    text-transform: uppercase;
    }
    
.utilitynav a {
    color: #D71921; 
    text-decoration: none;
    padding: 0 5px;
    font-weight: 600;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    }
    
.utilitynav a:hover {
    color: #005074;
    }
 

/* SUB PARENT TITLE
----------------------------------------*/
.parenttitlebanner {
    position: relative;
    background-color: #D71921;
    box-shadow: 0 0 20px #333333;
}

.parenttitlebanner .topdivider {
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    height: 1px
}

.parenttitlebanner .bottomdivider {
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    height: 1px
}

.subparenttitle {
    position: absolute;
    top: 0;
    padding: 0;
    width: 100%;
    }

.subparenttitle h1, .blogpostparent h2 {
    color: #F8F2E3;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #8E1116;
    }


/* SUB NAV 
----------------------------------------*/
.redsubmenu {
    position: absolute;
    top: 38px;
    right: -10px;
}

.redsubmenu .catalognav a {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    color: #F8F2E3;
    text-shadow: 1px 1px 0 #8E1116;
    padding: 0 12px 0 8px;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: .06em;
    text-transform: uppercase;
    border-right: 1px solid #971B1F
}

.catalognav a:last-child {
    border-right: none;
}

.catalognav a:hover {
    color: #ffffff;
    text-shadow: -1px -1px 0 #8E1116;
}

.catalognav a.activeSub {
    color: #EFBD8E;
    text-shadow: none;
}

/* CONTENT GRID - SUBPAGES  
----------------------------------------*/
.contentgrid {
    position: relative;
    padding: 6px 0 0 0;
    }
               
/* CONTENT AREA RIGHT 
----------------------------------------*/
.contentarea .pagetitle h2, .contentarea .pagetitle h3 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: .06em;
    color: #D71921;
    text-transform: uppercase; 
    margin: 0;
    padding: 0;
    }    

.contentblock { /* STYLE IS RESPONSIVE */ }
  
/* READMORE LINKS 
----------------------------------------------------*/
.readmore {
    position: relative;
    }

.readmore a, a.readmore {
    display:block;
    width: 100px;
    position: relative;
    color: #005074;
    font-size: 13px;
    width: 140px;
    line-height: 16px;
    font-weight: 400;
    margin: 6px 0 6px 0;
    letter-spacing: .08em;
    padding: 4px 0 4px 0;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    }

.readmore a:hover, a.readmore:hover {
    color: #ffffff;
    background-color: #D71921;
    padding-left: 10px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    }

         

/* FOOTER 
----------------------------------------------------*/
#footer {
    position: relative;
    clear: both; 
    width: 100%; 
    background-color: #F8F2E3;
    color: #005073;
    z-index: 6;
    text-transform: uppercase;
    border-top: 1px solid #F5D8B8;
    }
    
.footerleft { /* STYLE IS RESPONSIVE */ }
.footerright { /* STYLE IS RESPONSIVE */ }
     
a.dficon:before {
    display: inline-block;
    vertical-align: middle;
    font-family: 'df-icomoon';
    content: "\e6a9";
    color: #005073;
    font-size: 16px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    padding: 0 5px 0 5px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    }

a.dficon {
    color: #005073;
    line-height: 0;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    }

a.dficon:hover, a.dficon:hover:before {
    color: #D71921;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    }
     


/* LOAD entypo ICON FONT
----------------------------------------------------*/
@font-face {
  font-family: 'entypo';
  font-style: 'normal';
  font-weight: 'normal';
  src: url('https://weloveiconfonts.com/api/fonts/entypo/entypo.eot');
  src: url('https://weloveiconfonts.com/api/fonts/entypo/entypo.eot?#iefix') format('eot'), 
  url('https://weloveiconfonts.com/api/fonts/entypo/entypo.woff') format('woff'), 
  url('https://weloveiconfonts.com/api/fonts/entypo/entypo.ttf') format('truetype'), 
  url('https://weloveiconfonts.com/api/fonts/entypo/entypo.svg#entypo') format('svg');
}

