body {
	padding: 0;
	margin: 0;
    font-family: 'Arapey', Georgia, serif;
    font-size: 12pt;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    body *, body *:before, body *:after {
        -webkit-box-sizing: inherit;
        -moz-box-sizing: inherit;
        box-sizing: inherit;
    }

.section {
    float: left;
    clear: both;
    min-width: 100%;
    padding: 50px;
}

    .section.header { border-top: 15px solid #626230; }
    .section.body { background: #D0D09F; }

    .section_content {
        max-width: 1000px;
        margin: 0 auto;
        min-width: 475px;
    }

.clr { clear: both; }


/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
        GRIDS (from bootstrap)
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.col-md-9 .box { /*CMS HACK*/
    min-height: 600px;
} 

.row {
  margin-left: -15px;
  margin-right: -15px;
}

    .row.bordered {
        border-bottom: 1px solid #e2e2e2;
        padding-bottom: 20px;
    }

    .row:before,
    .row:after {
      content: " ";
      display: table;
    }

    .row:after {
      clear: both;
    }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

    .col-xs-1 img, .col-sm-1 img, .col-md-1 img, .col-lg-1 img, .col-xs-2 img, .col-sm-2 img, .col-md-2 img, .col-lg-2 img, .col-xs-3 img, .col-sm-3 img, .col-md-3 img, .col-lg-3 img, .col-xs-4 img, .col-sm-4 img, .col-md-4 img, .col-lg-4 img, .col-xs-5 img, .col-sm-5 img, .col-md-5 img, .col-lg-5 img, .col-xs-6 img, .col-sm-6 img, .col-md-6 img, .col-lg-6 img, .col-xs-7 img, .col-sm-7 img, .col-md-7 img, .col-lg-7 img, .col-xs-8 img, .col-sm-8 img, .col-md-8 img, .col-lg-8 img, .col-xs-9 img, .col-sm-9 img, .col-md-9 img, .col-lg-9 img, .col-xs-10 img, .col-sm-10 img, .col-md-10 img, .col-lg-10 img, .col-xs-11 img, .col-sm-11 img, .col-md-11 img, .col-lg-11 img, .col-xs-12 img, .col-sm-12 img, .col-md-12 img, .col-lg-12 {
        max-height: 300px;
        max-width: 100%;
    }

    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
      float: left;
    }

    .col-xs-12 { width: 100%; }
    .col-xs-11 { width: 91.66666666666666%; }
    .col-xs-10 { width: 83.33333333333334%; }
    .col-xs-9 { width: 75%; }
    .col-xs-8 { width: 66.66666666666666%; }
    .col-xs-7 { width: 58.333333333333336%; }
    .col-xs-6 { width: 50%; }
    .col-xs-5 { width: 41.66666666666667%; }
    .col-xs-4 { width: 33.33333333333333%; }
    .col-xs-3 { width: 25%; }
    .col-xs-2 { width: 16.666666666666664%; }
    .col-xs-1 { width: 8.333333333333332%; }

    @media (min-width: 768px) {
      .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
        float: left;
      }
      .col-sm-12 { width: 100%; }
      .col-sm-11 { width: 91.66666666666666%; }
      .col-sm-10 { width: 83.33333333333334%; }
      .col-sm-9 { width: 75%; }
      .col-sm-8 { width: 66.66666666666666%; }
      .col-sm-7 { width: 58.333333333333336%; }
      .col-sm-6 { width: 50%; }
      .col-sm-5 { width: 41.66666666666667%; }
      .col-sm-4 { width: 33.33333333333333%; }
      .col-sm-3 { width: 25%; }
      .col-sm-2 { width: 16.666666666666664%; }
      .col-sm-1 { width: 8.333333333333332%; }
    }

    @media (min-width: 992px) {
      .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
        float: left;
      }
      .col-md-12 { width: 100%; }
      .col-md-11 { width: 91.66666666666666%; }
      .col-md-10 { width: 83.33333333333334%; }
      .col-md-9 { width: 75%; }
      .col-md-8 { width: 66.66666666666666%; }
      .col-md-7 { width: 58.333333333333336%; }
      .col-md-6 { width: 50%; }
      .col-md-5 { width: 41.66666666666667%; }
      .col-md-4 { width: 33.33333333333333%; }
      .col-md-3 { width: 25%; }
      .col-md-2 { width: 16.666666666666664%; }
      .col-md-1 { width: 8.333333333333332%; }
    }

    @media (min-width: 1200px) {
      .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
        float: left;
      }
      .col-lg-12 { width: 100%; }
      .col-lg-11 { width: 91.66666666666666%; }
      .col-lg-10 { width: 83.33333333333334%; }
      .col-lg-9 { width: 75%; }
      .col-lg-8 { width: 66.66666666666666%; }
      .col-lg-7 { width: 58.333333333333336%; }
      .col-lg-6 { width: 50%; }
      .col-lg-5 { width: 41.66666666666667%; }
      .col-lg-4 { width: 33.33333333333333%; }
      .col-lg-3 { width: 25%; }
      .col-lg-2 { width: 16.666666666666664%; }
      .col-lg-1 { width: 8.333333333333332%; }
    }


