/* 
	Table of Contents
	update on Mon Dec 07 2015 10:47:58 GMT+0200 (FLE Standard Time)

	I.   Generic --------------------------------------
	     01. Reset ------------------------------------
	     02. Base -------------------------------------
	         Preload images ---------------------------
	     03. Fonts ------------------------------------
	     04. Helpers ----------------------------------
	         Clear ------------------------------------
	         Notext -----------------------------------
	         Hidden -----------------------------------
	         Alignleft --------------------------------
	         Alignright -------------------------------
	         Disabled ---------------------------------
	         Background -------------------------------
	II.  Regions --------------------------------------
	     01. Container --------------------------------
	     02. Container Secondary ----------------------
	     03. Content ----------------------------------
	     04. Content Secondary ------------------------
	     05. Footer -----------------------------------
	     06. Header -----------------------------------
	     07. Main -------------------------------------
	     08. Main Secondary ---------------------------
	     09. Shell ------------------------------------
	     10. Sidebar ----------------------------------
	     11. Sidebar Secondary ------------------------
	     12. Wrapper ----------------------------------
	III. Modules --------------------------------------
	     01. Article ----------------------------------
	     02. Article Secondary ------------------------
	     03. Button -----------------------------------
	         Button Block -----------------------------
	     04. Form Elements ----------------------------
	     05. Form -------------------------------------
	     06. Intro ------------------------------------
	     07. Intro Secondary --------------------------
	     08. Links ------------------------------------
	         Link More --------------------------------
	         Link Locations ---------------------------
	     09. List -------------------------------------
	     10. List News --------------------------------
	     11. List Contacts ----------------------------
	     12. List Bullets -----------------------------
	     13. Logo -------------------------------------
	     14. Nav --------------------------------------
	     15. Nav Trigger ------------------------------
	     16. Nav Intro --------------------------------
	         Primary ----------------------------------
	         Secondary --------------------------------
	         Nav Intro Hover --------------------------
	     17. Nav Sidebar ------------------------------
	         Dropdown ---------------------------------
	     18. Section ----------------------------------
	     19. Slider -----------------------------------
	     20. Slogan -----------------------------------
	     21. Slogan Secondary -------------------------
	     22. Socials ----------------------------------
	     23. Table ------------------------------------
	     24. Widget -----------------------------------
	         Old browsers -----------------------------
	         FF3.6-15 ---------------------------------
	         Chrome10-25,Safari5.1-6 ------------------
	         W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
	         IE6-9 ------------------------------------
 */

