/*-----------------------------------------------------------------------------------

    Theme Name: Canvas
    Theme URI: http://themes.semicolonweb.com/html/canvas
    Description: Responsive Multi-Purpose Theme
    Author: SemiColonWeb
    Author URI: http://themeforest.net/user/semicolonweb
    Version: 1.2
    This means nothing.

-----------------------------------------------------------------------------------*/


dl, dt, dd, ol, ul, li {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
    overflow: hidden;
}

:active,
:focus {
    outline: none !important;
}

/* ----------------------------------------------------------------
    Typography
-----------------------------------------------------------------*/

@font-face {
  font-family: 'Arial';
  src: local('Arial');
  unicode-range: U+30-39;
}


body {
    color: #505759;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    font-size: 16px;
	line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none !important;
	transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

/*a:hover {
    color: #222;
}*/

a img {
    border: none;
}

img {
    max-width: 100%;
}

iframe {
    border: none !important;
}

/* ----------------------------------------------------------------
    Basic Layout Styles
-----------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #505759;
    font-weight: 400;
    margin: 0 0 18px 0;
	font-family: 'Merriweather Sans', Arial, sans-serif;
}

h5,
h6 {
    margin-bottom: 20px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
	color: #c8102e;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}
h5.published {
    font-size: 16px;
    font-weight: normal;
    line-height: 2;
	font-family: 'Merriweather Sans', Arial, sans-serif;
}

h6 {
    font-size: 14px;
}

h4 {

}

h5,
h6 {
    font-weight: bold;
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
table,
fieldset,
form {
    margin-bottom: 30px;
}

address{
    margin: 0;
}

small {
	font-family: 'Merriweather Sans', Arial, sans-serif;
}

.font-frutiger {
    font-family: 'FrutigerLTW01-55Roman', sans-serif!important;
}


.ib {
    display: inline-block!important;
}

.uppercase {
    text-transform: uppercase;
}

.tright {
    text-align: right !important;
}

.tleft {
    text-align: left !important;
}

.fright {
    float: right !important;
}

.fleft {
    float: left !important;
}

.fnone {
    float: none !important;
}

.ohidden {
    position: relative;
    overflow: hidden !important;
}

.pos-static {position: static!important;}

#wrapper {
    position: relative;
    float: none;
    width: 1220px;
    margin: 0 auto;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.line,
.double-line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 60px 0;
    border-top: 1px solid #EEE;
}

.line.line-sm {
    margin: 30px 0;
}

span.middot {
    display: inline-block;
    margin: 0 5px;
}

.double-line {
    border-top: 3px double #E5E5E5;
}

.emptydiv {
    display: block !important;
    position: relative !important;
}

.allmargin {
    margin: 50px !important;
}

.leftmargin {
    margin-left: 50px !important;
}

.rightmargin {
    margin-right: 50px !important;
}

.topmargin {
    margin-top: 50px !important;
}

.bottommargin {
    margin-bottom: 50px !important;
}

.clear-bottommargin {
    margin-bottom: -50px !important;
}

.allmargin-sm {
    margin: 30px !important;
}

.leftmargin-sm {
    margin-left: 30px !important;
}

.rightmargin-sm {
    margin-right: 30px !important;
}

.topmargin-sm {
    margin-top: 30px !important;
}

.bottommargin-sm {
    margin-bottom: 30px !important;
}

.clear-bottommargin-sm {
    margin-bottom: -30px !important;
}

.allmargin-lg {
    margin: 80px !important;
}

.leftmargin-lg {
    margin-left: 80px !important;
}

.rightmargin-lg {
    margin-right: 80px !important;
}

.topmargin-lg {
    margin-top: 80px !important;
}

.d-block{
    display: block!important;
}

.d-table{
    display: table!important;
}

.cursor-default {cursor: default!important;}

.mt0 {
    margin-top: 0!important;
}
.mt5 {
    margin-top: 5px!important;
}
.mt10 {
    margin-top: 10px!important;
}
.mt15 {
    margin-top: 15px!important;
}
.mt20 {
    margin-top: 20px!important;
}
.mt25 {
    margin-top: 25px!important;
}
.mt30 {
    margin-top: 30px!important;
}
.mt40 {
    margin-top: 40px!important;
}
.mt50 {
    margin-top: 50px!important;
}
.mt60 {
    margin-top: 60px!important;
}
.mt70 {
    margin-top: 70px!important;
}
.mt75 {
    margin-top: 75px!important;
}

.mb10 { margin-bottom: 10px!important; }
.mb15 { margin-bottom: 15px!important; }
.mb20 { margin-bottom: 20px!important; }
.mb30 { margin-bottom: 30px!important; }
.mb35 { margin-bottom: 35px!important; }
.mb50 { margin-bottom: 50px!important; }
.mb60 { margin-bottom: 60px!important; }

.mtb20 { margin: 20px 0!important; }
.mtb45 { margin-top: 45px!important; margin-bottom: 45px!important; }

.pb10 { padding-bottom: 10px!important; }
.pb20 { padding-bottom: 20px!important; }
.pb30 { padding-bottom: 30px!important; }
.pb40 { padding-bottom: 40px!important; }
.pb50 { padding-bottom: 50px!important; }

.mr20 { margin-right: 20px!important; }
.mr35 { margin-right: 35px!important; }

.lh-25 { line-height: 25px!important; }

.pt0 { padding-top: 0!important; }
.pt5 { padding-top: 5px!important; }
.pt10 { padding-top: 10px!important; }
.pt20 { padding-top: 20px!important; }
.pt30 { padding-top: 30px!important; }
.pt40 { padding-top: 40px!important; }
.pt50 { padding-top: 50px!important; }
.pt60 { padding-top: 60px!important; }
.pt65 { padding-top: 65px!important; }
.pt100 { padding-top: 100px!important; }
.ptb20 { padding: 20px 0!important; }
.ptb30 { padding: 30px 0!important; }
.ptb40 { padding: 40px 0!important; }
.ptb50 { padding: 50px 0!important; }
.m0 { margin: 0!important; }
.p0 { padding: 0!important; }
.pl0 { padding-left: 0!important; }
.pl10 { padding-left: 10px!important; }
.pl30 { padding-left: 30px!important; }
.pl15 { padding-left: 15px!important; }
.pr0 { padding-right: 0!important; }
.pr30 { padding-right: 30px!important; }
.pr10 { padding-right: 10px!important; }
.pr15 { padding-right: 15px!important; }

.plr20 { padding-right: 20px!important;
         padding-left: 20px!important; }
.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}
.w100p {
    width: 100%;
}
.w5p {
    width: 5%;
}
.w260{
    width: 260px!important;
}

.w290{
    width: 290px!important;
}

.w130{
    width: 130px!important;
}

.centered {
    float: none;
    margin: 0 auto;
}


.nowrap {
    white-space: nowrap!important;
}

.l120{left: 120px!important;}

.fs11 {
    font-size: 11px;
}
.fs14 {
    font-size: 14px;
}
.fw-n {
    font-weight: normal!important;
}

.text-justify {
    text-align: justify;
}
.text-justify:after {
    content: '';
    width: 100%;
    display: inline-block;
}
.lh-n {
    line-height: normal!important;
}
.text-gray {
    color: #646565!important;
}
.text-gray2 {
    color: #231f20!important;
}
.text-gray3 {
    color: #393939!important;
}
.text-wrap{
    white-space: normal!important;
}
.text-nowrap {
    white-space: nowrap;
}

.full-with-border {
    border-width: 2px;
}

.middle-icon {
    vertical-align: middle!important;
    position: relative!important;
    top: -1px!important;
}

.bottommargin-lg {
    margin-bottom: 80px !important;
}

.clear-bottommargin-lg {
    margin-bottom: -80px !important;
}

.nomargin {
    margin: 0 !important;
}

.noleftmargin {
    margin-left: 0 !important;
}

.norightmargin {
    margin-right: 0 !important;
}

.notopmargin {
    margin-top: 0 !important;
}

.nobottommargin {
    margin-bottom: 0 !important;
}

.header-stick {
    margin-top: -50px !important;
}

.content-wrap .header-stick {
    margin-top: -80px !important;
}

.footer-stick {
    margin-bottom: -50px !important;
}

.content-wrap .footer-stick {
    margin-bottom: -80px !important;
}

.noborder {
    border: none !important;
}

.noleftborder {
    border-left: none !important;
}

.norightborder {
    border-right: none !important;
}

.notopborder {
    border-top: none !important;
}

.nobottomborder {
    border-bottom: none !important;
}

.noradius {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
}

.col-padding {
    padding: 60px;
}

.nopadding {
    padding: 0 !important;
}

.noleftpadding {
    padding-left: 0 !important;
}

.norightpadding {
    padding-right: 0 !important;
}

.notoppadding {
    padding-top: 0 !important;
}

.nobottompadding {
    padding-bottom: 0 !important;
}

.noabsolute {
    position: relative !important;
}

.noshadow {
    box-shadow: none !important;
}

.hidden {
    display: none !important;
}

.nothidden {
    display: block !important;
}

.inline-block {
    float: none !important;
    display: inline-block !important;
}

.center {
    text-align: center !important;
}

.divcenter {
    position: relative !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.nobg {
    background: none !important;
}

.nobgcolor {
    background-color: transparent !important;
}

.bgicon {
    display: block;
    position: absolute;
    bottom: -60px;
    right: -50px;
    font-size: 210px;
    color: rgba(0, 0, 0, 0.1);
}

/* ----------------------------------------------------------------
    Sections
-----------------------------------------------------------------*/

.section {
    position: relative;
    margin: 60px 0;
    padding: 60px 0;
    background-color: #F9F9F9;
    overflow: hidden;
}

.parallax {
    background-color: transparent;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    overflow: hidden;
}

.mobile-parallax {
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position: center center;
}

.section .container {
    z-index: 2;
}

.section .container + .video-wrap {
    z-index: 1;
}

.revealer-image {
    position: relative;
    bottom: -100px;
    transition: bottom .3s ease-in-out;
    -webkit-transition: bottom .3s ease-in-out;
}

.section:hover .revealer-image {
    bottom: -50px;
}

/* ----------------------------------------------------------------
    Columns & Grids
-----------------------------------------------------------------*/

.postcontent {
    width: 860px;
}

.postcontent.bothsidebar {
    width: 580px;
}

.sidebar {
    width: 240px;
}

.col_full {
    width: 100%;
}

.col_half {
    width: 48%;
}

.col_one_third {
    width: 30.63%;
}

.col_two_third {
    width: 65.33%;
}

.col_one_fourth {
    width: 22%;
}

.col_three_fourth {
    width: 74%;
}

.col_one_fifth {
    width: 16.8%;
}

.col_two_fifth {
    width: 37.6%;
}

.col_three_fifth {
    width: 58.4%;
}

.col_four_fifth {
    width: 79.2%;
}

.col_one_sixth {
    width: 13.33%;
}

.col_five_sixth {
    width: 82.67%;
}

body.stretched .container-fullwidth {
    position: relative;
    padding: 0 60px;
    width: 100%;
}

.postcontent,
.sidebar,
.col_full,
.col_half,
.col_one_third,
.col_two_third,
.col_three_fourth,
.col_one_fourth,
.col_one_fifth,
.col_two_fifth,
.col_three_fifth,
.col_four_fifth,
.col_one_sixth,
.col_five_sixth {
    display: block;
    position: relative;
    margin-right: 4%;
    margin-bottom: 50px;
    float: left;
}

.postcontent,
.sidebar {
    margin-right: 40px;
}

.col_full {
    clear: both;
    float: none;
    margin-right: 0;
}

.postcontent.col_last,
.sidebar.col_last {
    float: right;
}

.col_last {
    margin-right: 0 !important;
    clear: right;
}

/* ----------------------------------------------------------------
    Flex Slider
-----------------------------------------------------------------*/

.fslider,
.fslider .flexslider,
.fslider .slider-wrap,
.fslider .slide,
.fslider .slide > a,
.fslider .slide > img,
.fslider .slide > a > img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}

.fslider {
    min-height: 32px;
    margin: 0 0 50px 0;
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
    border: none;
}

.slider-wrap,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}

.flex-control-paging {
    display: none;
}

.flexslider {
    position: relative;
    margin: 0;
    padding: 0;
}

.flexslider .slider-wrap > .slide {
    -webkit-backface-visibility: hidden;
}

.flexslider .slider-wrap img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.slider-wrap:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slider-wrap {
    display: block;
}

* html .slider-wrap {
    height: 1%;
}

.no-js .slider-wrap > .slide:first-child {
    display: block;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.flex-control-nav {
    position: absolute;
    z-index: 10;
    text-align: center;
    top: 14px;
    right: 10px;
    margin: 0;
}

.flex-control-nav li {
    float: left;
    display: block;
    margin: 0 3px;
    width: 10px;
    height: 10px;
}

.flex-control-nav li a {
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    width: 10px !important;
    height: 10px !important;
    border: 1px solid #FFF;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.flex-control-nav li:hover a,
.flex-control-nav li a.flex-active {
    background-color: #FFF;
}

/* ----------------------------------------------------------------
    Swiper Slider
-----------------------------------------------------------------*/

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.portrait .edw-about-us .swiper-wrapper,
.android .edw-about-us .swiper-wrapper,
.iphone .edw-about-us .swiper-wrapper {
    transform: translate3d(0px, 0px, 0px)!important;
    -webkit-transform: translate3d(0px, 0px, 0px)!important;
}

.swiper-slide {
    margin-left: 50px;
}

.swiper-slide-md {
    margin-left: 107px;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
}

/* ----------------------------------------------------------------
    Top Bar
-----------------------------------------------------------------*/

#top-bar {
    position: relative;
    border-bottom: 1px solid #EEE;
    height: 45px;
    line-height: 44px;
    font-size: 13px;
}

#top-bar .col_half {
    width: auto;
}

/* ----------------------------------------------------------------
    Top Links
-----------------------------------------------------------------*/

.top-links {
    position: relative;
    float: left;
}

.top-links ul {
    margin: 0;
    list-style: none;
}

.top-links ul li {
    float: left;
    position: relative;
    height: 44px;
    border-left: 1px solid #EEE;
}

.top-links ul li:first-child,
.top-links ul ul li {
    border-left: 0 !important;
}

.top-links li > a {
    display: block;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    height: 44px;
    color: #666;
}

.top-links li i {
    position: relative;
    top: 1px;
}

.top-links li i.icon-angle-down {
    margin: 0 0 0 2px !important;
}

.top-links li i:first-child {
    margin-right: 2px;
}

.top-links li.full-icon i {
    top: 2px;
    font-size: 14px;
    margin: 0;
}

.top-links li:hover {
    background-color: #EEE;
}

.top-links ul ul,
.top-links ul div.top-link-section {
    display: none;
    pointer-events: none;
    position: absolute;
    z-index: 210;
    line-height: 1.5;
    background: #FFF;
    border: 0;
    top: 44px;
    left: 0;
    width: 140px;
    margin: 0;
    border-top: 1px solid #1ABC9C;
    border-bottom: 1px solid #EEE;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
}

.top-links li:hover ul,
.top-links li:hover div.top-link-section {
    pointer-events: auto;
}

.top-links ul ul li {
    float: none;
    height: 36px;
    border-top: 1px solid #F5F5F5;
    border-left: 1px solid #EEE;
}

.top-links ul ul li:hover {
    background-color: #F9F9F9;
}

.top-links ul ul li:first-child {
    border-top: none !important;
    border-left: 1px solid #EEE;
}

.top-links ul ul a {
    height: 36px;
    line-height: 36px;
    font-size: 12px;
}

.top-links ul ul img {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.top-links ul ul.top-demo-lang img {
    top: 4px;
    width: 16px;
    height: 16px;
}

.top-links ul div.top-link-section {
    padding: 25px;
    left: 0;
    width: 280px;
}

.fright .top-links ul div.top-link-section,
.top-links.fright ul div.top-link-section {
    left: auto;
    right: 0;
}

/* ----------------------------------------------------------------
    Top Social
-----------------------------------------------------------------*/

#top-social,
#top-social ul {
    margin: 0;
}

#top-social li,
#top-social li a,
#top-social li .ts-icon,
#top-social li .ts-text {
    display: block;
    position: relative;
    float: left;
    width: auto;
    overflow: hidden;
    height: 44px;
    line-height: 44px;
}

#top-social li {
    border-left: 1px solid #EEE;
}

#top-social li:first-child {
    border-left: 0 !important;
}

#top-social li a {
    float: none;
    width: 40px;
    font-weight: bold;
    color: #666;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out;
}

#top-social li a:hover {
    color: #FFF !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

#top-social li .ts-icon {
    width: 40px;
    text-align: center;
    font-size: 14px;
}

/* ----------------------------------------------------------------
    Header
-----------------------------------------------------------------*/

#header {
    position: relative;
    background-color: #FFF;
    border-bottom: 1px solid #F5F5F5;
}

#header .container {
    position: relative;
}

#header.transparent-header {
    background: transparent;
    border-bottom: none;
    z-index: 100;
}

#header.semi-transparent {
    background-color: rgba(255, 255, 255, 0.8);
}

#header.transparent-header.floating-header {
    margin-top: 60px;
}

#header.transparent-header.floating-header .container {
    width: 1220px;
    background-color: #FFF;
    padding: 0 40px;
    border-radius: 2px;
}

#header.transparent-header.floating-header.sticky-header .container {
    width: 1170px;
    padding: 0 15px;
}

#header.transparent-header + #slider,
#header.transparent-header + #page-title.page-title-parallax,
#slider + #header.transparent-header {
    top: -100px;
    margin-bottom: -100px;
}

#header.transparent-header.floating-header + #slider {
    top: -160px;
    margin-bottom: -160px;
}

#header.transparent-header + #page-title.page-title-parallax .container {
    z-index: 5;
    padding-top: 100px;
}

#header.full-header {
    border-bottom-color: #EEE;
}

body.stretched #header.full-header .container {
    width: 100%;
    padding: 0 30px;
}

#header.transparent-header.full-header #header-wrap {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#slider + #header.transparent-header.full-header #header-wrap {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
}

/* ----------------------------------------------------------------
    Logo
-----------------------------------------------------------------*/

#logo {
    position: relative;
    float: left;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    font-size: 36px;
    line-height: 100%;
    margin-right: 40px;
}

#header.full-header #logo {
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #EEE;
}

#header.transparent-header.full-header #logo {
    border-right-color: rgba(0, 0, 0, 0.1);
}

#logo a {
    display: block;
    color: #000;
}

#logo img {
    display: block;
    max-width: 100%;
}

#logo a.standard-logo {
    display: block;
}

#logo a.retina-logo {
    display: none;
}

#logo a.retina-logo img {
    width: 70px;
}

/* ----------------------------------------------------------------
    Header Right Area
-----------------------------------------------------------------*/

.header-extras {
    float: right;
    margin: 30px 0 0;
}

.header-extras li {
    float: left;
    margin-left: 20px;
    height: 40px;
    overflow: hidden;
}

.header-extras li i {
    margin-top: 3px !important;
}

.header-extras li:first-child {
    margin-left: 0;
}

.header-extras li .he-text {
    position: relative;
    overflow: hidden;
    padding-left: 10px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
}

.header-extras li .he-text span {
    display: block;
    font-weight: 400;
}

/* ----------------------------------------------------------------
    Primary Menu
-----------------------------------------------------------------*/

#primary-menu {
    float: right;
    height: 100px;
}

#header.full-header #primary-menu > ul {
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #EEE;
}

#header.transparent-header.full-header #primary-menu > ul {
    border-right-color: rgba(0, 0, 0, 0.1);
}

#primary-menu-trigger,
#page-submenu-trigger {
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

#primary-menu ul {
    list-style: none;
    height: 100px;
    margin: 0;
}

#primary-menu > ul {
    float: left;
}

#primary-menu ul li {
    position: relative;
    float: left;
}

#primary-menu ul li.mega-menu {
    position: inherit;
}

#primary-menu ul li:first-child {
    margin-left: 0;
}

#primary-menu ul li a {
    display: block;
    height: 100px;
    line-height: 100px;
    padding: 0 15px;
    color: #444;
    font-weight: bold;
    font-size: 13px;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    -webkit-transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
    transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
}


#primary-menu ul li span {
    display: none;
}

#primary-menu ul li i {
    position: relative;
    font-size: 14px !important;
    top: 1px;
    line-height: 99px;
    width: 14px;
    text-align: center;
    margin-right: 6px;
    -webkit-transition: line-height .4s ease;
    transition: line-height .4s ease;
}

#primary-menu > ul > li.sub-menu > a > div {
}

#primary-menu li:hover > ul {
    display: block;
}

#primary-menu ul ul,
#primary-menu ul li .mega-menu-content {
    display: none;
    position: absolute;
    width: 220px;
    background-color: #FFF;
    border: 1px solid #EEE;
    border-top: 2px solid #1ABC9C;
    height: auto;
    z-index: 99;
    top: 100px;
    left: 0;
    margin: 0;
}

.top-nav-region{
    bottom: auto !important;
    display: block;
    right: 0;
	top: 6px;
    width: 150px;
}

.btn.simple-select {
    border-radius: 0;
    border-width: 0;
    width: 100%;
    text-align: left;
    padding: 4px 8px 4px 8px;
}

.btn.simple-select .caret {
    display: block;
    position: absolute;
    right: 10px;
    top: 13px;
    border-top-color: #ff1b01;
}

.btn.simple-select,
.btn.simple-select:hover,
.btn.simple-select:focus,
.btn.simple-select:active,
.btn.simple-select.active,
.open > .dropdown-toggle.btn.simple-select {
    background-color: white;
    box-shadow: 0 0 0 !important;
}

#primary-menu .top-nav-region li span {
    display: inline-block;
}

.top-nav-region .btn-group .dropdown-menu{
    display: none!important;
    border-radius: 0;
    margin-left: 1px!important;
    left: inherit!important;
    right: 0;
}

.top-nav-region .btn-group .dropdown-menu li:last-child{
    border: none!important;
}

.top-nav-region .btn-group.open .dropdown-menu{
    display: block!important;
}

.top-nav-region .btn-group.open .dropdown-menu a{
    background-image: none!important;
}

.top-nav-region .btn-group .btn {
    background: transparent;
    border-radius: 0;
    border: none !important;
    color: #cfcfcf !important;
    padding: 2px 12px;
	box-shadow: none !important;
}

.top-nav-region .btn-group .btn:hover {
    border: none !important;
	
}

.top-nav-region .btn-group .btn .caret{
    background: url(images/edwards/sprite-arrows2x.png) no-repeat scroll 8px 3px rgba(0, 0, 0, 0);
    border: medium none;
    height: 12px;
    position: relative;
    width: 20px;
}

.top-nav-region .btn-group.open .btn .caret{
    background-position: 8px -11px;
}

.top-nav-region .btn-group .btn span{
    color: #c8102e;
}

.top-nav-region {
    right: 20px;
}

#primary-menu ul ul ul {
    top: -2px !important;
    left: 218px;
}

#primary-menu ul ul.menu-pos-invert,
#primary-menu ul li .mega-menu-content.menu-pos-invert {
    left: auto;
    right: 0;
}

#primary-menu ul.nav-main-menu li:nth-child(4)>ul:first-child{
    left: auto;
    right: 0;
}

#primary-menu ul.nav-main-menu li:nth-child(5)>ul.edw-sub {
    left: auto;
    right: 0;
}

#primary-menu ul.nav-main-menu li:nth-child(5)>ul.edw-sub ul {
    right: 100%;
    left: auto;
    border-right: 1px solid #858585;
    border-left: none;
}

#primary-menu ul ul ul.menu-pos-invert {
    right: 218px;
}

#primary-menu ul ul li {
    float: none;
    margin: 0;
}

#primary-menu ul ul li:first-child {
    border-top: 0;
}

#primary-menu ul ul a {
    font-size: 14px;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#primary-menu ul ul li:hover > a {
    background-color: #F9F9F9;
    padding-left: 18px;
}

#primary-menu ul ul i {
    line-height: inherit;
}

#primary-menu ul ul > li.sub-menu > a,
#primary-menu ul ul > li.sub-menu:hover > a {
    background-image: url("images/icons/submenu.png");
    background-position: right center;
    background-repeat: no-repeat;
}

.dropdown-menu.full {
    min-width: inherit;
    width: 100%;
}
.dropdown-menu {
    margin: 0;
    border-radius: 0;
}

/* ----------------------------------------------------------------
    Mega Menu
-----------------------------------------------------------------*/

#primary-menu ul li .mega-menu-content,
#primary-menu ul li.mega-menu-small .mega-menu-content {
    width: 400px;
}

#primary-menu ul li.mega-menu .mega-menu-content,
.floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content {
    margin: 0 15px;
    width: 1140px;
    top: 100px;
}

.floating-header #primary-menu ul li.mega-menu .mega-menu-content {
    margin: 0;
    width: 1220px;
}

body.stretched .container-fullwidth #primary-menu ul li.mega-menu .mega-menu-content {
    margin: 0 60px;
}

body.stretched #header.full-header #primary-menu ul li.mega-menu .mega-menu-content {
    margin: 0 30px;
}

#primary-menu ul li.mega-menu .mega-menu-content.style-2 {
    padding: 0 10px;
}

#primary-menu ul li .mega-menu-content ul {
    display: block;
    position: relative;
    top: 0;
    min-width: inherit;
}

#primary-menu ul li .mega-menu-content > ul {
    float: left;
}

#primary-menu ul li .mega-menu-content ul {
    display: block !important;
    opacity: 1 !important;
    top: 0;
    left: 0;
}

#primary-menu ul li .mega-menu-content.col-2 > ul,
#primary-menu ul li .mega-menu-content.col-3 > ul,
#primary-menu ul li .mega-menu-content.col-4 > ul,
#primary-menu ul li .mega-menu-content.col-5 > ul {
    width: 50%;
    margin: 0;
    border-left: 1px solid #F2F2F2;
}

