.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* CSS reset */
body,div,dl,dt,dd,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td { 
    margin:0;
    padding:0;
}
html,body {
    background: #000;
}
select,
a,
input,
textarea,
figure,
button,
select,
option
{
    outline: none;
}
*,
*:hover,
*:active,
*:focus
{
    outline: none;
}
p {
    word-wrap: break-word;
}
b, strong {
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: normal;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #f3742d;
    text-decoration: none;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img { 
    border:0;
}
input{
    border: 1px solid #d6d6d6;
    padding: 13px 10px 12px 10px;;
    color:#000;
    width:100%;
    font-size: 16px;
    margin-bottom: 28px;
    line-height: 1;
    font-family: 'Montserrat-Regular';
}
input.required {
    background: #fff url(images/required.jpg) no-repeat;
    background-position: right 15px center;
}
input::placeholder {
    color: #a9a9a9;
}
textarea::placeholder {
    color: #a9a9a9;
}
textarea {
    width: 100%;
    min-height: 135px;
    padding: 13px 5px 12px 18px;
    color: #000;
    font-size: 18px;
    margin-bottom: 25px;
    border: 1px solid #d6d6d6;
    font-family: 'Montserrat-Light', sans-serif;
    line-height: 1.4;
}
select {
    display: block;
    width: 100%;
    border: 1px solid #d6d6d6;
    padding: 13px 5px 12px 18px;
    font-size: 18px;
    line-height: 1;
    color: #a9a9a9;
    border-radius: 0px;
    font-family: 'Montserrat-Light', sans-serif;
    margin-bottom: 28px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #fff no-repeat;
    background-position: right 15px center;
}
.width100 {
    width: 100%;
}
input[type="checkbox"] {
    display: inline-block;
    width: auto;
}
#submit{
    margin-bottom: 0px;
    background: #f3742d;
    border:0px;
    color:#fff;
    font-family: 'Montserrat-Regular', sans-serif;
    padding: 15px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#submit:hover{
    background: #743411;
}
address,caption,cite,code,dfn,th,var {
    font-style:normal;
    font-weight:normal;
}
caption,th {
    text-align:left;
}
q:before,q:after {
    content:'';
}
abbr,acronym {
    border:0;
}

#content * {
    word-break: break-word;
}

canvas, img {
    image-rendering: optimizeQuality;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: bicubic;
}
::selection {
  background: #1b9ad6; /* WebKit/Blink Browsers */
  color:#fff;
}
::-moz-selection {
  background: #1b9ad6; /* Gecko Browsers */
  color:#fff;
}
select:active, select:hover {
  outline-color: #1b9ad6;
}
/* WORDPRESS CONTENT IMAGE CLASSES */

.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

.alignleft,
.alignright,
.aligncenter,
.alignnone {
    height: auto;
    max-width: 100%;
}
.inline {
    display: inline-block;
}
.float-right {
    float: right;
}
.no-padding{
    padding: 0px;
}
.no-margin{
    margin:0px;
}
.img100 img,
img.img100{
    width: 100%;
    height: auto;
}

ul {
    list-style: none;
    margin:0px;
    padding: 0px;
}
li:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 12px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    margin-right: 9px;
    margin-left: 5px;
    font-size: 14px;
}
.editor_ui_top{
  border-top: 1px dashed gray;
}
.editor_ui_right{
  border-right: 1px dashed gray;
}
.editor_ui_left{
  border-left: 1px dashed gray;
}
.clearfix{
  border-bottom: 1px dashed gray;
}
.button {
    padding: 15px 40px;
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    background: #da6828;
    display: inline-block;
    margin-bottom: 10px;
}
.button:hover{
    padding: 15px 40px;
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    background: #743411;
    display: inline-block;
}
/*~~~~~~~~~~  FONTS  ~~~~~~~~~~*/
h1 {
    color: #fff;
    font-size: 48px;
    font-family: 'Montserrat-Medium', sans-serif;
    margin: 20px 0px 30px 0px;
    text-transform: uppercase;
}
h2{
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 32px;
    font-weight: 600;
    color:#fff;
    margin-top: 20px;
    margin-bottom: 35px;
    display: block;
}
h3{
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color:#fff;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    line-height: 1.3;
}
h4{
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color:#fff;
    margin: 15px 0px 10px 0px;
    display: block;
    line-height: 1.4;
}
body{
    font-size: 16px;
    font-family: 'Montserrat-Light', sans-serif;
    color:#cfcfcf;
    line-height: 1.4;
}
p{
    font-size: 16px;
    font-family: 'Montserrat-Light', sans-serif;
    color:#cfcfcf;
    line-height: 1.4;
    margin-bottom: 15px;
}

p.wp-caption-text,
.wp-caption-dd {
    margin-bottom: 0px;
    text-align: center;
    margin-top: 3px;
    font-style: italic;
    font-weight: 600;
}
li {
    line-height: 1.5;
    margin-bottom: 10px;
}
hr {
    border-top: 1px solid #323232;
    margin: 20px 0px 20px 0px;
}
ul li ul {
    margin-left: 15px;
}
span.dark-gray {
    color: #8b8b8b;
}
/*~~~~~~~~~~~ BUTTONS ~~~~~~~~~~~~*/

.white-button {
    color: #f3742d;
    font-size: 16px;
    border: 2px solid #f3742d;
    padding: 15px 40px;
    display: inline-block;
    line-height: 1;
    font-family: 'Montserrat-Medium', sans-serif;
    margin-top: 20px;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    word-break: break-all;
}
.white-button:hover {
    background: #fff;
}
.purple-blue {
    padding: 15px 40px;
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
    text-decoration: none;
    background: #f3742d;
    display: inline-block;
    cursor: pointer;
    word-break: break-word;
}
.purple-blue:hover {
    background: #743411;
    color: #fff;
}
.link-custom a {
    color: #f3742d;
    cursor: pointer;
}
.link-custom a:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    word-break: break-all;
}

.mainContent.loaded .row img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

a.link-custom {
    color: #f3742d;
}

a.link-custom:hover {
    color: #fa8d4f;
}

a.link-custom:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    margin-left: 10px;
}
body.custom_after-slider-caption {
    background: #fff;
}

.uppercase {
    text-transform: uppercase;
}
span.title_number {
    font-size: 52px;
    color: #f3742d;
    float: left;
    position: relative;
    margin-right: 7px;
    line-height: 1;
}
@media (max-width: 600px) {
    span.title_number {
        font-size: 53px;
        line-height: 0.66;
    }
}
@media (max-width: 763px) {
    span.title_number {
        font-size: 53px;
        line-height: 0.8;
    }
}
.remove_margin_top{
    margin-top: 0;
}
.remove_margin_bottom{
    margin-top: 0;
}