/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
        FORMS (from bootstrap)
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.form-group {
  margin-bottom: 15px;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
      border-color: #66afe9;
      outline: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
      box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control::-moz-placeholder {
      color: #999999;
      opacity: 1;
    }

    .form-control:-ms-input-placeholder {
      color: #999999;
    }

    .form-control::-webkit-input-placeholder {
      color: #999999;
    }

    textarea.form-control {
      height: auto;
    }
    
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-size: 13pt; 
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

    input[type="radio"],
    input[type="checkbox"] {
      margin: 4px 0 0;
      margin-top: 1px \9;
      line-height: normal;
    }

    input[type="file"] {
      display: block;
    }

    input[type="range"] {
      display: block;
      width: 100%;
    }

    select[multiple],
    select[size] {
      height: auto;
    }

    input[type="file"]:focus,
    input[type="radio"]:focus,
    input[type="checkbox"]:focus {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;
    }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

    .radio label,
    .checkbox label {
      min-height: 20px;
      padding-left: 20px;
      margin-bottom: 0;
      font-weight: normal;
      cursor: pointer;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
      position: absolute;
      margin-left: -20px;
      margin-top: 4px \9;
    }

    .radio + .radio,
    .checkbox + .checkbox {
      margin-top: -5px;
    }

    .radio-inline,
    .checkbox-inline {
      position: relative;
      display: inline-block;
      padding-left: 20px;
      margin-bottom: 0;
      vertical-align: middle;
      font-weight: normal;
      cursor: pointer;
    }


/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
             ICONS
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

@font-face {
	font-family: 'icons';
	src:url('fonts/icons.eot?d7yf1v');
	src:url('fonts/icons.eot?#iefixd7yf1v') format('embedded-opentype'),
		url('fonts/icons.woff?d7yf1v') format('woff'),
		url('fonts/icons.ttf?d7yf1v') format('truetype'),
		url('fonts/icons.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-album:before { content: "\e6aa"; } .icon-arc:before { content: "\e6ab"; } .icon-back-2:before { content: "\e6ac"; } .icon-bandaid:before { content: "\e6ad"; } .icon-car:before { content: "\e6ae"; } .icon-diamond:before { content: "\e6af"; } .icon-door-lock:before { content: "\e6b0"; } .icon-eyedropper:before { content: "\e6b1"; } .icon-female:before { content: "\e6b2"; } .icon-gym:before { content: "\e6b3"; } .icon-hammer:before { content: "\e6b4"; } .icon-headphones:before { content: "\e6b5"; } .icon-helm:before { content: "\e6b6"; } .icon-hourglass:before { content: "\e6b7"; } .icon-leaf:before { content: "\e6b8"; } .icon-magic-wand:before { content: "\e6b9"; } .icon-male:before { content: "\e6ba"; } .icon-map-2:before { content: "\e6bb"; } .icon-next-2:before { content: "\e6bc"; } .icon-paint-bucket:before { content: "\e6bd"; } .icon-pendrive:before { content: "\e6be"; } .icon-photo:before { content: "\e6bf"; } .icon-piggy:before { content: "\e6c0"; } .icon-plugin:before { content: "\e6c1"; } .icon-refresh-2:before { content: "\e6c2"; } .icon-rocket:before { content: "\e6c3"; } .icon-settings:before { content: "\e6c4"; } .icon-shield:before { content: "\e6c5"; } .icon-smile:before { content: "\e6c6"; } .icon-usb:before { content: "\e6c7"; } .icon-vector:before { content: "\e6c8"; } .icon-wine:before { content: "\e6c9"; } .icon-cloud-upload:before { content: "\e68a"; } .icon-cash:before { content: "\e68c"; } .icon-close:before { content: "\e680"; } .icon-bluetooth:before { content: "\e68d"; } .icon-cloud-download:before { content: "\e68b"; } .icon-way:before { content: "\e68e"; } .icon-close-circle:before { content: "\e681"; } .icon-id:before { content: "\e68f"; } .icon-angle-up:before { content: "\e682"; } .icon-wristwatch:before { content: "\e690"; } .icon-angle-up-circle:before { content: "\e683"; } .icon-world:before { content: "\e691"; } .icon-angle-right:before { content: "\e684"; } .icon-volume:before { content: "\e692"; } .icon-angle-right-circle:before { content: "\e685"; } .icon-users:before { content: "\e693"; } .icon-angle-left:before { content: "\e686"; } .icon-user-female:before { content: "\e694"; } .icon-angle-left-circle:before { content: "\e687"; } .icon-up-arrow:before { content: "\e695"; } .icon-angle-down:before { content: "\e688"; } .icon-switch:before { content: "\e696"; } .icon-angle-down-circle:before { content: "\e689"; } .icon-scissors:before { content: "\e697"; } .icon-wallet:before { content: "\e600"; } .icon-safe:before { content: "\e698"; } .icon-volume2:before { content: "\e601"; } .icon-volume1:before { content: "\e602"; } .icon-voicemail:before { content: "\e603"; } .icon-video:before { content: "\e604"; } .icon-user:before { content: "\e605"; } .icon-upload:before { content: "\e606"; } .icon-unlock:before { content: "\e607"; } .icon-umbrella:before { content: "\e608"; } .icon-trash:before { content: "\e609"; } .icon-tools:before { content: "\e60a"; } .icon-timer:before { content: "\e60b"; } .icon-ticket:before { content: "\e60c"; } .icon-target:before { content: "\e60d"; } .icon-sun:before { content: "\e60e"; } .icon-study:before { content: "\e60f"; } .icon-stopwatch:before { content: "\e610"; } .icon-star:before { content: "\e611"; } .icon-speaker:before { content: "\e612"; } .icon-signal:before { content: "\e613"; } .icon-shuffle:before { content: "\e614"; } .icon-shopbag:before { content: "\e615"; } .icon-share:before { content: "\e616"; } .icon-server:before { content: "\e617"; } .icon-search:before { content: "\e618"; } .icon-film:before { content: "\e6a5"; } .icon-science:before { content: "\e619"; } .icon-disk:before { content: "\e6a6"; } .icon-ribbon:before { content: "\e61a"; } .icon-repeat:before { content: "\e61b"; } .icon-refresh:before { content: "\e61c"; } .icon-add-user:before { content: "\e6a9"; } .icon-refresh-cloud:before { content: "\e61d"; } .icon-paperclip:before { content: "\e69c"; } .icon-radio:before { content: "\e61e"; } .icon-note2:before { content: "\e69d"; } .icon-print:before { content: "\e61f"; } .icon-network:before { content: "\e69e"; } .icon-prev:before { content: "\e620"; } .icon-mute:before { content: "\e69f"; } .icon-power:before { content: "\e621"; } .icon-medal:before { content: "\e6a0"; } .icon-portfolio:before { content: "\e622"; } .icon-like2:before { content: "\e6a1"; } .icon-plus:before { content: "\e623"; } .icon-left-arrow:before { content: "\e6a2"; } .icon-play:before { content: "\e624"; } .icon-key:before { content: "\e6a3"; } .icon-plane:before { content: "\e625"; } .icon-joy:before { content: "\e6a4"; } .icon-photo-gallery:before { content: "\e626"; } .icon-pin:before { content: "\e69b"; } .icon-phone:before { content: "\e627"; } .icon-plug:before { content: "\e69a"; } .icon-pen:before { content: "\e628"; } .icon-right-arrow:before { content: "\e699"; } .icon-paper-plane:before { content: "\e629"; } .icon-delete-user:before { content: "\e6a7"; } .icon-paint:before { content: "\e62a"; } .icon-bottom-arrow:before { content: "\e6a8"; } .icon-notebook:before { content: "\e62b"; } .icon-note:before { content: "\e62c"; } .icon-next:before { content: "\e62d"; } .icon-news-paper:before { content: "\e62e"; } .icon-musiclist:before { content: "\e62f"; } .icon-music:before { content: "\e630"; } .icon-mouse:before { content: "\e631"; } .icon-more:before { content: "\e632"; } .icon-moon:before { content: "\e633"; } .icon-monitor:before { content: "\e634"; } .icon-micro:before { content: "\e635"; } .icon-menu:before { content: "\e636"; } .icon-map:before { content: "\e637"; } .icon-map-marker:before { content: "\e638"; } .icon-mail:before { content: "\e639"; } .icon-mail-open:before { content: "\e63a"; } .icon-mail-open-file:before { content: "\e63b"; } .icon-magnet:before { content: "\e63c"; } .icon-loop:before { content: "\e63d"; } .icon-look:before { content: "\e63e"; } .icon-lock:before { content: "\e63f"; } .icon-lintern:before { content: "\e640"; } .icon-link:before { content: "\e641"; } .icon-like:before { content: "\e642"; } .icon-light:before { content: "\e643"; } .icon-less:before { content: "\e644"; } .icon-keypad:before { content: "\e645"; } .icon-junk:before { content: "\e646"; } .icon-info:before { content: "\e647"; } .icon-home:before { content: "\e648"; } .icon-help2:before { content: "\e649"; } .icon-help1:before { content: "\e64a"; } .icon-graph3:before { content: "\e64b"; } .icon-graph2:before { content: "\e64c"; } .icon-graph1:before { content: "\e64d"; } .icon-graph:before { content: "\e64e"; } .icon-global:before { content: "\e64f"; } .icon-gleam:before { content: "\e650"; } .icon-glasses:before { content: "\e651"; } .icon-gift:before { content: "\e652"; } .icon-folder:before { content: "\e653"; } .icon-flag:before { content: "\e654"; } .icon-filter:before { content: "\e655"; } .icon-file:before { content: "\e656"; } .icon-expand1:before { content: "\e657"; } .icon-exapnd2:before { content: "\e658"; } .icon-edit:before { content: "\e659"; } .icon-drop:before { content: "\e65a"; } .icon-drawer:before { content: "\e65b"; } .icon-download:before { content: "\e65c"; } .icon-display2:before { content: "\e65d"; } .icon-display1:before { content: "\e65e"; } .icon-diskette:before { content: "\e65f"; } .icon-date:before { content: "\e660"; } .icon-cup:before { content: "\e661"; } .icon-culture:before { content: "\e662"; } .icon-crop:before { content: "\e663"; } .icon-credit:before { content: "\e664"; } .icon-copy-file:before { content: "\e665"; } .icon-config:before { content: "\e666"; } .icon-compass:before { content: "\e667"; } .icon-comment:before { content: "\e668"; } .icon-coffee:before { content: "\e669"; } .icon-cloud:before { content: "\e66a"; } .icon-clock:before { content: "\e66b"; } .icon-check:before { content: "\e66c"; } .icon-chat:before { content: "\e66d"; } .icon-cart:before { content: "\e66e"; } .icon-camera:before { content: "\e66f"; } .icon-call:before { content: "\e670"; } .icon-calculator:before { content: "\e671"; } .icon-browser:before { content: "\e672"; } .icon-box2:before { content: "\e673"; } .icon-box1:before { content: "\e674"; } .icon-bookmarks:before { content: "\e675"; } .icon-bicycle:before { content: "\e676"; } .icon-bell:before { content: "\e677"; } .icon-battery:before { content: "\e678"; } .icon-ball:before { content: "\e679"; } .icon-back:before { content: "\e67a"; } .icon-attention:before { content: "\e67b"; } .icon-anchor:before { content: "\e67c"; } .icon-albums:before { content: "\e67d"; } .icon-alarm:before { content: "\e67e"; } .icon-airplay:before { content: "\e67f"; } 

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
           TYPOGRAPHY 
            light D0D09F
            med 9F9F80 
            dark 626230
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #626230;
    font-family: 'Arapey', Georgia, serif !important;
}

h2 {
    color: #F96A02;
}

a {
    color: #9F9F80;
    text-decoration: none;
}

    a:hover, a:focus, a:active {
        color: #F96A02;
        text-decoration: none;
    }

    a img { border: none; }

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.button, .form-control.button {
    display: block;
    float: right;
    width: auto;
    padding: 10px 15px;
    margin: 15px 0 15px 15px;
    line-height: 1;
    background: #F96A02;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px; 
    border-radius: 15px;
}

    .button:hover, .form-control.button:hover,
    .button:active, .form-control.button:active {
        background: #626230;
        cursor: pointer;
        color: #fff;
    }

    .section_content > .button {
        margin: 0;
    }

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
             HEADER
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.logo {
    width: auto;
}

    .logo h2 {
        margin: 0 0 0 15px;
        font-size: 22pt;
        color: #626230;
    }

        .logo h2 b {
	        color: #fff;
            font-size: 30pt;
            font-weight: normal;
        }

        .logo h2 b:after {
            content: '';
            background: #626230;
            position: absolute;
            width: 34px;
            height: 34px;
            top: -1px;
            left: 17px;
            border-radius: 17px;
            z-index: -1;
        }

        .logo h2 em {
            font-style: normal;
            font-size: 17pt;
            color: #9F9F80;
        }

    .logo p {
        font-size: 10pt;
	    font-style: italic;
        text-align: right;
        color: #9F9F80;
        margin: 0;
    }

.nav {
	text-align: right;
    margin: 50px 0 0 0;
    float: right;
}

    .nav a {
	    font-size: 15pt;
        text-decoration: none;
	    padding: 0px 10px;
        border-left: 1px solid #eee;
        position: relative;
    }

        .nav a:first-child {
	        border-left: none;
        }

        .nav a.live {
            color: #F96A02;
        }

            .nav a.live::after {
                content: '';
                position: absolute;
                bottom: -50px;
                left: 35%;
	            width: 15px; 
	            height: 15px; 
	            border-left: 15px solid transparent;
	            border-right: 15px solid transparent;
	            border-bottom: 15px solid #D0D09F;
            }


/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
             CONTENT
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.box {
    background: #fff;
    -webkit-border-radius: 15px; 
    -moz-border-radius: 15px; 
    border-radius: 15px; 
    padding: 25px;
    margin-bottom: 30px;
}

    .box .date, 
    .box .writer,
    .box h3,
    .box h4,
    .box h5 {
        margin: 0;
    }

    .box h1, .box h2 {
        margin: 0 0 10px 0;
    }

    .box .lead {
        font-weight: normal;
        color: #9F9F80;
        font-size: 17pt;
    }

    .box .article {
        line-height: 1.4;
    }

    .box .articlephoto {
        float: right;
        margin: 0 0 15px 15px;
    }

.list-item {
    margin-top: 20px;
}

    .list-item h3 a {
        color: #626230;
    }

    .list-item h3 a.highlight {
        color: #F96A02 !important;
    }

        .list-item h3 a span {
            font-size: 25px;
            display: block;
            float: left;
            height: 15px;
        }

    .list-item p {
        margin: 5px 0 0 25px;
        line-height: 1;
    }

    .list-item div {
        display: none;
    }


/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
             MANAGEMENT
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.subnav a {
    position: relative;
    width: 100%;
    display: block;
    float: left;
    clear: both;
    margin: 0 0 0 -25px;
    padding: 7px 0 0 25px;
}

    .subnav a.live {
        color: #F96A02;
        padding-left: 15px;
        border-left: 10px solid #F96A02;
    }

        .subnav a.live::after {
            content: '';
            position: absolute;
            right: -80px;
            top: 5px;
	        width: 15px; 
	        height: 15px; 
	        border-top: 15px solid transparent;
	        border-bottom: 15px solid transparent;
	        border-right: 15px solid #fff;
        }

        @media (max-width: 992px) {
            .subnav a.live::after {
                display: none;
            }
        }

    .subnav a span {
        float: left;
        display: block;
        width: 30px;
        font-size: 30px;
        margin: 0 10px 10px 0;
    }

    .subnav a p {
        font-family: Calibri;
        font-size: 11pt;
        margin: 5px 0 0 0;
        line-height: 1;
    }

table {
    border: 0;
    width: 100%;
}

    tr {
        line-height: 2;
    }

        tr:nth-of-type(odd) {
            background: #fafafa;
        }

        td {
            padding: 5px 5px 5px 10px;
        }

            td a.button {
                padding: 6px 10px;
                margin: 0 0 0 2px;
                font-size: 11pt;
                background: #626230;
            }
            
            td a.button:hover,
            td a.button:active {
                background: #F96A02;
            }