/*
 Template Name: Kanzi
 By ActiveAxon
 @version: 1.0.0
 @contact: info@activeaxon.com
 www.activeaxon.com
*/
/****************************
Global CSS classes used for all theme.
****************************/
/* Global Responsive */

body, html,
button,
input,
select,
textarea {
    font-family: font-family: 'Helvetica Neue', sans-serif;
    color: #666666;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    background-color: #fff;
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
	font-family: 'Helvetica Neue', sans-serif;
}

/* H1&H3  for page titles */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Helvetica Neue', sans-serif;
    margin: 0 0 20px 0;
    font-weight: 500;
    color: #4b4b4b;
}

h1 {
    font-size: 26px;
    line-height: 35px;
}

h2 {
    font-size: 21px;
    line-height: 30px;
}

h3 {
    font-size: 20px;
    line-height: 26px;
}

h4 {
    font-size: 18px;
    line-height: 22px;
}

h5 {
    font-size: 17px;
    line-height: 22px;
}

h6 {
    font-size: 16px;
    line-height: 20px;
}

a {
    text-decoration: none;
}
a:focus {
    outline: none;
}
a:hover {
    text-decoration: none;
}

p {
    font-family: "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
}

body, html,
button,
input,
select,
textarea {
    overflow-x: hidden;
    background-color: #ccc;
}

blockquote {
    padding: 5px 0 5px 25px;
    margin: 0 0 20px 20px;
    color: #AFAFAF;
    font-size: 16px;
    text-transform: uppercase;
}

::selection {
    background-color: #279FBB;
    color: #fff;
}

::-moz-selection {
    background-color: #279FBB;
    color: #fff;
}

.centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.no-bottom-margin {
    margin-bottom: 0 !important;
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(39, 159, 187, 0.5);
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}


@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}
@keyframes bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
/* Main Container */
.body-wrapper {
    /* padding-top: 69px; */
    position: relative;
    z-index: 0;
}


#search-form {
  padding: 90px 0 0 0;
}

.total_count {
  font-size: 16px;	
}

.right-text {
    text-align: right;
}

.left-text {
    text-align: left;
}

.center-text {
    text-align: center;
}

.background-text {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4);
}

.title-text-style {
    text-transform: uppercase;
}

.top-title-wrapper {
    background-color: #279FBB;
    width: 100%;
    overflow: hidden;
}

.h1-page-title {
    font-weight: 100;
    margin: 0 0 10px 0;
    line-height: 20px;
    font-size: 26px;
    float: left;
    color: #fff;
    margin-right: 10px;
}

.h2-page-desc {
    font-weight: 100;
    font-size: 22px;
    line-height: 20px;
    color: #EEEEEE;
    border-left: 1px solid;
    padding-left: 10px;
    float: left;
    margin-bottom: 10px;
}


.h2-section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 10px;
}

body .h4-section-title, html .h4-section-title,
button .h4-section-title,
input .h4-section-title,
select .h4-section-title,
textarea .h4-section-title {
    margin-bottom: 10px;
    font-size: 18px;
    color: #4b4b4b !important;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 28px;
}