#primary-menu ul li .mega-menu-content.col-3 > ul {
    width: 33.33%;
}

#primary-menu ul li .mega-menu-content.col-4 > ul {
    width: 25%;
}

#primary-menu ul li .mega-menu-content.col-5 > ul {
    width: 20%;
}

#primary-menu ul li .mega-menu-content > ul:first-child {
    border-left: 0;
}

#primary-menu ul li .mega-menu-content ul a {
    height: 42px;
    line-height: 42px;
}

#primary-menu ul li .mega-menu-content ul {
    width: 100%;
    border: 0;
    box-shadow: none;
    background-color: transparent;
}

#primary-menu ul li .mega-menu-content.style-2 > ul {
    padding: 30px 20px;
}

#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title {
    margin-top: 20px;
}

#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title:first-child {
    margin-top: 0;
}

#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title > a {
    font-size: 13px;
    font-weight: bold;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase !important;
    margin-bottom: 15px;
    color: #444 !important;
    padding: 0;
    height: auto !important;
    line-height: 1.3 !important;
}

#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title:hover > a {
    background-color: transparent;
    font-weight: bold;
    padding: 0;
    color: #444 !important;
}

#primary-menu ul ul i {
    line-height: inherit;
}

#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title.sub-menu > a,
#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title.sub-menu:hover > a {
    background: none;
}

#primary-menu ul li .mega-menu-content.style-2 li {
    border: 0;
}

#primary-menu ul li .mega-menu-content.style-2 ul a {
    padding-left: 5px;
    height: 36px !important;
    line-height: 36px !important;
}

#primary-menu ul li .mega-menu-content.style-2 ul a:hover {
    padding-left: 12px;
}

/* Primary Menu - Style 2
-----------------------------------------------------------------*/

#primary-menu.style-2 {
    float: none;
    max-width: none;
    border-top: 1px solid #F5F5F5;
}

#primary-menu.style-2 > div > ul {
    float: left;
}

#primary-menu.style-2,
#primary-menu.style-2 > div > ul,
#primary-menu.style-2 > div > ul > li > a {
    height: 60px;
}

#logo + #primary-menu.style-2 {
    height: 100px;
    border-top: 0;
}

#primary-menu.style-2 > div > ul > li > a {
    line-height: 60px;
}

#primary-menu.style-2 > div > ul > li > a i {
    line-height: 59px;
}

#primary-menu.style-2 ul ul,
#primary-menu.style-2 ul li .mega-menu-content {
    top: 60px;
}

#logo + #primary-menu.style-2 > ul > li > ul,
#logo + #primary-menu.style-2 ul li .mega-menu-content {
    top: 100px;
}

#primary-menu.style-2 > div #top-search,
#primary-menu.style-2 > div #top-cart {
    margin-top: 20px;
    margin-bottom: 20px;
}

body:not(.device-sm):not(.device-xs):not(.device-xxs) #primary-menu.style-2.center > ul,
body:not(.device-sm):not(.device-xs):not(.device-xxs) #primary-menu.style-2.center > div {
    float: none;
    display: inline-block;
    width: auto;
    text-align: left;
}

/* Primary Menu - Sub Title
-----------------------------------------------------------------*/

#primary-menu.sub-title > ul > li,
#primary-menu.sub-title.style-2 > div > ul > li {
    background: url("images/icons/menu-divider.png") no-repeat right center;
    margin-left: 1px;
}

#primary-menu.sub-title ul li:first-child {
    padding-left: 0;
    margin-left: 0;
}

#primary-menu.sub-title ul li a {
    height: auto;
    line-height: 14px;
    padding: 27px 20px 32px;
    text-transform: uppercase;
    border-top: 5px solid transparent;
}

#primary-menu.sub-title ul li span {
    display: block;
    margin-top: 10px;
    line-height: 12px;
    font-size: 11px;
    font-weight: 400;
    color: #888;
    text-transform: capitalize;
}

#primary-menu.sub-title ul li i {
    line-height: 13px;
}

#primary-menu.sub-title > ul > li:hover > a,
#primary-menu.sub-title > ul > li.current > a,
#primary-menu.sub-title > div > ul > li:hover > a,
#primary-menu.sub-title > div > ul > li.current > a {
    background-color: #1ABC9C;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-top-color: rgba(0, 0, 0, 0.1);
}

#primary-menu.sub-title > ul > li:hover span,
#primary-menu.sub-title > ul > li.current span,
#primary-menu.sub-title.style-2 > div > ul > li:hover span,
#primary-menu.sub-title.style-2 > div > ul > li.current span {
    color: #EEE;
}

#primary-menu.sub-title.style-2 ul ul span {
    display: none;
}

/* Primary Menu - Style 2 with Sub Title
-----------------------------------------------------------------*/

#primary-menu.sub-title.style-2 > div > ul > li {
    background-position: left center;
}

#primary-menu.sub-title.style-2,
#primary-menu.sub-title.style-2 > div > ul,
#primary-menu.sub-title.style-2 > div > ul > li > a {
    height: 80px;
}

#primary-menu.sub-title.style-2 div ul ul,
#primary-menu.sub-title.style-2 ul li .mega-menu-content {
    top: 80px;
}

#primary-menu.sub-title.style-2 ul li .mega-menu-content ul {
    top: 0;
}

#primary-menu.sub-title.style-2 > div #top-search,
#primary-menu.sub-title.style-2 > div #top-cart {
    float: right;
    margin-top: 30px;
    margin-bottom: 30px;
}

#primary-menu.sub-title.style-2 div ul li:first-child,
#primary-menu.sub-title.style-2 > div > ul > li:hover + li,
#primary-menu.sub-title.style-2 > div > ul > li.current + li {
    background-image: none;
}

#primary-menu.sub-title.style-2 > div > ul > li > a {
    height: auto;
    line-height: 14px;
    padding: 17px 20px 22px;
}

/* ----------------------------------------------------------------
    Top Search
-----------------------------------------------------------------*/

#top-search,
#top-cart {
    float: right;
    margin: 40px 0 40px 15px;
}

#top-cart {
    position: relative;
}

#top-search a,
#top-cart a {
    display: block;
    position: relative;
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #333;
    -webkit-transition: color .3s ease-in-out;

    transition: color .3s ease-in-out;
}

#top-search a {
    z-index: 11;
}

#top-search a i {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

body.top-search-open #top-search a i.icon-search,
#top-search a i.icon-line-cross {
    opacity: 0;
}

body.top-search-open #top-search a i.icon-line-cross {
    opacity: 1;
    z-index: 11;
    font-size: 16px;
}

#top-search form {
    opacity: 0;
    z-index: -2;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    padding: 0 6px;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

body.top-search-open #top-search form {
    opacity: 1;
    z-index: 10;
}

#top-search form input {
    box-shadow: none !important;
    pointer-events: none;
    border-radius: 0;
    border: 0;
    outline: 0 !important;
    font-size: 32px;
    padding: 10px 80px 10px 0;
    height: 100%;
    color: #333;
    font-weight: 700;
    margin-top: 0 !important;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    background: #fff;
}

body:not(.device-sm):not(.device-xs):not(.device-xxs) #header.full-header #top-search form input {
    padding-left: 40px;
}

body:not(.device-sm):not(.device-xs):not(.device-xxs) .container-fullwidth #top-search form input {
    padding-left: 60px;
}

body.top-search-open #top-search form input {
    pointer-events: auto;
    padding: 0 10px;
	text-shadow: none !important;
    color: #393939!important;
}

body:not(.device-sm):not(.device-xs):not(.device-xxs) #header.transparent-header:not(.sticky-header):not(.full-header):not(.floating-header) #top-search form input {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

#primary-menu .container #top-search form input,
.sticky-header #top-search form input {
    border: none !important;
}

/* ----------------------------------------------------------------
    Sticky Header
-----------------------------------------------------------------*/

#header,
#header-wrap,
#logo img,
#primary-menu:not(.style-2),
#primary-menu:not(.style-2) > ul {
    height: 100px;
    -webkit-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease;
}

#header.sticky-style-2 {
    height: 161px;
}

#header.sticky-style-3 {
    height: 181px;
}

#header.sticky-style-2 #header-wrap,
#header.sticky-style-3 #header-wrap {
    height: 60px;
}

/*#primary-menu > ul > li > ul,
#primary-menu > ul > li > .mega-menu-content,
#primary-menu > ul > li.mega-menu > .mega-menu-content {
    -webkit-transition: top .4s ease;
    transition: top .4s ease;
}*/
#top-search,
#top-cart {
    -webkit-transition: margin .4s ease, opacity .3s ease;
    transition: margin .4s ease, opacity .3s ease;
}

body:not(.top-search-open) #header-wrap #logo,
body:not(.top-search-open) #primary-menu > ul,
body:not(.top-search-open) #primary-menu > .container > ul,
body:not(.top-search-open) #top-cart {
    opacity: 1;
    -webkit-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
    transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
}

body.top-search-open.edw #primary-menu ul.nav-main-menu li {
 
}

body.top-search-open.edw #primary-menu .nav-main-menu {
    right: 261px;
}

body:not(.top-search-open).edw #primary-menu .nav-main-menu,
body:not(.top-search-open).edw #primary-menu ul.nav-main-menu li,
body.top-search-open.edw #primary-menu .nav-main-menu,
body.top-search-open.edw #primary-menu ul.nav-main-menu li
,body:not(.side-header) #primary-menu ul.top-nav li a{
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#header.sticky-header.semi-transparent {
    background-color: transparent;
}

#header-wrap {
    position: relative;
}

#header.sticky-header #header-wrap {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-backface-visibility: hidden;
}

#header.semi-transparent.sticky-header #header-wrap {
    background-color: rgba(255, 255, 255, 0.8)
}

#header.sticky-header,
#header.sticky-header #header-wrap,
#header.sticky-header:not(.sticky-style-2) #logo img,
#header.sticky-header #primary-menu,
#header.sticky-header #primary-menu > ul,
#header.sticky-header #primary-menu > ul > li > a {
    height: 60px;
}

#header.sticky-header.sticky-style-2 {
    height: 161px;
}

#header.sticky-header #primary-menu > ul > li > a {
    line-height: 60px;
}

#header.sticky-header #primary-menu > ul > li > a i {
    line-height: 59px;
}

#header.sticky-header #primary-menu > ul > li > ul,
#header.sticky-header #primary-menu > ul > li > .mega-menu-content,
#header.sticky-header #primary-menu > ul > li.mega-menu > .mega-menu-content {
    top: 60px;
}

#header.sticky-header #top-search,
#header.sticky-header #top-cart {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

#header.sticky-header #top-cart .top-cart-content {
    top: 40px;
}

#header.sticky-header.sticky-style-2 #primary-menu {
    border-top: 0;
}

/* Primary Menu - Style 3
-----------------------------------------------------------------*/

#header.sticky-header #primary-menu.style-3 > ul > li > a {
    margin: 0;
    border-radius: 0;
}

/* Primary Menu - Style 4
-----------------------------------------------------------------*/

#header.sticky-header #primary-menu.style-4 > ul > li > a {
    height: 36px;
    line-height: 34px;
    margin: 12px 0;
}

#header.sticky-header #primary-menu.style-4 > ul > li > a i {
    line-height: 33px;
}

/* Primary Menu - Style 5
-----------------------------------------------------------------*/

#header.sticky-header #primary-menu.style-5 > ul > li {
    margin-left: 2px;
}

#header.sticky-header #primary-menu.style-5 > ul > li:first-child {
    margin-left: 0;
}

#header.sticky-header #primary-menu.style-5 > ul > li > a {
    line-height: 60px;
}

#header.sticky-header #primary-menu.style-5 > ul > li > a > div {
    padding: 0;
    line-height: 60px;
}

#header.sticky-header #primary-menu.style-5 > ul > li > a i {
    display: inline-block;
    width: 14px;
    top: 1px;
    margin: 0 5px 0 0;
    font-size: 14px !important;
    line-height: 59px;
}

/* Primary Menu - Sub Title
-----------------------------------------------------------------*/

#header.sticky-header #primary-menu.sub-title > ul > li,
#header.sticky-header #primary-menu.sub-title.style-2 > div > ul > li {
    background: none !important;
    margin-left: 2px;
}

#header.sticky-header #primary-menu.sub-title > ul > li:first-child,
#header.sticky-header #primary-menu.sub-title.style-2 > div > ul > li:first-child {
    margin-left: 0;
}

#header.sticky-header #primary-menu.sub-title > ul > li > a {
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    text-transform: none;
    font-size: 14px;
    border-top: 0;
}

#header.sticky-header #primary-menu.sub-title ul li span {
    display: none;
}

#header.sticky-header #primary-menu.sub-title > ul > li > a i {
    line-height: 59px;
}

#header.sticky-header #primary-menu.sub-title > div > ul > li > ul,
#header.sticky-header #primary-menu.sub-title > div > ul > li > .mega-menu-content,
#header.sticky-header #primary-menu.sub-title > div > ul > li.mega-menu > .mega-menu-content {
    top: 58px;
}

/* ----------------------------------------------------------------
    Page Menu
-----------------------------------------------------------------*/

#page-menu,
#page-menu-wrap {
    position: relative;
    height: 44px;
    line-height: 44px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

#page-menu-wrap {
    background-color: #1ABC9C;
}

#page-menu.sticky-page-menu #page-menu-wrap {
    position: fixed;
    z-index: 99;
    top: 60px;
    left: 0;
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    -webkit-backface-visibility: hidden;
}

#page-submenu-trigger {
    top: 0;
    margin-top: 0;
    left: auto;
    right: 15px;
    width: 40px;
    height: 44px;
    line-height: 44px;
}

#page-menu .menu-title {
    float: left;
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
}

#page-menu .menu-title span {
    font-weight: 600;
}

#page-menu nav {
    position: relative;
    float: right;
}

#page-menu nav ul {
    margin-bottom: 0;
    height: 44px;
}

#page-menu nav li {
    position: relative;
    float: left;
    list-style: none;
}

#page-menu nav li a {
    display: block;
    height: 44px;
    line-height: 44px;
    padding: 0 17px;
    color: #FFF;
    font-size: 14px;
}

body:not(.device-touch) #page-menu nav li a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#page-menu nav li a:hover,
#page-menu nav li.current a {
    background-color: rgba(0, 0, 0, 0.15);
}

/* Page Menu - Dots Style
-----------------------------------------------------------------*/

#page-menu.dots-menu,
#page-menu.dots-menu #page-menu-wrap {
    position: fixed;
    z-index: 100;
    top: 50%;
    left: auto;
    right: 20px;
    width: 24px;
    height: auto;
    line-height: 1.5;
    background-color: transparent;
    text-shadow: none;
}

#page-menu.dots-menu #page-menu-wrap {
    position: relative;
    box-shadow: none;
}

#page-menu.dots-menu .menu-title {
    display: none;
}

#page-menu.dots-menu nav {
    float: none;
    width: 24px;
}

#page-menu.dots-menu nav ul {
    height: auto;
}

#page-menu.dots-menu nav ul li {
    float: none;
    width: 14px;
    height: 14px;
    margin: 10px 6px;
}

#page-menu.dots-menu nav li a {
    position: relative;
    width: 10px;
    height: 10px;
    line-height: 1.5;
    padding: 0;
    margin: 0 2px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    color: #777;
}

#page-menu.dots-menu nav li a:hover {
    background-color: rgba(0, 0, 0, 0.7)
}

#page-menu.dots-menu nav li.current a {
    background-color: #1ABC9C;
}

#page-menu.dots-menu nav li .dots-menu-caption {
    position: absolute;
    width: auto;
    top: -11px;
    right: 25px;
    background-color: #1ABC9C;
    color: #FFF;
    padding: 5px 14px;
    white-space: nowrap;
    pointer-events: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    opacity: 0;
}

body:not(.device-touch) #page-menu.dots-menu nav li .dots-menu-caption {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#page-menu.dots-menu nav li .dots-menu-caption:after {
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -6px;
    left: auto;
    right: -5px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 6px solid #1ABC9C;
}

#page-menu.dots-menu nav li a:hover + .dots-menu-caption {
    opacity: 1;
    right: 30px;
}

/* ----------------------------------------------------------------
    Slider
-----------------------------------------------------------------*/

#slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Boxed Slider
-----------------------------------------------------------------*/

.boxed-slider {
    padding-top: 40px;
}

/* Flex Slider - Thumbs
-----------------------------------------------------------------*/

.fslider[data-animation="fade"] .flexslider {
    height: auto !important;
}

.flex-control-nav.flex-control-thumbs {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 4px -4px -4px;
}

.flex-control-nav.flex-control-thumbs li {
    margin: 0 2px 2px 0;
}

.flex-control-nav.flex-control-thumbs li img {
    cursor: pointer;
    text-indent: -9999px;
    border: 0;
    border-radius: 0;
    margin: 0;
    opacity: 0.5;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.flexslider .flex-control-nav.flex-control-thumbs li {
    width: 20%;
    margin: 0;
    height: 130px;
}

.flexslider .flex-control-nav.flex-control-thumbs li img{
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
    opacity: .4;
    border: 4px solid transparent !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flexslider .flex-control-nav.flex-control-thumbs li .flex-active{
//border: 4px solid #ff0000 !important;
}

.flex-control-nav.flex-control-thumbs li,
.flex-control-nav.flex-control-thumbs li img {

}

.flex-control-nav.flex-control-thumbs li:hover img,
.flex-control-nav.flex-control-thumbs li img.flex-active {
    border-width: 0;
    opacity: 1;
}

/* Flex Thumbs - Flexible
-----------------------------------------------------------------*/

.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs {
    margin: 2px -2px -2px 0;
    height: auto;
}

.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li {
    width: 25% !important;
    height: auto !important;
    margin: 0;
    padding: 0 2px 2px 0;
}

.fslider.flex-thumb-grid.grid-3 .flex-control-nav.flex-control-thumbs li {
    width: 33.30% !important;
}

.fslider.flex-thumb-grid.grid-5 .flex-control-nav.flex-control-thumbs li {
    width: 20% !important;
}

.fslider.flex-thumb-grid.grid-6 .flex-control-nav.flex-control-thumbs li {
    width: 16.66% !important;
}

.fslider.flex-thumb-grid.grid-8 .flex-control-nav.flex-control-thumbs li {
    width: 12.5% !important;
}

.fslider.flex-thumb-grid.grid-10 .flex-control-nav.flex-control-thumbs li {
    width: 10% !important;
}

.fslider.flex-thumb-grid.grid-12 .flex-control-nav.flex-control-thumbs li {
    width: 8.33% !important;
}

.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li img {
    width: 100% !important;
    height: auto !important;
}

/* Swiper Slider
-----------------------------------------------------------------*/

.swiper_wrapper {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.full-screen .swiper_wrapper {
    height: auto;
}

.swiper_wrapper .swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    background: url('images/pattern2.png') repeat;
}

.swiper-slide [data-caption-animate] {
    -webkit-backface-visibility: hidden;
}

.swiper-slide .video-wrap,
.section .video-wrap,
.swiper-slide .yt-bg-player,
.section .yt-bg-player {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}

#slider .container {
    position: relative;
    height: 100%;
}

#slider.canvas-slider .swiper-slide img {
    width: 100%;
}

#slider.canvas-slider a {
    display: block;
    height: 100%;
}

/* Revolution Slider
-----------------------------------------------------------------*/

.boxedcontainer {
    max-width: 1140px;
    margin: auto;
}

.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.tp-banner {
    width: 100%;
    position: relative;
}

.tp-banner-fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0;
}

/* Slider Caption
-----------------------------------------------------------------*/

.slider-caption,
.nivo-caption,
.flex-caption {
    position: absolute;
    top: 0;
    left: 15px;
    right: 0;
    z-index: 20;
    max-width: 550px;
    color: #EEE;
    font-size: 22px;
    font-weight: 300;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.slider-caption.right0 {
    right: 0;
}

.slider-caption:not(.dark),
.slider-caption:not(.dark) h2 {
    color: #222;
    text-shadow: none;
}

.slider-caption h2 {
    font-size: 64px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
}

.slider-caption p {
    margin-bottom: 10px;
    font-size: 24px;
}

.slider-caption.slider-caption-right {
    left: auto;
    right: 15px;
}

.slider-caption.slider-caption-center {
    position: relative;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.slider-caption-bg {
    padding: 5px 12px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.6);
    top: auto;
    bottom: 50px;
    left: 50px;
}

.slider-caption-bg.slider-caption-bg-light {
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    font-weight: 400;
    text-shadow: none;
}

.slider-caption-top-left {
    top: 50px;
    bottom: auto;
}

.slider-caption-top-right {
    top: 50px;
    bottom: auto;
    left: auto;
    right: 50px;
}

.slider-caption-bottom-right {
    left: auto;
    right: 50px;
}

/* Slider Arrows
-----------------------------------------------------------------*/

#slider .owl-theme .owl-controls {
    margin: 0;
}

#slider-arrow-left,
#slider-arrow-right,
.camera_prev,
.camera_next,
#slider .owl-prev,
#slider .owl-next,
.flex-prev,
.flex-next,
.nivo-prevNav,
.nivo-nextNav,
.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
    position: absolute;
    cursor: pointer;
    z-index: 10;
    top: 50%;
    left: 0;
    margin-top: -101px;
    background-color: rgba(0, 0, 0, 0.3);
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 0 3px 3px 0;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
    top: auto;
    bottom: 57px;
    left: auto;
    right: 20px;
    margin: 0;
    width: 32px;
    height: 32px;
    border-radius: 3px 3px 0 0;
}

.slider-arrow-bottom-sm {
    bottom: 20px;
    border-radius: 0 0 3px 3px;
}

#slider .owl-prev,
#slider .owl-next {
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

#slider-arrow-right,
.camera_next,
#slider .owl-next,
.flex-next,
.nivo-nextNav {
    left: auto;
    right: 0;
    border-radius: 3px 0 0 3px;
}

#slider-arrow-left i,
#slider-arrow-right i,
.camera_prev i,
.camera_next i,
#slider .owl-prev i,
#slider .owl-next i,
.flex-prev i,
.flex-next i,
.nivo-prevNav i,
.nivo-nextNav i,
.slider-arrow-top-sm i,
.slider-arrow-bottom-sm i {
    line-height: 50px;
    width: 34px;
    height: 52px;
    color: #DDD;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    font-size: 34px;
    text-align: center;
    margin-left: 7px;
}

.slider-arrow-top-sm i,
.slider-arrow-bottom-sm i {
    width: 32px;
    height: 32px;
    margin: 0;
    line-height: 30px;
    font-size: 18px;
    color: #FFF;
    color: rgba(255, 255, 255, 1);
}

.flex-prev i {
    margin-left: 9px;
}

#slider .owl-prev i {
    margin-left: 0;
}

#slider-arrow-right i,
.camera_next i,
.nivo-nextNav i {
    margin-left: 10px;
}

.flex-next i {
    margin-left: 11px;
}

#slider .owl-next i {
    margin-right: 4px;
}

#slider .owl-controls .owl-nav {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

#slider .owl-controls .owl-nav div,
#slider:hover .owl-controls .owl-nav {
    opacity: 1;
}

#slider-arrow-left:hover,
#slider-arrow-right:hover,
.camera_prev:hover,
.camera_next:hover,
#slider .owl-prev:hover,
#slider .owl-next:hover,
.flex-prev:hover,
.flex-next:hover,
.nivo-prevNav:hover,
.nivo-nextNav:hover,
.slider-arrow-top-sm:hover,
.slider-arrow-bottom-sm:hover {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

/* Slide Number
-----------------------------------------------------------------*/

#slide-number {
    position: absolute;
    opacity: 0;
    top: auto;
    right: 20px;
    bottom: 20px;
    z-index: 20;
    width: 36px;
    height: 40px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    font-size: 18px;
    font-weight: 300;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

#slider:hover #slide-number {
    opacity: 1;
}

#slide-number-current,
#slide-number-total {
    position: absolute;
    line-height: 1;
    top: 5px;
    left: 0;
}

#slide-number-total {
    top: auto;
    bottom: 5px;
    left: auto;
    right: 0;
}

#slide-number span {
    display: block;
    font-size: 32px;
    line-height: 40px;
}

/* Pagination
-----------------------------------------------------------------*/

#slider .owl-dots {
    position: absolute;
    width: 100%;
    z-index: 20;
    margin: 0;
    top: auto;
    bottom: 15px;
}

#slider .owl-controls .owl-dots span {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    opacity: 1;
    background-color: transparent;
    border: 1px solid #FFF;
}

#slider .owl-dots .owl-dot.active span,
#slider .owl-dots .owl-dot:hover span {
    background-color: #FFF !important;
}

/* ----------------------------------------------------------------
    Page Title
-----------------------------------------------------------------*/

#page-title {
    position: relative;
    padding: 50px 0;
    background-color: #F5F5F5;
    border-bottom: 1px solid #EEE;
}

#page-title .container {
    position: relative;
}

#page-title h1 {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    color: #333;
    font-size: 28px;
    text-transform: uppercase;
}

#page-title span {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    color: #777;
    font-size: 18px;
}

.breadcrumb {
    position: absolute !important;
    width: auto !important;
    top: 50% !important;
    left: auto !important;
    right: 15px !important;
    margin: -10px 0 0 0 !important;
    background-color: transparent !important;
    padding: 0 !important;
    font-size: 12px;
}

body.stretched .container-fullwidth .breadcrumb {
    right: 60px !important;
}

#header.transparent-header + #page-title.page-title-parallax .breadcrumb {
    margin-top: 35px !important;
}

.breadcrumb a {
    color: #393939;
}

.breadcrumb i {
    width: auto !important;
}

/* Page Title - Dark
-----------------------------------------------------------------*/

#page-title.page-title-dark {
    background-color: #333;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15) !important;
    border-bottom: none;
}

#page-title.page-title-dark h1 {
    color: rgba(255, 255, 255, 0.9) !important;
}