.footer-logo { background-image: url(../css/images/sprite.png); background-position: 0 0; width: 250px; height: 96px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-facebook { background-image: url(../css/images/sprite.png); background-position: -254px -20px; width: 28px; height: 28px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-linkedin { background-image: url(../css/images/sprite.png); background-position: -286px -20px; width: 28px; height: 28px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-rss { background-image: url(../css/images/sprite.png); background-position: -318px -20px; width: 28px; height: 28px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-twitter { background-image: url(../css/images/sprite.png); background-position: -350px -20px; width: 28px; height: 28px; display: inline-block; vertical-align: middle; font-size: 0; }
.logo { background-image: url(../css/images/sprite.png); background-position: 0 -100px; width: 250px; height: 96px; display: inline-block; vertical-align: middle; font-size: 0; }
.slogan-after { background-image: url(../css/images/sprite.png); background-position: -254px 0; width: 748px; height: 6px; display: inline-block; vertical-align: middle; font-size: 0; }
.slogan-before { background-image: url(../css/images/sprite.png); background-position: -254px -10px; width: 744px; height: 6px; display: inline-block; vertical-align: middle; font-size: 0; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.logo { background-image: url(../css/images/sprite.@2x.png); background-position: 0 0; background-size: 250px 96px; width: 250px; height: 96px; display: inline-block; vertical-align: middle; font-size: 0; }
}

.footer .shell:after,
.footer-bar:after,
.main:after,
.list-contacts:after,
.nav:after,
.nav-intro ul:after { content: ''; line-height: 0; display: table; clear: both; }

/* ------------------------------------------------------------ *\
	I.   Generic
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

*,
*:before,
*:after { padding: 0; margin: 0; outline: 0; box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main { display: block; }

html,
body { height: 100%; }

html { tap-highlight-color: rgba(0,0,0,0); }

body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }

img, iframe, video, audio, object { max-width: 100%; }
img, iframe { border: 0 none; }
img { height: auto; display: inline-block; vertical-align: middle; }

b,
strong { font-weight: bold; }

address { font-style: normal; }

svg:not(:root) { overflow: hidden; }

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { display: none; -webkit-appearance: none; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

textarea { overflow: auto; resize: none; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }

button,
select { text-transform: none; }

table { width: 100%; border-collapse: collapse; border-spacing: 0; }

nav ul,
nav ol { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body { min-width: 320px; background: #fff; font-family: 'pf_agora_sans_pro', sans-serif; font-size: 16px; line-height: 1.75; color: #474643; }

/*  Preload images  */
body:after { display: none; content: url(../css/images/nav-hover-bg.png); }

a { color: inherit; text-decoration: underline; }
a:hover { text-decoration: none; }

h1 { font-size: 22px; font-family: 'BlairMdITCTTMedium', sans-serif; color: #cc1d11; letter-spacing: 0.5em; text-transform: uppercase; font-weight: 400; }
h2 { font-size: 20px; font-family: 'BlairMdITCTTMedium', sans-serif; letter-spacing: 0.3em; text-transform: uppercase; font-weight: 400; }
h3 { font-size: 14px; font-family: 'loew', sans-serif; color: #75736f; letter-spacing: 0.250em; }
h4 { font-size: 15px; color: #cc1d11; font-family: 'BlairMdITCTTMedium', sans-serif; letter-spacing: 0.5em; font-weight: 400; }
h5 { font-size: 14px; color: #cc1d11; text-transform: uppercase; letter-spacing: .0.04em; }
h6 { font-size: ; }

@media (max-width: 767px) {
	body { font-size: 14px; }

	h1 { font-size: 20px; letter-spacing: 0.3em; }
	h2 { font-size: 18px; }
	h3 { font-size: 12px; }
	h4 { font-size: 14px; }
	h5 { font-size: 12px; }
}

h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.875em; }

p,
ul,
ol,
dl,
table,
blockquote { margin-bottom: 1.75em; }

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */


@font-face {
    font-family: 'pf_agora_sans_pro';
    src: url('fonts/pfagorasanspro-black-webfont.eot');
    src: url('fonts/pfagorasanspro-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pfagorasanspro-black-webfont.woff2') format('woff2'),
         url('fonts/pfagorasanspro-black-webfont.woff') format('woff'),
         url('fonts/pfagorasanspro-black-webfont.ttf') format('truetype'),
         url('fonts/pfagorasanspro-black-webfont.svg#pf_agora_sans_problack') format('svg');
    font-weight: 800;
    font-style: normal;

}




@font-face {
    font-family: 'pf_agora_sans_pro';
    src: url('fonts/pfagorasanspro-bold-webfont.eot');
    src: url('fonts/pfagorasanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pfagorasanspro-bold-webfont.woff2') format('woff2'),
         url('fonts/pfagorasanspro-bold-webfont.woff') format('woff'),
         url('fonts/pfagorasanspro-bold-webfont.ttf') format('truetype'),
         url('fonts/pfagorasanspro-bold-webfont.svg#pf_agora_sans_probold') format('svg');
    font-weight: 700;
    font-style: normal;

}




@font-face {
    font-family: 'pf_agora_sans_pro';
    src: url('fonts/pfagorasanspro-light-webfont.eot');
    src: url('fonts/pfagorasanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pfagorasanspro-light-webfont.woff2') format('woff2'),
         url('fonts/pfagorasanspro-light-webfont.woff') format('woff'),
         url('fonts/pfagorasanspro-light-webfont.ttf') format('truetype'),
         url('fonts/pfagorasanspro-light-webfont.svg#pf_agora_sans_prolight') format('svg');
    font-weight: 300;
    font-style: normal;

}




@font-face {
    font-family: 'pf_agora_sans_pro';
    src: url('fonts/pfagorasanspro-medium-webfont.eot');
    src: url('fonts/pfagorasanspro-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pfagorasanspro-medium-webfont.woff2') format('woff2'),
         url('fonts/pfagorasanspro-medium-webfont.woff') format('woff'),
         url('fonts/pfagorasanspro-medium-webfont.ttf') format('truetype'),
         url('fonts/pfagorasanspro-medium-webfont.svg#pf_agora_sans_promedium') format('svg');
    font-weight: 500;
    font-style: normal;

}




@font-face {
    font-family: 'pf_agora_sans_pro';
    src: url('fonts/pfagorasanspro-reg-webfont.eot');
    src: url('fonts/pfagorasanspro-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pfagorasanspro-reg-webfont.woff2') format('woff2'),
         url('fonts/pfagorasanspro-reg-webfont.woff') format('woff'),
         url('fonts/pfagorasanspro-reg-webfont.ttf') format('truetype'),
         url('fonts/pfagorasanspro-reg-webfont.svg#pf_agora_sans_proregular') format('svg');
    font-weight: 400;
    font-style: normal;

}




@font-face {
    font-family: 'pf_agora_sans_pro';
    src: url('fonts/pfagorasanspro-thin-webfont.eot');
    src: url('fonts/pfagorasanspro-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pfagorasanspro-thin-webfont.woff2') format('woff2'),
         url('fonts/pfagorasanspro-thin-webfont.woff') format('woff'),
         url('fonts/pfagorasanspro-thin-webfont.ttf') format('truetype'),
         url('fonts/pfagorasanspro-thin-webfont.svg#pf_agora_sans_prothin') format('svg');
    font-weight: 100;
    font-style: normal;

}




@font-face {
    font-family: 'pf_agora_sans_pro';
    src: url('fonts/pfagorasanspro-ultrablack-webfont.eot');
    src: url('fonts/pfagorasanspro-ultrablack-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pfagorasanspro-ultrablack-webfont.woff2') format('woff2'),
         url('fonts/pfagorasanspro-ultrablack-webfont.woff') format('woff'),
         url('fonts/pfagorasanspro-ultrablack-webfont.ttf') format('truetype'),
         url('fonts/pfagorasanspro-ultrablack-webfont.svg#pf_agora_sans_proultrablack') format('svg');
    font-weight: 900;
    font-style: normal;

}


@font-face {
    font-family: 'loew';
    src: url('fonts/loew-black-webfont.eot');
    src: url('fonts/loew-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/loew-black-webfont.woff2') format('woff2'),
         url('fonts/loew-black-webfont.woff') format('woff'),
         url('fonts/loew-black-webfont.ttf') format('truetype'),
         url('fonts/loew-black-webfont.svg#loewblack') format('svg');
    font-weight: 900;
    font-style: normal;

}




@font-face {
    font-family: 'loew';
    src: url('fonts/loew-blackitalic-webfont.eot');
    src: url('fonts/loew-blackitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/loew-blackitalic-webfont.woff2') format('woff2'),
         url('fonts/loew-blackitalic-webfont.woff') format('woff'),
         url('fonts/loew-blackitalic-webfont.ttf') format('truetype'),
         url('fonts/loew-blackitalic-webfont.svg#loewblack_italic') format('svg');
    font-weight: 900;
    font-style: italic;

}




@font-face {
    font-family: 'loew';
    src: url('fonts/loew-bold-webfont.eot');
    src: url('fonts/loew-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/loew-bold-webfont.woff2') format('woff2'),
         url('fonts/loew-bold-webfont.woff') format('woff'),
         url('fonts/loew-bold-webfont.ttf') format('truetype'),
         url('fonts/loew-bold-webfont.svg#loewbold') format('svg');
    font-weight: 700;
    font-style: normal;

}




@font-face {
    font-family: 'loew';
    src: url('fonts/loew-bolditalic-webfont.eot');
    src: url('fonts/loew-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/loew-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/loew-bolditalic-webfont.woff') format('woff'),
         url('fonts/loew-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/loew-bolditalic-webfont.svg#loewbold_italic') format('svg');
    font-weight: 700;
    font-style: italic;

}




@font-face {
    font-family: 'loew';
    src: url('fonts/loew-extrabold-webfont.eot');
    src: url('fonts/loew-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/loew-extrabold-webfont.woff2') format('woff2'),
         url('fonts/loew-extrabold-webfont.woff') format('woff'),
         url('fonts/loew-extrabold-webfont.ttf') format('truetype'),
         url('fonts/loew-extrabold-webfont.svg#loewextrabold') format('svg');
    font-weight: 800;
    font-style: italic;

}




@font-face {
    font-family: 'loew';
    src: url('fonts/loew-extrabolditalic-webfont.eot');
    src: url('fonts/loew-extrabolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/loew-extrabolditalic-webfont.woff2') format('woff2'),
         url('fonts/loew-extrabolditalic-webfont.woff') format('woff'),
         url('fonts/loew-extrabolditalic-webfont.ttf') format('truetype'),
         url('fonts/loew-extrabolditalic-webfont.svg#loewextrabold_italic') format('svg');
    font-weight: 800;
    font-style: italic;

}




@font-face {
    font-family: 'loew';
    src: url('fonts/loew-heavy-webfont.eot');
    src: url('fonts/loew-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/loew-heavy-webfont.woff2') format('woff2'),
         url('fonts/loew-heavy-webfont.woff') format('woff'),
         url('fonts/loew-heavy-webfont.ttf') format('truetype'),
         url('fonts/loew-heavy-webfont.svg#loewheavy') format('svg');
    font-weight: 600;
    font-style: normal;

}




@font-face {
    font-family: 'loew';
    src: url('fonts/loew-heavyitalic-webfont.eot');
    src: url('fonts/loew-heavyitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/loew-heavyitalic-webfont.woff2') format('woff2'),
         url('fonts/loew-heavyitalic-webfont.woff') format('woff'),
         url('fonts/loew-heavyitalic-webfont.ttf') format('truetype'),
         url('fonts/loew-heavyitalic-webfont.svg#loewheavy_italic') format('svg');
    font-weight: 600;
    font-style: italic;

}




@font-face {
    font-family: 'loew';
    src: url('fonts/loew-italic-webfont.eot');
    src: url('fonts/loew-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/loew-italic-webfont.woff2') format('woff2'),
         url('fonts/loew-italic-webfont.woff') format('woff'),
         url('fonts/loew-italic-webfont.ttf') format('truetype'),
         url('fonts/loew-italic-webfont.svg#loewitalic') format('svg');
    font-weight: normal;
    font-style: italic;

}




@font-face {
    font-family: 'loew';
    src: url('fonts/loew-light-webfont.eot');
    src: url('fonts/loew-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/loew-light-webfont.woff2') format('woff2'),
         url('fonts/loew-light-webfont.woff') format('woff'),
         url('fonts/loew-light-webfont.ttf') format('truetype'),
         url('fonts/loew-light-webfont.svg#loewlight') format('svg');
    font-weight: 300;
    font-style: normal;

}




@font-face {
    font-family: 'loew';
    src: url('fonts/loew-lightitalic-webfont.eot');
    src: url('fonts/loew-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/loew-lightitalic-webfont.woff2') format('woff2'),
         url('fonts/loew-lightitalic-webfont.woff') format('woff'),
         url('fonts/loew-lightitalic-webfont.ttf') format('truetype'),
         url('fonts/loew-lightitalic-webfont.svg#loewlight_italic') format('svg');
    font-weight: 300;
    font-style: italic;

}




@font-face {
    font-family: 'loew';
    src: url('fonts/loew-medium-webfont.eot');
    src: url('fonts/loew-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/loew-medium-webfont.woff2') format('woff2'),
         url('fonts/loew-medium-webfont.woff') format('woff'),
         url('fonts/loew-medium-webfont.ttf') format('truetype'),
         url('fonts/loew-medium-webfont.svg#loewmedium') format('svg');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'loew';
    src: url('fonts/loew-mediumitalic-webfont.eot');
    src: url('fonts/loew-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/loew-mediumitalic-webfont.woff2') format('woff2'),
         url('fonts/loew-mediumitalic-webfont.woff') format('woff'),
         url('fonts/loew-mediumitalic-webfont.ttf') format('truetype'),
         url('fonts/loew-mediumitalic-webfont.svg#loewmedium_italic') format('svg');
    font-weight: 500;
    font-style: italic;

}




@font-face {
    font-family: 'loew';
    src: url('fonts/loew-regular-webfont.eot');
    src: url('fonts/loew-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/loew-regular-webfont.woff2') format('woff2'),
         url('fonts/loew-regular-webfont.woff') format('woff'),
         url('fonts/loew-regular-webfont.ttf') format('truetype'),
         url('fonts/loew-regular-webfont.svg#loewregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'loew';
    src: url('fonts/loew-thin-webfont.eot');
    src: url('fonts/loew-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/loew-thin-webfont.woff2') format('woff2'),
         url('fonts/loew-thin-webfont.woff') format('woff'),
         url('fonts/loew-thin-webfont.ttf') format('truetype'),
         url('fonts/loew-thin-webfont.svg#loewthin') format('svg');
    font-weight: 100;
    font-style: normal;

}




@font-face {
    font-family: 'loew';
    src: url('fonts/loew-thinitalic-webfont.eot');
    src: url('fonts/loew-thinitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/loew-thinitalic-webfont.woff2') format('woff2'),
         url('fonts/loew-thinitalic-webfont.woff') format('woff'),
         url('fonts/loew-thinitalic-webfont.ttf') format('truetype'),
         url('fonts/loew-thinitalic-webfont.svg#loewthin_italic') format('svg');
    font-weight: 100;
    font-style: italic;

}

@font-face {
    font-family: 'BlairMdITCTTMedium';
    src: url('fonts/BlairMdITC TT Medium.eot');
    src: local('☺'), url('fonts/BlairMdITC TT Medium.woff') format('woff'), url('fonts/BlairMdITC TT Medium.ttf') format('truetype'), url('fonts/BlairMdITC TT Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*@font-face {
  font-family: 'Blaimim_';
  src: url('fonts/Blaimim_.eot');
  src: url('fonts/Blaimim_.eot?#iefix') format('embedded-opentype'),
       url('fonts/Blaimim_.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BlairMdITCTTMedium';
  src: url('fonts/BlairMdITCTTMedium.woff') format('woff'),
       url('fonts/BlairMdITCTTMedium.ttf') format('truetype'),
       url('fonts/BlairMdITCTTMedium.svg#BlairMdITCTTMedium') format('svg');
  font-weight: normal;
  font-style: normal;
}*/


@font-face {
    font-family: 'pf_agora_slab_proregular';
    src: url('fonts/pf_agora_slab_pro_regular-webfont.eot');
    src: url('fonts/pf_agora_slab_pro_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pf_agora_slab_pro_regular-webfont.woff2') format('woff2'),
         url('fonts/pf_agora_slab_pro_regular-webfont.woff') format('woff'),
         url('fonts/pf_agora_slab_pro_regular-webfont.ttf') format('truetype'),
         url('fonts/pf_agora_slab_pro_regular-webfont.svg#pf_agora_slab_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

/*  Clear  */

.clear:after { content: ''; line-height: 0; display: table; clear: both; }


/*  Notext  */

.notext { white-space: nowrap; text-indent: 100%; text-shadow: none; overflow: hidden; }
.notext-old { font-size: 0; line-height: 0; text-indent: -4000px; }


/*  Hidden  */

[hidden],
.hidden { display: none; }


/*  Alignleft  */

.alignleft { float: left; }


/*  Alignright  */

.alignright { float: right; }


/*  Disabled  */

[disabled],
.disabled { cursor: default; }

/*  Background  */

.container-fullsize { background-size: cover; background-position: center center; background-repeat: no-repeat; }

/* ------------------------------------------------------------ *\
	II.  Regions
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */

.container { background: url(../css/images/bg-container.jpg) no-repeat center center; background-size: cover; }

/* ------------------------------------------------------------ *\
	Container Secondary
\* ------------------------------------------------------------ */

.container-secondary { background-image: url(../css/images/bg-container-secondary.jpg); position: relative; overflow: hidden; }
.container-secondary:before { content: ''; background: url(../css/images/content-secondary-map.png) no-repeat 0 0; width: 764px; height: 433px; display: inline-block; vertical-align: middle; position: absolute; top: 60px; left: 50%; margin-left: -30px; }

@media (max-width: 767px) {
	.container-secondary:before { width: 100%; left: 0; margin-left: 0; top: 122px; }
}

/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */

.content { width: 71.9%; float: left; padding-top: 20px; }

@media (max-width: 767px) {
	.content { width: 100%; float: none; padding-top: 0; }
}

/* ------------------------------------------------------------ *\
	Content Secondary
\* ------------------------------------------------------------ */

.content-secondary { float: right; width: 68.9%; }

@media (max-width: 767px) {
	.content-secondary { width: 100%; float: none; }
}

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer { position: absolute; width: 100%; bottom: 0; left: 0; }
.footer .shell:after { }

.footer-inner { background: url(../css/images/bg-footer-content.png) no-repeat center center; background-size: cover; padding: 55px 0 37px; position: relative; }
.footer-inner:before { content: ''; background: url(../css/images/bg-footer-top-border.png) no-repeat 0 0; width: 100%; height: 4px; display: inline-block; vertical-align: middle; position: absolute; bottom: 100%; left: 0; }

.footer-content { width: 66%; float: left; position: relative; padding-top: 25px; }
.footer-aside { width: 28.1%; float: right; padding-right: 20px; }
.footer-bar { background: url(../css/images/bg-footer-bar.png) no-repeat center center; background-size: cover; }
.footer-logo { margin-left: 7px; }

.footer-nav { text-align: right; padding: 15px 129px 15px 0; background: url(../css/images/footer-shadow.png) repeat-x 0 0; }
.footer-nav li { display: inline-block; }
.footer-nav li ~ li { padding-left: 13px; }
.footer-nav li ~ li:before { content: '|'; color: #d68c84; margin-right: 12px; }
.footer-nav a { font-size: 16px; color: #75736f; letter-spacing: 0.1em; text-decoration: none; }
.footer-nav a:hover { color: #cc1d11; }

.footer-bar { color: rgba(255,255,255,.5); font-size: 14px; padding-top: 27px; padding-bottom: 25px; }
.footer-bar:after { }
.footer-bar p { margin-bottom: 0px; letter-spacing: 0.03em; }

.footer-bar a { text-decoration: none; }
.footer-bar a:hover { text-decoration: underline; }

.footer-bar .copyright { float: left; }
.footer-bar .credits { float: right; }

@media (max-width: 1023px) {
	.footer-nav { padding-right: 0; }
	.footer-nav li ~ li { padding-left: 5px; }
	.footer-nav li ~ li:before { margin-right: 5px; }

	.footer-content { width: 60%; }
	.footer-aside { width: 37%; text-align: right; }

	.footer .credits,
	.footer .copyright { font-size: 12px; }
}

@media (max-width: 767px) {
	.footer .credits,
	.footer .copyright { float: none; text-align: center; font-size: 11px; }

	.footer-aside,
	.footer-content { width: 100%; float: none; text-align: center; padding-right: 0; }
	
	.footer-content { margin-bottom: 30px; }
	.footer-inner { padding-top: 0; }
	.footer-logo { margin-left: 0; }
	.footer-nav { text-align: center; }
	.footer-nav a { font-size: 12px; }
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header { background: url(../css/images/bg-header.png) no-repeat center 0; text-align: center; background-size: cover; }

.header .shell { position: relative; }

@media (max-width: 767px) {
	.header { position: relative; background-image: url(../css/images/bg-header-mobile.png); }
	.header:before { content: ''; background: url(../css/images/bg-header-bar.png) no-repeat center 0; width: 100%; height: 15px; display: inline-block; vertical-align: middle; position: absolute; top: 0; left: 0; }
}

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */

.main { padding-top: 31px; padding-bottom: 222px; }
.main:after { }

@media (max-width: 767px) {
	.main { padding-top: 0; }
}

/* ------------------------------------------------------------ *\
	Main Secondary
\* ------------------------------------------------------------ */

.main-secondary { padding-top: 53px; }

@media (max-width: 767px) {
	.main-secondary { padding-top: 0; }
}

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell { max-width: 1000px; margin: auto; }

@media (max-width: 1023px) {
	.shell { padding: 0 15px; }
}

/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */

.sidebar { width: 22.8%; float: right; padding-right: 20px; }

@media (max-width: 767px) {
	.sidebar { width: 100%; float: none; }
}

/* ------------------------------------------------------------ *\
	Sidebar Secondary
\* ------------------------------------------------------------ */

.sidebar-secondary { float: left; width: 24.8%; }

@media (max-width: 767px) {
	.sidebar-secondary { width: 100%; float: none; }
}

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

.wrapper { position: relative; padding-bottom: 263px; min-height: 100%; }

@media (max-width: 1023px) {
	.wrapper { padding-bottom: 350px; }
}

@media (max-width: 767px) {
	.wrapper { padding-bottom: 530px; }
}

@media (max-width: 479px) {
	.wrapper { padding-bottom: 650px; }
}

/* ------------------------------------------------------------ *\
	III. Modules
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */

.article { }

.article p { margin-bottom: 10px; }
.article strong { font-weight: 500; }

.article .article-head { margin-bottom: 16px; }

/* ------------------------------------------------------------ *\
	Article Secondary
\* ------------------------------------------------------------ */

.article-secondary { padding-bottom: 71px; padding-right: 50px; margin-top: -3px; position: relative; }
.article-secondary h1 { color: #000; font-size: 26px; line-height: 1.92; letter-spacing: 0.4em; }
.article-secondary h4 { margin-bottom: 10px; }

.article-secondary .article-head { position: relative; }
.article-secondary .article-head:after { content: ''; background: url(../css/images/article-head-shadow.png) no-repeat center 0; width: 100%; height: 30px; background-size: 100%; display: inline-block; vertical-align: middle; margin-left: -70px; margin-top: 15px; margin-bottom: 6px; }
.article-secondary .article-body { text-align: justify; }

@media (max-width: 767px) {
	.article-secondary { padding-right: 0; }
	.article-secondary h1 { font-size: 20px; letter-spacing: 0.3em; }
}

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn { display: inline-block; vertical-align: middle; -webkit-appearance: none; -moz-appearance: none; appearance: none; }


/*  Button Block  */
.btn-block { display: block; padding-left: 0; padding-right: 0; }

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */

input::-webkit-input-placeholder { color: inherit; opacity: 1; }

input::-moz-placeholder { color: inherit; opacity: 1; }

input:-ms-input-placeholder { color: inherit; opacity: 1; }

input::placeholder { color: inherit; opacity: 1; }
textarea::-webkit-input-placeholder { color: inherit; opacity: 1; }
textarea::-moz-placeholder { color: inherit; opacity: 1; }
textarea:-ms-input-placeholder { color: inherit; opacity: 1; }
textarea::placeholder { color: inherit; opacity: 1; }

input:-webkit-autofill { -webkit-text-fill-color: inherit !important; -webkit-box-shadow: 0 0 0 1000px #fff inset; }

.field {}
.textarea {}
.select {}
.radio {}
.checkbox {}

/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */

.form {}

/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */

.intro { height: 702px; position: relative; }
.intro .intro-image { height: 100%; position: absolute; top: 0; left: 0; bottom: 0; right: 0; transition: -webkit-filter .3s, filter .3s; }

.intro-content { visibility: hidden; opacity: 0; position: relative; z-index: 1; overflow: hidden; transition: opacity 1s; }

.intro.active .intro-image { filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0.5\'/></filter></svg>#grayscale"); filter: gray alpha(opacity=100); -webkit-filter: grayscale(100%); filter: grayscale(100%); }
.intro.active .intro-content { visibility: visible; opacity: 1; }

@media (max-width: 1023px) {
	.intro { height: 502px; }
}

/* ------------------------------------------------------------ *\
	Intro Secondary
\* ------------------------------------------------------------ */

.intro-secondary { height: 501px; }

.intro-secondary.active .intro-image { -webkit-filter: none; filter: none; }

@media (max-width: 1023px) {
	.intro-secondary { height: 400px; }
}

@media (max-width: 767px) {
	.intro-secondary { height: 250px; }
}

/* ------------------------------------------------------------ *\
	Links
\* ------------------------------------------------------------ */

/*  Link More  */

.link-more { color: #cc1d11; font-weight: 700; font-size: 14px; text-transform: uppercase; text-decoration: none; }
.link-more:hover { text-decoration: underline; }

/*  Link Locations  */

.link-locations { display: inline-block; position: absolute; left: 0; top: -154px; }

@media (max-width: 767px) {
	.link-locations { position: static; margin-bottom: 20px; }
}

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */

[class^="list-"] { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	List News
\* ------------------------------------------------------------ */

.list-news { }

.list-news li { line-height: 1.33; color: #474643; letter-spacing: -0.025em; }
.list-news li ~ li { border-top: 1px solid  #c6c5bf; margin-top: 14px; padding-top: 17px; }
.list-news strong { display: block; font-weight: 500; font-size: 15px; line-height: 1.33; letter-spacing: 0; }

@media (max-width: 1023px) {
	.list-news a:before { content:"\A"; white-space:pre; }
}

/* ------------------------------------------------------------ *\
	List Contacts
\* ------------------------------------------------------------ */

.list-contacts { margin-bottom: 0; }
.list-contacts:after { }
.list-contacts ~ .list-contacts { border-top: 1px solid  #302d22; padding-top: 18px; margin-top: 18px; }

.list-contacts li { color: #847f65; font-size: 14px; float: left; width: 54%; line-height: 1.2; letter-spacing: 0.02em; }
.list-contacts li ~ li { width: 46%; float: right; }
.list-contacts h5 { margin-bottom: 4px; }
.list-contacts strong { display: block; color: #fff; margin-top: 3px; }
.list-contacts a { text-decoration: none; transition: opacity .3s; }
.list-contacts a:hover { opacity: .5; cursor: pointer; }

@media (max-width: 479px) {
	.list-contacts ~ .list-contacts { border: 0; padding-top: 0; margin-top: 0; }

	.list-contacts li ~ li,
	.list-contacts li { width: 100%; float: none; }

	.list-contacts li ~ li { margin-top: 10px; }
}

/* ------------------------------------------------------------ *\
	List Bullets
\* ------------------------------------------------------------ */

.list-bullets { margin-top: 12px; }

.list-bullets li { line-height: 1.46; color: #474643; font-weight: 700; position: relative; padding-left: 12px; }
.list-bullets li ~ li { margin-top: 15px; }
.list-bullets li:before { content: ''; width: 4px; height: 4px; background: #cc1d11; display: inline-block; border-radius: 50%; position: absolute; left: 2px; top: 9px; }

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

.logo { position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); top: 46px; margin-left: 10px; }

@media (max-width: 767px) {
	.logo { position: static; -webkit-transform: none; -ms-transform: none; transform: none; margin-left: 0; margin-top: 25px; }
}

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.nav { padding-top: 69px; }
.nav:after { }

.nav > ul:first-child { float: left; padding-left: 48px; }
.nav > ul:last-child { float: right; padding-right: 49px; }

.nav ul ul { display: none; position: absolute; top: 100%; left: 30px; width: 250px; background: url(../css/images/bg-header-mobile.png) no-repeat center 0; background-size: cover; z-index: 10; padding: 10px; border-top: 3px solid  #302B1C; }
.nav ul ul a { font-size: 14px; text-transform: capitalize; color: #cc1d11; }
.nav ul ul a:hover { color: #75736f; }
.nav ul ul li { display: block; text-align: left; }
.nav ul ul li ~ li { padding-left: 0; }
.nav ul ul li ~ li:before { display: none; }
.nav li { display: inline-block; position: relative; }
.nav li ~ li { padding-left: 13px; }
.nav li ~ li:before { content: '|'; color: #d68c84; margin-right: 16px; }
.nav a { font-size: 16px; color: #75736f; letter-spacing: 0.1em; text-decoration: none; }
.nav a:hover { color: #cc1d11; }

@media(min-width: 768px){
	.nav .has-dropdown:hover ul { display: block; }
}

@media (max-width: 1023px) {
	.nav > ul:first-child { padding-left: 0px; }
	.nav > ul:last-child { padding-right: 0px; }

	.nav li ~ li { padding-left: 5px; }
	.nav li ~ li:before { margin-right: 5px; }
}

@media (max-width: 767px) {
	.nav { padding-top: 0px; max-height: 0; overflow: hidden; transition: max-height .3s; }
	.nav.active { max-height: 1000px; }

	.nav .active { display: block; }
	
	.nav ul { margin-bottom: 0; }
	.nav li { display: block; }
	.nav li ~ li:before { display: none; }
	.nav a { padding: 5px; display: inline-block; }

	.nav > ul:first-child,
	.nav > ul:last-child { float: none; }

	.nav ul ul { position: static; width: 100%; background: none; border: 0; }
	.nav ul ul li { text-align: center; }
}

/* ------------------------------------------------------------ *\
	Nav Trigger
\* ------------------------------------------------------------ */

.nav-trigger { position: relative; display: none; width: 30px; height: 18px; padding: 0; margin-top: 20px; }
.nav-trigger:hover span { background: #cc1d11; }
.nav-trigger span { position: absolute; display: block; height: 3px; width: 100%; background: #000; transition: top .2s .25s, left .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s, background .3s 0s; transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s, background .3s 0s; }
.nav-trigger span:nth-child(1) { top: 0; }
.nav-trigger span:nth-child(2) { top: 7px; }
.nav-trigger span:nth-child(3) { top: 14px; }

.nav-trigger.active span { transition: background .2s, top .2s, left .2s, opacity .2s, -webkit-transform .2s .25s; transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s; }
    
.nav-trigger.active span:nth-child(3),
.nav-trigger.active span:nth-child(1) { top: 10px;  background: #cc1d11; }

.nav-trigger.active span:nth-child(2) { opacity: 0; }
.nav-trigger.active span:nth-child(1) { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.nav-trigger.active span:nth-child(3) { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

@media (max-width: 767px) {
	.nav-trigger { display: inline-block; }
}

/* ------------------------------------------------------------ *\
	Nav Intro
\* ------------------------------------------------------------ */

.nav-intro ul:after { }

.nav-intro li { display: inline-block; text-align: center; width: 33.33%; float: left; vertical-align: middle; height: 350px; border-left: 1px solid  #969386; }


.nav-intro li:last-child { border-right: 1px solid #c8c4b8; }
.nav-intro li:last-child a { border-right: 1px solid #9d998c; }

.nav-intro a { display: block; width: 100%; height: 100%; border-left: 1px solid  #c6c4b8; background: url(../css/images/nav-inner-shadow.png) no-repeat center center; }
.nav-intro a span { display: inline-block; vertical-align: middle; position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); line-height: 1.88; letter-spacing: 0.05em; }
.nav-intro strong { display: block; font-family: 'BlairMdITCTTMedium', sans-serif; font-size: 18px; color: #cc1d11; line-height: 1.67; letter-spacing: 0.15em; font-weight: 400; position: relative; padding: 17px 40px 15px; margin-bottom: 11px; }

.nav-intro strong:after,
.nav-intro strong:before { content: ''; background: url(../css/images/nav-secondary-shadow.png) no-repeat 0 0; width: 212px; height: 1px; display: block; margin: auto; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.nav-intro strong:after { top: 100%; }
.nav-intro strong:before { bottom: 100%; }

/*  Primary  */

.nav-intro-primary { border-bottom: 1px solid #959287; position: relative; }

.nav-intro-primary:before { right: 100%; }
.nav-intro-primary:after { left: 100%; margin-left: -1px; }

.nav-intro-primary:after,
.nav-intro-primary:before { content: ''; display: block; background: rgba(165,158,138,.92); width: 3000px; height: 400px; position: absolute; bottom: -1px; border-bottom: 1px solid #959287; }

.nav-intro-primary li:nth-child(even) { background: rgba(165,158,138,.92); }
.nav-intro-primary li:nth-child(even) span { color: #cc1d11; }
.nav-intro-primary li:nth-child(even) strong { color: #000; }
.nav-intro-primary li:nth-child(odd) { background: rgba(195,191,177,.92); }

/*  Secondary  */

.nav-intro-secondary { border-top: 1px solid  #c8c5b9; position: relative; }

.nav-intro-secondary:before { right: 100%; }
.nav-intro-secondary:after { left: 100%; margin-left: -1px; }

.nav-intro-secondary:after,
.nav-intro-secondary:before { content: ''; display: block; background: rgba(195,191,177,.92); width: 3000px; height: 400px; position: absolute; top: -1px; border-top: 1px solid  #c8c5b9; }

.nav-intro-secondary li:nth-child(even) { background: rgba(195,191,177,.92); }
.nav-intro-secondary li:nth-child(even) span { color: #000; }
.nav-intro-secondary li:nth-child(even) strong { color: #cc1d11; }
.nav-intro-secondary li:nth-child(odd) { background: rgba(173,166,148,.92); }
.nav-intro-secondary li:nth-child(odd) span { color: #cc1d11; }
.nav-intro-secondary li:nth-child(odd) strong { color: #000; }

/*  Nav Intro Hover  */

.nav-intro li:hover { color: #fff; background: none; }
.nav-intro li:hover a { background: url(../css/images/nav-hover-bg.png) no-repeat center center; background-size: cover; }
.nav-intro li:hover span { color: #fff; }
.nav-intro li:hover strong { color: #000; }
.nav-intro li:hover strong:before { background-image: url(../css/images/nav-secondary-hover-top.png); width: 100%; height: 30px; background-position: center center; }
.nav-intro li:hover strong:after { background-image: url(../css/images/nav-secondary-hover-bottom.png); width: 100%; height: 30px; background-position: center center; }

@media (max-width: 1023px) {
	.nav-intro li { height: 250px; }
	.nav-intro strong { padding-left: 5px; padding-right: 5px; display: block; font-size: 16px; }
}

@media (max-width: 767px) {
	.nav-intro li { height: 83px; float: none; width: 100%; }
	.nav-intro li br { display: none; }
	.nav-intro strong { padding: 5px; font-size: 12px; margin-bottom: 5px; }
}

/* ------------------------------------------------------------ *\
	Nav Sidebar
\* ------------------------------------------------------------ */

.nav-sidebar { }

.nav-sidebar li { position: relative; height: 65px; }
.nav-sidebar li:before { content: ''; background: url(../css/images/sidebar-secondary-shadow.png) no-repeat center 0; background-size: 100%; width: 120%; height: 30px; display: inline-block; vertical-align: middle; position: absolute; top: 0; left: -10%; }
.nav-sidebar a { text-decoration: none; font-family: 'BlairMdITCTTMedium', sans-serif; font-size: 12px; color: #000; letter-spacing: 0.08em; text-transform: uppercase; line-height: 1.74; display: block; position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); padding-left: 8px; }

.nav-sidebar a:hover,
.nav-sidebar .current a { color: #cc1d11; }

.nav-sidebar .has-dropdown.active { height: auto; -webkit-transform: none; -ms-transform: none; transform: none; top: 0; }
.nav-sidebar .has-dropdown.active a { -webkit-transform: none; -ms-transform: none; transform: none; padding-top: 23px; }

/*  Dropdown  */

.nav-sidebar .dropdown { display: none; padding: 13px 0 22px 19px; }
.nav-sidebar .dropdown.active { display: block; }
.nav-sidebar .dropdown li { line-height: 1.43; padding-left: 10px; height: auto; }
.nav-sidebar .dropdown li ~ li { margin-top: 6px; }
.nav-sidebar .dropdown li:before { width: 4px; height: 4px; background: #cc1d11; border-radius: 50%; left: 0; top: 8px; }
.nav-sidebar .has-dropdown .dropdown a { font-family: 'pf_agora_sans_pro', sans-serif; color: #cc1d11; font-size: 14px; padding: 0; text-transform: none; font-weight: 400; letter-spacing: 0; -webkit-transform: none; -ms-transform: none; transform: none; top: 0; padding-top: 0; }
.nav-sidebar .dropdown a:hover { background: none; color: #cc1d11; text-decoration: underline; }

@media (max-width: 767px) {
	.nav-sidebar li:before { background-size: auto; background-position: 50px 0; }
}

@media (max-width: 479px) {
	.nav-sidebar li:before { background-position: 0 0; }
}

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */

.section {}

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */

.slider {}

.slider .slides { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Slogan
\* ------------------------------------------------------------ */

.slogan { text-align: center; font-size: 17px; font-style: italic; color: #4c483f; overflow-x: hidden; padding: 8px 0 11px; }

.slogan p { display: inline-block; font-family: 'pf_agora_slab_proregular', sans-serif; letter-spacing: 0.01em; }
.slogan h3 { font-style: normal; text-transform: uppercase; letter-spacing: 0.6em; font-size: 12px; margin-left: 12px; }
.slogan h3 span { color: #cc1d11; margin: 0 10px; }

.slogan .slogan-inner { position: relative; display: inline-block; margin-left: -10px; }
.slogan .slogan-inner:before { background-image: url(../css/images/sprite.png); background-position: -254px -10px; right: 100%; margin-right: 20px; }
.slogan .slogan-inner:after { background-image: url(../css/images/sprite.png); background-position: -254px 0; left: 100%; margin-left: 20px; }

.slogan .slogan-inner:before,
.slogan .slogan-inner:after { content: ''; width: 744px; height: 6px; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

@media (max-width: 767px) {
	.slogan { padding-left: 50px; padding-right: 50px; font-size: 14px; line-height: 1.3; }

	.slogan .slogan-inner:before { margin-right: 10px; }
	.slogan .slogan-inner:after { margin-left: 10px; }
}

/* ------------------------------------------------------------ *\
	Slogan Secondary
\* ------------------------------------------------------------ */

.slogan-secondary { position: relative; padding: 16px 0 15px; }
.slogan-secondary:after { content: ''; background: url(../css/images/slogan-secondary-shadow.png) repeat-x 0 0; width: 100%; height: 30px; display: inline-block; vertical-align: middle; margin-top: 11px; }

@media (max-width: 1023px) {
	.slogan-secondary h3 { letter-spacing: 0.3em; }
}

@media (max-width: 767px) {
	.slogan-secondary h3 { margin-left: 0; }
	.slogan-secondary h3 span { display: block; font-size: 0; line-height: 0; text-indent: -4004px; padding: 5px; }
}

/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */

.socials { padding-top: 45px; margin-left: 50px; }

.socials li { display: inline-block; margin-right: 5px; transition: opacity .3s; }
.socials li ~ li { margin-left: 6px; }
.socials li:hover { opacity: .7; }

@media (max-width: 1023px) {
	.socials { text-align: center; }
}

@media (max-width: 767px) {
	.socials { padding-top: 15px; margin-left: 0; }
}

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */

.table {}

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */

.widgets { list-style: none outside none; }

.widget-head { margin-bottom: 25px; }

.widget-secondary .widget-head { color: #fff; height: 51px; position: relative; margin-bottom: 0; 
	background: #a8120b; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #a8120b 0%,#d0180f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8120b', endColorstr='#d0180f',GradientType=0 ); /* IE6-9 */
}
.widget-secondary .widget-head:before { content: ''; display: inline-block; width: 100%; height: 1px; background: #bcb9aa; position: absolute; bottom: 100%; left: 0; margin-bottom: 1px; }

.widget-secondary .widget-head h3 { font-size: 14px; position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); color: #fff; font-family: 'loew', sans-serif; text-transform: uppercase; line-height: 1; font-weight: 400; padding: 0 25px; }


/* ------------------------------------------------------------ *\
	Jasons Additions
\* ------------------------------------------------------------ */

.news a {color: #cc1d11; text-decoration:none;}
.nav-sidebar.staff .dropdown li:before {top: -3px;}
.main {padding-bottom:152px;}
@media (max-width: 767px) { .main {padding-bottom: 222px;}}
.news a:hover {text-decoration: underline !important;}
.footer-content {padding-top: 35px;}
.nav-sidebar {margin-bottom:20px;}