.h3-section-info {
    font-size: 22px;
    text-align: center;
    color: #535353;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}

.p-section-info {
    font-weight: 100;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.i-section-title {
    background: transparent;
    height: 20px;
    text-align: center;
    margin: 0 auto 30px auto;
    border-bottom: 1px solid #F0F0F0;
    width: 50%;
}
.i-section-title i, .i-section-title i.fa {
    background: #fff;
    width: 40px;
    font-size: 32px;
    padding-top: 10px;
    border-radius: 50%;
    height: 40px;
    color: #D8D8D8;
    padding: 0 20px;
    line-height: 40px;
    display: inline;
}

.section-icon-item {
    display: inline-block;
    margin-right: 20px;
}
.section-icon-item i.entypo {
    font-size: 40px;
}
.section-icon-item i {
    font-size: 22px;
    padding: 0 5px 0 0;
    position: relative;
    top: 4px;
}

.tool-tip {
    color: #279FBB;
    cursor: pointer;
}
.tool-tip:hover {
    text-decoration: none !important;
}

/* H2 default style */
.h2-body-title {
    font-size: 22px;
    color: #3a3a3a;
    font-weight: 600;
    margin: 0px 0px 20px 0px;
    clear: both;
    text-transform: uppercase;
}

/* H3 default style */
.h3-body-title {
    font-size: 16px;
    color: #4b4b4b !important;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px 0 5px 0px;
    line-height: 20px;
}

.container-wide {
	width: 100%;
	padding: 20px;
	margin: auto;	
}

.rh1 {
	margin: 0;
	font-size: 22px;	
}

.section-content {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 40px 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.section-content.section-tabs {
    border: 0;
}

.section-content.section-px {
    background-image: url(../images/blurred1.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    border: none;
}

.section-content.section-px.stones-bg, .stones-bg {
    background-image: url(../images/placeholders/stones.jpg);
}

.section-content.section-px.turtle-bg {
    background-image: url(../images/placeholders/turtle.jpg);
}

.section-content.section-px.blue-back {
    background-color: #397889;
    background-image: none;    
}



body .section-content.section-image, html .section-content.section-image,
button .section-content.section-image,
input .section-content.section-image,
select .section-content.section-image,
textarea .section-content.section-image {
    position: relative;
    background-color: #279fbb;
    background-color: rgba(39, 159, 187, 0.6);
    border: none;
}

.section-content.section-image:after {
    background-image: url(../images/placeholders/section-content-bg1.jpg);
    background-attachment: fixed;
    -webkit-background-size: cover !important;
    content: "";
    opacity: 0.2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.section-content.section-image.bg2:after {
    background-image: url(../images/placeholders/section-content-bg2.jpg);
}

.section-content.bottom-body {
    padding: 30px 0;
}

.section-content.clients-section {
    padding: 10px;
}

.section-content.no-padding {
    padding-bottom: 0;
}

.section-content.section-color-bg {
    position: relative;
    background-color: rgba(39, 159, 187, 0.8);
    border: 0;
}

.section-content.section-color-orange {
    border: 0;
    background-color: #d35400;
}

.section-content.section-color-green {
    border: 0;
    background-color: #16a085;
}

.section-content.section-color-blue {
    background-color: #2980b9;
    border: 0;
}

.section-content.section-color-red {
    background-color: #e74c3c;
    border: 0;
}

.section-content.section-color-clouds {
    background-color: #ecf0f1;
    border: 0;
}

.section-content.section-color-dark-blue {
    background-color: #2c3e50;
    border: 0;
}

.section-content.section-color-purple {
    background-color: #8e44ad;
    border: 0;
}

.section-content.section-color-gray {
    background-color: #f9f9f9;
}

.section-content.top-body {
    background-color: #fbfbfb;
    padding: 20px 0;
}
.section-content.top-body h1 {
    font-weight: 100;
    font-size: 20px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    line-height: 30px;
}

.section-color-bg h1 a:hover, .section-color-bg h2 a:hover, .section-color-bg h3 a:hover, .section-color-bg h4 a:hover, .section-color-bg h5 a:hover, .section-color-bg h6 a:hover, .section-color-red h1 a:hover, .section-color-red h2 a:hover, .section-color-red h3 a:hover, .section-color-red h4 a:hover, .section-color-red h5 a:hover, .section-color-red h6 a:hover, .section-color-orange h1 a:hover, .section-color-orange h2 a:hover, .section-color-orange h3 a:hover, .section-color-orange h4 a:hover, .section-color-orange h5 a:hover, .section-color-orange h6 a:hover, .section-color-green h1 a:hover, .section-color-green h2 a:hover, .section-color-green h3 a:hover, .section-color-green h4 a:hover, .section-color-green h5 a:hover, .section-color-green h6 a:hover, .section-color-blue h1 a:hover, .section-color-blue h2 a:hover, .section-color-blue h3 a:hover, .section-color-blue h4 a:hover, .section-color-blue h5 a:hover, .section-color-blue h6 a:hover,
.section-color-dark-blue h1 a:hover,
.section-color-dark-blue h2 a:hover,
.section-color-dark-blue h3 a:hover,
.section-color-dark-blue h4 a:hover,
.section-color-dark-blue h5 a:hover,
.section-color-dark-blue h6 a:hover, .section-color-gray h1 a:hover, .section-color-gray h2 a:hover, .section-color-gray h3 a:hover, .section-color-gray h4 a:hover, .section-color-gray h5 a:hover, .section-color-gray h6 a:hover, .section-color-clouds h1 a:hover, .section-color-clouds h2 a:hover, .section-color-clouds h3 a:hover, .section-color-clouds h4 a:hover, .section-color-clouds h5 a:hover, .section-color-clouds h6 a:hover, .section-color-purple h1 a:hover, .section-color-purple h2 a:hover, .section-color-purple h3 a:hover, .section-color-purple h4 a:hover, .section-color-purple h5 a:hover, .section-color-purple h6 a:hover, .section-px h1 a:hover, .section-px h2 a:hover, .section-px h3 a:hover, .section-px h4 a:hover, .section-px h5 a:hover, .section-px h6 a:hover, .section-image h1 a:hover, .section-image h2 a:hover, .section-image h3 a:hover, .section-image h4 a:hover, .section-image h5 a:hover, .section-image h6 a:hover {
    color: #ededed;
}

.section-content.bottom-body {
    padding: 30px 0;
}

.section-content.clients-section {
    padding: 10px;
}

.section-content.top-body {
    padding: 20px 0;
}
.section-content.top-body h1 {
    font-weight: 100;
    font-size: 20px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    line-height: 30px;
}

.left-image-container {
    position: relative;
    left: 0;
    bottom: 0;
}

.right-image-container {
    position: relative;
    right: 0;
    bottom: 0;
}

.title-block .h3-body-title {
    float: left;
    margin: 0px 20px 20px 0px;
}
.title-block .title-seperator {
    background: url("../images/divider-stripe5.png");
    height: 5px;
    overflow: hidden;
    margin-top: 8px;
    overflow: hidden;
}


.h3-sidebar-title {
    color: #4b4b4b;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.h4-body-title {
    font-size: 18px;
    color: #4b4b4b;
    font-weight: normal;
}

.space-sep20 {
    clear: both;
    display: block;
    height: 20px;
}

.space-sep30 {
    clear: both;
    display: block;
    height: 30px;
}

.space-sep40 {
    clear: both;
    display: block;
    height: 40px;
}

.space-sep50 {
    clear: both;
    display: block;
    height: 50px;
}

.space-sep60 {
    clear: both;
    display: block;
    height: 60px;
}

.space-sep70 {
    clear: both;
    display: block;
    height: 70px;
}

.space-sep80 {
    clear: both;
    display: block;
    height: 80px;
}

.space-sep90 {
    clear: both;
    display: block;
    height: 90px;
}

.space-sep100 {
    clear: both;
    display: block;
    height: 100px;
}

.page-info {
    padding: 0 0 0 0;
    position: relative;
    overflow: hidden;
}

/* Paragraph */
.dropcaps {
    display: inline-block;
    float: left;
    margin: 12px 8px 0 0;
    color: #666666;
    font-size: 45px;
    text-transform: uppercase;
}

.dropcaps.dropcaps-color-style {
    margin: 5px 8px 0 0;
    padding: 10px 10px;
    font-weight: bold;
    font-size: 26px;
    background-color: #279FBB;
    line-height: 15px;
    color: #ffffff;
}

.single-icon i {
    margin-right: 10px;
}

/* 404 */
.not-found-404 {
    text-align: center;
    overflow: hidden;
    margin-bottom: 60px;
}

.not-found-404 h2 {
    font-size: 180px;
    margin: 30px 0;
    line-height: 180px;
}

.not-found-404 p {
    font-size: 28px;
    color: #9a9a9a;
    margin-bottom: 40px !important;
    line-height: 32px;
}

.search-404 {
    margin: 0 auto;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
}

.search-404 input[type="submit"] {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0;
    height: 33px;
}

.form-wrapper .search-404 .search-text {
    height: 33px;
    float: left;
    padding: 0 10px !important;
    width: 219px;
}

.search-submit {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: none !important;
    float: left;
}

/* Colors Text */
body .white-text, html .white-text,
button .white-text,
input .white-text,
select .white-text,
textarea .white-text, body .white-text h1, html .white-text h1,
button .white-text h1,
input .white-text h1,
select .white-text h1,
textarea .white-text h1, body .white-text h2, html .white-text h2,
button .white-text h2,
input .white-text h2,
select .white-text h2,
textarea .white-text h2, body .white-text h3, html .white-text h3,
button .white-text h3,
input .white-text h3,
select .white-text h3,
textarea .white-text h3, body .white-text h4, html .white-text h4,
button .white-text h4,
input .white-text h4,
select .white-text h4,
textarea .white-text h4, body .white-text h5, html .white-text h5,
button .white-text h5,
input .white-text h5,
select .white-text h5,
textarea .white-text h5, body .white-text h6, html .white-text h6,
button .white-text h6,
input .white-text h6,
select .white-text h6,
textarea .white-text h6, body .white-text p, html .white-text p,
button .white-text p,
input .white-text p,
select .white-text p,
textarea .white-text p, body .white-text .p-section-info, html .white-text .p-section-info,
button .white-text .p-section-info,
input .white-text .p-section-info,
select .white-text .p-section-info,
textarea .white-text .p-section-info,
body .white-text pre,
html .white-text pre,
button .white-text pre,
input .white-text pre,
select .white-text pre,
textarea .white-text pre, body .white-text a, html .white-text a,
button .white-text a,
input .white-text a,
select .white-text a,
textarea .white-text a, body .white-text h3 a, html .white-text h3 a,
button .white-text h3 a,
input .white-text h3 a,
select .white-text h3 a,
textarea .white-text h3 a, body .white-text .feature-details a, html .white-text .feature-details a,
button .white-text .feature-details a,
input .white-text .feature-details a,
select .white-text .feature-details a,
textarea .white-text .feature-details a, body .white-text input[type=text], html .white-text input[type=text],
button .white-text input[type=text],
input .white-text input[type=text],
select .white-text input[type=text],
textarea .white-text input[type=text], body .white-text input[type=email], html .white-text input[type=email],
button .white-text input[type=email],
input .white-text input[type=email],
select .white-text input[type=email],
textarea .white-text input[type=email], body .white-text textarea, html .white-text textarea,
button .white-text textarea,
input .white-text textarea,
select .white-text textarea,
textarea .white-text textarea {
    color: #ffffff;
}
body .white-text, html .white-text,
button .white-text,
input .white-text,
select .white-text,
textarea .white-text {
    color: #ffffff !important;
}

.body_paragraph {
    color: #666666;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

.highlighted-text {
    background-color: #279FBB;
    color: #ffffff;
    padding: 2px;
}

strong.colored, span.colored {
    color: #279FBB;
}

.skin-text {
    color: #279FBB !important;
}

body .white-text .feature-details a:hover, html .white-text .feature-details a:hover,
button .white-text .feature-details a:hover,
input .white-text .feature-details a:hover,
select .white-text .feature-details a:hover,
textarea .white-text .feature-details a:hover {
    color: #279FBB;
}

/* Cols */
.col-with-separator {
    background-repeat: no-repeat;
    background-image: url(../images/col-sep.png);
    background-size: auto 100%;
    height: 630px;
    padding: 0 0 0 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.separator {
    background: transparent;
    background-image: url(../images/sidebar_shadow_body.png);
    background-repeat: repeat-y;
    padding: 0 0 0 30px;
    position: absolute;
    width: 50px;
    left: -35px;
    top: 14px;
    bottom: 0px;
    z-index: 0;
}

.separator:after {
    position: absolute;
    top: -41px;
    left: 0;
    background-image: url(../images/sidebar_shadow_top.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 41px;
    content: "";
}

.separator:before {
    position: absolute;
    bottom: -55px;
    left: 0;
    background-image: url(../images/sidebar_shadow_bottom.png);
    background-repeat: no-repeat;
    background-position: 0 -69px;
    width: 24px;
    height: 55px;
    content: "";
}

.separator.separator-right {
    background: transparent;
    background-image: url(../images/sep_shadow_body2.png);
    background-repeat: repeat-y;
    padding: 0 0 0 30px;
    position: absolute;
    width: 0px;
    left: auto;
    right: -35px;
}

.separator.separator-right:after {
    left: auto;
    right: 6px;
    background-image: url(../images/sep_shadow_top2.png);
    background-repeat: no-repeat;
}

.separator.separator-right:before {
    left: auto;
    right: 6px;
    background-image: url(../images/sep_shadow_bottom2.png);
    background-repeat: no-repeat;
}

/* Sidebar block */
.sidebar-block {
    position: relative;
    margin: 0 0 30px 0;
    overflow: hidden;
    width: 100%;
    z-index: 1;
}

.sidebar-block p {
    margin: 0;
}

.sidebar-block .sidebar-content {
    overflow: hidden;
}

.sidebar .sidebar-title:first-child {
    line-height: 13px;
}

/* Body Wrapper Links*/
.body-wrapper a, .top-body a, .top-footer a {
    text-decoration: none;
    color: #4b4b4b;
}

.body-wrapper a:hover, .top-body a:hover, .top-footer a:hover {
    color: #279FBB;
}

/* Body Row for defining spacing between rows. */
.body-row {
    margin: 0 0 20px  0;
}

/* sidebar */
.sidebar {
    position: relative;
    width: 100%;
    z-index: 0;
}

.sidebar .sidebar-title {
    text-transform: uppercase;
}

/* Slider Global */
.parallax-slide {
    height: 500px;
}

.cycle-slideshow {
    overflow: hidden;
    height: 275px;
    z-index: 0;
    position: relative;
}

.parallax-slider.cycle-slideshow {
    height: auto;
}


.cycle-slide {
    width: 100%;
    overflow: hidden;
}

.cycle-next,
.cycle-prev {
    position: absolute;
    right: -100px;
    top: 50%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    color: #f8f8f8;
    z-index: 1000;
    margin-top: -15px;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.cycle-prev {
    left: -100px;
    right: auto;
}

.cycle-slideshow:hover .cycle-next {
    right: 5px;
}

.cycle-slideshow:hover .cycle-prev {
    left: 5px;
}

.cycle-next:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.cycle-prev:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.cycle-pager {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 28px;
    z-index: 1000;
    left: 0;
    bottom: 1px;
    display: inline-block;
    cursor: pointer;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.cycle-pager .cycle-pager-active,
.cycle-pager span:hover {
    color: #969696;
    text-shadow: 0 0 2px #000;
    cursor: pointer;
}

#to-top-button {
    z-index: 2;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
    overflow: hidden;
    opacity: .7;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
    color: #fff;
    display: none;
    filter: alpha(opacity=70);
}

#to-top-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
    filter: alpha(opacity=80);
}

#to-top-button i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
}

time {
    font-weight: bold;
    font-size: 16px;
}

.text-input {
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc;
    padding: 6px 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
}

.text-input:focus {
    border-color: #279FBC;
}

.row-fluid.row-no-margin .span2 {
    margin-left: 0;
    width: 16.66667%;
}

.row-fluid.row-no-margin .span3 {
    margin-left: 0;
    width: 25%;
}

.row-fluid.row-no-margin .span4 {
    margin-left: 0;
    width: 33.33333%;
}

.row-fluid.row-no-margin .span5 {
    margin-left: 0;
    width: 41.66667%;
}

.row-fluid.row-no-margin .span6 {
    margin-left: 0;
    width: 50%;
}

.row-fluid.row-no-margin .span7 {
    margin-left: 0;
    width: 58.33333%;
}

.row-fluid.row-no-margin .span8 {
    margin-left: 0;
    width: 66.66667%;
}

.row-fluid.row-no-margin .span9 {
    margin-left: 0;
    width: 75%;
}

.row-fluid.row-no-margin .span10 {
    margin-left: 0;
    width: 83.33333%;
}

.row-fluid.row-no-margin .span11 {
    margin-left: 0;
    width: 91.66667%;
}



/*
Header UI Element
*/
body, html,
button,
input,
select,
textarea {
    font-family: "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #666666;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    background-color: #fff;
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}
/****************************
Accordion
****************************/
.accordion {
    width: 100%;
    position: relative;
}

.accordion .accordion-row {
    padding: 0px 0 0px 40px;
    position: relative;
    margin: 0 0 10px 0;
}

.accordion li {
    margin: 0 0 10px 0;
}

.accordion .title {
    vertical-align: top;
    color: #4b4b4b;
    padding: 0 0 0px 0;
    cursor: pointer;
    line-height: 25px;
    opacity: 0.8;
    -moz-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
}
.accordion .title h4 {
    margin: 0;
    font-size: 16px;
    line-height: 25px;
    color: #4b4b4b;
    -moz-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
}

.accordion .desc {
    color: #666666;
    padding: 5px 0 5px 0;
    display: none;
    overflow: hidden;
    width: 100%;
}

.accordion .active {
    opacity: 1;
}
.accordion .active h4 {
    color: #279FBB;
}

.accordion .title:hover {
    opacity: 1;
}
.accordion .title:hover h4 {
    color: #279FBB;
}

.accordion .accordion-row {
    background-color: whitesmoke;
}

.accordion .open-icon {
    position: absolute;
    right: 15px !important;
    top: 10px;
    left: auto !important;
    overflow: hidden;
    border: 0;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}

.accordion .title {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}

.accordion .open-icon {
    background: no-repeat -26px -165px url("../images/sprites.png");
    width: 25px;
    height: 25px;
    cursor: pointer;
}


.accordion .close-icon {
    background: no-repeat -26px -215px url("../images/sprites.png");
    width: 25px;
    height: 25px;
    top: 10px;
}


.accordion .accordion-row {
    padding: 10px 50px 10px 15px;
    position: relative;
    margin: 0 0 10px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
/****************************
Blog
****************************/
.blog-post {
	margin: 22px 0 20px 40px;
    position: relative;
}

.blog-post .blog-span {
    margin-left: 80px;
}

.blog-post .blog-post-type {
    background: #279FBB;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    font-size: 22px;
}

.blog-search .input-group-addon {
    padding: 0;
    position: relative;
    left: -1px;
    border: 0;
}


.blog-post .blog-post-featured-img {
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    margin: 0 0 10px 0;
    box-sizing: border-box;
}

.blog-post .blog-post-featured-img img {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.blog-post-date {
    width: 38px;
    background-color: #eeeeee;
    position: absolute;
    left: 0;
    top: 0;
}

.blog-post-date .day,
.blog-post-date .month {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    text-align: center;
    padding: 7px 0 0px 0;
    display: block;
    color: #279FBB;
}

.blog-post-date .month {
    padding: 0 0 7px 0;
    font-size: 16px;
    text-transform: uppercase;
}

.blog-post-date .icon-link {
    background-color: #279FBB;
    display: block;
    text-align: center;
    padding: 12px 0;
    color: #fff;
    font-size: 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.blog-post .blog-post-body {
    margin: 0 0 20px 0;
    font-size: 16px;
    color: #676767;
}

.blog-post .blog-post-details {
    height: auto;
    position: relative;
    overflow: hidden;
    border-top: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
}

.blog-post .blog-post-details .blog-post-details-item {
    font-size: 16px;
    height: 37px;
}

.blog-post .blog-post-details:after,
.blog-post .blog-post-details:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #fff;
    height: 1px;
    width: 100%;
}

.blog-post .blog-post-details:before {
    top: auto;
    bottom: -2px;
}

.blog-post .blog-post-details-item {
    position: relative;
    float: left;
    padding: 0px 0px 0 0;
    line-height: 37px;
    text-transform: uppercase;
}

.blog-post-details-item.icon-calendar {
    padding-left: 0;
}

.blog-post-details-item.blog-post-details-item-left::before {
    padding-right: 5px;
}

.blog-post-details-item.blog-post-details-item-right a i {
    padding-left: 5px;
    padding-left: 10px;
    color: #A5A5A5;
    -moz-transition: padding 0.2s;
    -o-transition: padding 0.2s;
    -webkit-transition: padding 0.2s;
    transition: padding 0.2s;
}
.blog-post-details-item.blog-post-details-item-right a:hover i {
    color: #279FBB;
    padding-left: 12px;
}

.blog-post .blog-post-details-separator {
    border-right: 1px solid #e9e9e9;
    border-left: 1px solid #fdfdfd;
    height: 15px;
    float: left;
    margin: 10px 6px 0 6px;
}

.blog-post .blog-post-details-item-left {
    padding: 0 0 0 20px;
}

.blog-post .blog-post-details-item-left.icon-calendar {
    padding-left: 0;
}

.blog-post .blog-post-details-item-last:after,
.blog-post .blog-post-details-item-last:before {
    border-right: none;
}

.blog-post .blog-post-details-tags a {
    position: relative;
    padding: 0 0px 0 5px;
}

.blog-post .blog-post-details-item-right {
    float: right;
    padding-right: 0;
}

.blog-post .blog-slider {
    overflow: hidden;
}

/* Tags */
.body-wrapper .tags a {
    display: block;
    float: left;
    padding: 0 10px 0 10px;
    border-right: none;
    line-height: 23px;
    position: relative;
    font-size: 16px;
    margin: 0px 10px 10px  0px;
    background-color: #CEDEE2;
}

.body-wrapper .tags a:hover {
    background-color: #279fbb;
    color: #fff;
    text-decoration: none;
}

.blog-post .readmore-icon {
    font-size: 16px;
    margin: 0 0 0 3px;
    text-decoration: none !important;
}

.blog-post .readmore-icon:hover {
    text-decoration: none !important;
}

/* Blog post link */
.blog-post .blog-post-link {
    font-size: 16px;
    color: #bcbcbc;
    display: block;
}

.blog-post .blog-post-link:hover {
    color: #bcbcbc;
}

/* blog post */
.blog_post_quote {
    position: relative;
    background-color: #f7f7f7;
    padding: 20px;
    font-size: 17px;
    line-height: 23px;
    color: #999;
    font-family: Raleway;
}
.blog_post_quote .quote-author {
    color: #279FBB;
    margin-top: 20px;
}

.blog-post .item_img_overlay {
    height: 100%;
}

/* Post icon container */
.blog-post-icon {
    background-color: #279FBB;
    display: block;
    text-align: center;
    padding: 12px 0;
    color: #fff;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.blog-post-icon i {
    display: block;
    margin: auto;
}

/* Recent Post */
.posts-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.posts-list li {
    display: block;
    overflow: hidden;
    margin: 0 0 15px 0;
}

.posts-list .posts-list-thumbnail {
    float: left;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
}

.posts-list .posts-list-thumbnail img {
    border-radius: 2px;
}

.posts-list .posts-list-thumbnail:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.posts-list-content {
    padding: 0 0 0 75px;
}

.posts-list .posts-list-title {
    display: block;
}

.posts-list .posts-list-meta {
    font-size: 16px;
    color: #aaa;
}

.blog-post .cycle-slideshow {
    height: 240px;
}

.pagination {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
}

.blog-post.row-fluid .blog-span {
    width: 89%;
    margin-left: 55px;
}

.row-fluid .blog-span-bottom[class*="blog-span-bottom"] {
    width: 95.5%;
}



.comment .comment-reply {
    position: absolute;
    right: 0;
    top: 0px;
    font-weight: normal;
    font-size: 16px;
}

.blog-post-featured-img-with-vid {
    padding-top: 65%;
}

.blog-post-featured-img-with-vid iframe,
.blog-post-featured-img-with-vid object,
.blog-post-featured-img-with-vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog-search .blog-search-button {
    border: 0;
    background-color: #279fbb;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    float: left;
    overflow: hidden;
}

.search-button-container {
    padding-left: 30px;
}

.blog-search .blog-search-input {
    float: left;
    width: -moz-calc(100% - 30px);
    width: -o-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    height: 30px;
}
/****************************
Blog Single
****************************/
.blog-post .block-qoute-by {
    margin: 20px 0 0 0;
    color: #868686;
}

.blog-post .blog-title {
    text-transform: none;
}

/* paragraph */
.blog-post p {
    margin: 0 0 20px 0;
}

/* The Author */
.about-the-author {
    margin: 0 0 50px 0;
    overflow: hidden;
    background: #f5f5f5;
    padding: 15px;
}

.the-author-small-bio {
    padding: 0 0 0 100px;
}

.the-author-thumbnail {
    float: left;
    width: 100px;
    margin-right: 20px;
}

.the-author-thumbnail img {
    border: 4px solid #f4f4f4;
}

.the-author-name {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.the-author-small-bio p:last-child {
    margin-bottom: 0;
}

/* Comments */
.comments {
    margin: 0 0 40px 0;
}

.comments .comments-list {
    list-style: none;
    padding: 0;
}

.comments .comment-author-avatar {
    float: left;
    width: 60px;
}

.comments .comment-details {
    padding-left: 90px;
}

.comments .comment-content {
    border-radius: 2px;
    overflow: hidden;
}

.comments .comment-date {
    font-size: 16px;
    color: #979797;
    font-style: italic;
    font-weight: normal;
}

.comments .comment-author-name {
    font-weight: bold;
    margin: 0 0 5px 0;
}

/* Apply on 2nd level comments list */
.comments-list .children {
    padding-left: 45px;
    margin: 20px 0 0px 0;
}

.comments-list .comment {
    position: relative;
    margin: 0 0 20px 0;
}

.comments .comment-author-avatar img {
    border: 1px solid #e2e2e2;
}

.comments ul,
.comments ol {
    list-style-type: none;
}

.share-article span {
    font-size: 16px;
    opacity: 0.8;
    font-family: raleway;
    margin-right: 10px;
    line-height: 40px;
}

.share-article a.icon-heart {
    margin-right: 20px;
}

.share-article a.icon-heart:before {
    position: relative;
    left: -5px;
}
#masonry-elements {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}

/* Effect 4: fall perspective */
.feature.blog-masonry {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.feature.blog-masonry {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform-style: none \9;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    transform: scale(0.4);
    transform: none \9;
    -webkit-animation: popUp .8s ease-in forwards;
    -moz-animation: popUp .8s ease-in forwards;
    animation: popUp .8s ease-in forwards;
}

@-webkit-keyframes popUp {
    70% {
        -webkit-transform: scale(1.1);
        opacity: .8;
        -webkit-animation-timing-function: ease-out;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}
@-moz-keyframes popUp {
    70% {
        -moz-transform: scale(1.1);
        opacity: .8;
        -moz-animation-timing-function: ease-out;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}
@keyframes popUp {
    70% {
        transform: scale(1.1);
        opacity: .8;
        animation-timing-function: ease-out;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}


.feature.blog-masonry {
    width: 270px;
    margin: 0;
    margin-top: 20px;
    box-sizing: border-box;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.11);
    float: left;
    position: relative;
    background-color: #fff;
}

.blog-masonry img {
    width: auto;
}

.blog-masonry .blog_post_quote {
    border-top: 2px solid #279fbb;
}

.blog-masonry .media-content {
    line-height: normal;
}

.blog-masonry .cycle-slideshow {
    height: 122px;
}

/* masonry loading */
#infscr-loading {
    margin: 10px auto;
    width: 215px;
    text-align: center;
    padding: 10px;
    color: #279FBB;
    background-color: #fff;
    border-radius: 3px;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}
/****************************
Boxed
****************************/
.boxed {
    width: 1070px;
    margin: auto;
}



#wrapper {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
}
/****************************
Breadcrumb
****************************/
.breadcrumb-container li, .breadcrumb-container li a {

}

.breadcrumbs {
    list-style: none;
    padding: 3px 0 0 0;
    margin: 0;
    font-size: 16px;
    display: inline-block;
}

.breadcrumb-container span {
    display: inline-block;
    float: left;
    font-size: 16px;
    margin: 0 7px 0 0;
}

.breadcrumbs li {
    float: left;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 16px;
    color: #FFF;
}

.breadcrumbs li a {
    color: #E2E2E2;
    text-decoration: none;
}
.breadcrumbs li a:hover {
    text-decoration: underline;
}

.breadcrumbs li:after {
    content: "/";
    display: inline-block;
    width: 20px;
    text-align: center;
    color: #DADADA;
}

.breadcrumbs li:last-child:after {
    content: "";
    width: 0px;
}

.breadcrumbs {
	padding-left: 0;
}			
 	
.breadcrumbs li::after {
    content: "";
    display: inline-block;
    width: 0;
    text-align: center;
    color: #DADADA;
}

.breadcrumbs li {
    list-style-type: none;
}

/****************************
Buttons
****************************/
.btn, input[type="submit"], input[type="button"], button.btn, .btn-primary {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff !important;
    background-color: #279FBB;
    position: relative;
    padding: 0 25px !important;
    height: 36px;
    line-height: 33px;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.3) inset;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    -moz-transition: background 0.2s, opacity 0.2s;
    -o-transition: background 0.2s, opacity 0.2s;
    -webkit-transition: background 0.2s, opacity 0.2s;
    transition: background 0.2s, opacity 0.2s;
    margin: 0 10px 10px 0;
}
.btn:hover, input[type="submit"]:hover, input[type="button"]:hover, button.btn:hover, .btn-primary:hover {
    text-decoration: none !important;
    color: #ffffff !important;
    opacity: 0.78;
    background-color: #279FBB;
}
.btn:active, input[type="submit"]:active, input[type="button"]:active, button.btn:active, .btn-primary:active {
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
    background-color: #279FBB;
    opacity: 0.78;
}
.btn:focus, input[type="submit"]:focus, input[type="button"]:focus, button.btn:focus, .btn-primary:focus {
    outline: 0;
    background-color: #279FBB;
}
.btn i, input[type="submit"] i, input[type="button"] i, button.btn i, .btn-primary i {
    margin: 0 10px 0 0;
}

button.btn.btn-flat, .btn.btn-flat, .btn-flat {
    background-color: #279FBB;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button.btn.btn-flat:hover, button.btn.btn-flat:active, .btn.btn-flat:hover, .btn.btn-flat:active, .btn-flat:hover, .btn-flat:active {
    background-color: #3b3b3b;
    background-color: #3b3b3b;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button.btn.btn-flat:focus, .btn.btn-flat:focus, .btn-flat:focus {
    outline: 0;
    background-color: #3b3b3b;
}

button:focus {
    outline: 0;
}

button.btn-sm, .btn-sm {
    padding: 0 15px !important;
    height: 31px;
    line-height: 28px;
}

button.btn-lg, .btn-lg {
    padding: 0 35px !important;
    height: 43px;
    line-height: 40px;
}

button.btn.btn-outlined, .btn.btn-outlined {
    background-color: transparent;
    color: #fff !important;
    text-shadow: 1px 1px 1px #141414;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #fff;
}
button.btn.btn-outlined:hover, button.btn.btn-outlined:active, button.btn.btn-outlined:focus, .btn.btn-outlined:hover, .btn.btn-outlined:active, .btn.btn-outlined:focus {
    text-shadow: none;
    background-color: #fff;
    color: #4b4b4b !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
}

button.btn.btn-default, .btn.btn-default {
    background-color: #f4f4f4;
    border-color: #b5b5b5;
    color: #000 !important;
    font-weight: bold;
}
button.btn.btn-default:hover, button.btn.btn-default:active, button.btn.btn-default:focus, .btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus {
    color: #5b5b5b !important;
    background-color: #f4f4f4;
    opacity: 1;
}

.btn.btn-red {
    background-color: #DD0000;
    border-color: #DD0000;
}
.btn.btn-red:hover, .btn.btn-red:active, .btn.btn-red:focus {
    background-color: #F33C3C;
    opacity: 1;
}

.btn.btn-green {
    background-color: #4aa215;
    border-color: #3d791a;
}
.btn.btn-green:hover, .btn.btn-green:active, .btn.btn-green:focus {
    background-color: #5ebb27;
    opacity: 1;
}

.btn.btn-blue {
    background-color: #0a79a2;
    border-color: #0f5069;
}
.btn.btn-blue:hover, .btn.btn-blue:active, .btn.btn-blue:focus {
    background-color: #1f9ac7;
    opacity: 1;
}

.btn.btn-yellow {
    background-color: #d1ad1f;
    border-color: #756318;
}
.btn.btn-yellow:hover, .btn.btn-yellow:active, .btn.btn-yellow:focus {
    background-color: #f7ce2a;
    opacity: 1;
}
/****************************
Callout box
****************************/
.callout-box {
    padding: 30px 20px;
    background-color: #f5f5f5;
}

.callout-box.callout-box2 {
    padding: 30px 20px;
    background: #279FBB;
    color: #f1f1f1;
    border: 0;
}
.callout-box.callout-box2 .callout-content h2 {
    color: #ffffff;
}

.callout-box.image-box {
    background-image: url("../images/call-out-box-bg.JPG");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
}
.callout-box.image-box .callout-content h2 {
    text-shadow: 1px 0 1px #141414;
    color: #fff;
}

.callout-box .callout-content h2 {
    font-weight: normal;
    line-height: 40px;
    font-size: 24px;
    margin: 0;
    color: #3a3a3a;
}

.callout-box .callout-content p {
    margin: 0;
}

.callout-box .btn {
    float: right;
    margin-left: 50px;
    margin-top: 0px;
    margin-bottom: 0;
}

.callout-box .btn-mobile {
    display: none;
}

.message-box h4 {
    font-weight: 400 !important;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #4b4b4b !important;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 28px;
}
.message-box .btn {
    float: right;
    margin-left: 50px;
}
.message-box .btn-mobile {
    display: none;
}



/****************************
Carousel
****************************/
.carousel-container {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.carousel-container .carousel-icon {
    background-color: #808080;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #fff;
}

.carousel-container .carousel-arrows {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ffffff;
    padding-left: 20px;
}

.carousel-container .carousel-icon:hover {
    background-color: #279FBB;
}

.carousel-container .carousel-item {
    width: auto;
    margin: 30px 4px 0 0;
    padding: 0 10px 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.carousel-container .carousel-item .thumb-label-item-img:after {
    bottom: -14%;
}
/****************************
Clients
****************************/
ul.clients-list, ul.bottom-body-clients, ul.section-clients {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

ul.bottom-body-clients {
    text-align: center;
}

ul.clients-list li, ul.bottom-body-clients li {
    display: inline-block;
    height: 100px;
    margin: 0 10px 0 10px;
    line-height: 100px;
    text-align: center;
    opacity: 0.50;
}
ul.clients-list li:hover, ul.bottom-body-clients li:hover {
    opacity: 1;
}

ul.section-clients {
    text-align: center;
}

ul.section-clients li {
    height: 108px;
    display: inline-block;
    line-height: 108px;
    margin: 0 20px 0 0;
    width: 208px;
    border: none;
}
ul.section-clients li:hover {
    opacity: 1;
}
ul.section-clients li:last-child {
    margin: 0;
}
ul.section-clients li img.client-image {
    display: inline-block;
}

ul.bottom-body-clients li {
    border: none;
    height: 108px;
    width: 208px;
    border: none;
    text-align: center;
    float: none;
    display: inline-block;
}
ul.bottom-body-clients li img.client-image {
    display: inline-block;
}
ul.bottom-body-clients li:last-child {
    margin: 0;
}

.carousel-wrap {
    clear: both;
}

.carousel-wrap.clients-carousel {
    margin: 0 -10px 0 -10px;
}


/****************************
Contact
****************************/
/* Contact Map */
.contact-map {
    height: 400px;
}

.contact-map2 {
    height: 255px;
}

.contact-map3 {
    height: 400px;
}

/* From */
.form-wrapper {
    padding: 0px 0 0 0;
}

.form-wrapper label {
    float: left;
    width: 120px;
}

.inputStyle {
    background-color: #fff;
    border: 0;
    outline: 0;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #e4e4e4;
}

.inputStyle:focus {
    border-color: #ccc;
}

.form-wrapper .row-fluid {
    margin: 20px 0;
}

.form-wrapper .input_error {
    color: #d14836;
    display: inline-block;
    margin: 7px 0 0 0;
}

.form-wrapper .form-control {
    position: relative;
}

.form-wrapper label {
    line-height: 30px;
}

.sidebar-icon-item {
    padding: 0 0 15px 0;
    clear: both;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #666666;
}

.sidebar-icon-item:last-child {
    padding: 0;
}

.sidebar-icon-item i {
    font-size: 18px;
    padding: 0 10px 0 0;
    float: left;
    margin: 2px 0 0 0;
}

.contact-paragraph {
    margin: 0 0 40px 0;
}

.error_container {
    position: relative;
    display: none;
}

.error-box {
    min-width: 150px;
    background-color: #ff7582;
    border-radius: 5px;
    float: right;
    position: absolute;
    left: 0%;
    top: 0;
    padding: 6px 25px 6px 6px;
    font-size: 16px;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.3);
    color: #902e38;
    white-space: nowrap;
    z-index: 0;
}

.error-box i {
    float: right;
    margin: 4px 0 0 0;
    position: absolute;
    right: 6px;
    top: 6px;
    cursor: pointer;
    display: block;
}


.contactus-form1 .contactus-form1-row {
    width: 100%;
    padding: 10px 0;
}

.contactus-form1 {
    float: none  !important;
    margin: auto !important;
}

input[type=text],
input[type=password],
input[type=email],
textarea,
input[type=text].form-control,
input[type=password].form-control,
input[type=email].form-control,
textarea.form-control {
    width: 100%;
    border: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #F7F7F7;
    border: 1px solid #EEE;
    outline: 0;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus,
input[type=text].form-control:focus,
input[type=email].form-control:focus,
textarea.form-control:focus {
    border-color: #ccc;
    outline: none;
    -moz-transition: border-color 0.5s linear;
    -o-transition: border-color 0.5s linear;
    -webkit-transition: border-color 0.5s linear;
    transition: border-color 0.5s linear;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fafafa;
}

.form-wrapper input[type=text],
.form-wrapper input[type=password],
.form-wrapper input[type=email],
.form-wrapper textarea {
    padding: 10px 15px;
}

.form-wrapper textarea {
    min-height: 200px;
}

.contactus-form1 .contactus-form1-row input[type=submit] {
    width: 100%;
    padding: 14px 0 !important;
    line-height: 23px;
    height: auto;
    font-size: 17px;
    margin: auto;
}

.contactus-form1 .contactus-form1-row input[type=text],
.contactus-form1 .contactus-form1-row input[type=email],
.contactus-form1 .contactus-form1-row input[type=password],
.contactus-form1 .contactus-form1-row textarea {
    padding: 20px 15px;
}
/****************************
Content Box
****************************/
.content-box {
    overflow: hidden;
}

.content-box h4 {
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-size: 16px;
}

.content-box h4 i {
    font-size: 25px;
    float: left;
    margin: 0 10px 0 0;
    color: #279FBB;
}

.content-box .read-more {
    text-align: right;
}

.content-box .read-more {
    color: #4b4b4b;
    overflow: hidden;
    display: block;
    text-transform: uppercase;
    margin-top: 5px;
}
.content-box .read-more:hover i {
    text-decoration: none;
}

.content-box .read-more span {
    padding: 1px 10px 0 0;
    display: inline-block;
}

.content-box .read-more i {
    font-size: 16px;
    float: right;
    margin: 7px 0px 0 0;
}

.content-box .content-box-text .read-more {
    display: block;
}

/* Content Box Style 2 */
.content-box.content-style2 {
    text-align: center;
}

.content-box.content-style2 h4 i {
    display: block;
    float: none;
    font-size: 22px;
    margin: 0 0 10px 0;
    border: 1px solid;
    border-color: #279FBB;
    color: #279FBB;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 20px;
}

.content-box.content-style2:hover i {
    background-color: #279FBB;
    color: #fff;
}

.content-box.content-style2 .read-more {
    text-align: center;
    margin-top: 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: #b8b8b8;
}
.content-box.content-style2 .read-more span {
    padding: 0;
}
.content-box.content-style2 .read-more:hover {
    color: #666666;
}

.content-box.content-style2 .read-more i {
    float: none;
    display: none;
}

.content-box.content-style2 .read-more:hover i {
    text-decoration: none;
}

.content-box.content-style4 {
    position: relative;
    text-align: center;
    height: 105px;
}
.content-box.content-style4 h4 {
    text-align: center;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -moz-transition: all .4s ease-in-out;
    -o-transform: rotateX(0deg) rotateY(0deg);
    -o-transform-style: preserve-3d;
    -o-backface-visibility: hidden;
    -o-transition: all .4s ease-in-out;
    -ms-transform: rotateX(0deg) rotateY(0deg);
    -ms-transform-style: preserve-3d;
    -ms-backface-visibility: hidden;
    -ms-transition: all .4s ease-in-out;
    transform: rotateX(0deg) rotateY(0deg);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transition: all .4s ease-in-out;
}
.content-box.content-style4 h4 i {
    background-color: #279FBB;
    color: #fff;
    float: none;
    margin: 0 10px 0 0;
    border-radius: 50%;
    text-align: center;
    display: block;
    margin: 5px auto 15px auto;
}
.content-box.content-style4 .content-box-text {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transform: rotateY(-180deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -moz-transition: all .4s ease-in-out;
    -o-transform: rotateY(-180deg);
    -o-transform-style: preserve-3d;
    -o-backface-visibility: hidden;
    -o-transition: all .4s ease-in-out;
    -ms-transform: rotateY(-180deg);
    -ms-transform-style: preserve-3d;
    -ms-backface-visibility: hidden;
    -ms-transition: all .4s ease-in-out;
    transform: rotateY(-180deg);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transition: all .4s ease-in-out;
}
.content-box.content-style4:hover .h4-body-title {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.content-box.content-style4:hover .content-box-text {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -o-transform: rotateX(0deg) rotateY(0deg);
    -ms-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg);
}
.content-box.content-style4 .btn {
    margin-top: 10px;
    margin-bottom: 0;
}

.content-box.content-style4 .h4-body-title {
    opacity: 1\9;
    display: block\9;
}
.content-box.content-style4 .content-box-text {
    opacity: 0\9;
    display: none\9;
}
.content-box.content-style4:hover .h4-body-title {
    opacity: 0\9;
    display: none\9;
}
.content-box.content-style4:hover .content-box-text {
    opacity: 1\9;
    display: block\9;
}




.content-box.content-style4.small h4 {
    margin: 0;
}
.content-box.content-style4.small h4 i {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-position: -10px;
}

.content-box.content-style4.medium h4 {
    margin: 0;
}
.content-box.content-style4.medium h4 i {
    font-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 68px;
}

.content-box.style5 h4 {
    margin: 0;
    line-height: 60px;
}
.content-box.style5 h4 i {
    border: 1px solid;
    border-color: #279FBB;
    color: #279FBB;
    float: left;
    margin: 2px 20px 0 0;
    border-radius: 50%;
    text-align: center;
    display: block;
    font-size: 22px;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.content-box.style5:hover i {
    background-color: #279FBB;
    color: #fff;
}
.content-box.style5 .content-box-text {
    margin-left: 80px;
    margin-top: 5px;
}
.content-box.style5 .content-box-text .read-more {
    text-align: left;
}
.content-box.style5 .content-box-text .read-more i {
    float: none;
}

.content-box.style5.small .content-box-text {
    margin-left: 60px;
    font-size: 16px;
}

.right-text .content-box.small .content-box-text {
    margin-left: 0;
    margin-right: 60px;
}

.right-text .content-box .content-box-text {
    margin-left: 0;
    margin-right: 80px;
}

.content-box.style5.small h4 > i {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-position: 0 -20px;
}

.content-box.style5.small h4 {
    line-height: 40px;
}

ul.icon-content-list-container {
    padding: 0;
    list-style-type: none;
}
ul.icon-content-list-container li.icon-content-single {
    float: left;
    margin: 0 0 20px 0;
    list-style-type: none;
}
ul.icon-content-list-container li.icon-content-single:last-child {
    margin-bottom: 0;
}
ul.icon-content-list-container li.icon-content-single .icon-box {
    float: left;
    margin-right: 20px;
    text-align: center;
    width: 60px;
    height: 60px;
    background-color: #f2f2f2;
}
ul.icon-content-list-container li.icon-content-single .icon-box i {
    font-size: 42px;
    color: #279FBB;
    line-height: 60px;
}
ul.icon-content-list-container li.icon-content-single h4 {
    margin-bottom: 5px;
}
ul.icon-content-list-container li.icon-content-single p {
    color: #494949;
}

ul.icon-content-list-container li.icon-content-single .content-box.style5 h4 i {
    margin-top: 14px;
}

ul.icon-content-list-container li.icon-content-single .content-box.style5.small h4 i {
    margin-top: 4px;
}

ul.icon-content-list-container li.icon-content-single .content-box-text {
    margin-top: -14px;
}

ul.icon-content-list-container li.icon-content-single .small .content-box-text {
    margin-top: -7px;
    font-size: 16px;
}

.right-text ul.icon-content-list-container li.icon-content-single h4 i {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}
.content-style3 {
    width: -moz-calc(100% - 28px);
    width: -o-calc(100% - 28px);
    width: -webkit-calc(100% - 28px);
    width: calc(100% - 28px);
    background-color: #fff;
    position: relative;
    padding: 20px 30px 20px 20px;
    color: #6c6c6c;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: visible !important;
}
.content-style3:hover .content-style3-icon {
    color: #fff;
    background: #279FBB;
}

.content-style3 .content-style3-icon {
    position: absolute;
    right: -34px;
    top: 30px;
    background-color: #fff;
    width: 60px;
    height: 60px;
    font-size: 32px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    -moz-box-shadow: -2px 0 2px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: -2px 0 2px rgba(0, 0, 0, 0.28);
    box-shadow: -2px 0 2px rgba(0, 0, 0, 0.28);
    color: #279FBB;
    -moz-transition: background 0.8s, color 0.2s;
    -o-transition: background 0.8s, color 0.2s;
    -webkit-transition: background 0.8s, color 0.2s;
    transition: background 0.8s, color 0.2s;
}

.content-style3 .content-style3-title {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}

.content-style3 .content-style3-text {
    text-align: center;
}


/****************************
Custom Blog Icons
****************************/
.post-type-sound {
    background: no-repeat -1px -2px url("../images/sprites.png");
    width: 15px;
    height: 11px;
}


.post-type-video-icon {
    background: no-repeat -5px -64px url("../images/sprites.png");
    width: 7px;
    height: 13px;
}


.post-type-post-icon {
    background: no-repeat 0 -132px url("../images/sprites.png");
    width: 16px;
    height: 16px;
}


.post-type-link-icon {
    background: no-repeat 0 -168px url("../images/sprites.png");
    width: 18px;
    height: 17px;
}


.post-type-quote-icon {
    background: no-repeat 0 -212px url("../images/sprites.png");
    width: 16px;
    height: 16px;
}


.post-type-gallery-icon {
    background: no-repeat 0 -32px url("../images/sprites.png");
    width: 17px;
    height: 12px;
}

/****************************
Cycle Slider ( Home Page )
****************************/
.slider-fixed-frame .cycle-show-with-frame {
    float: left;
    height: 370px;
    z-index: 1;
}

.cycle-show-with-frame:after {
    background-color: transparent;
}

.slider-fixed-frame .home-bullets {
    height: 12px;
    display: block;
    bottom: -6px;
    left: 50%;
    width: auto;
}

.slider-fixed-frame .home-bullets span {
    cursor: pointer;
    position: relative;
    background: url(../images/assets/bullets3.png) no-repeat top left;
    width: 12px;
    height: 12px;
    margin-right: 0px;
    float: left;
    margin-top: -10px;
    margin-left: 3px;
}

.slider-fixed-frame .home-bullets .cycle-pager-active {
    background-position: 0 -16px;
}

.cycle-slideshow img {
    width: 100%;
}
/****************************
Home elements dividers
****************************/
.divider {
    margin: 40px 0;
    width: 100%;
    display: block;
    border-bottom: 1px solid #d8d8d8;
}

.divider.divider-shadow {
    background-image: url("../images/divider-shadow.png");
    border-bottom: none;
    margin: 40px 0 20px 0;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
}


.divider.stripe-1 {
    background-image: url("../images/divider-stripe1.png");
    border-bottom: none;
    height: 10px;
}


.divider.stripe-2 {
    background-image: url("../images/divider-stripe2.png");
    border-bottom: none;
    height: 10px;
}


.divider.stripe-3 {
    background-image: url("../images/divider-stripe3.png");
    border-bottom: none;
    height: 10px;
}


.divider.stripe-4 {
    background-image: url("../images/divider-stripe4.png");
    border-bottom: none;
    height: 10px;
}


.divider.stripe-5 {
    background-image: url("../images/divider-stripe5.png");
    border-bottom: none;
    height: 10px;
}

/****************************
Feature Columns
****************************/
.feature {
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    background-color: #F2FCFF;
}

.feature-content {
    text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1;
}


/****************************
Footer
****************************/
.footer {
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding: 0 0 0 0;
    background-color: #000;
}

.footer:after {
    _content: "";
    position: absolute;
    left: 0;
    top: 0px;
    height: 1px;
    width: 100%;
    background-color: #a2aab3;
}

.footer:before {
    _content: "";
    position: absolute;
    left: 0;
    top: 1px;
    height: 4px;
    width: 100%;
    background-color: #bbbbbb;
}

.footer .footer-col .footer-title {
    padding: 0 0 8px 0;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    color: #f2f2f2;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
}

.footer .footer-col .footer-content {
    color: #d4d4d4;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    padding-bottom: 0px;
}

.footer .footer-col .footer-content .footer-content-text {
    line-height: 20px;
    color: #C9C9C9;
}

.footer .footer-col .footer-content .footer-content-logo {
    float: left;
    clear: both;
    margin: 0 0 20px 0;
    width: 100%;
}

.footer .footer-col .footer-content a {
    color: #C9C9C9;
    text-decoration: none;
}

.footer .footer-col .footer-content .footer-recent-tweets {
    list-style-type: none;
    padding-left: 25px;
    color: #C9C9C9;
}

.footer .footer-col .footer-content .footer-recent-tweets li {
    line-height: 20px;
    margin-top: 20px;
    position: relative;
}
.footer .footer-col .footer-content .footer-recent-tweets li a {
    color: #f8f8f8;
}

.footer .footer-col .footer-content .footer-recent-tweets li:after {
    content: "";
    position: absolute;
    left: -25px;
    top: 5px;
    background: no-repeat -98px -1px url("../images/sprites.png");
    width: 16px;
    height: 13px;
}


.footer .footer-col .footer-content .nice-time {
    font-size: 16px;
    font-family: "Myriad Pro", sans-serif;
    font-weight: bold;
    color: #C9C9C9;
}

.footer .footer-col .footer-content .nice-time a {
    text-decoration: none;
}

.footer .footer-col .footer-content .footer-category-list {
    list-style-type: none;
    padding-left: 0;
    color: #C9C9C9;
    margin-top: 7px;
}

.footer .footer-col .footer-content .footer-category-list li {
    padding: 6px 0;
    position: relative;
    border-bottom: 1px solid #414141;
}

.footer .footer-col .footer-content .footer-category-list li:first-child {
    padding-top: 0;
}

.footer .footer-col .footer-content .footer-category-list li a {
    text-decoration: none;
}

.footer .footer-col .footer-content .footer-category-list li a:hover {
    color: #f8f8f8;
}

.footer .footer-col .footer-content .input {
    width: 100%;
    display: block;
    background-color: #133763;
    border: 0;
    border-radius: 5px;
    outline: 0;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ccc;
}

.footer .footer-col .footer-getintouch-row {
    margin: 10px 0 0 0;
}

.footer .footer-col .footer-content .input:hover {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.38);
    color: #333;
}

.footer .footer-col .footer-content .input:focus {
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
}

.footer .footer-col .footer-content input[type=text] {
    height: 30px;
}

.footer .footer-col .footer-content input[type=submit] {
    background-color: #184780;
    border: 0;
    -moz-box-shadow: inset 0px 1px 1px rgba(163, 163, 163, 0.66), 0px 1px 0px 1px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: inset 0px 1px 1px rgba(163, 163, 163, 0.66), 0px 1px 0px 1px rgba(0, 0, 0, 0.21);
    box-shadow: inset 0px 1px 1px rgba(163, 163, 163, 0.66), 0px 1px 0px 1px rgba(0, 0, 0, 0.21);
    padding: 7px 18px;
    border-radius: 5px;
    color: #d2d2d2;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}

.footer .footer-col .footer-content input[type=submit]:hover {
    background-color: #164279;
}

.footer .footer-col .footer-content input[type=submit]:active {
    background-color: #184780;
}

.footer .copyright {
    height: 40px;
    width: 100%;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    background-color: #303030;
}
.footer .copyright a {
    color: #A3A3A3;
    text-decoration: none;
}
.footer .copyright a:hover {
    color: #e8e8e8;
}
.footer .copyright .copyright-text {
    line-height: 40px;
}

.flickr_badge_wrapper .flickr_badge_image {
    float: left;
    margin: 0 2.222222222222% 2.222222222222% 0;
    width: 30.37037037037%;
    height: auto;
}
.flickr_badge_wrapper .flickr_badge_image img {
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    opacity: 0.7;
    -moz-transition: border-color 0.5s, opacity 0.5s;
    -o-transition: border-color 0.5s, opacity 0.5s;
    -webkit-transition: border-color 0.5s, opacity 0.5s;
    transition: border-color 0.5s, opacity 0.5s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.flickr_badge_wrapper .flickr_badge_image img:hover {
    border-color: #279FBB;
    opacity: 1;
}

.flickr_badge_wrapper .flickr_badge_image:nth-child(3n+1) {
    margin: 0 0 6px 0;
}

.footer .social-icons {
    overflow: hidden;
    height: 40px;
}

.footer .social-icons .social-media-icon {
    float: right;
    background-color: transparent;
    border: none;
}
.footer .social-icons .social-media-icon:hover {
    border: none;
}

.footer .copyright:before {
    position: absolute;
    display: block;
    content: '';
    height: 1px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-wrapper {
    position: relative;
    padding-top: 8px;
    padding-bottom: 30px;
}

.footer-wrapper:after {
    content: "";
    position: absolute;
    left: -50%;
    top: -8px;
    width: 2000px;
    height: 359px;
    margin-left: 0;
    z-index: -1;
}





.boxed .flickr_badge_wrapper .flickr_badge_image img {
    width: 64px;
    height: 64px;
}

/** footer-contact **/
.footer-contact textarea {
    resize: vertical;
    height: 100px;
    padding: 5px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}

.footer-contact label {
    padding: 4px 0 0 0;
    clear: both;
    display: block;
    color: #cf3f3f;
}
/* top_wrapper Configuration */
/****************************
Header
****************************/
/*
This section container:
  - Logo
  - Navigation
  - Search
*/
#header {
    clear: both;
}

.header_wrapper, .top_wrapper {
    width: 100%;
    height: auto;
    position: relative;
    background-size: 100% 1000px;
    z-index: 1;
}

.top-header {
    background-color: transparent;
    position: relative;
    z-index: 1;
}

/* Alias for .header_wrapper  */
/*
Header Element, Container for
  - Logo
  - Navigation
  - Search
*/
/* Configuration of the header*/
.header {
    padding: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.header .logo {
    margin: 0 0 0 15px;
}

/*
Navigation
*/
/* Nav Config */
.navigation {
    float: right;
    padding: 0 0 0 0;
    margin: 0;
    list-style-type: none;
}

.navigation > li {
    float: left;
    margin-right: 30px;
}

.navigation > li:last-child {
    margin-right: 0;
}

/* First Level Styling */
.navigation > li > a {
    color: #898989;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding-right: 12px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
    color: #fff;
    padding-bottom: 10px;
}

.navigation > li:hover > a,
.navigation > li > a:hover,
.navigation > li > .activelink {
    color: #279fbb;
}

.navigation > li > a > span.label-nav {
    float: left;
    line-height: 20px;
    display: block;
    width: 100%;
    clear: both;
    margin: 25px 0 0 0;
}

.navigation > li > a > span.label-nav-sub {
    float: left;
    line-height: 20px;
    width: 100%;
    clear: both;
    font-size: 16px;
    color: #bcbcbc;
    display: inline-block;
    position: relative;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
    text-transform: capitalize;
}

.navigation > li > a > span.label-nav-sub::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: attr(data-hover);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    opacity: 0;
}

.navigation > li:hover > a > span.label-nav-sub,
.navigation > li:hover > a > span.label-nav-sub {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    -moz-transform: rotateX(90deg) translateY(-22px);
    -ms-transform: rotateX(90deg) translateY(-22px);
    -o-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);
    -ms-transform: none;
}

.ie10 .navigation > li:hover > a > span.label-nav-sub,
.ie10 .navigation > li:hover > a > span.label-nav-sub {
    transform: none;
}

.navigation > li:hover > a > span.label-nav-sub::before, .navigation > li:hover > a > span.label-nav-sub::before {
    color: #279FBB;
    opacity: 1;
    opacity: 0\9;
}

.navigation > li > .activelink span.label-nav-sub {
    color: #585858;
}

.navigation > li:last-child > a {
    margin-right: 0;
    padding-right: 0;
}

/* set all LI to relative */
.navigation li {
    position: relative;
}

/* Sub menu Style */
.navigation ul {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 65px;
    background-color: #fff;
    display: none;
    z-index: 1;
    border: 1px solid #DDDDDD;
    border-top: 2px solid #DDD;
    -moz-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    opacity: 0;
    height: 0px;
    overflow: hidden;
    left: -13px;
}
.navigation ul li {
    line-height: 0;
    list-style-type: none;
}

.navigation ul.show-sub-menu {
    display: block;
    opacity: 1;
    height: auto;
}

.navigation .icon-arrow-menu {
    position: absolute;
    top: 19px;
    left: 6px;
    color: white;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    display: none;
    z-index: 10;
}

.navigation .icon-arrow-submenu {
    position: absolute;
    top: 14px;
    right: 10px;
    color: white;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
}

.navigation ul li a {
    padding: 0 0 0 12px;
    width: 170px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 35px;
    display: block;
    color: #787878;
    text-decoration: none;
    font-size: 16px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    font-family: "Raleway", sans-serif;
    float: left;
}

/* Link hover for sub menu */
.navigation ul li:hover > a {
    background-color: #F7F7F7;
    color: #279FBB;
}

/* icon hover for sub menu */
.navigation ul li:hover > a i {
    color: white;
}

.navigation ul li a.activelink {
    font-weight: bold;
}

.navigation ul li:first-child > a {
    border-top: none;
}


/* 3rd level */
.navigation ul ul {
    left: 172px;
    top: 0;
    border-top: 0;
}

.mobile-menu-button {
    display: none;
    background-color: #000;
}

.mobile-nav {
    display: none;
}

.mobile-nav > li:last-child a {
    border-bottom: none;
}



/************************************
Sticky Menu
************************************/
.sticky-navigation {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    background-color: #184780;
    background-color: rgba(24, 71, 128, 0.9);
}

.sticky-navigation .navigation {
    margin: auto;
    width: 940px;
    float: none;
    list-style-type: none;
    top: 25px;
}

.sticky-navigation .navigation > li > ul {
    top: 30px;
}

.sticky-navigation .navigation > li > a {
    line-height: 30px;
    height: auto;
    font-size: 16px;
}

.sticky-navigation ul {
    list-style-type: none;
}

.header-no-shadow.header:after {
    background-image: none;
}


.top-bar {
    height: 35px;
    background-color: #FBFBFB;
    line-height: 35px;
    border-bottom: 1px solid #E9E9E9;
}

.call-us, .top-bar-block {
    color: #969696;
    float: left;
    margin-right: 10px;
    padding-right: 10px;
}

.call-us i, .top-bar-block i {
    font-size: 22px;
    line-height: 35px;
    float: left;
}

.call-us span, .top-bar-block span {
    padding-left: 10px;
    font-size: 16px;
}

.top-bar-block:last-child {
    border-right: 0;
}

.top-bar .social-icons {
    overflow: hidden;
    float: right;
    width: auto;
}

.top-bar .social-icons > ul {
    margin: 0;
    background-color: transparent;
    float: right;
}

.top-bar .social-icons .social-media-icon {
    background-color: transparent;
    height: 35px;
    border: none;
    margin: 0;
    background-position: 0 -43px;
}

.top-bar .social-icons .social-media-icon:hover {
    border: none;
    background-position: 0 -3px;
}

.top-bar .social-icons li {
    float: right;
}
/****************************
Img overlay
****************************/
.img-overlay {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 150px;
}

.img-overlay img {
    width: 100%;
}

.item-img-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    overflow: hidden;
}

.item-img-overlay:hover {
    filter: alpha(opacity=1);
    opacity: 1;
}

.item-img-overlay .item_img_overlay_content {
    position: absolute;
    background-color: #279FBB;
    height: 40px;
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    -o-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}
.item-img-overlay:hover .item_img_overlay_content {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}

.img-overlay:hover img {
    opacity: 0.5;
}

.team-member-image.img-overlay:hover .item_img_overlay_content {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}
.team-member-image.img-overlay .item_img_overlay_content {
    position: absolute;
    background-color: #279FBB;
    height: 40px;
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}

.item-img-overlay a:hover {
    text-decoration: none;
}

.img-overlay:hover .item-img-overlay {
    opacity: 1;
}

.img-overlay .item_img_overlay_content {
    position: absolute;
    background-color: #279FBB;
    height: 40px;
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}
.img-overlay:hover .item_img_overlay_content {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Matrix(Dy=0);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.item-img-overlay .item_img_overlay_content i {
    margin-right: 10px;
}

.item-img-overlay {
    color: #fff;
}

.item-img-overlay a {
    color: #fff;
}
.item-img-overlay a:hover {
    color: #fff !important;
}

.item-img-overlay i {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.95);
    color: #279fbb;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-transition: background-color, color 0.4s;
    -moz-transition: background-color, color 0.4s;
    -o-transition: background-color, color 0.4s;
    transition: background-color, color 0.4s;
}
.item-img-overlay i:hover {
    color: #279fbb;
}

.item-img-overlay i:hover {
    background-color: #279FBB;
    color: white;
    color: rgba(255, 255, 255, 0.95);
}

.item-img-overlay .portfolio-zoom {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    right: 50%;
    margin-right: -20px;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.95);
    color: #279fbb;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 43px;
    text-align: center;
    font-size: 18px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    cursor: pointer;
    z-index: 1;
}
.item-img-overlay .portfolio-zoom:hover {
    color: #279fbb !important;
}

.item-img-overlay:hover .portfolio-zoom,
.item-img-overlay:hover i,
.thumb-label-item:hover .portfolio-zoom,
.feature-image:hover .portfolio-zoom,
.blog-post-featured-img:hover .portfolio-zoom {
    opacity: 0.8;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-name: overlay-animation;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-name: overlay-animation;
    -moz-animation-duration: 0.5s;
    -moz-animation-timing-function: linear;
    -moz-animation-delay: 0s;
    -o-animation-fill-mode: forwards;
    -o-animation-name: overlay-animation;
    -o-animation-duration: 0.5s;
    -o-animation-timing-function: linear;
    -o-animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-name: overlay-animation;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-delay: 0s;
    transform: scale(1) \9;
}

@-webkit-keyframes overlay-animation {
    0% {
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
    50% {
        -webkit-transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}
@-moz-keyframes overlay-animation {
    0% {
        -moz-transform: scale(1.5);
        opacity: 0;
    }
    50% {
        -moz-transform: scale(0.5);
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}
@-o-keyframes overlay-animation {
    0% {
        -o-transform: scale(1.5);
        opacity: 0;
    }
    50% {
        -o-transform: scale(0.5);
    }
    100% {
        -o-transform: scale(1);
        opacity: 1;
    }
}
@keyframes overlay-animation {
    0% {
        transform: scale(1.5);
        opacity: 0;
    }
    50% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.img-overlay {
    overflow: hidden;
}

.img-overlay img {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.img-overlay:hover img {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
}

.feature .img-overlay:hover img {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.feature .item-img-overlay .portfolio-zoom {
    margin-top: -20px;
}


/****************************
Info Boxes
****************************/
/* Info Boxes */
.alert {
    padding: 10px;
    text-align: center;
    position: relative;
}

.alert a.alert-remove {
    position: absolute;
    right: 15px;
    top: 23px;
    cursor: pointer;
    font-size: 16px;
}
.alert a.alert-remove:hover {
    color: black;
    color: rgba(0, 0, 0, 0.3);
}

.alert .msg {
    padding: 10px 40px;
}

.info-box.red {
    border: 1px solid #E26D6D;
    color: #ffffff;
    background-color: #E26D6D;
}
.info-box.red .info-box-remove i {
    color: black;
    color: rgba(0, 0, 0, 0.3);
}

.info-box.yellow {
    border: 1px solid #FAF1A9;
    color: #928416;
    background-color: #FAF1A9;
}
.info-box.yellow .info-box-remove i {
    color: black;
    color: rgba(0, 0, 0, 0.3);
}

.info-box.green {
    border: 1px solid #A6E07E;
    color: #ffffff;
    background-color: #A6E07E;
}
.info-box.green .info-box-remove i {
    color: black;
    color: rgba(0, 0, 0, 0.3);
}

.info-box.blue {
    border: 1px solid #579ACE;
    color: #ffffff;
    background-color: #579ACE;
}
.info-box.blue .info-box-remove i {
    color: black;
    color: rgba(0, 0, 0, 0.3);
}

.info-box.white {
    border: 1px solid #F7F7F7;
    color: #666666;
    background-color: #F7F7F7;
}
.info-box.white .info-box-remove i {
    color: black;
    color: rgba(0, 0, 0, 0.3);
}
/****************************
List icons
****************************/
.icons-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.icons-list li {
    margin-bottom: 15px;
    padding-left: 30px;
    margin-right: 0;
}

.icons-list li:last-child {
    margin-bottom: 0;
}

.icons-list li:before {
    content: "";
    font-family: 'FontAwesome';
    display: inline-block;
    width: 18px;
    height: 18px;
    float: left;
    font-size: 16px;
    margin-left: -30px;
    line-height: 24px;
}

.icons-list.colored-list li:before {
    color: #279FBB;
}

.icons-list.check-1 li:before {
    content: "\f046";
}

.icons-list.check-2 li:before {
    content: "\f00c";
}

.icons-list.hand li:before {
    content: "\f0a4";
}

.icons-list.remove li:before {
    content: "\f00d";
}

.icons-list.file li:before {
    content: "\f016";
}

.icons-list.arrow li:before {
    content: "\f061";
}

.icons-list.asterisk li:before {
    content: "\f069";
}

.icons-list.circle-blank li:before {
    content: "\f10c";
}

.icons-list.circle li:before {
    content: "\f111";
}

.icons-list.pencil li:before {
    content: "\f040";
}
/****************************
Pagination
****************************/
.pagination-container {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
}

.pagination > li > a, .pagination > li > span {
    color: #999;
    margin: 0 0 0 4px;
    padding: 10px 15px;
    text-decoration: none !important;
    display: inline-block;
    font-size: 16px;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.pagination > li > a.prev,
.pagination > li > a.next,
.pagination > li > a:hover,
.pagination > li > a.current {
    background-color: #f7f7f7;
    color: #279FBB;
}

.section-tabs {
    padding: 0 0;
    text-align: center;
    background-color: #EFEFEF;
}

.section-tabs .tab-container {
    position: relative;
    z-index: 1;
    margin-left: 7px;
}

.section-tabs .tab-content {
    overflow: hidden;
}

.section-tabs .section-etabs {
    margin: 0;
    padding: 5px 0;
    display: block;
    margin: auto;
    background-color: #fbfbfb;
    overflow: hidden;
    display: inline-block;
}

.section-tabs .section-etabs .tab {
    border: 0;
    background-color: transparent;
}

.section-tabs .section-etabs .tab a {
    font-size: 16px;
    display: block;
    padding: 5px 20px;
    color: #000;
    position: relative;
    top: -5px !important;
    font-weight: 500;
    background-color: transparent;
    text-transform: uppercase;
    border: 0;
    font-family: "Raleway", sans-serif;
}

.section-tabs .tab a.active {
    border: none;
    color: #279fbb;
    top: 0 !important;
    line-height: 20px;
}

.section-tabs .tab.active {
    top: 0 !important;
    background-color: transparent;
    line-height: 20px;
}

.section-tabs .tab a.active:after {
    background-color: none;
}

.section-tabs .tab a.active:after {
    background-color: transparent;
    border-color: transparent;
}

.section-tabs .tab-content {
    padding: 60px 0;
    overflow: hidden;
}

.section-tabs.full-tabs .tab-content {
    padding: 0;
}

.section-tabs .tab-content > div {
    overflow: hidden;
}

.section-etabs-container {
    width: 100%;
    background-color: #fbfbfb;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    height: 43px;
}


.section-tab-arrow {
    position: absolute;
    top: 41px;
    left: 0px;
    z-index: 2;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 13px 9.5px 0 9.5px;
    border-color: #e8e8e8 transparent transparent transparent;
    -moz-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
}

.section-tab-arrow:before {
    content: "";
    position: absolute;
    top: -14px;
    left: -8px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12px 8px 0 8px;
    border-color: #fbfbfb transparent transparent transparent;
}

/*
.section-tab-arrow:after, .arrow_box:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.section-tab-arrow:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fbfbfb;
  border-width: 10px;
  left: 50%;
  margin-left: -15px;
}


/****************************
Navigation Responsive
****************************/
.navigation_resp {
    background-color: #ccc;
    width: 400px;
    padding: 10px 5px 10px 20px;
}

.navigation_resp, .navigation_resp ul {
    list-style-type: none;
    padding-left: 0;
}
/* line 1, ../scss/resp_nav.scss */
.navigation_resp {
    background-color: #ccc;
    width: 400px;
    padding: 10px 5px 10px 20px;
}

/* line 6, ../scss/resp_nav.scss */
.navigation_resp, .navigation_resp ul {
    list-style-type: none;
    padding-left: 0;
}
/****************************
Revolution Slider Fixed Container
****************************/
.rev-slider-fixed {
    padding: 0px;
    position: relative;
    z-index: 0;
    top: 16px;
    left: 0px;
    position: relative;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    z-index: 1;
    visibility: hidden;
    background-color: #f9f9f9;
}

.simplebullets {
    -moz-transition: margin 100ms ease-in-out;
    -o-transition: margin 100ms ease-in-out;
    -webkit-transition: margin 100ms ease-in-out;
    transition: margin 100ms ease-in-out;
}




/* Overwrite Default Revolution Slider CSS */
.rev-slider-fixed div.tparrows,
.rev-slider-full div.tparrows {
    opacity: 0;
    filter: alpha(opacity=0);
}

.rev-slider-fixed:hover .tparrows,
.rev-slider-full:hover .tparrows {
    opacity: 1;
    filter: alpha(opacity=70);
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    -webkit-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}

.rev-slider-fixed div.tp-leftarrow,
.rev-slider-full div.tp-leftarrow {
    background: no-repeat 17px center url("../images/assets/arrow_left.png");
    width: 50px;
    height: 50px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 2px;
}


/* We have to overwrite the bg color, because the mdia quuery overwite the background color after changing the background image */

.rev-slider-fixed div.tp-leftarrow:hover,
.rev-slider-full div.tp-leftarrow:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.rev-slider-fixed div.tp-rightarrow,
.rev-slider-full div.tp-rightarrow {
    background: no-repeat 20px center url("../images/assets/arrow_right.png");
    width: 50px;
    height: 50px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 2px;
}


/* We have to overwrite the bg color, because the mdia quuery overwite the background color after changing the background image */

/* We have to overwrite the bg color, because the mdia quuery overwite the background color after changing the background image */

.rev-slider-fixed div.tp-rightarrow:hover,
.rev-slider-full div.tp-rightarrow:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.rev-slider-fixed .tp-bullets.simplebullets.round .bullet {
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    background: no-repeat top left url("../images/assets/bullets3.png");
    width: 12px;
    height: 12px;
}


.rev-slider-fixed .tp-bullets.simplebullets.round .bullet:hover,
.rev-slider-fixed .tp-bullets.simplebullets.round .bullet.selected,
.rev-slider-fixed .tp-bullets.simplebullets.navbar .bullet:hover,
.rev-slider-fixed .tp-bullets.simplebullets.navbar .bullet.selected {
    background-position: 0 -15px;
}


/****************************
Revolution Slider Container
****************************/
.rev-slider-full {
    padding: 0px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
    width: 100%;
    position: relative;
    padding: 0;
    max-height: 500px;
    overflow: hidden;
    visibility: hidden;
    left: 0;
    top: 0;
    clear: both;
}

.rev-slider-full .button.btn-flat, .rev-slider-fixed .button.btn-flat {
    color: #fff;
    padding: 10px 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.rev-slider-full .button.btn-flat:hover, .rev-slider-fixed .button.btn-flat:hover {
    color: #fff;
    background-color: #3b3b3b;
}

.button.btn-outlined {
    padding: 10px 15px;
    background-color: transparent !important;
    color: #fff !important;
    text-shadow: 1px 1px 1px #141414;
    border: 1px solid #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.button.btn-outlined:hover, .button.btn-outlined:active, .button.btn-outlined:focus {
    text-shadow: none;
    background-color: #fff !important;
    color: #4b4b4b !important;
    opacity: 1;
}


.slider-text-title {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-size: 42px;
    color: #1a242f;
    font-weight: bold;
}

.slider-text-description {
    font-family: "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #626262;
}
/****************************
Search Box
****************************/
.searchbox {
    height: 35px;
    float: right;
    -moz-transition: background-color 200ms;
    -o-transition: background-color 200ms;
    -webkit-transition: background-color 200ms;
    transition: background-color 200ms;
    background-color: #fff;
    border: 1px solid;
    border-color: transparent #e8e8e8;
    padding-top: 4px;
}

.searchbox.searchbox-open {
    border-bottom: 1px solid #eee;
}

.searchbox .searchbox-icon {
    font-size: 16px;
    color: #bdbdbd;
    color: rgba(189, 189, 189, 0.48);
    margin: 2px 0px 0 4px;
    float: left;
    cursor: pointer;
    background: none;
    border: 0;
    width: 28px;
    text-align: center;
    background: no-repeat -55px 0 url("../images/sprites.png");
    width: 27px;
    height: 17px;
}


.searchbox .searchbox-inputtext {
    float: right;
    margin: 2px 0 0 2px;
    width: 0px;
    background: none;
    border: 0;
    outline: 0;
    line-height: 20px;
    color: #6c6c6c !important;
    padding: 3px 0px 0 2px !important;
    box-sizing: border-box;
    font-size: 16px;
    -moz-transition: width 400ms !important;
    -o-transition: width 400ms !important;
    -webkit-transition: width 400ms !important;
    transition: width 400ms !important;
}
.searchbox .searchbox-inputtext:focus, .white-bg {
    background-color: #fff;
}

.white-bg {
	padding-top: 20px;
}

.white-20 {
	background-color: #fff;
	padding: 20px;
}

.white-20 h1 {
    color: #000;
}

.top10 {
  margin-top: 10px;
}


.top20 {
	margin-top: 20px;
}

.white-20 p {
  font-size: 16px;
}


.searchbox .searchbox-submit {
    display: none;
}

.loading-container {
    overflow: hidden;
    padding: 55px 0;
    text-align: center;
    text-align: center;
}

.loading-container .loading-text {
    font-size: 16px;
    margin: 20px 0 0 0;
    text-transform: lowercase;
    font-family: "Raleway", sans-serif;
}

.hide-until-loading {
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
}

.loading {
    margin: 0 auto;
    height: 20px;
    width: 20px;
    position: relative;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    display: none  \9;
}

.loading i {
    height: 20px;
    width: 20px;
    border-radius: 25px;
    display: block;
    position: absolute;
}

.loading i:before, .loading i:after {
    content: '';
    display: block;
    position: absolute;
    height: inherit;
    width: inherit;
    border-radius: inherit;
}

.loading i:first-child:before {
    background: #279FBB;
    -webkit-animation: rotate-top-left 1.5s linear infinite;
    -moz-animation: rotate-top-left 1.5s linear infinite;
    animation: rotate-top-left 1.5s linear infinite;
    opacity: 0.5;
}

.loading i:first-child:after {
    background: #279FBB;
    -webkit-animation: rotate-top-right 1.5s linear infinite;
    -moz-animation: rotate-top-right 1.5s linear infinite;
    animation: rotate-top-right 1.5s linear infinite;
    opacity: 0.5;
}

.loading i:last-child:before {
    background: #279FBB;
    -webkit-animation: rotate-bottom-left 1.5s linear infinite;
    -moz-animation: rotate-bottom-left 1.5s linear infinite;
    animation: rotate-bottom-left 1.5s linear infinite;
    opacity: 0.5;
}

.loading i:last-child:after {
    background: #279FBB;
    -webkit-animation: rotate-bottom-right 1.5s linear infinite;
    -moz-animation: rotate-bottom-right 1.5s linear infinite;
    animation: rotate-bottom-right 1.5s linear infinite;
    opacity: 0.5;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(-180deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}
@-webkit-keyframes rotate-top-right {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(-180deg);
        -webkit-transform-origin: 20% 20%;
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}
@-webkit-keyframes rotate-top-left {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        -webkit-transform-origin: 80% 20%;
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-webkit-keyframes rotate-bottom-right {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(-180deg);
        -webkit-transform-origin: 80% 80%;
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}
@-webkit-keyframes rotate-bottom-left {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        -webkit-transform-origin: 20% 80%;
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    50% {
        -moz-transform: rotate(-180deg);
    }
    100% {
        -moz-transform: rotate(-360deg);
    }
}
@-moz-keyframes rotate-top-right {
    0% {
        -moz-transform: rotate(0deg);
    }
    50% {
        -moz-transform: rotate(-180deg);
        -moz-transform-origin: 20% 20%;
    }
    100% {
        -moz-transform: rotate(-360deg);
    }
}
@-moz-keyframes rotate-top-left {
    0% {
        -moz-transform: rotate(0deg);
    }
    50% {
        -moz-transform: rotate(180deg);
        -moz-transform-origin: 80% 20%;
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-moz-keyframes rotate-bottom-right {
    0% {
        -moz-transform: rotate(0deg);
    }
    50% {
        -moz-transform: rotate(-180deg);
        -moz-transform-origin: 80% 80%;
    }
    100% {
        -moz-transform: rotate(-360deg);
    }
}
@-moz-keyframes rotate-bottom-left {
    0% {
        -moz-transform: rotate(0deg);
    }
    50% {
        -moz-transform: rotate(180deg);
        -moz-transform-origin: 20% 80%;
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(-180deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
@keyframes rotate-top-right {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(-180deg);
        transform-origin: 20% 20%;
    }
    100% {
        transform: rotate(-360deg);
    }
}
@keyframes rotate-top-left {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
        transform-origin: 80% 20%;
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotate-bottom-right {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(-180deg);
        transform-origin: 80% 80%;
    }
    100% {
        transform: rotate(-360deg);
    }
}
@keyframes rotate-bottom-left {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
        transform-origin: 20% 80%;
    }
    100% {
        transform: rotate(360deg);
    }
}
.loading-fallback {
    display: none;
    display: block \9;
    text-align: center;
}



.classic-form {
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    padding: 40px;
}
/****************************
Sidebar navigation
****************************/
.list-group {
    list-style-type: none;
    padding: 0;
    margin: 0 0;
    border: 1px solid #e8e8e8;
}

.list-group a {
    padding: 10px 10px;
    border-bottom: 1px solid #eaeaea;
}

.list-group a:hover:after {
    color: #63B9CE;
}

.list-group a:hover {
    background-color: whitesmoke;
    color: #63B9CE;
    text-decoration: none;
    display: block;
}

.list-group a:after {
    content: "\f054";
    font-family: FontAwesome;
    float: right;
    font-size: 16px;
}

.list-group a:last-child {
    border-bottom: none;
}

.list-group a.active {
    background: #279FBB;
    color: #fff;
}
.list-group a.active:hover {
    background: #279FBB;
}
/****************************
Slider fixed container
****************************/
.slider-fixed-container {
    background-color: #279FBB;
    width: 100%;
    overflow: hidden;
}

.slider-fixed-frame {
    margin: auto;
    position: relative;
    z-index: 0;
}

.slider-fixed-frame .cycle-slideshow.cycle-show-with-frame {
    float: none;
}

.slider-fixed-frame:after {
    position: absolute;
    left: 0px;
    top: 16px;
    z-index: 0;
    content: "";
}

.sticky-header {
    position: fixed;
    z-index: 10000;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    -moz-box-shadow: 0 1px 2px #ccc;
    -webkit-box-shadow: 0 1px 2px #ccc;
    box-shadow: 0 1px 2px #ccc;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0.95;
    max-height: 100%;
    -webkit-backface-visibility: hidden;
}

.sticky-header .header {
    height: 30px;
}

.sticky-header .header .logo {
    margin: 6px 0 0 0;
    -moz-transition: margin 0.3s;
    -o-transition: margin 0.3s;
    -webkit-transition: margin 0.3s;
    transition: margin 0.3s;
}

.sticky-header .header .logo img {
    height: 30px;
}

.sticky-header .navigation > li > a > span.label-nav-sub {
    visibility: hidden;
}

.sticky-header .navigation > li > a {
    -moz-transition: height 0.3s;
    -o-transition: height 0.3s;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    height: 35px;
}

.sticky-header .navigation > li > a > span.label-nav {
    -moz-transition: margin 0.3s;
    -o-transition: margin 0.3s;
    -webkit-transition: margin 0.3s;
    transition: margin 0.3s;
    margin: 10px 0 0 0;
}

.sticky-header .navigation > li > a:before {
    -moz-transition: top 0.3s;
    -o-transition: top 0.3s;
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
    top: 10px;
}

.sticky-header .navigation ul {
    top: 40px;
    -moz-transition: top 0.3s;
    -o-transition: top 0.3s;
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
}

.sticky-header .navigation > li > a:after, .sticky-header .navigation > li > .activelink:after {
    height: 0px !important;
}

.sticky-header .mobile-menu-button {
    top: 18px;
}


.section-subscribe {
    width: 40%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
}
.section-subscribe input[type=text] {
    background-color: #8a8989;
    background-color: rgba(0, 0, 0, 0.2);
    border: 0;
    width: -moz-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
}
.section-subscribe input[type=text]::-webkit-input-placeholder {
    color: #fff;
}
.section-subscribe input[type=text]::-moz-input-placeholder {
    color: #fff;
}
.section-subscribe input[type=text]:-ms-input-placeholder {
    color: #fff;
}
.section-subscribe .subscribe-input.text-input {
    height: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.section-subscribe .social-icons {
    margin: 20px 0 0px;
    overflow: hidden;
    text-align: center;
}
.section-subscribe .social-icons .social-media-icon {
    float: none;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.5);
    background-position: 0 0;
    border: 0;
}

.subscribe-button {
    background-color: #279FBB;
    width: 40px;
    height: 40px;
    border: 0;
    color: #fff;
}

.section-subscribe input[type=text] {
    background-color: #f4f4f4;
    border: 0;
}
.section-subscribe input[type=text]::-webkit-input-placeholder {
    color: #bbb;
}
.section-subscribe input[type=text]::-moz-input-placeholder {
    color: #bbb;
}
.section-subscribe input[type=text]:-ms-input-placeholder {
    color: #bbb;
}
.section-subscribe .subscribe-button.icon-envelope-alt {
    background-color: #279FBB;
}


.section-color-bg .subscribe-button, .section-color-red .subscribe-button, .section-color-orange .subscribe-button, .section-color-green .subscribe-button, .section-color-blue .subscribe-button,
.section-color-dark-blue .subscribe-button, .section-color-gray .subscribe-button, .section-color-clouds .subscribe-button, .section-color-purple .subscribe-button, .section-px .subscribe-button,
.section-image .subscribe-button {
    background-color: black !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
}
.section-color-bg input[type=text], .section-color-red input[type=text], .section-color-orange input[type=text], .section-color-green input[type=text], .section-color-blue input[type=text],
.section-color-dark-blue input[type=text], .section-color-gray input[type=text], .section-color-clouds input[type=text], .section-color-purple input[type=text], .section-px input[type=text],
.section-image input[type=text] {
    background-color: #8a8989;
    background-color: rgba(0, 0, 0, 0.2);
}
.section-color-bg input[type=text]::-webkit-input-placeholder, .section-color-red input[type=text]::-webkit-input-placeholder, .section-color-orange input[type=text]::-webkit-input-placeholder, .section-color-green input[type=text]::-webkit-input-placeholder, .section-color-blue input[type=text]::-webkit-input-placeholder,
.section-color-dark-blue input[type=text]::-webkit-input-placeholder, .section-color-gray input[type=text]::-webkit-input-placeholder, .section-color-clouds input[type=text]::-webkit-input-placeholder, .section-color-purple input[type=text]::-webkit-input-placeholder, .section-px input[type=text]::-webkit-input-placeholder,
.section-image input[type=text]::-webkit-input-placeholder {
    color: #efefef;
}
.section-color-bg input[type=text]::-moz-input-placeholder, .section-color-red input[type=text]::-moz-input-placeholder, .section-color-orange input[type=text]::-moz-input-placeholder, .section-color-green input[type=text]::-moz-input-placeholder, .section-color-blue input[type=text]::-moz-input-placeholder,
.section-color-dark-blue input[type=text]::-moz-input-placeholder, .section-color-gray input[type=text]::-moz-input-placeholder, .section-color-clouds input[type=text]::-moz-input-placeholder, .section-color-purple input[type=text]::-moz-input-placeholder, .section-px input[type=text]::-moz-input-placeholder,
.section-image input[type=text]::-moz-input-placeholder {
    color: #efefef;
}
.section-color-bg input[type=text]:-ms-input-placeholder, .section-color-red input[type=text]:-ms-input-placeholder, .section-color-orange input[type=text]:-ms-input-placeholder, .section-color-green input[type=text]:-ms-input-placeholder, .section-color-blue input[type=text]:-ms-input-placeholder,
.section-color-dark-blue input[type=text]:-ms-input-placeholder, .section-color-gray input[type=text]:-ms-input-placeholder, .section-color-clouds input[type=text]:-ms-input-placeholder, .section-color-purple input[type=text]:-ms-input-placeholder, .section-px input[type=text]:-ms-input-placeholder,
.section-image input[type=text]:-ms-input-placeholder {
    color: #efefef;
}
/****************************
Tables
****************************/
table.table, table {
    width: 100%;
    text-align: left;
    background-color: transparent;
}

table.table thead tr {
    border-right: 0;
    background-color: #279FBB;
    color: #fff;
    text-align: left;
    padding: 10px 15px;
    vertical-align: top;
    font-size: 16px;
    font-weight: bold;
}

.table td, .table th {
    padding: 8px;
    border: 1px solid #D8D8D8;
}

.table tbody tr:hover {
    background: #fafafa;
}

table.hover thead th {
    background-color: #fff;
    color: #666;
    border: none;
}

table.hover thead tr {
    background-color: #fff;
}

table.hover td, table.hover th {
    border: none;
    border-bottom: 1px solid #e8e8e8;
}

table.hover tbody tr:nth-child(odd) {
    background-color: #fafafa;
}
/****************************
Tabs
****************************/
.etabs {
    margin: 0;
    padding: 0;
    clear: both;
}

.tab {
    display: inline-block;
    border-bottom: none;
    position: relative;
}

body .tab a {
    font-size: 16px;
    color: #b4b4b4;
    font-weight: 500;
    display: block;
    padding: 15px 20px;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
}

body .tab {
    display: block;
    background-color: #f5f5f5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    position: relative;
    top: 3px;
    border: 1px solid #e8e8e8;
    border-left: 0;
}

body .tab:first-child {
    border-left: 1px solid #e8e8e8;
}

body .tab:first-child {
    margin-left: 0;
}

.tab a i {
    margin: 0 7px;
    font-size: 16px;
    line-height: 7px;
}

.tab a:hover {
    text-decoration: underline;
    color: #279FBB;
    text-decoration: none;
}

.tab.active {
    background-color: #ffffff;
    color: #279FBB;
    border: 1px solid #e7e7e7;
    border-bottom: none;
    position: relative;
    top: 2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tab a.active {
    line-height: 25px;
}

.tab a.active:after {
    position: absolute;
    left: -1px;
    top: -4px;
    height: 3px;
    width: 100%;
}

.tab-container {
    visibility: hidden;
    height: 100vh;
}

.tab-container .panel-container {
    background: #fff;
    border: solid #666 1px;
    padding: 10px;
    -moz-border-radius: 0 4px 4px 4px;
    -webkit-border-radius: 0 4px 4px 4px;
    font-family: "Open Sans", sans-serif;
}

.tab-container .tabs-content {
    background: #ffffff;
    padding: 20px 20px;
    border: 1px solid #e7e7e7;
    clear: both;
}

.tab-container .tabs-content div {
    color: #666666;
    line-height: 20px;
    overflow: hidden;
    visibility: visible !important;
}


/****************************
Tag line
****************************/
.tagline {
    background: #f4f4f4;
    padding: 20px;
    font-size: 22px;
    line-height: 35px;
    font-weight: lighter;
    border: 1px solid #e8e8e8;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.tagline p:last-child {
    margin: 0;
}

/************************ Fonts *****************************/


@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  src: local('Raleway Thin'), local('Raleway-Thin'), url(https://fonts.gstatic.com/s/raleway/v9/RJMlAoFXXQEzZoMSUteGWFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(https://fonts.gstatic.com/s/raleway/v9/RJMlAoFXXQEzZoMSUteGWD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  src: local('Raleway ExtraLight'), local('Raleway-ExtraLight'), url(https://fonts.gstatic.com/s/raleway/v9/8KhZd3VQBtXTAznvKjw-k_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2'), url(https://fonts.gstatic.com/s/raleway/v9/8KhZd3VQBtXTAznvKjw-kxsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: local('Raleway Light'), local('Raleway-Light'), url(https://fonts.gstatic.com/s/raleway/v9/-_Ctzj9b56b8RgXW8FArifk_vArhqVIZ0nv9q090hN8.woff2) format('woff2'), url(https://fonts.gstatic.com/s/raleway/v9/-_Ctzj9b56b8RgXW8FAriRsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), url(https://fonts.gstatic.com/s/raleway/v9/0dTEPzkLWceF7z0koJaX1A.woff2) format('woff2'), url(https://fonts.gstatic.com/s/raleway/v9/IczWvq5y_Cwwv_rBjOtT0w.woff) format('woff');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: local('Raleway Medium'), local('Raleway-Medium'), url(https://fonts.gstatic.com/s/raleway/v9/CcKI4k9un7TZVWzRVT-T8_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2'), url(https://fonts.gstatic.com/s/raleway/v9/CcKI4k9un7TZVWzRVT-T8xsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(https://fonts.gstatic.com/s/raleway/v9/xkvoNo9fC8O2RDydKj12b_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2'), url(https://fonts.gstatic.com/s/raleway/v9/xkvoNo9fC8O2RDydKj12bxsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}


/*********************** JQUERY SMOOOTHNESS ********************/
/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}




/************************ Custom ******************************/

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

.thin {
	padding: 0;
}

.in_breadcrumb {
	 display: inline;
	 margin: 0;
	 padding: 0;
}

.stones-bg {
  background: #383838;
  background-image: none;
}

.section-content.section-px.stones-bg, .stones-bg {
  background: #383838;
  background-image: none;
}


.grabber {
	font-size: 16px;
	margin-right:20px;
}

.divider {
    margin: 10px 0;
    width: 100%;
    display: block;
    border-bottom: 1px solid #d8d8d8;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

#panel {
    margin-left: 480px;
	margin-top: -2px;
    margin-right: 15px;
}

.list-group-item {
    padding: 5px 15px;
}

.slideout-menu {
  position: fixed;
  left: 0;
  top: 103px;
  bottom: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  z-index: 0;
  width: 450px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: block;
  margin-right: 450px;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #E5E5E5;
    font-weight: bold;
}

.cancel-x {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 0 13px !important;
  margin-top: 5px;
}

.slideout-panel {
  position:relative;
  z-index: 1;
  will-change: transform;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

button.btn, .btn-primary {
    font-size: 16px;
    text-transform: none;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: none;
    text-shadow: 0;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}

.btn, input[type="submit"], input[type="button"], button.btn, .btn-primary {
    text-transform: none;
    font-size: 16px;
    border: solid 1px #ccc;;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: none;
    text-shadow: 0;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: v;
    transition: none;
    padding: 0 6px 0 11px !important;
}

#header {
  	border-bottom: solid 3px #fff;
  	position: fixed;
  	width: 100%;
  	color: #fff;
  	z-index: 10000000;
  	background-color: #000;
}

.feature {
    background-color: #fff;
}

.feature .feature-details {
    background: #fff;
}

.form-control {
  height: 36px;	
}

#k {
  width: 98%;
  border: solid 1px #ccc;
}

#top-search-form {
    margin-top: 10px;
    width: 300px;
}

.menu {
    background-color: #fff;
    background-image: none;
    color: #000;
}

.menu a {
    color: #00137F;
    font-size: 16px;
}

.menu-section {
    margin: 10px 0;
}

.menu-section-title {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    background-color: #eee;
}

h3.menu-section-title {
  background-color: #fff; 
}

.copyright {
    position: fixed;
    bottom: 0;
    height: 40px;
    width: 100%;
    z-index: 10000000;
    background-color: #000;
    border-top: solid 1px #fff;
    color: #fff;
}

.share-icons {
	  margin-top: 4px;
    float: right;
}

#likes, #favs {
  width: 50%;
  height: 60px;
  background-color: #fff;
}

[class*='col-'] {
    padding-right:5px;
    padding-left:5px;
}

ul {
    padding-inline-start: 10px;
}

.breadcrumbs {
	margin: 49px 0 0 0;
    padding: 16px 0 12px 2%;
    width: 100%;
    background: #383838;
    color: #fff;
    font-size: 18px;
    z-index: 1;
}

.list-group-item {
  background: #eee;	
}

.carousel-row {
    margin-right: -10px;
    margin-left: -10px;
}

.heading {
    background-color: #383838;
    color: #fff;
    margin: auto;
    opacity: 0.8;
    padding-left: 20px;
    width: 100%;
}

.fat-heading {
	padding: 25px 10px 10px 20px;
	font-size: 26px;
}

.mobile-nav a {
    font-size: 16px;
}

.breadcrumbs a {
    color: #fff;
}

#thumbs-up {
    cursor: pointer;
}

.avatar {
  border-radius: 50%;
  width: 40px;
  margin: -13px 20px 0 0;
  cursor: pointer;
}

.dropdown .user-drop {
  margin-top: -25px;
}

.sides {
	margin: 0 5px;
}


.navigation > li > a > span.label-nav {
	  margin-top: 21px;
    font-weight: 600;
}
.navigation ul li a {
	width: 250px;
  border-bottom: solid 1px #ccc;  	
}
.blog-search {
	width: 200px;
   	margin: 18px 0 0 10px;
}

.h3-body-title {
 	float: left;
	width: 90%;
	color: #fff !important;
	margin: 5px 0 0 10px;
}

.location {
	background-color: #fff;
	font-size: 22px;
	padding: 6px 0px 6px 0;
	text-align: center;
}


.location-title {
  color: #2A5B6C;
  margin: 0 3px;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  z-index: 1;
}

.price {
	font-size: 16px;
  color: #2A5B6C;
  float: right;
}

.big-price {
  font-size: 20px;
}

.modal a.close-modal[class*="icon-"] {
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  color: #fff;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  background: #900;
  border: 2px solid #fff;
  -webkit-border-radius:  26px;
  -moz-border-radius:     26px;
  -o-border-radius:       26px;
  -ms-border-radius:      26px;
  -moz-box-shadow:    1px 1px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
  box-shadow:         1px 1px 5px rgba(0,0,0,0.5);
}

.remove {
  z-index: 1;
  font-size: 20px;
}

.fav {
  float: right;
  width: 20px;
}

.detail-fav {
  float: right;
  margin-left: 20px;
  width: 35px;
}

.feature-content h1 {
  color: #4B4B4B;
  margin-bottom: 15px;	
}



.is-fav {
  font-size: 30px;
  color: #538190;
  z-index: 1;
  cursor: pointer;
}

.is-not-fav {
  font-size: 30px;
  color: #ccc;
  z-index: 1;
  cursor: pointer;  
}

.nav-tabs > li > a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: default;
    background: transparent linear-gradient(to right, #558291 0%, #225769 100%) repeat scroll 0% 0% !important;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: pointer;
}

.nav-tabs > li.active > a {
    color: #000;	
    background: #fff !important;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: pointer;
}


.thin-gutter > [class*='col-'] {
    padding-right:5px;
    padding-left:5px;
}

.thin-gutter {
    margin: 0 5px;	
}

.detail-tile {
	margin-left: -5px;	
}

.content-wrapper {
    padding-top: 0;
    padding-bottom: 35px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb-container {
	background-color: #279fbb;
}
          
header .container-wide {
	padding: 0 20px 0 0;
}
          
.navigation ul {
    top: 50px;
}

.rh1 {
	color: #fff;
	margin: -18px 0 0 13px;		
}

.dh1 {
	color: #555;
	font-size: 20px;
	margin: -10px 0 10px 0;
}

.portfolio-filter-container {
	text-align: left;
}

h3, h4, h5, h6 {
    margin: 5px 0px 5px;
    color: #fff;
}

#results, .tab-content {
    width: 100%;
    min-height: 500px;
}

.results-h1 {
    color: #000;
    letter-spacing: 4px;
    margin: 0px 10px 5px 10px;
    float: none;
    font-weight: bold;
    font-size: 19px;
    text-align: center;
}

#refine {
	margin-left: -8px;
	border: 0;
    background-image: url("../../images/placeholders/stones.jpg");
    background-size: 500px 600px;
}

.navbar-default .navbar-brand {
    color: #fff;	
}
	
.nopad {
 	padding-right: 0;
     padding-left: 0;	   
}


.body-wrapper .tags a {
	border-radius: 5px;
}

.modal-header, .modal-footer {
	background-color: #225769;
}

.section-tabs .tab-content {
    padding: 10px 0px;
    overflow: hidden;
}	

#tag {
    width: 135px;
    border: 1px solid #CCC;
    height: 35px;
    border-radius: 5px;
}				

.white-20 h4, .white-20 p {
	color: #000;
}

.pale {
	padding: 20px;
	background-color: #E5E4E3;
}

.tagit {
	float: left;
}

.modal-content h5 {
	color: #000;	
}

.likes {
  font-size: 16px;
  padding: 13px;
  margin-left: 49px;
  width: 100%;
  font-weight: 600;
}

.share {
	margin: 5px 10px 0 0;
	float: left;
}
.share-icons {
	float: left;
}

div.bigstars div.rateit-range
{
    background: url(../../images/star-white32.png);
    height: 32px;
}
 
div.bigstars div.rateit-hover
{
    background: url(../../images/star-gold32.png);
}
 
div.bigstars div.rateit-selected
{
    background: url(../../images/star-red32.png);
}
 
div.bigstars div.rateit-reset
{
    background: url(../../images/star-black32.png);
    width: 32px;
    height: 32px;
}
 
div.bigstars div.rateit-reset:hover
{
    background: url(../../images/star-white32.png);
}	

.blog-post-featured-img {
	position: relative;
}

.price {
	color: #2A5B6C;
}

.sidebar-block {
    margin: 0px 0px 10px;
}

.grey-box {
	background-color: #ccc;
	padding: 5px;
	height: 45px;
	text-align: center;
	border-radius: 5px;	
}

button.btn.btn-thin {
	margin: 4px 0 0 1px;
	height: 24px;
	line-height: 24px;
	padding: 2px;
}

.loc {
	font-size: 16px;
	margin-bottom: 15px;
}

.modal-backdrop.in { z-index: auto;}

.login, .login a {
    font-weight: 600;
    font-size: 16px;
    margin: 10px 0px 0px;
}

.login img {
	border-radius: 20px;
    margin-top: -6px;
    height: 32px;
}

.section-content {
    padding: 0px;
}

.navigation > li {
    margin-right: 20px;
}

.navigation ul {
    max-height: 500px;
    overflow: auto;
}


    /**
    * Carousels
    **/
    #my-trips .item-block img,
    #my-trips .item-block h4,
    #my-trips .item-block p,
    #trending-destinations .item-block img,
    #trending-destinations .item-block h4,
    #trending-destinations .item-block p,
    #luxury-travel .item-block img,
    #luxury-travel .item-block h4,
    #luxury-travel .item-block p,
    #adventure-travel .item-block img,
    #adventure-travel .item-block h4,
    #adventure-travel .item-block p,
    #family-travel .item-block img,
    #family-travel .item-block h4,
    #family-travel .item-block p,
    #tag-travel .item-block img,
    #tag-travel .item-block h4,
    #tag-travel .item-block p
    {
        float: left;
        position: relative;
        display: block;
        margin: 0;
    }

    #my-trips .item-block img,
    #trending-destinations .item-block img,
    #tag-travel .item-block img
    {
        width: 300px;
        height: 200px;
        border: 0;
        padding: 0;
	    margin-bottom: 2px;
    }

    #luxury-travel .item-block img,
    #adventure-travel .item-block img,
    #family-travel .item-block img
    {
        width: 300px;
        height: 216px;
        border: 0;
        padding: 0;
	    margin-bottom: 2px;        
    }
    
    #my-trips .item-block,
    #trending-destinations .item-block,
    #luxury-travel .item-block,
    #adventure-travel .item-block,
    #family-travel .item-block,
    #tag-travel .item-block
    {
        text-decoration: none;
        color: inherit;
    }

	#my-trips .item-block h4,
    #trending-destinations .item-block h4,
    #tag-travel .item-block h4
    {
        background-color: #fff;
        color: #000;
        height: auto;
        padding: 2px 0 2px 6px;
        transition: color 0.2s ease-out 0s;
        width: 100%;
    }
    
	#luxury-travel .item-block h4,
    #adventure-travel .item-block h4,
    #family-travel .item-block h4
    {
        color: #fff;
        padding: 6px;
        transition: color 0.2s ease-out 0s;
        width: 300px;
		position: absolute;
		top: 172px;
		background-color: #000;
		opacity: 0.7;
    }

    #my-trips .item-block:hover h4,
    #trending-destinations .item-block:hover h4,
    #luxury-travel .item-block:hover h4,
    #adventure-travel .item-block:hover h4,
    #family-travel .item-block:hover h4,
    #tag-travel .item-block:hover h4
    {
        color: #1873c9;
    }
    
    #my-trips .item-block p,    
    #trending-destinations .item-block p,
    #luxury-travel .item-block p,
    #adventure-travel .item-block p,
    #family-travel .item-block p,
    #tag-travel .item-block p
    {
        font: normal 14px Helvetica, Arial, sans-serif;
        color: #555;
        width: 100%;
        padding: 5px;
        background-color: #E2E2E2;
        border-bottom: solid 1px #ccc;
    }
    
    #my-trips .scrollbar-holder,    
    #trending-destinations .scrollbar-holder,
    #luxury-travel .scrollbar-holder,
    #adventure-travel .scrollbar-holder,
    #family-travel .scrollbar-holder,
    #tag-travel .scrollbar-holder
    {
        background: #CED7DB;
        bottom: 0;
        height: 1px;
        left: 0;
        right: 0;
    }
    
    #my-trips .scrollbar,
    #trending-destinations .scrollbar,
    #luxury-travel .scrollbar,
    #adventure-travel .scrollbar,
    #family-travel .scrollbar,
    #tag-travel .scrollbar
    {
        background-color: #45a8ce !important;
        bottom: 0;
    }

    #my-trips,
    #trending-destinations,
    #tag-travel
    {
      width: 100%;
      height: 228px;
      margin: 0 auto; 
    }
    
	.touchcarousel .touchcarousel-container {
		margin-left: 8px;
	}
	
    #my-trips .arrow-holder,
    #trending-destinations .arrow-holder,
    #tag-travel .arrow-holder
    {
      height: 160px;
    }
    
    #my-trips .touchcarousel-item,
    #trending-destinations .touchcarousel-item,
    #tag-travel .touchcarousel-item
    {
      margin-right: 1px;
      width: 300px;
      height: 257px;
    }
    
    #my-trips .item-block,
    #trending-destinations .item-block,
    #tag-travel .item-block
    {
      width: 300px;
      height: 257px;
      display: block;
    }

    #luxury-travel,
    #adventure-travel,
    #family-travel
    {
        width: 100%;
        height: 223px;
        margin: 0 auto;
    }
    
    #luxury-travel .arrow-holder,
    #adventure-travel .arrow-holder,
    #family-travel .arrow-holder
    {
        height: 230px;
    }
    
    #luxury-travel .arrow-holder.left,
    #adventure-travel .arrow-holder.left,
    #family-travel .arrow-holder.left
    {
	    left: 23px;
    }

    #luxury-travel .arrow-holder.right,
    #adventure-travel .arrow-holder.right,
    #family-travel .arrow-holder.right
    {
	    right: 23px;
    }

    #luxury-travel .touchcarousel-item,
    #adventure-travel .touchcarousel-item,
    #family-travel .touchcarousel-item
    {
        margin-right: 10px;
        width: 290px;
        height: 207px;
    }
    
    #luxury-travel .item-block,
    #adventure-travel .item-block,
    #family-travel .item-block
    {
        width: 300px;
        height: 207px;
        display: block;
    }

		
		.btn, input[type="submit"], input[type="button"], button.btn, .btn-primary {
		    padding: 0 11px 0 11px !important;
		}



	  .no-curve {
	  	border-radius: 0;
	  }

	  .feature .feature-details {
	      border-radius: 0 0 6px 6px;
	  }

    .filters {
        margin-top: 5px;
    }

  .filter {
      display: block;
      border-right: medium none;
      line-height: 23px;
      font-size: 17px;
      margin: 15px 0px;
    background: rgba(85,130,145,1);
    background: -moz-linear-gradient(left, rgba(85,130,145,1) 0%, rgba(34,87,105,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(85,130,145,1)), color-stop(100%, rgba(34,87,105,1)));
    background: -webkit-linear-gradient(left, rgba(85,130,145,1) 0%, rgba(34,87,105,1) 100%);
    background: -o-linear-gradient(left, rgba(85,130,145,1) 0%, rgba(34,87,105,1) 100%);
    background: -ms-linear-gradient(left, rgba(85,130,145,1) 0%, rgba(34,87,105,1) 100%);
    background: linear-gradient(to right, rgba(85,130,145,1) 0%, rgba(34,87,105,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#558291', endColorstr='#225769', GradientType=1 );
      border-radius: 5px;
  }

  .filter a, .filter a:hover {
        color: #fff;
      padding: 3px 15px;
  }
  
  .rh1 {
    margin-top: 5px;
  }
  
  h3 {
    margin-left: 20px;
  }
  
  .filter-box {
    width: 100%;
    padding: 0 5px 0 5px;
    background-color: #383838;
  }
    
    .container-wide {
        padding: 0;
    }
    
    
    .blog-search {
      width: 250px;
    }
    
    .form-control {
        color: #000;
    }
    
    h1 {
      font-size: 20px;
      font-weight: 600;
      color: #fff;
      margin: 5px 0 0 0;
      line-height: 22px;
    }
  
  .h1 {
    float: left;
    margin-top: 0;
  }

  #menu .feature {
      border-radius: 0;
  }

  #menu .feature-image img {
      width: 100%;
  }
  
/*  Slide in Panel Menu  */  
	#toggle-button {
	    font-weight: bold;
	    padding: 0px 10px 1px 10px;
	    letter-spacing: 4px;
	    background-color: #fff;
	    border: solid 1px #ccc;
	    -ms-transform: rotate(90deg); /* IE 9 */
	    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
	    transform: rotate(90deg);
	    position: fixed;
	    cursor: pointer;
	    top: 139px;
	    left: 404px;
	    z-index: 1000;
	}

    .blurb {
        height: 265px;
        margin-bottom: 10px;
        overflow: auto;
        font-size: 16px;
    }
    
    
    .blurbphoto {
        width: 100%;
        height: 363px;
    }
    
    .activities {
        margin-right: -15px;
        margin-left: -10px;
        width: 100% !important;
    }

    .activities h2{
        width: 100% !important;
    }
    
    .pad5  {
    	padding: 5px;
    }
    
    .left20  {
    	margin-left: 20px;
    }
    
    .left30  {
    	margin-left: 30px;
    }
    
    nav .input-group .form-control {
    	display: inline;
	}
	
	.post-header {
		margin: 0 0 0 9px;
	    position: relative;
	    background-color: #D8D8D8;
	    padding: 20px;
	}	
	
	.post-header h2 {
		font-family: 'Helvetica Neue', sans-serif;
		font-size: 26px;
		letter-spacing: 1px;
		padding: 0 0 15px 20px;
		border-bottom: double #555;
		margin: 0;
	}

	.h3stuck h3 {
		margin: 0 -15px 0 -15px;
		text-align: center;
		z-index: 999;
		color: #fff;
		background: rgba(76,76,76,1);
		background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(12%, rgba(89,89,89,1)), color-stop(25%, rgba(102,102,102,1)), color-stop(39%, rgba(71,71,71,1)), color-stop(50%, rgba(44,44,44,1)), color-stop(51%, rgba(0,0,0,1)), color-stop(60%, rgba(17,17,17,1)), color-stop(76%, rgba(43,43,43,1)), color-stop(91%, rgba(28,28,28,1)), color-stop(100%, rgba(19,19,19,1)));
		background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
		background: -o-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
		background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
		background: linear-gradient(to bottom, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
		padding: 10px 0;
	}
	
	.post-header p { font-family: 'Verdana', sans-serif; font-size: 16px; margin: 0; padding: 10px 10px 0 20px;}
	
	.post-header a { border-bottom: 1px solid #c64119; text-decoration: none; }
	
	.post-header a:hover { border-bottom: 1px solid #993213; }
	
	.gold-text {
	    color:#c3a343;
	    -webkit-text-fill-color: transparent;
	    background: -webkit-linear-gradient(transparent, transparent),
	    url(https://www.tripgrab.com/images/gold.png) repeat;
	    background: -o-linear-gradient(transparent, transparent);
	    -webkit-background-clip: text;
	}
	
	#ads {
		padding-top: 1px;
		text-align: center;
		height: 100%;
	}
	
	.curve-top-right {
		border-top-right-radius: 15px;
	}
	
	.blue-back {
		background-color: #2D3E52;	
	}
	.white-back {
		background-color: #fff;
	}
	p::first-letter {
	    font-size: 120%;
	    color: #538190;
	    font-weight: 600;
	}
	.tags {
		margin-top: 15px;
	}
	.btn-thin {
		padding: 4px 9px 0px 9px !important
	}
	
	.body-wrapper .tags a:hover {
	    background-color: #80A8B5;
	    color: #fff !important;
	    text-decoration: none;
	}	
	
	.pad4 {
		padding: 4px;
	}

	.ad-column {
		margin-left: -10px !important;
		width: 165px !important;
		text-align: center;
	}

	.panel-default {
		border-color: #2D3E52;
	}

	#map_canvas {
		margin-left: 15px;
		width: 100%;
		height: 430px;
	}    
	
	.col-md-12 {
		width: calc(100% - 20px);
		float: left;
	}
	
	.col-md-1 {
	    width: 170px;
		float: left;
		text-align: center;
	}

	.main-section {
		background-color: #2D3E52;
		padding: 0;
		clear: both;
		width: 100%;
		margin: 0 0 0 6px;
	}
	
	.tag-row {
		margin-right: 0;
		margin-left: -3px;
	}
	
	.more-like {
		padding-left: 56px;
	}
	
	.no-padding {
		padding: 0;
	}
	
	.no-margin {
		margin: 0;
	}

	.item {
        margin: 0;
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	}
	
	.item-image-box {
		padding-right: 5px;
		padding-left: 0;	
	}
	
	.item-image {
		width: 100%;
		max-height: 250px;
	}
	
	.item-text-box {
		padding: 15px;	
	}
	
	.item-title {
		margin: 5px 5px 0 0;
		font-weight: bold;
	}
	
	.item-description {
		font-size: 16px;
		margin-bottom: 10px;	
	}
	
	.item-location {
		font-size: 16px;	
	}
	
	.h3stuck {
		margin-right: 17px;
		margin-left: 19px;
	}

	.panel-default > .panel-heading {
	    color: #333;
	    background-color: #2d3e52;
	    border-color: #ddd;
	}

    .btn {
        padding: 5px;
        line-height: 33px;
        background-color: #3765ad;
    }
	
	#toggle-button {
	    top: 200px;
	}						


	h1 {
	    margin: 0;
	}
	
	h4 {
	    font-size: 16px;
	    line-height: 22px;
	}	
	
	.left10 {
	    margin: -2px 10px 0 0;
	}
	
	.panel {
	    margin-bottom: 5px;
	}						

	#panel {
	    margin-top: 0px;
		padding-left: 8px;
	}

	.with-items {
		padding-left: 22px;
	}

	#panel.item-panel {
		padding-left: 22px;
	}

    @media (max-width: 1023px) {
		#toggle-button {
            top: 109px;
		}
	}

	
    
/* The Masonry Container */
  .masonry {
    margin: 0 auto;
    max-width: 100%;
    column-gap: .5em;
  }
  
  .masonry img {
    max-width: 100%;
    vertical-align: middle;
  }
  
  /* The Masonry Brick */
  .item {
    background: #fff;
    padding: .3em;
    margin: 0 0 .5em;
  }
  
  .item img {
    /* max-height: 410px; */
  }

  /* Masonry on large screens */
  @media only screen and (min-width: 1024px) {
    .masonry {
      column-count: 4;
    }
  }
  
  /* Masonry on medium-sized screens */
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .masonry {
      column-count: 3;
    }
  }
  
  /* Masonry on small screens */
  @media only screen and (max-width: 767px) and (min-width: 540px) {
    .masonry {
      column-count: 2;
    }
  }
  