#page-title.page-title-dark span {
    color: rgba(255, 255, 255, 0.7);
}

#page-title.page-title-dark .breadcrumb > .active {
    color: rgba(255, 255, 255, 0.6);
}

#page-title.page-title-dark .breadcrumb a {
    color: rgba(255, 255, 255, 0.8);
}

#page-title.page-title-dark .breadcrumb a:hover {
    color: rgba(255, 255, 255, 0.95);
}

/* Page Title - Right Aligned
-----------------------------------------------------------------*/

#page-title.page-title-right {
    text-align: right;
}

#page-title.page-title-right .breadcrumb {
    left: 15px !important;
    right: auto !important;
}

/* Page Title - Center Aligned
-----------------------------------------------------------------*/

#page-title.page-title-center {
    text-align: center;
}

#page-title.page-title-center span {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

#page-title.page-title-center .breadcrumb {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 20px 0 0 !important;
}

/* Page Title - Background Pattern
-----------------------------------------------------------------*/

#page-title.page-title-pattern {
    background-image: url('images/pattern.png');
    background-repeat: repeat;
    background-attachment: fixed;
}

/* Page Title - Parallax Background
-----------------------------------------------------------------*/

#page-title.page-title-parallax {
    padding: 100px 0;
    text-shadow: none;
    border-bottom: none;
}

#page-title.page-title-parallax h1 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 2px;
}

#page-title.page-title-parallax span {
    font-size: 22px;
}

#page-title.page-title-parallax .breadcrumb {
    font-size: 13px;
}

#page-title.page-title-parallax {
    background-color: transparent;
    background-image: url('images/parallax/parallax-bg.jpg');
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
}

/* Page Title - Mini
-----------------------------------------------------------------*/

#page-title.page-title-mini {
    padding: 20px 0;
}

#page-title.page-title-mini h1 {
    font-weight: 600;
    font-size: 18px;
    color: #444;
}

#page-title.page-title-mini span {
    display: none;
}

/* Page Title - No Background
-----------------------------------------------------------------*/

#page-title.page-title-nobg {
    background: transparent !important;
    border-bottom: 1px solid #F5F5F5;
}

/* Page Title - Video
-----------------------------------------------------------------*/

#page-title.page-title-video {
    background: none;
    position: relative;
    overflow: hidden;
}

#page-title.page-title-video .container {
    z-index: 3;
}

#page-title.page-title-video .video-wrap {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

#page-title.page-title-video .video-wrap video {
    width: 100%;
}

/* ----------------------------------------------------------------
    Content
-----------------------------------------------------------------*/

#content {
    position: relative;
    overflow: hidden;
    background-color: #FFF;
}

#content p {
    line-height: 1.8;
}

.content-wrap {
    position: relative;
    padding: 80px 0;
}

#content .container {
    position: relative;
}


/* ----------------------------------------------------------------
    Blog
-----------------------------------------------------------------*/

#posts {
    position: relative;
}

.entry {
    position: relative;
    margin: 0 0 50px;
    padding: 0 0 50px;
    border-bottom: 2px solid #F5F5F5;
}

.entry-image {
    margin-bottom: 30px;
}

.entry-image,
.entry-image > a,
.entry-image .slide a,
.entry-image img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.entry-image iframe {
    display: block;
}

.entry-image img {
    border-radius: 3px;
}

.entry-title h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.entry-title h2 a {
    color: #333;
}

.entry-meta {
    margin: 10px -10px -15px 0;
    list-style: none;
}

.single-post .entry-meta {
    margin-bottom: 20px;
}

.entry-meta li {
    float: left;
    font-size: 13px;
    line-height: 14px;
    margin: 0 10px 15px 0;
    color: #999;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    font-style: italic;
}

.entry-meta li:before {
    content: '/';
    display: inline-block;
    margin-right: 10px;
    opacity: 0.5
}

.entry-meta li i {
    position: relative;
    top: 1px;
    font-size: 14px;
    margin-right: 3px;
}

.entry-meta li a {
    color: #999;
}
.entry-meta li:first-child:before {
    display: none;
}

.entry-meta li ins {
    font-weight: 600;
    text-decoration: none;
}

.entry-c {
    position: relative;
    overflow: hidden;
}

#posts .entry-content {
    margin-top: 30px;
}

.single-post .entry-content .entry-image {
    max-width: 350px;
}

.entry-content {
    position: relative;
}

.entry-link {
    display: block;
    background-color: #F5F5F5;
    padding: 30px 0;
    text-align: center;
    color: #444;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: 700;
    border-radius: 3px;
}

body:not(.device-touch) .entry-link {
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

.entry-link:hover {
    color: #FFF;
    background-color: #1ABC9C;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.entry-link span {
    display: block;
    margin-top: 5px;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
    color: #AAA;
}

.entry-link:hover span {
    color: #EEE;
}

.entry blockquote p {
    font-weight: 400;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    font-style: italic;
}

/* Small Thumbs
-----------------------------------------------------------------*/

.small-thumbs .entry-image,
.ievent .entry-image {
    float: left;
    width: 300px;
    margin: 0 30px 0 0;
}

.small-thumbs .entry-image img,
.ievent .entry-image img {
    border-radius: 0;
}

.small-thumbs .entry-c .entry-image,
.ievent .entry-c .entry-image {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
}

.small-thumbs .entry-c .entry-image img,
.ievent .entry-c .entry-image img {
    border-radius: 5px;
}

.small-thumbs .entry-title h2,
.ievent .entry-title h2 {
    font-size: 20px;
    font-weight: 600;
}

/* Small Thumbs - Right
-----------------------------------------------------------------*/

.small-thumbs.alt .entry-image {
    float: right;
    margin: 0 0 0 30px;
}

.small-thumbs.alt .entry-c .entry-image {
    float: none;
    margin: 0 0 20px 0;
}

/* Small Thumbs - Both Sidebar
-----------------------------------------------------------------*/

.bothsidebar .small-thumbs .entry-image {
    width: 200px;
    margin: 0 25px 0 0;
}

.bothsidebar .small-thumbs.alt .entry-image {
    margin: 0 0 0 25px;
}

.bothsidebar .small-thumbs .entry-c .entry-image {
    width: 100%;
    margin: 0 0 20px 0;
}

.bothsidebar .small-thumbs .entry-title h2 {
    font-size: 18px;
}

/* Blog - Grid
-----------------------------------------------------------------*/

.post-grid {
    margin-right: -28px;
}

.post-grid .entry {
    float: left;
    width: 264px;
    margin-right: 28px;
}

.post-grid .entry-image,
.post-grid .entry-image img {
    height: 148px;
}

.post-grid .entry-image img {
    border-radius: 0;
}

.post-grid .entry-title h2 {
    font-size: 17px;
    font-weight: 600;
}

.post-grid .entry-link {
    font-size: 24px;
}

.post-grid .entry-link span {
    font-size: 13px;
}

/* Blog - Grid - 3 Columns
-----------------------------------------------------------------*/

.post-grid.grid-3 {
    margin-right: -30px;
}

.post-grid.grid-3 .entry {
    width: 360px;
    margin-right: 30px;
}

.post-grid.grid-3 .entry-image,
.post-grid.grid-3 .entry-image img {
    height: 202px;
}

.post-grid.grid-3 .entry-title h2 {
    font-size: 18px;
}

/* Blog - Grid - 3 Columns - Sidebar
-----------------------------------------------------------------*/

.postcontent .post-grid.grid-3 {
    margin-right: -25px;
}

.postcontent .post-grid.grid-3 .entry {
    width: 270px;
    margin-right: 25px;
}

.postcontent .post-grid.grid-3 .entry-image,
.postcontent .post-grid.grid-3 .entry-image img {
    height: 152px;
}

.postcontent .post-grid.grid-3 .entry-title h2 {
    font-size: 16px;
}

/* Blog - Grid - 2 Columns
-----------------------------------------------------------------*/

.post-grid.grid-2 {
    margin-right: -40px;
}

.post-grid.grid-2 .entry {
    width: 550px;
    margin-right: 40px;
}

.post-grid.grid-2 .entry-image,
.post-grid.grid-2 .entry-image img {
    height: 309px;
}

.post-grid.grid-2 .entry-title h2 {
    font-size: 20px;
}

/* Blog - Grid - 2 Columns - Sidebar
-----------------------------------------------------------------*/

.postcontent .post-grid.grid-2 .entry {
    width: 410px;
}

.postcontent .post-grid.grid-2 .entry-image,
.postcontent .post-grid.grid-2 .entry-image img {
    height: 230px;
}

.postcontent .post-grid.grid-2 .entry-title h2 {
    font-size: 18px;
}

/* Blog - Grid - 2 Columns - Both Sidebar
-----------------------------------------------------------------*/

.bothsidebar .post-grid.grid-2 .entry {
    width: 270px;
}

.bothsidebar .post-grid.grid-2 .entry-image,
.bothsidebar .post-grid.grid-2 .entry-image img {
    height: 152px;
}

.bothsidebar .post-grid.grid-2 .entry-title h2 {
    font-size: 16px;
}

/* Blog - Masonry
-----------------------------------------------------------------*/

.post-masonry .entry-image,
.post-masonry .entry-image img {
    height: auto !important;
}

/* Blog - Masonry Full
-----------------------------------------------------------------*/

.post-masonry-full {
    margin: -80px 0 -80px -1px !important;
}

.post-masonry-full .entry {
    width: 24.9% !important;
    margin: 0 !important;
    padding: 40px 30px;
    border-bottom: 1px dashed;
    border-left: 1px dashed;
    border-color: #E5E5E5;
}

.post-masonry-full.grid-3 .entry {
    width: 33.30% !important;
}

/* Blog - Timeline
-----------------------------------------------------------------*/

.timeline-border {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -71px;
    width: 0;
    border-left: 1px dashed #CCC;
    height: 100%;
}

.post-timeline {
    margin-right: -140px !important;
}

.post-timeline .entry {
    width: 500px !important;
    margin-right: 140px !important;
}

.entry.entry-date-section {
    width: 100% !important;
    margin: 50px -70px 80px;
    padding: 0;
    border: 0;
    text-align: center;
}

.entry.entry-date-section span {
    display: inline-block;
    padding: 10px 15px;
    background-color: #FFF;
    border: 2px solid #EEE;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
	font-family: 'Merriweather Sans', Arial, sans-serif;
}

.post-timeline .entry-timeline {
    display: none;
    position: absolute;
    border: 2px solid #CCC;
    background-color: #FFF;
    padding-top: 0;
    text-indent: -9999px;
    top: 40px;
    left: auto;
    right: -76px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    font-size: 26px;
    font-weight: bold;
    color: #AAA;
    text-align: center;
    line-height: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.entry.entry-date-section + .entry .entry-timeline {
    top: 70px;
}

.post-timeline .entry-timeline div.timeline-divider {
    position: absolute;
    top: 4px;
    left: -58px;
    width: 50px;
    height: 0;
    border-top: 1px dashed #CCC;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.post-timeline .alt .entry-timeline {
    right: auto;
    left: -77px;
}

.post-timeline .alt .entry-timeline div.timeline-divider {
    left: auto;
    right: -58px;
}

.post-timeline .entry-timeline span {
    display: block;
    margin-top: 3px;
    font-size: 13px;
    font-weight: normal;
}

/* Blog - Timeline - Sidebar
-----------------------------------------------------------------*/

.postcontent .timeline-border {
    left: 32px;
    margin-left: 0;
}

.postcontent .post-timeline {
    padding-left: 100px;
    margin-right: 0 !important;
}

.postcontent .post-timeline .entry {
    width: 100% !important;
    margin-right: 140px !important;
}

.postcontent .post-timeline .entry-timeline {
    display: block;
    border: 3px solid #CCC;
    background-color: #FFF;
    padding-top: 10px;
    text-indent: 0;
    top: 20px;
    left: -100px;
    right: auto;
    width: 64px;
    height: 64px;
    font-size: 24px;
}

.postcontent .post-timeline .entry-timeline div.timeline-divider {
    top: 29px;
    left: 64px;
    width: 32px;
}

/* Individual Post
-----------------------------------------------------------------*/
.ipost div p {
    font-size: 14px;
}

.ipost .entry-image img {
    border-radius: 0;
}

.ipost .entry-title h3,
.ipost .entry-title h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.ipost .entry-title h4 {
    font-size: 15px;
}

.ipost .entry-title h3 a,
.ipost .entry-title h4 a {
    color: #505759;
}

.ipost .entry-title h3 a:hover,
.ipost .entry-title h4 a:hover {
    opacity: .8;
}

.ipost .entry-meta {
    margin-right: -10px;
}

.ipost .entry-meta li {
    font-size: 13px;
    margin-right: 10px;
}

.ipost .entry-content {
    margin-top: 20px;
}

.ipost .entry-content p {
    margin-bottom: 0;
}

.ipost .entry-content .place{
    font-style: italic;
    font-size: 14px;
    margin-top: 15px;
    color: #646565;
}

.more-link {
    display: inline-block;
    border-bottom: 1px solid #1ABC9C;
    padding: 0 2px;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    font-style: italic;
}

.more-link:hover {
    border-bottom-color: #393939;
}

/* Related Posts
-----------------------------------------------------------------*/

.overlay-icon {
    position: absolute;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    width: 48px;
    height: 48px;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
}

.overlay-icon i {
    line-height: 48px;
    font-size: 28px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

/* Small Post
-----------------------------------------------------------------*/

.spost,
.mpost {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #E5E5E5;
}

.mpost {
    margin-top: 25px;
    padding-top: 25px;
}

.spost:first-child,
.mpost:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.spost .entry-image,
.mpost .entry-image {
    float: left;
    margin: 0 15px 0 0;
    text-align: center;
}

.spost .entry-image,
.spost .entry-image a,
.spost .entry-image img,
.spost .entry-image i {
    width: 48px;
    height: 48px;
}

.spost .entry-image a i,
.mpost .entry-image a i {
    font-size: 28px;
    line-height: 48px;
    color: #666;
    background-color: #EEE;
}

.spost .entry-title h4,
.mpost .entry-title h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.spost .entry-title h4 a,
.mpost .entry-title h4 a {
    color: #333;
}

.spost .entry-meta {
    margin: 8px -10px 0 0;
}

.spost .entry-meta li,
.mpost .entry-meta li {
    font-size: 13px;
    margin: 0 10px 0 0;
}

/* Medium Post
-----------------------------------------------------------------*/

.mpost .entry-image {
    margin-right: 20px;
}

.mpost .entry-image,
.mpost .entry-image a,
.mpost .entry-image img,
.mpost .entry-image i {
    width: 170px;
    height: 128px;
}

.mpost .entry-image a,
.mpost .entry-image img {
    border-radius: 2px;
}

.mpost .entry-image a i {
    font-size: 42px;
    line-height: 128px;
}

.mpost .entry-title h4 {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
}

.mpost .entry-meta {
    margin-top: 5px;
}

.mpost .entry-meta li i {
    margin-right: 2px;
}

.mpost .entry-content {
    margin-top: 15px;
}

.post-navigation + .line {
    margin: 40px 0 50px;
}

/* ----------------------------------------------------------------
    Blog - Author
-----------------------------------------------------------------*/

.author-image {
    float: left;
    width: 84px;
    height: 84px;
    margin-right: 15px;
}

.author-image img {
    width: 84px;
    height: 84px;
}

/* ----------------------------------------------------------------
    Comment Form
-----------------------------------------------------------------*/

#respond,
#respond form {
    margin-bottom: 0;
}

.commentlist li #respond {
    margin: 30px 0 0;
}

.commentlist li li #respond {
    margin-left: 30px;
}

#respond p {
    margin: 10px 0 0 0;
}

#respond p:first-child {
    margin-top: 0;
}

#respond label small {
    color: #999;
    font-weight: normal;
}

#respond input[type="text"],
#respond textarea {
    margin-bottom: 0;
}

#respond .col_one_third,
#respond .col_full {
    margin-bottom: 20px;
}

.fb-comments,
.fb_iframe_widget,
.fb-comments > span,
.fb_iframe_widget > span,
.fb-comments > span > iframe,
.fb_iframe_widget > span > iframe {
    display: block !important;
    width: 100% !important;
    margin: 0;
}

/* Post Elements
-----------------------------------------------------------------*/

img.alignleft,
div.alignleft {
    float: left;
    margin: 5px 20px 13px 0;
    max-width: 100%;
}

div.alignleft > img,
div.alignnone > img,
div.aligncenter > img,
div.alignright > img {
    display: block;
    float: none;
}

img.alignnone,
img.aligncenter,
div.alignnone,
div.aligncenter {
    display: block;
    margin: 10px 0;
    float: none;
}

img.aligncenter,
div.aligncenter,
div.aligncenter img {
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

img.alignright,
div.alignright {
    float: right;
    margin: 5px 0 13px 20px;
}

.wp-caption {
    text-align: center;
    margin: 10px 20px 13px 20px;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    font-style: italic;
}

.wp-caption img,
.wp-caption img a {
    display: block;
    margin: 0;
}

p.wp-caption-text {
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 5px 10px;
    background-color: #EEE;
    border-radius: 50px;
}

.wp-smiley {
    max-height: 13px;
    margin: 0 !important;
}

/* Infinity Scroll - Message Style
-----------------------------------------------------------------*/

#infscr-loading,
#portfolio-ajax-loader {
    position: fixed;
    z-index: 20;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
    line-height: 48px;
    font-size: 24px;
    color: #FFF;
    text-align: center;
}

#infscr-loading img,
#portfolio-ajax-loader img {
    display: none;
    width: 24px;
    height: 24px;
    margin: 12px;
}

#portfolio-ajax-loader {
    display: none;
}

#portfolio-ajax-loader img {
    display: block;
}

/* ----------------------------------------------------------------
    Events
-----------------------------------------------------------------*/

.events .entry,
.ievent {
    padding: 20px;
    background-color: #F9F9F9;
    border-bottom: 3px solid #EEE;
}

.events .entry-image .entry-date,
.ievent .entry-image .entry-date {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    width: 60px;
    height: 64px;
    text-align: center;
    padding-top: 7px;
    font-size: 26px;
    line-height: 1;
}

.events .entry-image .entry-date span,
.ievent .entry-image .entry-date span {
    display: block;
    font-size: 15px;
    margin-top: 5px;
}

.events .entry-c,
.ievent .entry-c {
    padding: 5px 0;
}

.single-event .entry-image img {
    border-radius: 0;
}

.single-event .events-meta {
    font-size: 14px;
}

.single-event .events-meta .iconlist li,
.parallax .iconlist li {
    margin: 5px 0;
}

.single-event .entry-overlay,
.parallax .entry-overlay-meta {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.85);
    text-align: center;
    line-height: 80px;
    font-size: 22px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    z-index: 5;
}

.single-event .countdown {
    display: inline-block;
    position: relative;
    top: 7px;
}

.single-event .countdown-section {
    padding: 0 15px;
    border-left-color: rgba(255, 255, 255, 0.3);
    color: #CCC;
}

.single-event .countdown-amount {
    color: #FFF;
}

.parallax .entry-overlay,
.parallax .entry-overlay-meta {
    background: transparent;
    width: auto;
    text-align: right;
    bottom: 30px;
    left: auto;
    right: 30px;
}

.parallax .entry-overlay-meta {
    padding: 20px;
    font-size: 14px;
    text-align: left;
    right: 38px;
    bottom: 130px;
    width: 368px;
    height: auto;
    line-height: inherit;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
}

.parallax.overlay-left .entry-overlay,
.parallax.overlay-left .entry-overlay-meta {
    right: auto;
    left: 30px;
}

.parallax.overlay-left .entry-overlay-meta {
    left: 38px;
}

.parallax.overlay-center .entry-overlay,
.parallax.overlay-center .entry-overlay-meta {
    bottom: 100px;
    right: auto;
    left: 50%;
    margin-left: -192px;
}

.parallax.overlay-center .entry-overlay-meta {
    top: 100px;
    bottom: auto;
    margin-left: -184px;
}

.parallax .entry-overlay-meta h2 {
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    padding-bottom: 17px;
}

.parallax .entry-overlay-meta h2 a {
    color: #FFF;
}

.parallax .entry-overlay-meta h2 a:hover {
    color: #DDD;
}

.parallax .countdown {
    top: 0;
}

.parallax .countdown-section {
    border-left: 0;
    width: 80px;
    height: 80px;
    margin: 0 8px;
    font-size: 13px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
    padding-top: 14px;
}

.parallax .countdown-amount {
    font-size: 28px;
    margin-bottom: 6px;
}

/* Individual Events
-----------------------------------------------------------------*/

.ievent {
    position: relative;
    margin-top: 20px;
}

.ievent:first-child {
    margin-top: 0;
}

.ievent .entry-image {
    width: 30%;
    margin-right: 20px;
}

.ievent .entry-content {
    margin-top: 20px;
}

.ievent .entry-title h2 {
    font-size: 18px;
}

.ievent .entry-meta {
    margin-right: -10px;
}

.ievent .entry-meta li {
    font-size: 13px;
    margin-right: 10px;
    padding-left: 10px;
}

.ievent .entry-meta li:first-child {
    padding-left: 0;
}

/* ----------------------------------------------------------------
    Buttons
-----------------------------------------------------------------*/

.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #1ABC9C;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

body:not(.device-touch) .button {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.button-dark {
    background-color: #444;
}

.button-light {
    background-color: #EEE;
    color: #333;
    text-shadow: none !important;
}

.button:hover {
    background-color: #444;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.button.button-dark:hover {
    background-color: #1ABC9C;
}

.button.button-mini {
    padding: 0 14px;
    font-size: 11px;
    height: 28px;
    line-height: 28px;
}

.button.button-small {
    padding: 0 17px;
    font-size: 12px;
    height: 34px;
    line-height: 34px;
}

.button.button-large {
    padding: 0 26px;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
}

.button.button-xlarge {
    padding: 0 32px;
    font-size: 18px;
    letter-spacing: 2px;
    height: 52px;
    line-height: 52px;
}

.button.button-desc {
    text-align: left;
    padding: 24px 34px;
    font-size: 22px;
    height: auto;
    line-height: 1;
	font-family: 'Merriweather Sans', Arial, sans-serif;
}

.button.button-desc span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    font-style: italic;
    text-transform: none;
}

.button i {
    position: relative;
    top: 1px;
    line-height: 1;
    margin-right: 5px;
}

.button.tright i {
    margin: 0 0 0 5px;
}

.button-mini i {
    margin-right: 3px;
}

.button-mini.tright i {
    margin: 0 0 0 3px;
}

.button-small i {
    margin-right: 4px;
}

.button-small.tright i {
    margin: 0 0 0 4px;
}

.button-xlarge i {
    top: 2px;
    margin-right: 8px;
}

.button-xlarge.tright i {
    margin: 0 0 0 8px;
}

.button.button-desc i {
    top: 1px;
    font-size: 48px;
    width: 48px;
    text-align: center;
    margin-right: 12px;
}

.button.button-desc.tright i {
    margin: 0 0 0 12px;
}

.button.button-desc div {
    display: inline-block;
}

.button.button-rounded {
    border-radius: 3px;
}

/* Buttons - Border
-----------------------------------------------------------------*/

.button.button-border {
    border: 2px solid #444;
    background-color: transparent;
    color: #333;
    line-height: 36px;
    font-weight: 600;
    text-shadow: none;
}

.button.button-border.button-mini {
    line-height: 24px;
}

.button.button-border.button-small {
    line-height: 30px;
}

.button.button-border.button-large {
    line-height: 42px;
}

.button.button-border.button-xlarge {
    line-height: 48px;
}

.button.button-border.button-desc {
    line-height: 1;
}

.button.button-border:hover {
    background-color: #444;
    color: #FFF;
    border-color: transparent !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.button.button-border.button-light {
    border-color: #EEE;
    color: #EEE;
}

.button.button-border.button-light:hover {
    background-color: #EEE;
    color: #333;
    text-shadow: none;
}

/* Buttons - Border
-----------------------------------------------------------------*/

.button.button-3d {
    border-radius: 3px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.15);
    -webkit-transition: none;
    transition: none;
}

.button.button-3d:hover {
    background-color: #1ABC9C !important;
    opacity: 0.9;
}

.button.button-3d.button-light:hover,
.button.button-reveal.button-light:hover {
    text-shadow: none;
    color: #333;
}

/* Buttons - Icon Reveal
-----------------------------------------------------------------*/

.button.button-reveal {
    padding: 0 28px;
    overflow: hidden;
}

.button.button-reveal i {
    display: block;
    position: absolute;
    top: 0;
    left: -32px;
    width: 32px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
}

.button.button-reveal.button-border i {
    top: -2px;
}

.button.button-reveal.tright i {
    left: auto;
    right: -32px;
}

.button.button-reveal.button-3d i,
.button.button-reveal.button-rounded i {
    border-radius: 3px 0 0 3px;
}

.button.button-reveal.button-3d.tright i,
.button.button-reveal.button-rounded.tright i {
    border-radius: 0 3px 3px 0;
}

.button.button-reveal span {
    display: inline-block;
    position: relative;
    left: 0;
}

body:not(.device-touch) .button.button-reveal i,
body:not(.device-touch) .button.button-reveal span {
    -webkit-transition: left 0.3s ease, right 0.3s ease;
    transition: left 0.3s ease, right 0.3s ease;
}

.button.button-reveal.button-mini {
    padding: 0 17px;
}

.button.button-reveal.button-mini i {
    left: -22px;
    width: 22px;
    height: 28px;
    line-height: 28px;
}

.button.button-reveal.button-mini.tright i {
    left: auto;
    right: -22px;
}

.button.button-reveal.button-small {
    padding: 0 22px;
}

.button.button-reveal.button-small i {
    left: -26px;
    width: 26px;
    height: 34px;
    line-height: 34px;
}

.button.button-reveal.button-small.tright i {
    left: auto;
    right: -26px;
}

.button.button-reveal.button-large {
    padding: 0 32px;
}

.button.button-reveal.button-large i {
    left: -38px;
    width: 38px;
    height: 46px;
    line-height: 46px;
}

.button.button-reveal.button-large.tright i {
    left: auto;
    right: -38px;
}

.button.button-reveal.button-xlarge {
    padding: 0 40px;
}

.button.button-reveal.button-xlarge i {
    left: -44px;
    width: 44px;
    height: 52px;
    line-height: 52px;
}

.button.button-reveal.button-xlarge.tright i {
    left: auto;
    right: -44px;
}

.button.button-reveal:hover i {
    left: 0;
}

.button.button-reveal.tright:hover i {
    left: auto;
    right: 0;
}

.button.button-reveal:hover span {
    left: 16px;
}

.button.button-reveal.button-mini:hover span {
    left: 11px;
}

.button.button-reveal.button-small:hover span {
    left: 13px;
}

.button.button-reveal.button-large:hover span {
    left: 19px;
}

.button.button-reveal.button-xlarge:hover span {
    left: 22px;
}

.button.button-reveal.tright:hover span {
    left: -16px;
}

.button.button-reveal.button-mini.tright:hover span {
    left: -11px;
}

.button.button-reveal.button-small.tright:hover span {
    left: -13px;
}

.button.button-reveal.button-large.tright:hover span {
    left: -19px;
}

.button.button-reveal.button-xlarge.tright:hover span {
    left: -22px;
}

/* Buttons - Promo 100% Width
-----------------------------------------------------------------*/

.button.button-full {
    display: block !important;
    white-space: normal;
    margin: 0;
    height: auto;
    line-height: 1.6;
    padding: 30px 0;
    font-size: 30px;
    font-weight: 300;
    text-transform: none;
    border-radius: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.button.button-full.button-light {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.button.button-full strong {
    font-weight: 600;
    border-bottom: 2px solid #EEE;
}

body:not(.device-touch) .button.button-full strong {
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.button.button-full.button-light strong {
    border-bottom-color: #333;
}

.button.button-full.button-light:hover strong {
    border-bottom-color: #EEE;
}

/* Buttons - No Hover
-----------------------------------------------------------------*/

.button.button-nohover:hover {
    opacity: inherit !important;
    background-color: inherit !important;
    color: inherit !important;
    border-color: inherit !important;
}

/* ----------------------------------------------------------------
    Featured Boxes
-----------------------------------------------------------------*/

.feature-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px;
}

.feature-box:first-child {
    margin-top: 0;
}

.feature-box .fbox-icon {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
}

.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #FFF;
}

.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
    border-radius: 50%;
    background-color: #1ABC9C;
}

.feature-box .fbox-icon i {
    font-style: normal;
    font-size: 28px;
    text-align: center;
    line-height: 64px;
}

.feature-box h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #333;
}

.feature-box p {
    margin: 8px 0 0 0;
    color: #999;
}

.feature-box .before-heading {
    font-size: 14px;
}

/* Feature Box - Icon Large
-----------------------------------------------------------------*/

.feature-box.fbox-large {
    padding: 0 0 0 115px;
}

.feature-box.fbox-large .fbox-icon {
    width: 96px;
    height: 96px;
}

.feature-box.fbox-large .fbox-icon i {
    font-size: 42px;
    line-height: 96px;
}

/* Feature Box - Icon Outline
-----------------------------------------------------------------*/

.feature-box.fbox-outline .fbox-icon {
    border: 1px solid #1ABC9C;
    border-radius: 50%;
    padding: 3px;
}

.feature-box.fbox-outline .fbox-icon i {
    line-height: 56px;
}

/* Feature Box - Icon Outline Large
-----------------------------------------------------------------*/

.feature-box.fbox-outline.fbox-large .fbox-icon {
    padding: 4px;
}

.feature-box.fbox-outline.fbox-large .fbox-icon i {
    line-height: 86px;
}

/* Feature Box - Icon Rounded
-----------------------------------------------------------------*/

.feature-box.fbox-rounded .fbox-icon {
    border-radius: 3px !important;
}

.feature-box.fbox-rounded .fbox-icon i,
.feature-box.fbox-rounded .fbox-icon img {
    border-radius: 3px !important;
}

/* Feature Box - Icon Rounded & Large
-----------------------------------------------------------------*/

.feature-box.fbox-rounded.fbox-large .fbox-icon {
    border-radius: 4px !important;
}

.feature-box.fbox-rounded.fbox-large .fbox-icon i,
.feature-box.fbox-rounded.fbox-large .fbox-icon img {
    border-radius: 4px !important;
}

/* Feature Box - Light Background
-----------------------------------------------------------------*/

.feature-box.fbox-light.fbox-outline .fbox-icon {
    border-color: #E5E5E5;
}

.feature-box.fbox-light .fbox-icon i,
.feature-box.fbox-light .fbox-icon img {
    border: 1px solid #E5E5E5;
    background-color: #F5F5F5;
    color: #444;
}

.feature-box.fbox-light .fbox-icon i {
    line-height: 62px;
}

.feature-box.fbox-light.fbox-outline .fbox-icon i {
    line-height: 54px;
}

.feature-box.fbox-light.fbox-large .fbox-icon i {
    line-height: 96px;
}

.feature-box.fbox-light.fbox-outline.fbox-large .fbox-icon i {
    line-height: 84px;
}

/* Feature Box - Dark Background
-----------------------------------------------------------------*/

.feature-box.fbox-dark.fbox-outline .fbox-icon {
    border-color: #444;
}

.feature-box.fbox-dark .fbox-icon i,
.feature-box.fbox-dark .fbox-icon img {
    background-color: #333;
}

/* Feature Box - Border
-----------------------------------------------------------------*/

.feature-box.fbox-border .fbox-icon {
    border: 1px solid #1ABC9C;
    border-radius: 50%;
}

.feature-box.fbox-border .fbox-icon i,
.feature-box.fbox-border .fbox-icon img {
    border: none;
    background-color: transparent !important;
}

.feature-box.fbox-border .fbox-icon {
    padding: 0;
}

.feature-box.fbox-border .fbox-icon i {
    line-height: 62px !important;
}

.feature-box.fbox-border.fbox-large .fbox-icon i {
    line-height: 94px !important;
}

/* Feature Box - Border - Light
-----------------------------------------------------------------*/

.feature-box.fbox-border.fbox-light .fbox-icon {
    border-color: #E5E5E5;
}

.feature-box.fbox-border.fbox-light .fbox-icon i,
.feature-box.fbox-border.fbox-light .fbox-icon img {
    color: #888;
}

/* Feature Box - Border - Dark
-----------------------------------------------------------------*/

.feature-box.fbox-border.fbox-dark .fbox-icon {
    border-color: #333;
}

.feature-box.fbox-border.fbox-dark .fbox-icon i,
.feature-box.fbox-border.fbox-dark .fbox-icon img {
    color: #444;
}

/* Feature Box - Plain
-----------------------------------------------------------------*/

.feature-box.fbox-plain .fbox-icon {
    border: none !important;
    height: auto !important;
}

.feature-box.fbox-plain .fbox-icon i,
.feature-box.fbox-plain .fbox-icon img {
    border: none !important;
    background-color: transparent !important;
    border-radius: 0;
}

.feature-box.fbox-plain .fbox-icon i {
    font-size: 48px;
    line-height: 1 !important;
}

.feature-box.fbox-plain .fbox-icon img {
    height: 64px;
}

.feature-box.fbox-plain.fbox-image .fbox-icon {
    width: auto;
}

.feature-box.fbox-plain.fbox-image .fbox-icon img {
    width: auto;
    display: inline-block;
}

.feature-box.fbox-plain.fbox-small {
    padding-left: 42px;
}

.feature-box.fbox-plain.fbox-small .fbox-icon {
    width: 28px;
}

.feature-box.fbox-plain.fbox-small h3 {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 10px;
}

.feature-box.fbox-plain.fbox-small p {
    margin-left: -42px;
}

.feature-box.fbox-plain.fbox-small .fbox-icon i {
    font-size: 28px;
}

.feature-box.fbox-plain.fbox-small .fbox-icon img {
    height: 28px;
}

.feature-box.fbox-plain.fbox-large .fbox-icon i {
    font-size: 72px;
}

.feature-box.fbox-plain.fbox-large .fbox-icon img {
    height: 96px;
}

.feature-box.fbox-plain.fbox-light .fbox-icon i,
.feature-box.fbox-plain.fbox-light .fbox-icon img {
    color: #888;
}

.feature-box.fbox-plain.fbox-dark .fbox-icon i,
.feature-box.fbox-plain.fbox-dark .fbox-icon img {
    color: #444;
}

/* Feature Box - Center
-----------------------------------------------------------------*/

.feature-box.fbox-center {
    padding: 0;
    text-align: center;
}

.feature-box.fbox-center .fbox-icon {
    position: relative;
    width: 96px;
    height: 96px;
    margin: 0 auto 30px;
}

.feature-box.fbox-center .fbox-icon i {
    font-size: 42px;
    line-height: 96px;
}

.feature-box.fbox-center.fbox-outline .fbox-icon i {
    line-height: 88px;
}

.feature-box.fbox-center p {
    font-size: 14px;
    margin-top: 15px;
}

/* Feature Box - Center & Large Icons
-----------------------------------------------------------------*/

.feature-box.fbox-center.fbox-large .fbox-icon {
    width: 128px;
    height: 128px;
}

.feature-box.fbox-center.fbox-large .fbox-icon i {
    font-size: 70px;
    line-height: 128px;
}

.feature-box.fbox-center.fbox-large.fbox-outline .fbox-icon i {
    line-height: 118px;
}

.feature-box.fbox-center.fbox-light .fbox-icon i {
    line-height: 94px;
}

.feature-box.fbox-center.fbox-light.fbox-outline .fbox-icon i {
    line-height: 86px;
}

.feature-box.fbox-center.fbox-light.fbox-outline.fbox-large .fbox-icon i {
    line-height: 114px;
}

.feature-box.fbox-center.fbox-border .fbox-icon i {
    line-height: 94px !important;
}

.feature-box.fbox-center.fbox-large.fbox-border .fbox-icon i {
    line-height: 126px !important;
}

.feature-box.fbox-center.fbox-plain .fbox-icon i {
    font-size: 84px;
}

.feature-box.fbox-center.fbox-plain .fbox-icon img {
    height: 96px;
}

.feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon i {
    font-size: 112px;
}

.feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon img {
    height: 128px;
}

/* Feature Box - Center & Large Icons
-----------------------------------------------------------------*/

.feature-box.fbox-center.fbox-small .fbox-icon {
    width: 64px;
    height: 64px;
}

.feature-box.fbox-center.fbox-small .fbox-icon i {
    font-size: 28px;
    line-height: 64px;
}

.feature-box.fbox-center.fbox-small.fbox-outline .fbox-icon i {
    line-height: 58px;
}

.feature-box.fbox-center.fbox-light.fbox-outline.fbox-small .fbox-icon i {
    line-height: 54px;
}

.feature-box.fbox-center.fbox-small.fbox-border .fbox-icon i {
    line-height: 62px !important;
}

.feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon i {
    font-size: 56px;
}

.feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon img {
    height: 64px;
}

.feature-box.fbox-center.fbox-small p {
    font-size: 14px;
    margin-top: 10px;
}

.feature-box.fbox-center.fbox-plain.fbox-small p {
    margin-left: 0;
}

/* Feature Box - Right
-----------------------------------------------------------------*/

.feature-box.fbox-right {
    padding: 0 80px 0 0;
    text-align: right;
}

.feature-box.fbox-right.fbox-large {
    padding-right: 115px;
}

.feature-box.fbox-right .fbox-icon {
    left: auto;
    right: 0;
}

.feature-box.fbox-right.fbox-plain.fbox-small {
    padding: 0 42px 0 0;
}

.feature-box.fbox-right.fbox-plain.fbox-small p {
    margin: 0 -42px 0 0;
}

/* Feature Box - Subtitle
-----------------------------------------------------------------*/

.feature-box h3 + .fbox-icon {
    margin-top: 20px !important;
}

.feature-box h3 span.subtitle {
    display: block;
    margin-top: 5px;
    color: #444;
    font-weight: 300;
    text-transform: none;
}

.feature-box.fbox-center:not(.fbox-bg) h3:after {
    content: '';
    display: block;
    margin: 20px auto;
    width: 30px;
    border-top: 2px solid #393939;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
}

.feature-box.fbox-center:not(.fbox-bg):hover h3:after {
    width: 50px;
}

.feature-box.fbox-center.noborder:not(.fbox-bg) h3:after,
.feature-box.fbox-center.nobottomborder:not(.fbox-bg) h3:after {
    display: none;
}

.feature-box.fbox-center.fbox-italic p {
    font-style: italic;
	font-family: 'Merriweather Sans', Arial, sans-serif;
}

/* Feature Box - Background
-----------------------------------------------------------------*/

.feature-box.fbox-bg.fbox-center {
    margin-top: 68px;
    padding: 68px 30px 30px;
    background-color: #FFF;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
}

.feature-box.fbox-bg.fbox-center:first-child {
    margin-top: 48px;
}

.feature-box.fbox-bg.fbox-center.fbox-large {
    margin-top: 84px;
    padding-top: 84px;
}

.feature-box.fbox-bg.fbox-center.fbox-large:first-child {
    margin-top: 64px;
}

.feature-box.fbox-bg.fbox-center .fbox-icon {
    position: absolute;
    top: -48px;
    left: 50%;
    margin: 0 0 0 -48px;
}

.feature-box.fbox-bg.fbox-center.fbox-large .fbox-icon {
    top: -64px;
    left: 50%;
    margin-left: -64px;
}

.feature-box.fbox-bg.fbox-center.fbox-plain .fbox-icon,
.feature-box.fbox-bg.fbox-center.fbox-border .fbox-icon,
.feature-box.fbox-bg.fbox-center.fbox-outline .fbox-icon {
    background-color: #FFF;
}

/* Animated Icon Hovers
-----------------------------------------------------------------*/

.fbox-effect .fbox-icon i {
    z-index: 1;
}

.fbox-effect .fbox-icon i:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.fbox-rounded.fbox-effect .fbox-icon i:after {
    border-radius: 3px;
}

.fbox-effect .fbox-icon i {
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.fbox-effect .fbox-icon i:after {
    top: -3px;
    left: -3px;
    padding: 3px;
    box-shadow: 0 0 0 2px #333;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.3s, opacity 0.3s;
    transform: scale(.8);
    opacity: 0;
}

.fbox-effect .fbox-icon i:hover,
.fbox-effect:hover .fbox-icon i {
    background-color: #333;
    color: #FFF;
}

.fbox-effect.fbox-dark .fbox-icon i:after {
    box-shadow: 0 0 0 2px #1ABC9C;
}

.fbox-effect.fbox-dark .fbox-icon i:hover,
.fbox-effect.fbox-dark:hover .fbox-icon i {
    background-color: #1ABC9C;
}

.fbox-effect .fbox-icon i:hover:after,
.fbox-effect:hover .fbox-icon i:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* Icon Effects - Bordered
-----------------------------------------------------------------*/

.fbox-border.fbox-effect .fbox-icon i {
    -webkit-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
    transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
}

.fbox-border.fbox-effect .fbox-icon i:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    box-shadow: none;
    background-image: url('images/icons/iconalt.svg');
    background-position: center center;
    background-size: 100% 100%;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s, background-color 0.5s;
    transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}

.fbox-border.fbox-rounded.fbox-effect .fbox-icon i:after {
    border-radius: 3px;
}

.fbox-border.fbox-effect .fbox-icon i:hover,
.fbox-border.fbox-effect:hover .fbox-icon i {
    color: #FFF;
    box-shadow: 0 0 0 1px #333;
}

.fbox-border.fbox-effect .fbox-icon i:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
    background-color: #333;
}

.fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover,
.fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i {
    box-shadow: 0 0 0 1px #1ABC9C;
}

.fbox-border.fbox-effect.fbox-dark .fbox-icon i:after {
    background-color: #1ABC9C;
}

.fbox-border.fbox-effect .fbox-icon i:hover:after,
.fbox-border.fbox-effect:hover .fbox-icon i:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* Media Featured Box
-----------------------------------------------------------------*/

.feature-box.media-box {
    padding: 0;
}

.feature-box.media-box .fbox-media {
    margin: 0 0 25px;
}

.feature-box.media-box .fbox-media,
.feature-box.media-box .fbox-media a,
.feature-box.media-box .fbox-media img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.feature-box.media-box .fbox-media iframe {
    display: block;
}

.feature-box.media-box p {
    margin-top: 17px;
}

.feature-box.media-box.fbox-bg .fbox-media {
    margin: 0;
}

.feature-box.media-box.fbox-bg .fbox-desc {
    padding: 25px;
    background-color: #FFF;
    border: 1px solid #E5E5E5;
    border-top: 0;
    border-radius: 0 0 5px 5px;
}

.feature-box.media-box.fbox-bg .fbox-media img {
    border-radius: 5px 5px 0 0;
}

/* ----------------------------------------------------------------
    Styled Icons
-----------------------------------------------------------------*/

.i-rounded,
.i-plain,
.i-circled,
.i-bordered,
.social-icon {
    display: block;
    float: left;
    margin: 4px 11px 7px 0;
    text-align: center !important;
    font-size: 28px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    font-style: normal;
}

body:not(.device-touch) .i-rounded,
body:not(.device-touch) .i-plain,
body:not(.device-touch) .i-circled,
body:not(.device-touch) .i-bordered,
body:not(.device-touch) .social-icon {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.i-rounded,
.i-circled,
.i-bordered {
    width: 52px !important;
    height: 52px !important;
    line-height: 52px !important;
    background-color: #444;
    border-radius: 3px;
}

.i-bordered {
    border: 1px solid #393939;
    line-height: 50px !important;
    background-color: transparent !important;
    color: #444;
    text-shadow: none;
}

.i-plain {
    width: 36px !important;
    height: 36px !important;
    font-size: 28px;
    line-height: 36px !important;
    color: #444;
    text-shadow: 1px 1px 1px #FFF;
}

.i-plain:hover {
    color: #777;
}

.i-circled {
    border-radius: 50%;
}

.i-light {
    background-color: #F5F5F5;
    color: #444;
    text-shadow: 1px 1px 1px #FFF;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
}

.i-alt {
    background-image: url('images/icons/iconalt.svg');
    background-position: center center;
    background-size: 100% 100%;
}

.i-rounded:hover,
.i-circled:hover {
    background-color: #1ABC9C;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}

.i-bordered:hover {
    background-color: #444 !important;
    color: #FFF;
    border-color: #444;
}

/* Icon Size - Small
-----------------------------------------------------------------*/

.i-small.i-rounded,
.i-small.i-plain,
.i-small.i-circled,
.i-small.i-bordered {
    margin: 4px 11px 7px 0;
    font-size: 14px;
}

.i-small.i-rounded,
.i-small.i-circled,
.i-small.i-bordered {
    width: 28px !important;
    height: 28px !important;
    line-height: 28px !important;
}

.i-small.i-bordered {
    line-height: 26px !important;
}

.i-small.i-plain {
    width: 18px !important;
    height: 18px !important;
    font-size: 14px;
    line-height: 18px !important;
}

/* Icon Size - Small
-----------------------------------------------------------------*/

.i-medium.i-rounded,
.i-medium.i-plain,
.i-medium.i-circled,
.i-medium.i-bordered {
    margin: 6px 13px 9px 0;
    font-size: 21px;
}

.i-medium.i-rounded,
.i-medium.i-circled,
.i-medium.i-bordered {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
}

.i-medium.i-bordered {
    line-height: 34px !important;
}

.i-medium.i-plain {
    width: 28px !important;
    height: 28px !important;
    font-size: 20px;
    line-height: 28px !important;
}

/* Icon Size - Large
-----------------------------------------------------------------*/

.i-large.i-rounded,
.i-large.i-plain,
.i-large.i-circled,
.i-large.i-bordered {
    margin: 4px 11px 7px 0;
    font-size: 42px;
}

.i-large.i-rounded,
.i-large.i-circled,
.i-large.i-bordered {
    width: 64px !important;
    height: 64px !important;
    line-height: 64px !important;
}

.i-large.i-bordered {
    line-height: 62px !important;
}

.i-large.i-plain {
    width: 48px !important;
    height: 48px !important;
    font-size: 42px;
    line-height: 48px !important;
}

/* Icon Size - Extra Large
-----------------------------------------------------------------*/

.i-xlarge.i-rounded,
.i-xlarge.i-plain,
.i-xlarge.i-circled,
.i-xlarge.i-bordered {
    margin: 4px 11px 7px 0;
    font-size: 56px;
}

.i-xlarge.i-rounded,
.i-xlarge.i-circled,
.i-xlarge.i-bordered {
    width: 84px !important;
    height: 84px !important;
    line-height: 84px !important;
}

.i-xlarge.i-bordered {
    line-height: 82px !important;
}

.i-xlarge.i-plain {
    width: 64px !important;
    height: 64px !important;
    font-size: 56px;
    line-height: 64px !important;
}

/* ----------------------------------------------------------------
    Icon Overlay
-----------------------------------------------------------------*/

.i-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.2) url('images/grid.png') repeat;
}

.i-overlay img,
.i-overlay i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
    width: 48px !important;
    height: 48px !important;
    font-size: 48px;
    line-height: 1;
    color: #E5E5E5;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.i-overlay i {
    margin: -18px 0 0 -18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 24px;
}

.on-hover.i-overlay {
    opacity: 0;
}

body:not(.device-touch) .on-hover.i-overlay {
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.on-hover.i-overlay:hover {
    opacity: 1;
}

/* ----------------------------------------------------------------
    Toggle
-----------------------------------------------------------------*/

.toggle {
    display: block;
    position: relative;
    margin: 0 0 20px 0;
}

.toggle .togglet,
.toggle .toggleta {
    display: block;
    position: relative;
    line-height: 24px;
    padding: 0 0 0 24px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #444;
    cursor: pointer;
}

.toggle .togglet i {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    text-align: center;
    font-size: 16px;
    line-height: 1;
}

.toggle .toggleta {
    font-weight: bold;
}

.toggle .togglet i.toggle-open,
.toggle .toggleta i.toggle-closed {
    display: none;
}

.toggle .toggleta i.toggle-open {
    display: block;
}

.toggle .togglec {
    display: block;
    position: relative;
    padding: 10px 0 0 24px;
}

/* Toggle - with Title Background
-----------------------------------------------------------------*/

.toggle.toggle-bg .togglet,
.toggle.toggle-bg .toggleta {
    background-color: #EEE;
    line-height: 44px;
    padding: 0 0 0 36px;
    border-radius: 2px;
}

.toggle.toggle-bg .togglet i {
    left: 14px;
    line-height: 44px;
}

.toggle.toggle-bg .togglec {
    padding: 12px 0 0 36px;
}

/* Toggle - Bordered
-----------------------------------------------------------------*/

.toggle.toggle-border {
    border: 1px solid #CCC;
    border-radius: 4px;
}

.toggle.toggle-border .togglet,
.toggle.toggle-border .toggleta {
    line-height: 44px;
    padding: 0 15px 0 36px;
}

.toggle.toggle-border .togglet i {
    left: 14px;
    line-height: 44px;
}

.toggle.toggle-border .togglec {
    padding: 0 15px 15px 36px;
}

/* Toggle - FAQs
-----------------------------------------------------------------*/

.faqs .toggle {
    border-bottom: 1px solid #EEE;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.faqs .toggle .togglet,
.faqs .toggle .toggleta {
    font-size: 15px;
}

.faqs .toggle .togglet i {
    top: 1px;
    font-size: 14px;
}

.faqs .toggle .togglec {
    padding-bottom: 10px;
}

/* ----------------------------------------------------------------
    Accordions
-----------------------------------------------------------------*/

.accordion {
    margin-bottom: 20px;
}
.accordion-text {
    padding: 20px 35px;
}

.acctitle,
.acctitlec {
    display: block;
    position: relative;
    line-height: 24px;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #444;
    cursor: pointer;
    border-top: 1px dotted #DDD;
    padding: 10px 0 10px 20px;
}

.acctitlec {
    cursor: auto;
}

.acctitle:first-child {
    border-top: none;
}

.acctitle i {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    text-align: center;
    font-size: 14px;
    line-height: 44px;
}

.acctitle i.acc-open,
.acctitlec i.acc-closed {
    display: none;
}

.acctitlec i.acc-open {
    display: block;
}

.acc_content {
    position: relative;
    padding: 0 0 15px 20px;
}

/* Accordion - with Title Background
-----------------------------------------------------------------*/

.accordion.accordion-bg .acctitle,
.accordion.accordion-bg .acctitlec {
    background-color: #EEE;
    line-height: 44px;
    padding: 0 0 0 36px;
    margin-bottom: 5px;
    border-top: 0;
}

.accordion.accordion-bg .acctitle i {
    left: 14px;
    line-height: 44px;
}

.accordion.accordion-bg .acc_content {
    padding: 10px 0 15px 36px;
}

/* Accordion - Bordered
-----------------------------------------------------------------*/

.accordion.accordion-border {
    border: 1px solid #DDD;
    border-radius: 4px;
}

.accordion.accordion-border .acctitle,
.accordion.accordion-border .acctitlec {
    border-color: #CCC;
    line-height: 44px;
    padding: 0 15px 0 36px;
}

.accordion.accordion-border .acctitle i {
    left: 14px;
    line-height: 44px;
}

.accordion.accordion-border .acc_content {
    padding: 0 15px 15px 36px;
}

/* ----------------------------------------------------------------
    Tabs
-----------------------------------------------------------------*/

.tabs {
    position: relative;
}

ul.tab-nav {
    margin: 0;
    border-bottom: 1px solid #DDD;
    list-style: none;
}

ul.tab-nav li {
    float: left;
    border: 1px solid #DDD;
    border-bottom: 0;
    border-left: 0;
    height: 41px;
}

ul.tab-nav li:first-child {
    margin-left: 15px;
    border-left: 1px solid #DDD;
}

ul.tab-nav li a {
    display: block;
    padding: 0 15px;
    color: #444;
    height: 40px;
    line-height: 40px;
    background-color: #F2F2F2;
    font-size: 16px;
}

ul.tab-nav li.ui-tabs-active a {
    position: relative;
    top: 1px;
    background-color: #FFF;
}

/* Tabs - Navigation Style 2
-----------------------------------------------------------------*/

ul.tab-nav.tab-nav2 {
    border-bottom: 0;
}

ul.tab-nav.tab-nav2 li {
    border: 0;
    margin-left: 10px;
}

ul.tab-nav.tab-nav2 li:first-child {
    margin-left: 0;
    border-left: 0;
}

ul.tab-nav.tab-nav2 li a {
    background-color: #F5F5F5;
    border-radius: 2px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

ul.tab-nav.tab-nav2 li.ui-state-active a {
    top: 0;
    background-color: #1ABC9C;
    color: #FFF;
}

/* Tabs - Content Area
-----------------------------------------------------------------*/

.tab-container {
    position: relative;
    padding: 20px 0 20px;
}

ul.tab-nav li a i {
    position: relative;
    top: 1px;
    font-size: 14px;
    margin-right: 3px;
}

/* Tabs - Bordered
-----------------------------------------------------------------*/

.tabs-bordered ul.tab-nav li:first-child {
    margin-left: 0;
}

.tabs-bordered .tab-container {
    border: 1px solid #DDD;
    border-top: 0;
    padding: 20px;
}

/* Tabs - Side Tabs
-----------------------------------------------------------------*/

.side-tabs ul.tab-nav {
    float: left;
    width: 200px;
    padding: 20px 0;
    border-bottom: 0;
    border-right: 1px solid #DDD;
}

.side-tabs ul.tab-nav li {
    float: none;
    border: 1px solid #DDD;
    border-right: 0;
    border-top: 0;
    height: auto;
}

.side-tabs ul.tab-nav li:first-child {
    margin-left: 0;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
}

.side-tabs ul.tab-nav li a {
    height: auto;
    line-height: 44px;
}

.side-tabs ul.tab-nav li.ui-tabs-active a {
    top: 0;
    right: -1px;
}

.side-tabs .tab-container {
    overflow: hidden;
    padding: 15px 0 0 20px;
}

/* Tabs - Side Tabs & Nav Style 2
-----------------------------------------------------------------*/

.side-tabs ul.tab-nav.tab-nav2 {
    border: 0;
}

.side-tabs ul.tab-nav.tab-nav2 li {
    border: 0;
    margin: 6px 0 0;
}

.side-tabs ul.tab-nav.tab-nav2 li:first-child {
    margin-top: 0;
}

.side-tabs ul.tab-nav.tab-nav2 li a {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.side-tabs ul.tab-nav.tab-nav2 li.ui-state-active a {
    right: 0;
}

/* Tabs - Side Tabs & Bordered
-----------------------------------------------------------------*/

.tabs-bordered.side-tabs ul.tab-nav {
    position: relative;
    padding: 0;
    z-index: 2;
    margin-right: -1px;
}

.tabs-bordered.side-tabs ul.tab-nav li a {
    height: auto;
    line-height: 44px;
}

.tabs-bordered.side-tabs ul.tab-nav li.ui-tabs-active a {
    right: -1px;
    border-right: 1px solid #FFF;
}

.tabs-bordered.side-tabs .tab-container {
    overflow: hidden;
    padding: 20px;
    border-top: 1px solid #DDD;
}

.tabs ul.tab-nav {
    border-bottom-width: 0;
    display: block;
    width: 100%;
	font-family: 'Merriweather Sans', Arial, sans-serif;
}

.tabs ul.tab-nav li a {
    padding: 0 10px;
}

.tabs ul.tab-nav li {
    display: table-cell;
    text-align: center;
    padding: 0 2px 0 1px;
    float: none;
    width: 25%;
    border-width: 0;
    vertical-align: middle;
    height: 57px;
}

.tabs.auto-width ul.tab-nav li{
    width: auto;
}
.tabs.auto-width ul.tab-nav li a{
    text-transform: none;
}
.tabs ul.tab-nav li a {
    background-color: #bdbdbd;
    line-height: 57px;
    height: 57px;
    font-size: 16px;
    color: white;
    margin: 0;
}
.tabs ul.tab-nav li:first-child {
    padding-left: 0;
}
.tabs ul.tab-nav li:last-child {
    padding-right: 0;
}
.tabs ul.tab-nav li.ui-tabs-active a {
    background-color: #edeeee;
    color: #505759;
    top: 0;
}
.tabs ul.tab-nav li a span {
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
}

.tabs ul.tab-nav li.active a {
    background-color: #edeeee;
    color: #505759;
    border: none;
}
/*.tabs ul.tab-nav li.active a {*/

.tabs ul.tab-nav li a {
    border-radius: 0;
    border-width: 0;
}

.tabs.on-white ul.tab-nav li.active a {
    background-color: white;
    color: #505759;
}
.tabs.on-white {
    background-color: white;
}
.tabs.on-gray {
    background-color: #edeeee;
}

.tabs.fixed {
    top: 0;
    /*left: 0;*/
    /*right: 0;*/
    position: fixed;
    z-index: 20;
}

/* ----------------------------------------------------------------
    Side Navigation
-----------------------------------------------------------------*/

.sidenav {
    width: 100%;
    padding: 0;
    background-color: #FFF;
    list-style-type: none !important;
    border-radius: 4px;
}

.sidenav > li > a {
    display: block;
    margin: 0 0 -1px;
    padding: 11px 14px;
    font-size: 14px;
    border: 1px solid #E5E5E5;
    border-right-width: 2px;
    color: #666;
}

.sidenav > li:first-child > a {
    border-radius: 4px 4px 0 0;
}

.sidenav > li:last-child > a {
    border-radius: 0 0 4px 4px;
    border-bottom-width: 2px;
}

.sidenav > .ui-tabs-active > a,
.sidenav > .ui-tabs-active > a:hover {
    position: relative;
    z-index: 2;
    border-color: rgba(0, 0, 0, 0.1) !important;
    color: #FFF !important;
    font-weight: 600;
    background-color: #1ABC9C !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.sidenav li i {
    position: relative;
    top: 1px;
    margin-right: 6px;
    font-size: 14px;
    text-align: center;
    width: 16px;
}

/* Chevrons */
.sidenav .icon-chevron-right {
    float: right;
    margin-top: 2px;
    margin-right: -6px;
    opacity: .4;
    font-size: 12px !important;
}

.sidenav > li > a:hover {
    background-color: #F5F5F5;
    color: #222;
}

.sidenav a:hover .icon-chevron-right {
    opacity: .5;
}

.sidenav .ui-tabs-active .icon-chevron-right,
.sidenav .ui-tabs-active a:hover .icon-chevron-right {
    opacity: 1;
}

/* Testimonials - Item
-----------------------------------------------------------------*/

.testimonial {
    position: relative;
    padding: 20px;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.testi-image {
    float: left;
    margin-right: 15px;
}

.testi-image,
.testi-image a,
.testi-image img,
.testi-image i {
    display: block;
    width: 64px;
    height: 64px;
}

.testi-image i {
    text-align: center;
    background-color: #EEE;
    border-radius: 50%;
    line-height: 64px;
    font-size: 28px;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
}

.testi-image img {
    border-radius: 50%;
}

.testi-content {
    position: relative;
    overflow: hidden;
}

.testi-content p {
    margin-bottom: 0;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    font-style: italic;
}

.testi-content p:before,
.testi-content p:after {
    content: '"';
}

.testi-meta {
    margin-top: 10px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.testi-meta:before {
    content: '\2013';
}

.testi-meta span {
    display: block;
    font-weight: normal;
    color: #999;
    font-size: 12px;
    text-transform: none;
    padding-left: 10px;
}

/* Twitter - Small Scroller
-----------------------------------------------------------------*/

.testimonial.twitter-scroll .testi-content p:before,
.testimonial.twitter-scroll .testi-content p:after,
.testimonial.twitter-scroll .testi-meta:before {
    content: '';
}

.testimonial.twitter-scroll .testi-meta span {
    padding-left: 0;
}

.testimonial.twitter-scroll .testi-meta span a {
    color: #999;
}

.testimonial.twitter-scroll .testi-meta span a:hover {
    color: #222;
}

/* Testimonials - Full Width
-----------------------------------------------------------------*/

.testimonial.testimonial-full {
    padding: 30px;
}

.testimonial.testimonial-full[data-animation="fade"] {
    padding: 30px;
}

.testimonial.testimonial-full[data-animation="fade"] .flexslider {
    overflow: visible !important;
}

.testimonial-full .testi-image {
    float: none;
    margin: 0 auto 20px;
}

.testimonial-full .testi-image,
.testimonial-full .testi-image a,
.testimonial-full .testi-image img,
.testimonial-full .testi-image i {
    display: block;
    width: 72px;
    height: 72px;
}

.testimonial-full .testi-image i {
    line-height: 72px;
}

.testimonial-full .testi-content {
    text-align: center;
    font-size: 18px;
}

.testimonial-full .testi-meta {
    margin-top: 15px;
}

.testimonial-full .testi-meta span {
    padding-left: 0;
}

/* Testimonial - Section Scroller
-----------------------------------------------------------------*/

.section > .testimonial {
    padding: 0;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    max-width: 800px;
    margin: 0 auto;
}

.section > .testimonial[data-animation="fade"] {
    padding: 0;
}

.section > .testimonial .testi-content {
    font-size: 22px;
}

.section > .testimonial .testi-meta,
.section > .testimonial .testi-meta span {
    font-size: 14px;
}

/* Testimonial - Pagination
-----------------------------------------------------------------*/

.testimonial .flex-control-nav {
    top: auto;
    bottom: 6px;
    right: 0;
}

.testimonial .flex-control-nav li {
    margin: 0 2px;
    width: 6px;
    height: 6px;
}

.testimonial .flex-control-nav li a {
    width: 6px !important;
    height: 6px !important;
    border: none;
    background-color: #1ABC9C;
    opacity: 0.5;
}

.testimonial .flex-control-nav li:hover a {
    opacity: 0.75;
}

.testimonial .flex-control-nav li a.flex-active {
    opacity: 1;
}

/* Testimonial - Full Scroller
-----------------------------------------------------------------*/

.testimonial.testimonial-full .flex-control-nav {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 6px;
    margin-top: 20px;
}

.testimonial.testimonial-full .flex-control-nav li {
    display: inline-block;
    float: none;
}

/* ----------------------------------------------------------------
    Team
-----------------------------------------------------------------*/

.team,
.team-image {
    position: relative;
}

.team-image > a,
.team-image img {
    display: block;
    width: 100%;
}

.team-desc {
    text-align: center;
}

.team-desc.team-desc-bg {
    background-color: #FFF;
    padding: 10px 0 30px;
}

.team .si-share {
    margin-top: 30px;
    text-align: left;
}

.team .si-share .social-icon {
    font-size: 14px;
    width: 34px;
}

.team-title {
    position: relative;
    padding-top: 20px;
}

.team-title h4 {
    display: block;
    margin-bottom: 0;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.team-title span {
    display: block;
    font-weight: 400;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    font-style: italic;
    font-size: 15px;
    margin-top: 5px;
}

.team-content {
    margin-top: 15px;
    color: #777;
}

.team-content p:last-child {
    margin-bottom: 0;
}

.team-overlay,
.team-overlay:before {
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
}

body:not(.device-touch) .team-overlay {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.team-overlay:before {
    content: '';
    z-index: auto;
    background-color: #FFF;
    opacity: 0.75;
}

.team-overlay .social-icon {
    float: none;
    margin: 0 3px !important;
    display: inline-block;
}

.team:hover .team-overlay {
    opacity: 1;
}

/* Team Center
-----------------------------------------------------------------*/

.team.center .team-title:after {
    left: 50%;
    margin-left: -40px;
}

/* Team List
-----------------------------------------------------------------*/

.team.team-list .team-image {
    float: left;
    width: 250px;
    margin-right: 30px;
}

.team.team-list .team-desc {
    position: relative;
    overflow: hidden;
    text-align: left;
}

.team.team-list .team-title {
    padding-top: 0;
}

.team .team-desc > .social-icon {
    margin-top: 20px;
}

.team .team-content ~ .social-icon {
    margin-top: 30px;
}

.team:not(.team-list) .social-icon {
    display: inline-block;
    float: none;
    margin-left: 6px;
    margin-right: 6px;
}

/* ----------------------------------------------------------------
    Pricing Boxes
-----------------------------------------------------------------*/

.pricing {
    position: relative;
}

.pricing [class^=col-] {
    padding: 0;
    margin-top: 20px;
}

/* Pricing Boxes
-----------------------------------------------------------------*/

.pricing-box {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.075);
    border-radius: 3px;
    text-align: center;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
}

/* Owl Carousel - Controls
-----------------------------------------------------------------*/

.owl-theme .owl-controls {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

/* Owl Carousel - Controls - Arrows
-----------------------------------------------------------------*/

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: -36px;
    zoom: 1;
    width: 36px;
    height: 36px;
    line-height: 32px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #666;
    background-color: #FFF;
    font-size: 18px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.owl-theme .owl-controls.with-carousel-dots .owl-nav [class*=owl-] {
    margin-top: -39px;
}

.owl-carousel-full .owl-controls .owl-nav [class*=owl-] {
    margin-top: -30px;
    left: 0 !important;
    height: 60px;
    line-height: 60px;
    border: none;
    color: #EEE;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 28px;
    border-radius: 0 3px 3px 0;
}

.owl-carousel-full .owl-controls.with-carousel-dots .owl-nav [class*=owl-] {
    margin-top: -46px;
}

.owl-theme .owl-controls .owl-nav .owl-next {
    left: auto;
    right: -36px;
}

.owl-carousel-full .owl-controls .owl-nav .owl-next {
    left: auto !important;
    right: 0 !important;
    border-radius: 3px 0 0 3px;
}

.owl-theme:hover .owl-controls .owl-nav [class*=owl-] {
    opacity: 1;
    left: -18px;
}

.owl-theme:hover .owl-controls .owl-nav .owl-next {
    left: auto;
    right: -18px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background-color: #1ABC9C !important;
    color: #FFF !important;
    text-decoration: none;
}

.owl-theme .owl-controls .owl-nav .disabled {
    display: none !important;
}

/* Owl Carousel - Controls - Dots
-----------------------------------------------------------------*/

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    margin-top: 30px;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    opacity: 0.5;
    border-radius: 50%;
    background-color: #1ABC9C;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    opacity: 1;
}

/* ----------------------------------------------------------------
    Overlays
-----------------------------------------------------------------*/

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlay .overlay-wrap,
.text-overlay {
    opacity: 0;
    position: relative;
    width: 100%;
    height: 100%;
}

body:not(.device-touch) .overlay .overlay-wrap,
body:not(.device-touch) .text-overlay {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.ua-mobile .overlay .overlay-wrap,
.ua-mobile .overlay .text-overlay,
.overlay:hover .overlay-wrap,
.overlay:hover .text-overlay {
    opacity: 1;
}

.text-overlay {
    position: absolute;
    opacity: 0.85;
    top: auto;
    bottom: 0;
    height: auto;
    padding: 40px 15px 15px;
}

.text-overlay-title h2,
.text-overlay-title h3,
.text-overlay-title h4 {
    margin: 0;
    color: #F5F5F5;
}

.text-overlay-title h2 {
    font-size: 28px;
}

.text-overlay-title h3 {
    font-size: 17px;
    font-weight: 600;
}

.text-overlay-title h2,
.text-overlay-title h3,
.text-overlay-title h4,
.text-overlay-meta {
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.text-overlay-meta {
    color: #CCC;
    font-size: 13px;
}

.text-overlay-meta span i {
    position: relative;
    top: 1px;
    font-size: 14px;
}

/* News Carousel Overlays
-----------------------------------------------------------------*/

.news-carousel .text-overlay {
    padding: 40px 30px 25px;
}

.news-carousel .text-overlay-title {
    margin: 15px 0 10px;
}

.news-carousel .text-overlay-title h2,
.news-carousel .text-overlay-title h3,
.news-carousel .text-overlay-title h4 {
    line-height: 1.2;
    text-overflow: none;
    white-space: normal;
}

.news-carousel .text-overlay-meta {
    font-size: 14px;
}

.news-carousel .rounded-skill {
    position: absolute;
    margin: 0 !important;
    top: 30px;
    right: 30px;
    color: #FFF;
    font-weight: 600;
}

/* ----------------------------------------------------------------
    Forms
-----------------------------------------------------------------*/

.sm-form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #393939;
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #DDD;
    border-radius: 0 !important;
    -webkit-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}

.sm-form-control:focus {
    border-color: #AAA;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sm-form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.sm-form-control:-ms-input-placeholder {
    color: #999;
}

.sm-form-control::-webkit-input-placeholder {
    color: #999;
}

.sm-form-control[disabled],
.sm-form-control[readonly],
fieldset[disabled] .sm-form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
}

.sm-form-control {
    height: auto;
}

.form-control {
    border-radius: 0;
    line-height: 1.2;
}

.form-control:active,
.form-control:focus {
    border-color: #999;
    box-shadow: none;
}

label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #393939;
    margin-bottom: 10px;
    cursor: pointer;
}

label.label-muted {
    color: #999;
    font-weight: normal;
    margin-right: 5px;
}

form .col_full,
form .col_half,
form .col_one_third,
form .col_two_third,
form .col_three_fourth,
form .col_one_fourth,
form .col_one_fifth,
form .col_two_fifth,
form .col_three_fifth,
form .col_four_fifth,
form .col_one_sixth,
form .col_five_sixth {
    margin-bottom: 25px;
}

/* ----------------------------------------------------------------
    Contact Form
-----------------------------------------------------------------*/

#contact-form-overlay,
#contact-form-overlay-mini {
    position: relative;
    max-width: 800px;
    background-color: #FFF;
    padding: 40px;
    margin: 0 auto;
    z-index: 10;
    border-radius: 4px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}

#contact-form-overlay-mini {
    float: right;
    width: 380px;
    margin: 0;
}

label.error {
    margin-top: 5px;
    color: #E42C3E;
    font-weight: 400;
}

label.error {
    display: none !important;
}

.form-control.error,
.sm-form-control.error {
    border-color: #E42C3E;
}

/* ----------------------------------------------------------------
    Google Custom Search
-----------------------------------------------------------------*/

#content .cse .gsc-control-cse,
#content .gsc-control-cse,
#content .gsc-above-wrapper-area,
#content .gsc-adBlock,
#content .gsc-thumbnail-inside,
#content .gsc-url-top,
#content .gsc-table-result,
#content .gsc-webResult,
#content .gsc-result {
    padding: 0 !important;
}

#content .gsc-selected-option-container {
    width: auto !important;
}

#content .gsc-result-info {
    padding-left: 0 !important;
}

#content .gsc-above-wrapper-area-container,
#content .gsc-table-result {
    margin-bottom: 10px;
}

#content .gcsc-branding {
    display: none;
}

#content .gsc-results,
#content .gsc-webResult {
    width: 100% !important;
}

#content .gs-no-results-result .gs-snippet,
#content .gs-error-result .gs-snippet {
    margin: 0 !important;
}

/* ----------------------------------------------------------------
    Heading Styles
-----------------------------------------------------------------*/

/* Block Titles
-----------------------------------------------------------------*/

.title-block {
    padding: 2px 0 3px 20px;
    border-left: 7px solid #1ABC9C;
    margin-bottom: 30px;
}

.title-block-right {
    padding: 2px 20px 3px 0;
    border-left: 0;
    border-right: 7px solid #1ABC9C;
    text-align: right;
}

.title-block h1,
.title-block h2,
.title-block h3,
.title-block h4 {
    margin-bottom: 0;
}

.title-block > span {
    display: block;
    margin-top: 4px;
    color: #393939;
    font-weight: 300;
}

.title-block h1 + span {
    font-size: 22px;
}

.title-block h2 + span {
    font-size: 19px;
}

.title-block h3 + span {
    font-size: 17px;
}

.title-block h4 + span {
    font-size: 15px;
    margin-top: 3px;
}

/* Heading Block - with Subtitle
-----------------------------------------------------------------*/

.heading-block {
    margin-bottom: 50px;
}

.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4,
.emphasis-title h1,
.emphasis-title h2 {
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
}

.emphasis-title h1,
.emphasis-title h2 {
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}

.heading-block h1 {
    font-size: 32px;
}

.heading-block h2 {
    font-size: 30px;
}

.heading-block h3 {
    font-size: 26px;
}

.heading-block h4 {
    font-size: 20px;
    font-weight: 700;
}

.heading-block > span:not(.before-heading) {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    color: #777;
}

.heading-block .before-heading {
    margin-bottom: 7px;
}

.heading-block.center > span,
.heading-block.title-center > span,
.center .heading-block > span {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.heading-block h1 + span {
    font-size: 24px;
}

.heading-block h2 + span {
    font-size: 22px;
}

.heading-block h3 + span,
.heading-block h4 + span {
    font-size: 20px;
}

.heading-block ~ p:not(.lead) {
    font-size: 15px;
}

.heading-block:after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px;
    border-top: 2px solid #444;
}

.center .heading-block:after,
.heading-block.center:after,
.heading-block.title-center:after {
    margin: 30px auto 0;
}

.heading-block.noborder:after,
.heading-block.nobottomborder:after {
    display: none;
}

.heading-block.border-color:after {
    border-color: #1ABC9C;
}

/* Emphasis Title
-----------------------------------------------------------------*/

.emphasis-title {
    margin: 0 0 50px;
}

.emphasis-title h1,
.emphasis-title h2 {
    font-size: 64px;
    letter-spacing: -2px;
}

.emphasis-title h1 strong,
.emphasis-title h2 strong {
    font-weight: 700;
}

/* Justify Border Title
-----------------------------------------------------------------*/

.fancy-title {
    position: relative;
    margin-bottom: 30px;
}

.fancy-title h1,
.fancy-title h2,
.fancy-title h3,
.fancy-title h4,
.fancy-title h5,
.fancy-title h6 {
    position: relative;
    display: inline-block;
    background-color: #FFF;
    padding-right: 15px;
    margin-bottom: 0;
}

.fancy-title h4,
.fancy-title h5,
.fancy-title h6 {
    padding-right: 10px;
}

.fancy-title.title-double-border:before,
.fancy-title.title-border:before,
.fancy-title.title-border-color:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    border-top: 3px double #E5E5E5;
    left: auto;
    top: 46%;
    right: 0;
}

.fancy-title.title-border:before {
    top: 49%;
    border-top: 1px solid #EEE;
}

.fancy-title.title-border-color:before {
    top: 49%;
    border-top: 1px solid #1ABC9C;
    opacity: 0.6;
}

/* Fancy Title - Center Align
-----------------------------------------------------------------*/

.title-center {
    text-align: center;
}

.title-center h1,
.title-center h2,
.title-center h3 {
    padding: 0 15px;
}

.title-center h4,
.title-center h5,
.title-center h6 {
    padding: 0 10px;
}

/* Fancy Title - Right Align
-----------------------------------------------------------------*/

.title-right {
    text-align: right;
}

.title-right h1,
.title-right h2,
.title-right h3 {
    padding: 0 0 0 15px;
}

.title-right h4,
.title-right h5,
.title-right h6 {
    padding: 0 0 0 10px;
}

/* Fancy Title - Bottom Short Border
-----------------------------------------------------------------*/

.fancy-title.title-bottom-border h1,
.fancy-title.title-bottom-border h2,
.fancy-title.title-bottom-border h3,
.fancy-title.title-bottom-border h4,
.fancy-title.title-bottom-border h5,
.fancy-title.title-bottom-border h6 {
    display: block;
    background: transparent;
    padding: 0 0 10px;
    border-bottom: 2px solid #1ABC9C;
}

/* Fancy Title - Bottom Short Border
-----------------------------------------------------------------*/

.fancy-title.title-dotted-border {
    background: url('images/icons/dotted.png') repeat-x center;
}

/* Sub Heading
-----------------------------------------------------------------*/

.before-heading {
    display: block;
    margin: 0 0 5px;
    font-size: 16px;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    font-style: italic;
    font-weight: 400;
    color: #999;
}

/* ----------------------------------------------------------------
    Divider
-----------------------------------------------------------------*/

.divider {
    position: relative;
    overflow: hidden;
    margin: 35px 0;
    color: #E5E5E5;
    width: 100%;
}

.divider.divider-margin {
    margin: 70px 0;
}

.divider:after,
.divider.divider-center:before,
.divider.divider-center.divider-short:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 8px;
    left: 30px;
    height: 0;
    border-top: 1px solid #EEE;
}

.divider.divider-thick:after,
.divider.divider-center.divider-thick:before,
.divider.divider-center.divider-short.divider-thick:before {
    border-top-width: 3px;
}

.divider.divider-short:after {
    width: 30%;
}

.divider.divider-vshort:after {
    width: 12%;
}

.divider i {
    position: relative;
    width: 18px;
    height: 18px;
    line-height: 1;
    font-size: 18px !important;
    text-align: center;
}

.divider a {
    position: relative;
    display: inline-block;
    color: inherit;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.divider a:hover {
    color: #888;
}

/* Divider - Icon Align Right
-----------------------------------------------------------------*/

.divider.divider-right {
    text-align: right;
}

.divider.divider-right:after {
    left: auto;
    right: 30px;
}

/* Divider - Icon Align Center
-----------------------------------------------------------------*/

.divider.divider-center,
.divider.divider-center.divider-short {
    text-align: center;
}

.divider.divider-center:before {
    left: -50% !important;
    right: 0;
    margin-left: -20px;
}

.divider.divider-center:after {
    left: 50% !important;
    right: 0;
    margin-left: 20px;
}

/* Short Divider - Icon Align Center
-----------------------------------------------------------------*/

.divider.divider-center.divider-short:before {
    left: auto !important;
    right: 50%;
    margin-right: 20px;
    width: 15%;
}

.divider.divider-center.divider-short:after {
    left: 50% !important;
    right: auto !important;
    margin-left: 20px;
    width: 15%;
}

.divider.divider-center.divider-vshort:before,
.divider.divider-center.divider-vshort:after {
    width: 6%;
}

/* Divider - Rounded Icon
-----------------------------------------------------------------*/

.divider.divider-rounded {
    color: #BBB;
}

.divider.divider-rounded:after,
.divider.divider-rounded.divider-center:before,
.divider.divider-rounded.divider-short:before,
.divider.divider-border:after,
.divider.divider-border.divider-center:before,
.divider.divider-border.divider-short:before {
    top: 19px;
    left: 40px;
}

.divider.divider-rounded i,
.divider.divider-border i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #F5F5F5;
    border-radius: 50%;
}

.divider.divider-rounded.divider-right:after,
.divider.divider-border.divider-right:after {
    left: auto;
    right: 40px;
}

/* Divider - Rounded & Border
-----------------------------------------------------------------*/

.divider.divider-border {
    color: #E5E5E5;
}

.divider.divider-border i {
    line-height: 38px;
    background-color: transparent;
    border: 1px solid #EEE;
}

/* Divider - Line Only
-----------------------------------------------------------------*/

.divider.divider-line:before,
.divider.divider-line:after {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* ----------------------------------------------------------------
    Quotes & Blockquotes
-----------------------------------------------------------------*/

blockquote p {
    margin-bottom: 15px;
}

blockquote.pull-left {
    max-width: 300px;
    margin: 5px 20px 10px 0;
    padding-right: 0;
}

blockquote.pull-right {
    max-width: 300px;
    margin: 5px 0 10px 20px;
    padding-left: 0;
}

.quote {
    border: none !important;
    position: relative;
}

.quote p {
    position: relative;
}

.quote:before {
    font-family: 'font-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    content: "\e7ad";
    position: absolute;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 42px;
    top: 0;
    left: 0;
    color: #EEE;
}

.quote.blockquote-reverse:before {
    content: "\e7ae";
    left: auto;
    right: 0;
}

/* ----------------------------------------------------------------
    Go To Top
-----------------------------------------------------------------*/

#gotoTop {
    display: none;
    z-index: 299;
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #FFF;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
    border-radius: 2px;
}

body:not(.device-touch) #gotoTop {
    transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
}

.stretched #gotoTop {
    bottom: 30px;
}

#gotoTop:hover {
    background-color: #1ABC9C;
}

/* ----------------------------------------------------------------
    Error 404
-----------------------------------------------------------------*/

.error404 {
    display: block;
    font-size: 216px;
    font-weight: 600;
    color: #DDD;
    line-height: 1.35;
    letter-spacing: 4px;
}

.error404-wrap .container {
    z-index: 7;
}

.error404-wrap .error404 {
    line-height: 0.9;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 244px;
    color: #FFF !important;
    opacity: 0.2;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}

.error404-wrap .heading-block h4 {
    font-weight: 300;
    margin-bottom: 8px;
}

.error404-wrap .heading-block span {
    font-size: 17px;
}

.error404-wrap form {
    max-width: 500px;
}

/* ----------------------------------------------------------------
    Landing Pages
-----------------------------------------------------------------*/

.landing-wide-form {
    background: rgba(0, 0, 0, 0.3);
    padding: 30px;
    border-radius: 3px;
}

.landing-form-overlay {
    position: absolute;
    z-index: 10;
    top: auto;
    left: auto;
    right: 0;
    bottom: -154px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 3px 3px 0 0;
}

.landing-video {
    z-index: 1;
    width: 560px;
    height: 315px;
    margin: 22px 0 0 95px;
    overflow: hidden;
}

.landing-promo h3 {
    font-size: 26px;
}

.landing-promo > .container > span {
    font-size: 17px;
}

/* ----------------------------------------------------------------
    Preloaders
-----------------------------------------------------------------*/

.preloader,
.preloader2,
.form-process {
    display: block;
    width: 100%;
    height: 100%;
    /*background: url("images/preloader.gif") center center no-repeat #FFF;*/
}

.preloader2 {
    background-color: transparent;
}

.form-process {
    display: none;
    position: absolute;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.7);
}

/* ----------------------------------------------------------------
    Footer
-----------------------------------------------------------------*/

#footer {
    position: relative;
    background-color: #EEE;
    border-top: 5px solid rgba(0, 0, 0, 0.2);
}

#footer .footer-widgets-wrap {
    position: relative;
    padding: 80px 0;
}

.footer-widgets-wrap .col_full,
.footer-widgets-wrap .col_half,
.footer-widgets-wrap .col_one_third,
.footer-widgets-wrap .col_two_third,
.footer-widgets-wrap .col_three_fourth,
.footer-widgets-wrap .col_one_fourth,
.footer-widgets-wrap .col_one_fifth,
.footer-widgets-wrap .col_two_fifth,
.footer-widgets-wrap .col_three_fifth,
.footer-widgets-wrap .col_four_fifth,
.footer-widgets-wrap .col_one_sixth,
.footer-widgets-wrap .col_five_sixth {
    margin-bottom: 0;
}

#copyrights {
    padding: 40px 0;
    background-color: #DDD;
    font-size: 14px;
    line-height: 1.8;
}

#copyrights i.footer-icon {
    position: relative;
    top: 1px;
    font-size: 14px;
    width: 14px;
    text-align: center;
    margin-right: 3px;
}

.copyright-links a {
    display: inline-block;
    margin: 0 3px;
    color: #333;
    border-bottom: 1px dotted #444;
}

.copyright-links a:hover {
    color: #393939;
    border-bottom: 1px solid #666;
}

.copyrights-menu {
    margin-bottom: 10px;
}

.copyrights-menu a {
    font-size: 14px;
    margin: 0 10px;
    border-bottom: 0 !important;
}

#copyrights .col_half {
    margin-bottom: 0 !important;
}

#copyrights a:first-child {
    margin-left: 0;
}

#copyrights .tright a:last-child {
    margin-right: 0;
}

.footer-logo {
    display: block;
    margin-bottom: 30px;
}

/* ----------------------------------------------------------------
    Widgets
-----------------------------------------------------------------*/

.widget {
    position: relative;
    margin-top: 50px;
}

.sidebar-widgets-wrap .widget {
    padding-top: 50px;
    border-top: 1px solid #EEE;
}

.widget:first-child {
    margin-top: 0;
}

.sidebar-widgets-wrap .widget:first-child {
    padding-top: 0;
    border-top: 0;
}

.widget > h4 {
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.sidebar-widgets-wrap .widget > h4 {
    letter-spacing: 1px;
}

.widget p {
    font-size: 14px;
}

/* Widget - Links
-----------------------------------------------------------------*/

.widget_nav_menu ul,
.widget_nav_menu li,
.widget_links ul,
.widget_links li,
.widget_meta ul,
.widget_meta li,
.widget_archive ul,
.widget_archive li,
.widget_recent_comments ul,
.widget_recent_comments li,
.widget_recent_entries ul,
.widget_recent_entries li,
.widget_categories ul,
.widget_categories li,
.widget_pages ul,
.widget_pages li,
.widget_rss ul,
.widget_rss li {
    list-style: none;
    margin: 0;
}

.widget_nav_menu li,
.widget_links li,
.widget_meta li,
.widget_archive li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_categories li,
.widget_pages li,
.widget_rss li {
    padding: 4px;
}

.widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_archive li a,
.widget_recent_entries li a,
.widget_categories li a,
.widget_pages li a,
.widget_rss li a,
.widget_recent_comments li {
    display: inline-block;
    padding: 0 3px 0 12px;
}

.widget_recent_comments li {
    display: block;
    background: url("images/icons/widget-comment.png") left top no-repeat;
    padding: 4px 0 4px 20px;
}

.widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_archive li a,
.widget_recent_entries li a,
.widget_categories li a,
.widget_pages li a,
.widget_rss li a,
.widget_recent_comments li a {
    background: url("images/icons/widget-link.png") left top no-repeat;
    border: none !important;
    color: #444;
    font-size: 14px;
}

.widget_nav_menu li a:hover,
.widget_links li a:hover,
.widget_meta li a:hover,
.widget_archive li a:hover,
.widget_recent_entries li a:hover,
.widget_categories li a:hover,
.widget_pages li a:hover,
.widget_rss li a:hover,
.widget_recent_comments li a:hover {
    color: #000;
}

.widget_recent_comments li a {
    display: inline;
    padding: 0;
    background: none !important;
}

.widget_nav_menu > ul > li:first-child,
.widget_links > ul > li:first-child,
.widget_meta > ul > li:first-child,
.widget_archive > ul > li:first-child,
.widget_recent_comments > ul > li:first-child,
.widget_recent_entries > ul > li:first-child,
.widget_categories > ul > li:first-child,
.widget_pages > ul > li:first-child,
.widget_rss > ul > li:first-child {
    border-top: 0 !important;
}

.widget_nav_menu > ul,
.widget_links > ul,
.widget_meta > ul,
.widget_archive > ul,
.widget_recent_comments > ul,
.widget_recent_entries > ul,
.widget_categories > ul,
.widget_pages > ul,
.widget_rss > ul {
    margin-top: -4px !important;
}

.widget_nav_menu ul ul,
.widget_links ul ul,
.widget_meta ul ul,
.widget_archive ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_categories ul ul,
.widget_pages ul ul,
.widget_rss ul ul {
    margin-left: 15px;
}

/* Widget - Testimonial & Twitter
-----------------------------------------------------------------*/

.widget .testimonial.no-image .testi-image {
    display: none;
}

.widget .testimonial.twitter-scroll .testi-image {
    margin-right: 10px;
}

.widget .testimonial:not(.twitter-scroll) .testi-image,
.widget .testimonial:not(.twitter-scroll) .testi-image a,
.widget .testimonial:not(.twitter-scroll) .testi-image img {
    width: 42px;
    height: 42px;
}

.widget .testimonial.twitter-scroll .testi-image,
.widget .testimonial.twitter-scroll .testi-image a,
.widget .testimonial.twitter-scroll .testi-image img,
.widget .testimonial.twitter-scroll .testi-image i {
    width: 28px;
    height: 28px;
}

.widget .testimonial.twitter-scroll .testi-image i {
    background-color: #EEE;
    line-height: 28px;
    font-size: 14px;
    color: #888;
}

.widget .testimonial p {
    font-size: 14px;
}

/* Widget - Quick Contact Form
-----------------------------------------------------------------*/

.quick-contact-widget .form-control,
.quick-contact-widget .input-group,
.quick-contact-widget .sm-form-control {
    margin-bottom: 10px;
}

.quick-contact-widget .input-group .form-control {
    margin-bottom: 0;
}

.quick-contact-widget form,
#template-contactform {
    position: relative;
}

/* Newsletter Widget
-----------------------------------------------------------------*/

.subscribe-widget h5 {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
}

/* Twitter Feed Widget
-----------------------------------------------------------------*/

.widget-twitter-feed li {
    margin: 15px 0 0 0;
}

.widget-twitter-feed li:first-child {
    margin-top: 0;
}

.widget-twitter-feed small {
    display: block;
    margin-top: 3px;
}

.widget-twitter-feed small a {
    color: #999;
}

/* Small Post
-----------------------------------------------------------------*/

.widget-twitter-feed li {
    margin: 15px 0 0 0;
}

.widget-twitter-feed li:first-child {
    margin-top: 0;
}

.widget-twitter-feed small {
    display: block;
    margin-top: 3px;
}

.widget-twitter-feed small a {
    color: #999;
}

/* ----------------------------------------------------------------
    Wedding
-----------------------------------------------------------------*/

.wedding-head {
    position: relative;
    line-height: 1;
    font-size: 80px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.wedding-head .first-name,
.wedding-head .last-name,
.wedding-head .and {
    display: inline-block;
    margin-right: 15px;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    letter-spacing: 2px;
}

.wedding-head .last-name {
    margin: 0 0 0 15px;
    text-align: left;
}

.wedding-head .first-name span,
.wedding-head .last-name span {
    display: block;
    margin-top: 10px;
    font-size: 56px;
    font-weight: 400;
    font-style: italic;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    text-transform: none;
}

.wedding-head .and {
    margin: 0;
    font-size: 200px;
	font-family: 'Merriweather Sans', Arial, sans-serif;
}

/* ----------------------------------------------------------------
    Bootstrap Specific
-----------------------------------------------------------------*/

.table th {
    font-size: 16px;
	font-family: 'Merriweather Sans', Arial, sans-serif;
}

.table td {
    color: #646565;
    font-size: 14px;
	font-family: 'Merriweather Sans', Arial, sans-serif;
}

.table.border-bottom {
    margin-bottom: 10px;
}
.table.border-bottom tbody > tr > th,
.table.border-bottom tbody > tr > td {
    border-top-width: 0;
    border-bottom: 1px solid #dddddd;
    padding-left: 0;
}

.btn-link { color: #ff0000; }

.btn-link:hover,
.btn-link:focus {
    color: #222;
}

.boot-tabs {
    margin-bottom: 20px !important;
}

.carousel-control .icon-chevron-left,
.carousel-control .icon-chevron-right {
    position: absolute;
    top: 47.5%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-chevron-left {
    left: 50%;
}

.carousel-control .icon-chevron-right {
    right: 50%;
}

.responsive-utilities th small {
    display: block;
    font-weight: 400;
    color: #999;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #EEE;
    border: 1px solid #DDD;
}

.img-circle {
    border-radius: 50% !important;
}

label.radio,
label.checkbox {
    padding-left: 20px;
}

/* ----------------------------------------------------------------
    Stretched Layout
-----------------------------------------------------------------*/

.stretched #wrapper {
    width: 100%;
    margin: 0;
    box-shadow: none;
}

/* ----------------------------------------------------------------
    Page Transitions
-----------------------------------------------------------------*/

body:not(.no-transition) #wrapper,
.animsition-overlay {
    position: relative;
    opacity: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.css3-spinner {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    text-align: center;
    background-color: #FFF;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.css3-spinner > div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: 13px;
    width: 18px;
    height: 18px;
    background-color: #DDD;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.css3-spinner .css3-spinner-bounce1 {
    margin-left: -31px;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.css3-spinner .css3-spinner-bounce2 {
    margin-left: -9px;
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fade-in {
    -webkit-animation-name: fade-in;
    animation-name: fade-in;
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.fade-out {
    -webkit-animation-name: fade-out;
    animation-name: fade-out;
}

/*EDWARDS*/

.pos-re {
    position: relative;
}

.ib-vam {
    display: inline-block;
    height: 100%;
}

.workspace {
    max-width: 1400px;
    min-width: 998px;
    margin: 0 auto;
}

.sect-pad {
    padding: 50px 0;
}

.h3 {
    font-size: 28px;
    color: #505759;
}

.h2 {
    font-size: 38px;
    color: #c8102e;
	font-family: 'Merriweather Sans', Arial, sans-serif;
}

.tabslider-start {
	margin-top: -30px;
}

.c-black {
    color: black !important;
}

.c-white {
    color: white !important;
}

.c-red {
    color: #c8102e !important;
}

a.c-red:hover {
    color: #c8102e !important;
}

h3.page-subtitle {
    font-size: 21px;
    line-height: normal;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    color: #505759;
    margin-bottom: 20px;
}

h4.page-subtitle {
    font-size: 18px;
    line-height: normal;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    color: #505759;
    margin-bottom: 15px;
}

h5.page-subtitle {
    font-size: 16px;
    line-height: normal;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    color: #505759;
    margin-bottom: 15px;
}


h4.page-subtitle .btn-link {
    font-size: 18px;
    line-height: 22px;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    font-weight: 600;
}

.feature-box {
    height: 100%;
    background: white;
}

.feature-box.media-box .fbox-media {
    margin: 0;
}

.feature-box .fbox-desc {
    background: white;
}

.feature-box .fbox-desc h3 {
	font-family: 'Merriweather Sans', Arial, sans-serif;
    font-size: 18px;
    color: black;
    line-height: 1.2;
    text-transform: none;
    padding-bottom: 0;
}

.feature-box .fbox-desc p {
    font-size: 14px;
    color: #393939;
    margin-top: 2px;
    line-height: 1.2;
}

.feature-box .fbox-desc .edw-btn.more {
	font-family: 'Merriweather Sans', Arial, sans-serif;
    font-size: 14px;
    margin-top: 10px;
}

body {
	font-family: 'Merriweather Sans', Arial, sans-serif;
}

.stretched #wrapper {
    margin: 0 auto;
    max-width: 1400px;
}

#header,
#header-wrap,
#logo img,
#primary-menu:not(.style-2),
#primary-menu:not(.style-2) > ul {
    height: auto;
}

#header {
    background-color: rgba(0, 0, 0, 0.7);
    border-bottom: none;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    z-index: 40;
}

#header.home {
    background-color: transparent;
}

#header + #slider,
#header + #page-title.page-title-parallax,
#slider + #header,
#header.transparent-header + #slider,
#header.transparent-header + #page-title.page-title-parallax,
#slider + #header.transparent-header {
    top: -165px;
    margin-bottom: -165px;
}

#slider.page{
    top: -117px!important;
    margin-bottom: -117px!important;
}

.edw.top-search-open #header-wrap #logo,
.edw.top-search-open #primary-menu #top-search {
    opacity: 1;
}

.edw #primary-menu {
    position: absolute;
    left: 80px;
    right: 0;
    height: 100%;
}

.edw #primary-menu .nav-main-menu {
    right: 85px;
}

.edw #primary-menu #top-search {
    position: absolute;
    right: 0;
	bottom: -8px;
}

.edw #primary-menu #top-search li {
    position: static;
    margin: 0;
    float: none;
}

.edw #primary-menu #top-search li a {
    line-height: 20px;
    letter-spacing: normal;
    border: none;
    height: 14px;
}

.edw #primary-menu #top-search li a i {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 20px;
}

.edw #primary-menu ul {
    position: absolute;
    bottom: -22px;
    width: auto;
}

.edw #primary-menu ul ul {
    background-color: rgba(105, 105, 105, 0.96);
    top: 100%;
    bottom: auto;
    border: none;
}

.edw #primary-menu ul ul ul {
    top: 0 !important;
}

.edw #primary-menu ul ul.edw-sub {
    width: auto;
/*    padding-bottom:10px;*/
}

.edw #primary-menu ul ul.edw-sub li,
.edw #primary-menu ul ul li {
    position: static;
}

.edw #primary-menu ul ul.edw-sub li:hover a {
    background-color: rgba(235, 235, 235, 0.95);
    color: dimgray !important;
}

.edw #primary-menu ul ul.edw-sub li:last-of-type {
    border-bottom: none;
}

.edw #primary-menu ul ul.edw-sub li.sub-menu > a,
.edw #primary-menu ul ul.edw-sub li .sub-menu:hover > a {
    background-image: none !important;
}

.edw #primary-menu ul ul.edw-sub ul {
    bottom: 0;
    left: 100%;
    min-height: 323px;
    padding: 20px 22px;
    border-left: 1px solid #858585;
}

.edw #primary-menu ul ul.edw-sub ul.menu-pos-invert {
    left: auto;
    right: 100%;
    border-left: none;
    border-right: 1px solid #858585;
}

.edw #primary-menu ul ul.edw-sub a {
    white-space: nowrap;
    text-transform: none;
    font-weight: normal;
    font-size: 15px;
    color: #edeeee !important;
}

.edw #primary-menu ul ul .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    color: white;
    margin-top: 10px;
}

.edw #primary-menu ul ul p {
    font-size: 13px;
    color: #d8d8d8;
}

.edw #primary-menu ul ul li:hover > a {
    background-color: rgba(235, 235, 235, 0.95);
}

.edw #primary-menu ul ul li a {
    white-space: nowrap;
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
}

.edw #primary-menu ul ul ul {
    left: 100%;
    border-left: 1px solid #858585;
}

.edw #primary-menu ul li {
}

.edw #primary-menu ul li:first-child {
    margin-left: 0;
}

.edw #primary-menu ul li.mega-menu {
    position: relative;
}

.edw #primary-menu ul li.mega-menu .mega-menu-content {
    background-color: rgba(105, 105, 105, 0.96);
    top: 100%;
    bottom: auto;
}

.edw #primary-menu ul li .mega-menu-content ul {
    left: 0;
}

.edw #primary-menu ul li .mega-menu-content ul ul {
    border-left: none;
}

.edw #primary-menu ul li.sub-menu {
    position: relative;
}

.edw #primary-menu ul li.sub-menu ul li {
    margin: 0;
}

.edw #primary-menu ul li.sub-menu ul li:hover a {
    background-image: url("images/icons/submenu.png");
}

.edw #primary-menu ul li.sub-menu ul li a {
    padding: 10px 35px 10px 22px;
	border-bottom: 1px solid rgba(255,255,255,.2) !important;
    color: #fff !important;
	line-height: 21px;
transition: all .2s ease-in-out; 
-o-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
}

.edw #primary-menu ul li .mega-menu-content {
    border-top: 0;
}

.edw #primary-menu ul li a {
    height: auto;
    padding: 0;
    line-height: 39px;
   
    -moz-transition: height 0.4s ease, line-height 0.4s ease, margin 0.4s ease, padding 0.4s ease, border 0.4s ease;
    -webkit-transition: height 0.4s ease, line-height 0.4s ease, margin 0.4s ease, padding 0.4s ease, border 0.4s ease;
    transition: height 0.4s ease, line-height 0.4s ease, margin 0.4s ease, padding 0.4s ease, border 0.4s ease;
    
	font-family: 'Merriweather Sans', Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: white;
}

.edw #primary-menu .top-nav {
    position: absolute;
    top: 0;
    right: 275px;
    bottom: auto;
}

.edw #primary-menu .top-nav li {
}

.edw #primary-menu .top-nav li:hover a {
    color: #cfcfcf;
}

.edw #primary-menu .top-nav .select-box {
    line-height: 30px;
}

.edw #primary-menu .top-nav a {
    display: inline-block;
    -moz-transition: border 0.4s ease;
    -webkit-transition: border 0.4s ease;
    transition: border 0.4s ease;
    font-size: 16px;
    font-weight: normal;
    color: #cfcfcf!important;
}

.edw #primary-menu .top-nav .btn-group {
    margin-left: 54px;
}

@media (min-width: 990px) {
#top-search form input::-webkit-input-placeholder {
    text-transform: none; 
}
}

.edw #primary-menu > ul > li:hover a,
.edw #primary-menu > ul > li.current a {

    color: white;
}

.edw #top-search a,
.edw #top-cart a,
.edw #top-search form input {
    color: white;
}

.edw #top-search a {
    position: absolute;
    right: 15px;
    bottom: 2px;
}

.edw #header-wrap {
    background-color: transparent;
    padding: 0 0 11px 0;
    -moz-transition: height 0.4s ease, opacity 0.3s ease, background-color 0.4s ease;
    -webkit-transition: height 0.4s ease, opacity 0.3s ease, background-color 0.4s ease;
    transition: height 0.4s ease, opacity 0.3s ease, background-color 0.4s ease;
}

.edw #top-search form {
    left: inherit;
    right: 30px;
    width: 200px !important;
    bottom: -9px;
    top: auto;
    height: 27px !important;
}

.edw #top-search form input {
    padding: 0 10px;
    font-family: inherit;
    font-size: 16px;
    color: white;
}

.block-white:first-child {
    margin-top: 50px;
}
.block-white.gray:first-child {
    margin-top: 0;
}

.block-white {
    background: #fff;
    padding: 20px 27px;
    margin-bottom: 10px;
}
.block-white.gray {
    background: #f3f3f3;
}

.block-white .desc {
    padding-top: 50px;
}

.edw-block .block-white p {
    margin-bottom: 20px;
}

.edw-block .block-white p:last-child{
    margin-bottom: 30px;
}

.block-white .lightbox {
    padding: 0;
}

.block-white .lightbox a{
    display: inline-block;
    position: relative;
    width: 366px;
}

.btn-group.subpage {
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 29%;
    z-index: 25;
}

.btn-group.subpage .btn {
    border-radius: 0;
    border: none;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 10px 13px;
    color: #fff;
    font-size: 21px;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    text-transform: uppercase;
    /*min-width: 230px;*/
    text-align: left;
    box-shadow: none;
    float: left;
    width: 80%;
    cursor: default;
}

.btn-group.subpage .btn.dropdown-toggle{
    min-width: auto;
    height: 50px;
    width: 20%;
    margin-left: 0;
}

.btn-group.subpage .dropdown-menu {
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.65);
    width: 100%;
    border: none;
    margin: 0;
    box-shadow: none;
}

.btn-group.subpage .btn span {
    float: right;
}

.btn-group.subpage .dropdown-menu li{
    border-bottom: 1px solid #858585;
}

.btn-group.subpage .dropdown-menu > li > a {
    color: #999;
    font-size: 15px;
    line-height: 35px;
}

.btn-group.subpage .dropdown-menu > li:hover > a {
    color: #ccc;
}

.btn-group.subpage .dropdown-menu > li > a:hover,
.btn-group.subpage .dropdown-menu > li > a:focus {
    background: inherit;
}

.btn-group .btn .caret{
    background: url(images/edwards/sprite-arrows2x.png) no-repeat scroll 8px 3px rgba(0, 0, 0, 0);
    border: medium none;
    height: 12px;
    position: relative;
    width: 20px;
}

.btn-group.subpage .btn .caret{
    background-position: 8px 3px;
}

.btn-group.open .btn .caret{
    background-position: 8px -11px;
}

.btn-group.subpage.open .btn .caret{
    background-position: -12px -10px;
}

.custom-checkbox {
    position: relative;
}

.custom-checkbox .btn-link{
	font-family: 'Merriweather Sans', Arial, sans-serif;
    line-height: 16px;
    vertical-align: baseline;
}

.custom-checkbox input {
    display: none;
}

.custom-checkbox .switch {
    background: url(images/edwards/sprite-checkbox2.png) no-repeat scroll 0 -36px transparent;
    background-size: 18px 53px;
    height: 18px;
    width: 18px;
    margin: 0;
}

.custom-checkbox input:checked ~ .switch {
    background-position: 0 0;
}

.custom-checkbox label {
    font-size: 16px;
    letter-spacing: 0;
    text-transform: none;
    font-weight: normal;
    margin: 0;
    line-height: 1;
    vertical-align: middle;
    margin-left: 10px;
}

.custom-checkbox.view1 {
    margin-top: 20px;
}
.custom-checkbox.view1 label {
    font-weight: bold;
}

.tab-content .custom-checkbox {
    margin-bottom: 15px;
    position: relative;
}

.textarea-other {
    float: right;
}

.textarea-other textarea{
    resize: none;
    background: #edeeee;
    padding: 15px 0 15px 20px;
    height: 110px;
    width: 570px;
    border: none;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 14px;
    border-radius: 0;
}

.count-chars{
    float: right;
    font-size: 12px;
    color: #656565;
}

.custom-checkbox input:checked ~ label {
    color: #fb1a01;
}

.custom-checkbox.nored input:checked ~ label {
    color: inherit;
}

.edw-btn:active {
    background-color: #c8102e;
}

.edw-btn:hover, .edw-btn:focus {
	color: #fff;
}

.edw-gray .edw-btn:active, .edw-gray-btn:active {
    background-color: #898d8d;
}

.edw-btn {
    padding: 0 16px;
    line-height: 39px;
    border: 1px solid #b00e29;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 18px;
	background-color: #c8102e;
    color: #ffffff;
	font-family: 'Merriweather Sans', Arial, sans-serif;
}

.edw-gray .edw-btn, .edw-gray-btn {
    border: 1px solid #7c8080;
    background-color: #898d8d;
}

.edw-white .edw-btn {
    border: 1px solid #b00e29;
	background-color: #c8102e;
}

.edw-btn.white,
.edw-btn.white i{
    color: #fff!important;
}

.edw-btn.white-border {
    border-color: #fff;
}

.edw-btn.black-border {
    border-color: #000;
}

.edw-btn.btn-extra-lg {
    padding: 7px 35px;
    line-height: 26px;
    border-width: 2px;
    font-size: 18px;
}

.edw-btn.btn-extra-lg.education {
    padding: 6px 20px 6px 20px;
    font-size: 16px;
}

.edw-btn.btn-extra-lg i {
    color: #000;
    display: inline-block;
    font-size: 21px;
    line-height: 0;
    margin-top: -3px;
    vertical-align: middle;
}

.edw-btn.btn-lg.about i {
    font-size: 36px;
    margin-right: 5px;
}

.edw-btn.btn-lg {
    padding: 7px 20px;
    line-height: 26px;
    border-width: 1px;
    font-size: 20px;
}

.edw-btn.btn-lg i {
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    line-height: 0;
    margin-top: -5px;
    vertical-align: middle;
}

.redbox-lg .edw-btn.btn-lg i {
    font-size: 20px;
	color: #c8102e;
}

.redbox-lg .edw-btn.btn-lg {
    background: #edeeee;
    color: #c8102e;
    padding: 3px 16px;
    border: 1px solid #b00e29;
}

@media (max-width: 991px)
.redbox-lg .edw-btn.btn-lg i {
    font-size: 13px;
}

.edw-btn.btn-sm {
    padding: 3px 20px;
    line-height: 24px;
    border-width: 1px;
    font-size: 16px;
}

.edw-btn.btn-sm i {
    color: #ffffff;
    display: inline-block;
    font-size: 21px;
    line-height: 0;
    margin-top: -3px;
    vertical-align: middle;
}

.edw-btn.btn-xs {
    padding: 3px 18px;
    line-height: 20px;
    border-width: 1px;
    font-size: 14px;
}

.edw-btn.btn-xs i {
    color: #ffffff;
    display: inline-block;
    line-height: 0;
    margin-top: -3px;
    vertical-align: middle;
}

.edw-btn.btn-xs .ico {
	font-size: 20px;
}

.edw-btn.more {
	font-family: 'Merriweather Sans', Arial, sans-serif;
    padding: 4px 15px;
    color: #fff !important;
    font-size: 13px;
    text-transform: none;
    border: none;
    line-height: 1.5;
    letter-spacing: 0;
}

.edw-btn.more:hover {
    color: #fff;
}

.edw-btn.more .icon-caret-right {
    display: inherit;
    font-size: 12px;
    line-height: 1.5;
    padding-left: 10px;
}

.dark .edw-btn {
    color: white;
}

.edw-btn:hover {
    color: #fff;
    border-color: #780a1c;
    background-color: #990c23;
}

.btn-link{
    padding: 0;
    font-size: 16px;
    text-align: left;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    vertical-align: baseline;
}

.btn-link:hover{
    text-decoration: underline!important;
}

[class*="icon-caret-"] {
    vertical-align: top;
    padding-left: 5px;
    padding-top: 1px;
}

.main-section .img-top {
    background-repeat: no-repeat;
    background-size: cover;
    height: 605px;
}

.main-section .img-top .img-top-mobile{
    display: none;
}

.main-section .slider-caption {
    margin-top: 50px;
}

.main-section.page .slider-caption {
    max-width: inherit;
    margin-top: 65px;
}

.main-section.page#slider{
    /*overflow: visible;*/
}

.main-section.page .img-top {
    height: 420px;
}

.main-section.guide .img-top {
    height: 420px;
}

.main-section.page .slider-caption .more {
    display: none;
}

.main-section.page .slider-caption h2 {
    color: black;
    font-size: 60px;
    font-weight: 700;
}

.main-section.patient .slider-caption h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
}

.main-section.patient.page .slider-caption p {
    color: #edeeee;
    font-size: 18px;
}

.main-section.patient .img-top {
    background-repeat: no-repeat;
    background-size: cover;
    height: 604px;
}

.main-section.page .slider-caption h3 {
    color: black;
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 20px;
}

.main-section.page .slider-caption h3 span{
    font-size: 21px;
    color: #000;
}

.main-section.page .slider-caption p {
    color: #252525;
    font-size: 16px;
    margin-bottom: 20px;
	font-family: 'Merriweather Sans', Arial, sans-serif;
}

.edw-promo {
    background-color: black;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.edw-promo .col-md-3 {
    position: relative;
    min-height: 164px;
    padding-left: 0;
    padding-right: 0;
    border-left: 1px solid #828282;
}

.edw-promo .col-md-3:first-of-type {
    border-left: none;
}

.edw-promo .promo-desc {
    position: absolute;
    top: 47px;
    left: 70px;
    right: 40px;
    line-height: 1.1;
}

.edw-promo .name {
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 16px;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    font-weight: 700;
    display: inline-block;
    color: white;
}

.edw-promo .icon-caret-right {
    display: none;
}

.slider-caption h2 {
    margin-bottom: 18px;
    letter-spacing: normal;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    font-weight: normal;
    font-size: 43px;
}

.slider-caption p {
    margin-bottom: 40px;
    line-height: 1.15em;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    font-size: 18px;
    color: #bbbbbb;
}

.edw-summit {
    margin-bottom: 35px;
}

.edw-summit div[class*="col-"] {
    padding: 0;
}

.edw-summit .v-divider {
    padding: 0 3px;
}

.edw-summit .bg {
    background-color: #393939;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 175px;
    width: 100%;
    padding: 20px 0;
}

.edw-summit p {
    color: #c4c5c5;
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 5px;
}

.edw-summit h3{
    color: #fff;
    font-size: 21px;
    line-height: 1;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.edw-summit h5 {
    color: #fff;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    font-weight: normal;
    margin-bottom: 5px;
}

.edw-summit .edw-btn {
    font-size: 13px;
}

.edw-patients {
    position: relative;
    z-index: 1;
}

.edw-patients .container {
    width: 100% !important;
}

.edw-patients .container div[class*="col-"] {
    padding: 0;
}

.edw-patients .container .bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 460px;
    width: 100%;
}

.edw-patients .container .bg-image.sm {
    height: 340px;
    min-height: 340px;
}

.edw-patients.about .container .patient-desc .timeline{
    background: url(images/edwards/timeline.png) no-repeat 0 0 transparent;
    height: 159px;
    left: -30px;
    position: absolute;
    top: 70px;
    width: 16px;
}

.edw-patients.about .container .patient-desc .h4.a-year{
    font-size: 65px;
    line-height: normal;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    font-weight: normal;
}

.edw-patients .container .patient-desc {
    position: absolute;
    top: 80px;
    right: 50px;
    line-height: normal;
    width: 270px;
}

.edw-patients .container .patient-desc.right {
    right: inherit;
    left: 50px;
}

.edw-patients.about .container .patient-desc.right {
    left: 70px;
    right: inherit;
}

.edw-patients.about .container .patient-desc p{
    color: #c4c5c5;
}

.edw-patients.about .container .patient-desc .h4{
    color: #c4c5c5;
    font-size: 18px;
    text-transform: uppercase;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    line-height: normal;
}

.edw-patients.about .container .patient-desc .h2{
    color: #c4c5c5;
    font-size: 40px;
    text-transform: uppercase;
}

.edw-patients.about .container .patient-desc {
    right: 55px;
    width: 440px;
    top: 30px;
}

.edw-patients .container .h3 {
    margin-bottom: 8px;
    text-transform: uppercase;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    font-weight: 700;
}

.edw-patients .container p {
    color: #3e3e3e;
    line-height: 1.5;
    font-size: 16px;
}

.edw-two-cols h4.page-subtitle{
    color: #c1c1c1;
    font-weight: normal;
}

.edw-two-cols h3.page-subtitle{
    font-size: 28px;
}

.edw-two-cols .container > .row{
    display: inline-block;
    float: left;
    overflow: hidden;
    margin-left: -70px;
    margin-right: -70px;
}

.edw-two-cols .container > .row .col-md-6{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
    padding-left: 70px;
    padding-right: 70px;
}

.edw-two-cols .container > .row .col-md-6:first-child{
    border-right: 2px dotted #c1c1c1;
}

.edw-career {
    background: url(images/edwards/bg-career.jpg) no-repeat 0 0 #1b1b1b;
    background-size: cover;
    padding: 50px 0;
}

.edw-career .h3 {
    margin-top: 8px;
    color: white;
    font-size: 28px;
	font-family: 'Merriweather Sans', Arial, sans-serif;
}

.edw-career .h4 {
    color: #c4c5c5;
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.edw-career .h5 {
    color: white;
    font-size: 18px;
    text-transform: uppercase;
	font-family: 'Merriweather Sans', Arial, sans-serif;
}

.edw-career .h6 {
    color: #c4c5c5;
    font-size: 16px;
    line-height: 1.2;
}

.edw-about-us {
    background-color: #edeeee;
    position: relative;
    overflow: hidden;
}

.edw-about-us .h3 {
    float: left;
    margin-top: 0;
    margin-bottom: 45px;
	font-family: 'Merriweather Sans', Arial, sans-serif;
}

.edw-about-us .learn-a {
    position: relative;
    float: right;
    padding-right: 10px;
    font-size: 16px;
    color: #c8102e;
}

.edw-about-us .swiper-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 998px;
    margin: 0 auto;
    height: 14px;
    z-index: 1;
    opacity: 1 !important;
    border-radius:0px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23C8102E'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23C8102E'%2F%3E%3C%2Fsvg%3E");
}

.edw-about-us .swiper-scrollbar-drag {
    background: #c8102e;
    position: relative;
    cursor: move;
    width: 100%;
    height: 100%;
    border-radius:0px;
    background-image:url('./images/background.png');
    background-repeat:no-repeat;
    background-position:center;
}

.edw-about-us .container-small {
    height: 100px;
}

.about-us-widget {
    overflow: visible;
}

.about-us-widget .line-history-wrap {
    height: 310px;
    font-size: 0;
    white-space: nowrap;
    overflow: visible;
}

.about-us-widget .line-history {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.about-us-widget .item-history {
    display: inline-block;
    background-color: white;
    position: relative;
    width: 175px;
    height: 4px;
}

.about-us-widget .item-history-md {
        width: 165px;
    }

.about-us-widget .item-history .point-history {
    position: absolute;
    background-color: #c8102e;
    top: -12px;
    right: 0;
    width: 26px;
    height: 26px;
    border: 3px solid white;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.about-us-widget .item-history .point-history:before {
    content: '';
    position: absolute;
    top: -45px;
    left: 9px;
    border-left: 2px dotted #a2a2a2;
    height: 50px;
    z-index: -1;
}

.about-us-widget .item-history-first {
    width: 26px;
}

.about-us-widget .item-history-last {
    margin-right: 290px;
}

.about-us-widget .swiper-slide-second-lg {
    margin-left:-100px;
}

 .about-us-widget .swiper-slide-second-md {
   margin-left:-90px;
}

.about-us-widget .item-history:nth-child(even) .point-history:before {
    top: 15px;
}

.about-us-widget .item-history:nth-child(even) .desc-history {
    top: 45px;
}

.about-us-widget .item-history .desc-history {
    position: absolute;
    top: -150px;
    left: 100%;
    margin-left: -64px;
    white-space: nowrap;
}

.about-us-widget .item-history .desc-history img {
    width: 104px;
    height: 104px;
    box-shadow: 0 0 0 6px #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    max-width: none;
    float: left;
}

.about-us-widget .item-history .info-history {
    margin-left: 130px;
    white-space: normal;
    width: 160px;
}

.about-us-widget .item-history .info-history .date {
    line-height: normal;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    font-weight: 700;
    font-size: 21px;
    color: #c8102e;

}

.about-us-widget .item-history .info-history p {
    margin-bottom: 0;
    line-height: 1.3em;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    font-size: 14px;
    color: #505759;
}

.edw-contact {
    position: relative;
    z-index: 1;
}

.edw-contact .container {
    width: 100% !important;
}

.edw-contact .container div[class*="col-"] {
    padding: 0;
}

.edw-contact .container .bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
    width: 100%;
}

.edw-contact .container .contact-desc {
    position: absolute;
    top: 80px;
    right: 50px;
    line-height: normal;
    width: 270px;
}

.edw-contact .container .contact-desc.right .btn{
    width: 310px;
    text-indent: 20px;
}

.edw-contact .container .contact-desc.right .btn i{
    text-indent: -50px;
}

.edw-contact .container .contact-desc.left {
    top: 40px;
}

.edw-contact .container .contact-desc .btn {
    margin-bottom: 20px;
}

.edw-contact .container .contact-desc .btn:last-child {
    margin-bottom: 0;
}

.edw-contact .container .contact-desc.right {
    left: 50%;
    margin-left: -155px;
    right: inherit;
    width: 30%;
}

.edw-contact .container .h3 {
    margin-bottom: 8px;
    text-transform: uppercase;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    color: white;
    font-size: 18px;
}

.edw-contact .container p {
    color: #c4c5c5;
    line-height: 1.5;
    font-size: 16px;
}

.edw-gray {
    background: #edeeee;
}

.edw-white {
    background: #ffffff;
}

.edw-block {
    padding: 30px 0 60px 0;
	overflow:auto;
	clear:both;	
}

.edw-block p {
    font-size: 16px;
}

.edw-block p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.edw-block .h2.pad {
    margin-bottom: 28px;
}

.edw-risk {
    margin: 0;
	background: rgba(183,176,156,.5);
    position: relative;
}

.edw-risk .risk-bar {
    padding-left: 0;
}

.edw-risk .risk-bar i {
    position: relative;
}
.edw-risk .risk-bar.fixed {
    position: fixed;
    z-index: 1040;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 16px;
    color: white;
}
.edw-risk .risk-bar.fixed h4 {
    color: white;
    margin-bottom: 0;
    font-size: 16px;
}

.edw-risk .risk-bar h3 {
    margin: 0;
    font-size: 22px;
    color: white;
	font-weight: 600;
}
.edw-risk .risk-bar.static h3 {
    color: black;
}
.edw-risk .risk-bar.fixed.in-hide {
    position: absolute;
    bottom: auto;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.edw-risk .icon-caret-down {
    font-size: 17px;
    padding-left: 8px;
}
.edw-risk .risk-bar.fixed {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
/*.edw-risk .risk-bar.fixed.in-hide i,
.edw-risk .risk-bar.static i {
    display: none;
}*/

.edw-risk .risk-content {
    padding: 0 0 25px 0;
    width: 100% !important;
    height: 93%;
    overflow: auto;
}

.edw-risk .risk-content .container h4 {
    margin-bottom: 0;
    font-size: 16px;
    color: black;
}

.edw-risk .risk-content .container p {
    color: #646565;
    font-size: 16px;
}

.edw-risk .risk-content .container b {
    color: black;
}

.edw-risk .toggleta i.toggle-open {
    display: inline-block;
}

.edw-risk .risk-bar.fixed .container {
    padding-top: 22px;
    padding-bottom: 22px;
    cursor: pointer;
    color: white;
    font-size: 16px;
}
.edw-risk .risk-bar.fixed .risk-wrapper {
    background: #bdbdbd;
    max-width: 1400px;
    margin: 0 auto;
    /*padding: 22px 0;*/
}
.edw-risk .risk-bar.static {
    padding-top: 22px;
    padding-bottom: 22px;
}

.scroll-pane {
    height: 205px;
    width: 100%!important;
}

.jspContainer {
    overflow:hidden;
    position:relative;
    height:100%!important;
    width: 100%!important;
}

.jspPane {
    position:absolute;
    width: 100%!important;
    padding-right: 60px!important;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 100%;
    background: #edeeee;
}

.jspCap {
    display: none;
}

.jspTrack {
    background: #edeeee;
    position: relative;
}

.jspDrag {
    background: #878787;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

.block-notification {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.block-notification.subpage p{
    float: left;
    padding-bottom: 25px;
}

.block-notification.subpage .size{
    float: left;
    padding-left: 10px;
}

.block-notification .bottom-part{
    position: absolute;
    bottom: 0;
}

.block-notification .row div[class*="col-"] .bottom-part .edw-btn{
    float: left;
    position: static;
}

.block-notification .block-btn-mobile {
    display: none;
}

.block-notification .row div[class*="col-"] {
    position: static;
}

.block-notification.pdf .row div[class*="col-"] {
    position: relative;
}

.block-notification .row div[class*="col-"] .edw-btn {
    position: absolute;
    bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.block-notification .row div[class*="col-"].static .edw-btn {
    position: relative;

}

.block-notification.education .row div[class*="col-"] p b {
    display: block;
    padding-top: 5px;
}

.subpage-contact .edw-btn{
    margin-left: 5px;
    margin-right: 5px;
}

.subpage-contact.view1 .edw-btn{
    min-width: 215px;
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    vertical-align: top;
}

.education-contact h3 {
    line-height: 42px;
    margin-bottom: 0;
}

.block-notification h3 {
    font-size: 21px;
    margin-bottom: 10px;
    margin-top: 10px;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    color: black;
    line-height: normal;
}

.block-notification p {
    font-size: 16px;
    padding-bottom: 65px;
    margin-bottom: 10px;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    color: black;
}
.block-notification .static p {
    padding-bottom: 0;
}


.list-library-by {
    margin-bottom: 20px;
}

.item-library-by {
    margin-bottom: 30px;
}

.item-library-by h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #c8102e;
    line-height: normal;
	font-family: 'Merriweather Sans', Arial, sans-serif;
}
.item-library-by div.desc {
    line-height: normal;
}

.grid-items.grid-set {
    padding-bottom: 50px;
    margin-bottom: 30px;
    border-bottom: 1px solid #c5c5c5;
}

.grid-items.grid-set-single .ipost{
    margin-bottom: 15px;
}


.grid-items.pad25 .fbox-desc {
    padding: 17px 25px 25px;
}

.grid-items.mb30 {
    margin-bottom: 30px;
}

.grid-items .row {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2px;
    margin-right: -2px;
}

.grid-items .row [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 60px;
    border-right: 4px solid #edeeee;
    border-bottom: 4px solid #edeeee;
    background: #fff;
}

.edw-gray .grid-items .row [class*="col-"] {
    /*background: transparent;*/
}

.grid-items.white-border .row [class*="col-"] {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 4px solid #fff;
    background: #fff;
}
.grid-items .row.white-border [class*="col-"] {
    border-color: transparent;
}


.grid-items .row.noborder [class*="col-"] {
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
    background: transparent;
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .row:before, .row:after{
    display: inherit;
}

.panel-group.accordion .panel-heading a{
    font-size: 24px;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    background: #c8102e;
    color: #fff;
    display: block;
    padding: 9px 20px;
    position: relative;
}

.panel-group.accordion.cols .panel-heading a{
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
}

.panel-group.accordion.cols .arrow-accordion {
    text-align: right;
}

.panel-group.accordion.cols.maps-accordion .panel-heading i {
    right: 0;
    top: 0;
}

.panel-group.accordion.cols .panel-body .col-md-6:first-child{
    padding-left: 35px;
}

.panel-group.accordion.cols .place{
    left: 20px;
    margin-top: -23px;
    position: relative;
}

.panel-group.accordion.cols .gap{
    width: 35px;
    display: inline-block;
    margin-left: -10px;
    color: #000;
}

.panel-group.accordion.cols .panel-body {
    padding: 13px 30px;
}

.panel-body .row {
	padding: 0;
}

.panel-group.accordion.cols h4{
    font-size: 16px;
    margin-bottom: 0;
}

.accordion-with-grid .panel-heading a{
    font-size: 21px;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: #c8102e;
    color: #fff;
    display: block;
    padding: 13px 30px;
}

.accordion-with-grid.panel{
    border-radius: 0;
    border-width: 0;
}

.mobile-accordion .panel-heading {
    padding: 0 15px!important;
}
.mobile-accordion .grid-items .row {
    margin: 0!important;
}

.mobile-accordion .panel-heading a h3 {
    margin-bottom: 0;
}
.mobile-accordion .panel-heading a:not(.collapsed) h3 {
    color: white;
}
.mobile-accordion {
    border-radius: 0!important;
}
.mobile-accordion .page-subtitle {
    line-height: 23px;
}
.panel.mobile-accordion {
    box-shadow: none;
}




.panel-group.accordion .panel-heading i{
    right: 14px;
    top: 12px;
    position: absolute;
}

.panel-group.accordion.cols .panel-heading .collapsed {
    color: #646565;
}

.panel-group.accordion .panel-heading .collapsed {
    color: #505759;
    background: #fff;
}

.panel-group.accordion .panel-heading i:before {
    content: "\e77b";
    font-family: 'font-icons'!important;
    font-weight: normal;
    color: #fff;
}

.panel-group.accordion .panel-heading .collapsed i:before {
    content: "\e77a";
    font-family: 'font-icons'!important;
    color: #c8102e;
}

.panel-group.accordion .panel-heading {
    border-radius: 0;
    background: #fff;
    padding: 0;
    margin-bottom: 4px;
}

.panel-group.accordion .panel {
    box-shadow: none;
    border: none;
    background: none;
}

.panel-group.accordion .grid-items .row{
    margin: 0 -4px 0 0;
}

.panel-group.accordion .grid-items .row [class*="col-"]{
    border-bottom: 4px solid #edeeee;
    border-right: 4px solid #edeeee;
}

.panel-group.accordion .panel-body {
    padding: 20px 0;
    border: medium none !important;
}

.panel-group.accordion .collapse.in{
    margin-bottom: 20px;
}




.accordion-with-grid .panel-heading i{
    float: right;
}

.accordion-with-grid .panel-heading .collapsed{
    color: #000;
    background: #fff;
}

.accordion-with-grid .panel-heading i:before {
    content: "\e77b";
    font-family: 'font-icons'!important;
    font-weight: normal;
    color: #fff;
}

.accordion-with-grid .panel-heading .collapsed i:before {
    content: "\e77a";
    font-family: 'font-icons'!important;
    color: #c8102e;
}

.accordion-with-grid .panel-heading {
    border-radius: 0;
    background: #fff;
    padding: 0;
    margin-bottom: 4px;
}

.accordion-with-grid.panel {
    box-shadow: none;
    border: none;
    background: none;
}

.accordion-with-grid .grid-items .row{
    margin: 0 -2px 0 -2px;
}

.accordion-with-grid .grid-items.view3 .row{
    margin: 0 -1px 0 -1px;
}

.accordion-with-grid .grid-items .row [class*="col-"]{
    border-bottom: 4px solid transparent;
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
}

.accordion-with-grid .grid-items .row .ipost [class*="col-"] {
    border: 0;
}

.accordion-with-grid .panel-body {
    padding: 0;
    border: medium none !important;
}

.accordion-with-grid .collapse.in{
    /*margin-bottom: 20px;*/
}

.icon-play-video {
    background: url(images/edwards/play-video-button.png) no-repeat 0 0 transparent;
    width: 105px;
    height: 105px;
    margin: -52px 0 0 -52px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
}

.icon-play-video.s70{
    background-size: 70px 70px;
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
}

.icon-play-video:before {
    display: inline-block;
    vertical-align: middle;
}

.ipost .entry-signature {
    margin-top: 15px;
    color: #646565;
	position:absolute;
	bottom:-20px;
}

.entry-image > img {
    opacity: 1 !important;
}

.ipost.view1 .entry-title a {
    font-size: 18px;
    line-height: normal;
	font-family: 'Merriweather Sans', Arial, sans-serif;
}
.ipost.view3 .entry-title a {
    font-size: 18px;
    line-height: normal;
	font-family: 'Merriweather Sans', Arial, sans-serif;
}

.ipost.view3 .entry-content {
    /*margin-top: 0;*/
    line-height: 18px;
}

.ipost.view3 .entry-image {
    margin-bottom: 15px;
}
.ipost.view3 .entry-signature {
    margin-bottom: 10px;
}

.ipost.view3 .entry-content {
    margin-top: 5px;
}

.entry-content .edw-btn.more{
    margin-top: 20px;
}

.ipost.view4 .entry-image {
    margin-bottom: 13px;
}
.ipost.view4 div p {
    line-height: 18px;
}
.ipost.view4 .entry-content {
    margin-top: 10px;
}
.tab-guide .nav-tabs {
    border: none;
    margin-bottom: 50px;
}

.tab-guide .nav-tabs > li{
    margin-bottom: 0;
    width: 33.3333%;
}

.tab-guide.four .nav-tabs > li{
    width: 25%;
}

.tab-guide .nav-tabs > li > a {
    background: #bdbdbd;
    font-size: 16px;
    border-radius: 0;
    color: #fff;
    border: none!important;
    margin-right: 4px;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    padding-left: 30px;
    padding-right: 30px;
}

.tab-guide.view1.sub .nav-tabs > li > a {
    text-align: center;
    text-transform: uppercase;
    line-height: 36px;
    padding: 0 3px;
}

.tab-guide .nav-tabs > li.active > a {
    background: #302e2c;
    color: #fff;
}

.tab-guide .nav-tabs.lg > li > a {
    height: 85px;
    line-height: 20px;
}

.tab-guide .nav-tabs > li > a {
    height: 36px;
    line-height: 1;
}

#footer {
    background-color: #393939;
    border: none;
}

#footer #copyrights {
    background-color: black;
    padding: 30px 0;
    line-height: 1.2;
}

#footer h4 {
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: 0;
    text-transform: none;
}

#footer h4 a {
    color: white;
    font-weight: normal;
}

#footer .widget li {
    padding: 0;
    line-height: 1.3;
}

#footer .widget li a {
    background: none;
    padding-left: 0;
    color: #c0bebe;
}

#footer .widget .sub a {
    color: #828080;
    padding-left: 7px;
}

#footer .sub-footer h4 {
    font-size: 14px;
}

#footer .sub-footer h4 a {
    color: #c0bebe;
}

#footer .sub-footer .widget li {
    line-height: 1;
}

#footer .sub-footer .widget li a {
    font-size: 11px;
    color: #828080;
}

#footer a:hover{
    text-decoration: underline!important;
}

.widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_archive li a,
.widget_recent_entries li a,
.widget_categories li a,
.widget_pages li a,
.widget_rss li a,
.widget_recent_comments li a {
    font-size: 11px;
    color: #c0bebe;
}

#copyrights .col_half {
    font-size: 12px;
    color: #828080;
}

.copyright-links {
    color: #c0bebe;
}

.copyright-links a {
    color: #c0bebe;
    border-bottom-color: transparent;
}

.dark, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6,
.dark .slider-caption, .dark .slider-caption h2 {
    color: white;
}


.event-block {
    font-size: 16px;
}

.event-block-title {
    margin-bottom: 20px;
}
.event-block-desc {
    margin-bottom: 25px;
}
.event-block-sig {
    margin-bottom: 20px;
}
.event-block .edw-btn.btn-extra-lg.education {
    line-height: 13px;
    font-size: 13px;
}

.ipost.view2 .text-col {
    padding-left: 10px;
}
.ipost.view2 {
    padding: 30px;
    background-color: white;
}
.ipost.view2 .entry-title {
    font-size: 18px;
    border-width: 0;
}
.ipost.view2 .entry-content {
    margin-top: 0;
}

ul.orange {
    padding-left: 17px;
    color: #c8102e;
    margin-bottom: 0;
}

ol.minilist {
    padding-left: 15px;
    margin-bottom: 0;
}

ul.orange.lg li{
    padding: 5px 0;
}

ul.orange li span {
    color: black;
}

span.slash-sep {
    padding: 0 16px;
    color: #c8102e;
}

hr {
    border-color: #c5c5c5;
    margin: 25px 0;
}

.h4{
    font-size: 16px;
    margin: 0;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    font-weight: bold;
    color: #000;
}

.contact-form .form-group{
    position: relative;
}

.contact-form .form-group [class*="icon-"],
.contact-form .form-group [class*="ico-"] {
    right: 5px;
}

.contact-form input{
    border-radius: 0;
    border-color: #b7b7b7;
    background: none;
    font-size: 16px;
    height: 36px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.contact-form [class^=col-]{
    margin-bottom: 30px;
}

.block-notification .contact-form.row div[class*="col-"]{
    position: relative;
}

.contact-form [class*="icon-"],
.contact-form [class*="ico-"] {
    color: #000;
    font-size: 32px;
    font-weight: normal;
    top: 0;
    right: 20px;
}

.contact-form .icon-line-check{
    font-size: 25px;
    color: #fff;
}

.contact-form textarea {
    width: 100%;
    height: 230px;
    resize: none;
    background: #edeeee;
    padding: 15px 0 15px 20px;
    border: none;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 14px;
}

.contact-form label{
    font-size: 16px;
    text-transform: none;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    letter-spacing: 0;
}

.contact-form p {
    color: #656565;
    font-size: 14px;
    padding: 10px;
    line-height: 1;
}

.references-text {
    font-size: 14px;
    color: #656565;
}

.search-404-form .form-group [class*="ico-"] {
    color: #c8102e;
    font-size: 32px;
    right: 20px;
    top: 0;
	font-weight: bold;
}

.search-404-form .form-control{
    padding-right: 40px;
}

.h4 .btn-link {
	font-family: 'Merriweather Sans', Arial, sans-serif;
    font-weight: 600;
}

.search-404 .btn-link{
    line-height: 28px;
    display: table;
}

.ico {
    color: #c8c8c8;
	font-size: 100px;
}
.tablet-line {
    color: #c8c8c8;
    font-size: 70px;
}
.select-filter ul {
    list-style: none;
}
.select-filter .btn-group {
    min-width: 200px;
    position: relative;
}
.select-filter .btn-group .btn {
    text-align: left;
    width: 100%;
    border-radius: 0;
    padding: 3px 10px;
}
.select-filter .btn-group .btn .caret {
    position: absolute;
    top: 8px;
    right: 10px;
    left: auto;
}

.fullwidth-block > .img {
    height: 355px;

}
.fullwidth-block-inner {
    float: right;
    margin-top: 60px;
    color: #c4c5c5;
}
.fullwidth-block-inner .h3 {
    color: white;
    font-weight: bold;
	font-family: 'Merriweather Sans', Arial, sans-serif;
}
.fullwidth-block-inner a.btn {
    color: white;
    padding-left: 10px;
}
.fullwidth-block-inner a.btn i {
    margin-right: 0;
}

.block-benefits {
    margin: 40px 0;
}

.block-benefits .l,
.block-benefits .r {
    padding-top: 20px;
}

.block-benefits .l {
    width: 20%;
    height: 125px;
    border-right: 2px dotted #c1c1c1;
}

.block-benefits .r {
    width: 30%;
    height: 125px;
    border-right: 2px dotted #c1c1c1;
}

.block-benefits .r:last-child {
    border: none;
}

.attention{
    background: url(images/edwards/attention.png) no-repeat 0 0 transparent;
    line-height: 38px;
    padding-left: 50px;
}

.attention .btn-link{
    line-height: normal;
}

.attention-red{
    background: url(images/edwards/attention-red.png) no-repeat 0 0 transparent;
    line-height: 26px;
    padding-left: 38px;
    color: #c8102e;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
}

.map-ico{
    background: url(images/edwards/ico-map.png) no-repeat 0 50% transparent;
    width: 30px;
    height: 35px;
    position: absolute;
    margin-right: 10px;
}

.block-map-form .form-control-feedback{
    top: 0;
    background: url(images/edwards/arrow.png) no-repeat scroll 50% 50% transparent;
    border: medium none;
    height: 35px;
    width: 35px;
}

.block-map-form input{
    height: 35px;
    line-height: 1;
    border-radius: 0;
    border-color: #b7b7b7;
    background: transparent;
    box-shadow: 0 0 0;
}

.block-map-form input::-moz-placeholder {
    color: #393939;
}

.block-map-form input:-ms-input-placeholder {
    color: #393939;
}

.block-map-form input::-webkit-input-placeholder {
    color: #393939;
}

.form-group.search .form-control-feedback {
    top: 0;
    background: url(images/edwards/arrow.png) no-repeat scroll 50% 50% transparent;
    border: medium none;
    height: 25px;
    width: 25px;
    background-size: 7px;
}

.form-group.search input {
    height: 25px;
    line-height: 25px;
    border-radius: 0;
    padding: 0 12px;
    border-color: #b7b7b7;
    background: transparent;
}

.block-map-form .envelop {
    padding-left: 40px;
}

.block-map-form .or {
    width: 50px;
    text-align: center;
    padding: 0;
}

.block-map-form .or label{
    padding-top: 10px;
}

.block-map-form .gap {
    width: 40px;
    padding: 0;
}

.main-map {
    margin-top: 20px;
}

.grid-set-two-col .row {
    margin: 0 -8px;
}
.grid-set-two-col.grid-items .row [class*="col-"] {
    border-width: 8px;
}

.ipost.view5 .entry-image {
    margin-bottom: 20px;
}
.ipost.view5 .entry-title {
    font-size: 28px;
    font-weight: bold;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    margin-bottom: 12px;
}
.ipost.view5 .entry-date {
    color: #c4c5c5;
    line-height: 18px;
}
.ipost.view5 div p {
    line-height: 18px;
}
.ipost.view5 .entry-content {
    margin-top: 0;
}


.story-post:last-child .inner {
    border-bottom: 1px solid #d0d0d0;
}
.story-post .inner {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #d0d0d0;
}
.story-post .entry-image {
    margin-bottom: 20px;
}
.story-post .entry-title {
    font-size: 16px;
    font-weight: bold;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    margin-bottom: 12px;
}
.story-post .entry-date {
    color: #898d8d;
	margin-bottom: 16px;
    line-height: 18px;
}

.story-post .entry-signature {
	margin-bottom: 20px;
}
.story-post div p {
    line-height: 18px;
}
.story-post .entry-content {
    margin-top: 0;
}

.btn.edw-btn:active, .btn.edw-btn.active {
    box-shadow: none;
}



.list-library-by.pdf .row div[class*="col-"] i.ico {
    line-height: 80px;
    font-size: 70px;
}
.list-library-by.pdf .row div[class*="col-"] i.ico.ico-book {
    font-size: 86px;
    top: -5px;
}
.list-library-by.pdf .row div[class*="col-"] i.ico:before {
    vertical-align: top;
    display: inline-block;
    line-height: 70px;
}
.list-library-by.pdf .row div[class*="col-"] i.ico.ico-computer {
    font-size: 120px;
    left: -10px;
}

.list-library-by.pdf .row div[class*="col-"] i.ico {
    position: absolute;
    left: 6px;
}
.list-library-by.pdf .row div[class*="col-"] {
    padding-left: 110px;
}
.list-library-by.pdf .row div[class*="col-"] p {
    color: #393939;
}


.block-with-icon {
    position: relative;
}
.block-with-icon__ico {
    position: absolute;
    left: -5px;
    top: -10px;
}
.block-with-icon__content {
    padding-left: 120px;
}
.block-with-icon__content-v2 {
    padding-left: 120px;
}

.block-with-icon__right-row {
    padding-left: 120px;
}

.block-with-icon__ul li {
    padding: 5px 0;
}




.block-notification.pdf .row div[class*="col-"] i.ico {
    position: absolute;
    left: 10px;
}
.block-notification.pdf .row div[class*="col-"] p {
    color: #393939;
}

.block-notification.pdf .row div[class*="col-"] {
    padding-left: 120px;
}

.form-control:focus {
    border-width: 1px;
    box-shadow: 0 0 0 1px #000 inset;
    border-color: #000;
}

.block-generic-form label {
    color: #393939;
    font-size: 16px;
    text-transform: none;
    margin-bottom: 15px;
    letter-spacing: 0;
    white-space: nowrap;
}

.block-generic-form label span{
    color: #c8102e;
    padding-left: 20px;
    font-style: italic;
    display: none;
}

.block-generic-form .has-error label span {
    display: inherit;
}

.has-error .form-control {
    background: #c8102e;
}

.has-success .form-control {
    background: #a4f499;
}

.block-generic-form .row.birthdate {
    margin-left: -22px;
    margin-right: -13px;
}

.block-generic-form .row.birthdate .col-md-12 {
    padding-left: 25px;
}

.block-generic-form .row.birthdate .col-md-3 {
    padding-left: 22px;
    padding-right: 22px;
    width: 20.83%;
}

.block-generic-form .row {
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 25px;
}

.block-generic-form .row .col-md-4 {
    width: 37.5%;
}

.block-generic-form .row div[class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
}

.block-generic-form select {
    height: 37px;
    line-height: 37px;
    border-radius: 0;
}

.block-generic-form .hint {
    font-size: 14px;
}

.block-generic-form input {
    border-color: #b9b9b9;
    height: 37px;
    line-height: 1;
    border-radius: 0;
    font-size: 16px;
}

.block-generic-form .whats {
    background: url(images/edwards/secnum.png) no-repeat 90px 0 transparent;
    color: #c8102e;
    font-size: 14px;
    height: 160px;
    line-height: 160px;
    margin-left: -40px;
    margin-top: -25px;
    width: 350px;
}

.btn-group.w100p .btn .caret {
    position: absolute;
    top: 9px;
}

.timeline {
    list-style: none;
    padding: 0 0 20px;
    position: relative;
}

ul.timeline:before {
    top: 200px;
    bottom: 100px;
    position: absolute;
    content: " ";
    width: 4px;
    background-color: #fff;
    left: 50%;
    margin-left: -2px;
}

ul.timeline:after {
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    bottom: 0;
    content: " ";
    height: 100px;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    width: 4px;
}

.timeline li {
    margin: 0 auto;
    position: relative;
    max-width: 820px;
}

.timeline li:before, .timeline li:after {
    content: " ";
    display: table;
}
.timeline li:after {
    clear: both;
}
.timeline li:before, .timeline li:after {
    content: " ";
    display: table;
}

/** timeline panels **/
.timeline li .timeline-panel {
    width: 46%;
    float: left;
    padding: 0 30px 20px;
    position: relative;
}

.timeline li:first-child {
    margin-top: 0;
}

.timeline li {
    margin-top: -160px;
    padding-top: 80px;
}

/** panel arrows **/

.timeline li .timeline-panel:after {
    border-top: 2px dotted #a2a2a2;
    content: "";
    position: absolute;
    right: -35px;
    top: 130px;
    width: 180px;
    z-index: 0;
}

.timeline li.timeline-inverted .tl-body,
.timeline li.timeline-inverted .tl-heading{
    text-align: left;
}
.timeline li.timeline-inverted .timeline-panel {
    float: right;
}

.timeline li.timeline-inverted .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline li.timeline-inverted .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -30px;
    right: inherit;
}

/** timeline circle icons **/
.timeline li .tl-circ {
    position: absolute;
    top: 195px;
    left: 50%;
    text-align: center;
    background: #c8102e;
    color: #fff;
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin-left: -13px;
    border: 3px solid #fff;
    border-radius: 50%;
    z-index: 1;
}

/** timeline content **/

.tl-body {
    text-align: right;
    position: relative;
    z-index: 1;
    padding-right: 30px;
}

.tl-body h3 {
    color: #231f20;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    margin: 10px 0 15px;
}

.tl-heading {
    position: relative;
    z-index: 1;
    text-align: right;
}

.tl-heading img {
    border-radius: 50%;
    box-shadow: 0 0 0 6px #fff;
    height: 260px;
    max-width: none;
    width: 260px;
    display: inline;
}

.tl-heading > a{
    display: inline-block;
    position: relative;
}

.tl-body > p + p {
    margin-top: 5px;
}

.price-box [class^=col-]{
    display: table;
    padding-right: 5px;
    padding-left: 5px;
}

.price-box .row {
    margin-left: -5px;
    margin-right: -5px;
}

.price-box .price-item {
    display: table-cell;
    height: 105px;
    vertical-align: middle;
    width: 100%;
    background: #fff;
}

.price-box {
    text-align: center;
}

.price-box h5 {
    font-weight: normal;
    margin-bottom: 0;
}

.price-box h4 {
    margin-bottom: 0;
}

.price-box h3 {
    color: #c8102e;
    font-size: 40px;
    margin-bottom: 0;
}

.form-control .select2-choice {
    border: 0;
}

.form-control.select2-container {
    height: auto !important;
    padding: 0;
    border: none;
    outline: 1px solid #ccc;
}

.form-control.select2-container .select2-choices {
    border: 0 !important;
    border-radius: 3px;
}

.control-group.warning .select2-container .select2-choice,
.control-group.warning .select2-container .select2-choices,
.control-group.warning .select2-container-active .select2-choice,
.control-group.warning .select2-container-active .select2-choices,
.control-group.warning .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.warning .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.warning .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #C09853 !important;
}

.control-group.warning .select2-container .select2-choice div {
    border-left: 1px solid #C09853 !important;
    background: #FCF8E3 !important;
}

.control-group.error .select2-container .select2-choice,
.control-group.error .select2-container .select2-choices,
.control-group.error .select2-container-active .select2-choice,
.control-group.error .select2-container-active .select2-choices,
.control-group.error .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.error .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.error .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #B94A48 !important;
}

.control-group.error .select2-container .select2-choice div {
    border-left: 1px solid #B94A48 !important;
    background: #F2DEDE !important;
}

.control-group.success .select2-container .select2-choice,
.control-group.success .select2-container .select2-choices,
.control-group.success .select2-container-active .select2-choice,
.control-group.success .select2-container-active .select2-choices,
.control-group.success .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.success .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.success .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #468847 !important;
}

.control-group.success .select2-container .select2-choice div {
    border-left: 1px solid #468847 !important;
    background: #DFF0D8 !important;
}

.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
    -webkit-box-sizing: border-box; /* webkit */
    -moz-box-sizing: border-box; /* firefox */
    box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 36px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    line-height: 36px;
    color: #444;
    text-decoration: none;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
}

html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0;
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
    float: none;
    width: auto;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
    margin-left: 26px;
    margin-right: 0;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('images/edwards/select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
}

.select2-drop {
    width: 100%;
    margin-top: -3px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: none;
    box-shadow: 0 0 0 2px #000 inset;
    border-top: 0;
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 27px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 4px 4px 0;
    background-clip: padding-box;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;

    border-left: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('images/edwards/select2.png') no-repeat 0 7px;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
    background-position: 2px 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
    box-shadow: none;

    background: #fff url('images/edwards/select2.png') no-repeat 100% -22px;
    background: url('images/edwards/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('images/edwards/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('images/edwards/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('images/edwards/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

html[dir="rtl"] .select2-search input {
    padding: 4px 5px 4px 20px;

    background: #fff url('images/edwards/select2.png') no-repeat -37px -22px;
    background: url('images/edwards/select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('images/edwards/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('images/edwards/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('images/edwards/select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.form-control.select2-container.select2-container-active {
    outline: none;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    outline: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border-top-color: transparent;
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -24px 7px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -24px 7px;
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html[dir="rtl"] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select2-results-dept-1 .select2-result-label { padding-left: 20px }
.select2-results-dept-2 .select2-result-label { padding-left: 40px }
.select2-results-dept-3 .select2-result-label { padding-left: 60px }
.select2-results-dept-4 .select2-result-label { padding-left: 80px }
.select2-results-dept-5 .select2-result-label { padding-left: 100px }
.select2-results-dept-6 .select2-result-label { padding-left: 110px }
.select2-results-dept-7 .select2-result-label { padding-left: 120px }

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, .2);
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
}

html[dir="rtl"] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px;
}

.select2-locked {
    padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li
{
    float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    background-color: #e4e4e4;
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('images/edwards/select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0 !important;
    top: 0 !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    box-shadow: 0 0 0 2px #000 inset;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url('images/edwards/select2x2.png') !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}


.block-border-dotted.cols2 .col:not(.border) {
    padding-left: 8.33333333%;
}
.block-border-dotted.cols2 .col.border {
    padding-right: 8.33333333%;
}

.block-border-dotted.agenda .row {
    margin-right: -70px;
    margin-left: -70px;
}

.block-border-dotted.agenda .col{
    padding-left: 70px;
    padding-right: 70px;
}

.table-schedule th,
.table-schedule td {
    padding: 0 14px 7px 0;
}

.table-schedule.v-top th,
.table-schedule.v-top td{
    vertical-align: top;
}

.team-member__item {
    position: relative;
    padding-left: 115px;
    min-height: 100px;
    margin: 10px 0;
}

.team-member__photo {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    overflow: hidden;
}
.team-member__photo img {
    min-width: 100%;
}
.team-member__title {
    margin-bottom: 5px;
}

.video-with-quote {
    padding: 0 15px;
}

.video-with-quote__video-desc {
    float: left;
    padding-right: 7%;
    width: 60%;
    border-right: 2px dotted #c1c1c1;
}
.video-with-quote__video {
    float: left;
    width: 43%;
}
.video-with-quote__desc {
    float: left;
    width: 57%;
    padding-left: 20px;
}
.video-with-quote__quote {
    float: left;
    width: 40%;
    padding-left: 40px;
}

.team-member__item.speaker {
    margin-bottom: 30px;
}

.team-members__list.speaker .team-member__desc {
    line-height: 1.1;
}

.contact-method p{
    font-size: 14px;
    line-height: normal;
}

.contact-method p *{
    color: #393939!important;
}

.block-contact-method {
    margin-bottom: 35px;
}

.block-contact-method [class^=col-]:last-child {
    border: none;
}

.block-contact-method .ico {
    font-size: 70px;
    line-height: 70px;
    left: 30px;
    position: absolute;
}

.block-contact-method .ico:before {
    display: inline-block;
    line-height: 45px;
    vertical-align: top;
}

.block-contact-method h3 {
	font-family: 'Merriweather Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
}


.block-contact-method > .row {
    display: inline-block;
    overflow: hidden;
}

.block-contact-soc-container {
    margin-top: 50px;
}

.block-contact-soc-container p {
    float: left;
    margin-bottom: 0;
}

.block-contact-soc-container .block-soc {
    float: right;
}

.block-contact-soc-container .block-soc p{
    margin-right: 15px;
}

.soc{
    background: url("images/edwards/sprite-social2.png") no-repeat 0 0 transparent;
    background-size: 145px 28px;
    width: 32px;
    height: 32px;
    display: inline-block;
    opacity: .25;
    margin: 0 4px;
}

.soc:hover{
    opacity: .5;
}

.soc.in {
    background-position: 0 0;
}

.soc.youtube {
    background-position: -55px 0;
}

.soc.slideshare {
    background-position: -115px 0;
}

.icon-up{
    background: url("images/edwards/sprite-arrows2x.png") no-repeat scroll 8px -11px transparent;
    border: medium none;
    height: 8px;
    position: relative;
    width: 20px;
}

.important-content {
    padding: 40px 50px;
    background-color: #393939;
}
.important-content h3 {
    color: white;
}
.important-content p {
    color: #a2a1a1;
}

.panel-default .panel-heading.gray-panel a.collapsed {
    background-color: #edeeee;
}

.panel-default .panel-heading.gray-panel a{
    background-color: #c8102e;
}

.accordion-table.table td,
.accordion-table.table th {
    padding: 15px 30px!important;
}
.accordion-table.table tr:last-child td {
    border-bottom: 0;
}
.accordion-table thead th {
    text-transform: uppercase;
	font-family: 'Merriweather Sans', Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
}




/*datepicker*/
.datepicker {
    padding: 4px;
    border-radius: 4px;
    direction: ltr;
}
.datepicker-inline {
    width: 220px;
}
.datepicker.datepicker-rtl {
    direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
    float: right;
}
.datepicker-dropdown {
    top: 0;
    left: 0;
}
.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
}
.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
    top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
    top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
}
.datepicker > div {
    display: none;
}
.datepicker.days div.datepicker-days {
    display: block;
}
.datepicker.months div.datepicker-months {
    display: block;
}
.datepicker.years div.datepicker-years {
    display: block;
}
.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background: #eeeeee;
    cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    color: #000000;
    background-color: #ffdb99;
    border-color: #ffb733;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
    color: #000000;
    background-color: #ffcd70;
    border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
    background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
    background-color: #ffdb99;
    border-color: #ffb733;
}
.datepicker table tr td.today:hover:hover {
    color: #000;
}
.datepicker table tr td.today.active:hover {
    color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #eeeeee;
    border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
    color: #000000;
    background-color: #f7ca77;
    border-color: #f1a417;
    border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
    color: #000000;
    background-color: #f4bb51;
    border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
    background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
    background-color: #f7ca77;
    border-color: #f1a417;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    color: #ffffff;
    background-color: #999999;
    border-color: #555555;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
    color: #ffffff;
    background-color: #858585;
    border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
    background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
    background-color: #999999;
    border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    background-image: none;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
    background-color: #428bca;
    border-color: #357ebd;
}
.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
}
.datepicker table tr td span:hover {
    background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    background-image: none;
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
    background-color: #428bca;
    border-color: #357ebd;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #999999;
}
.datepicker th.datepicker-switch {
    width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
    cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
    background: #eeeeee;
}
.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent;
}
.input-group.date .input-group-addon i {
    cursor: pointer;
}
.input-daterange input {
    text-align: center;
}
.input-daterange input:first-child {
    border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
    border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eeeeee;
    border: solid #cccccc;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px;
}
.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #b9b9b9;
    box-shadow: 0 0 0;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    color: #333333;
    font-size: 13px;
    line-height: 1.42857143;
}
.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
    padding: 0 5px;
}

/*body:not(.top-search-open).edw #primary-menu .top-nav,
body:not(.top-search-open).edw #primary-menu ul.top-nav li,
body.top-search-open.edw #primary-menu .top-nav,
body.top-search-open.edw #primary-menu ul.top-nav li
{
-o-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out; 
}*/