/*block_hero*/
.block_hero {
    background: #fff url("/assets/front/images/bg_main_1.jpeg") repeat fixed 0 0 / cover;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    min-height: 750px;
    padding: 0;
    position: relative;
    width: 100%;
}

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

@media (max-width: 767px) {
    .block_hero {
        min-height: 450px;
        height: 100%;
    }
}

.block_hero-overlaybg {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    height: 100%;
    margin: 0;
    min-height: 750px;
    min-width: 100%;
    padding-bottom: 50px;
    width: 100%;
}

.block_hero-center {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding-top: 160px;
    position: relative;
    text-align: center;
    z-index: 2;
}

.block_hero-h1 {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    margin-top: 10px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 0, 0, 0.075);
}

.cursive {
    font-family: 'GoodDog';
    font-size: 90px;
}

.block_hero-h2 {
    color: #fff;
    line-height: 40px;
    font-size: 31.5px;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 10px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 0, 0, 0.075);
}

@media (max-width: 767px) {
    .block_hero-h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .block_hero-h2 {
        font-size: 22px;
        line-height: 24px;
    }

    .block_hero-center {
        padding: 60px 40px;
    }
}

.block_hero-btn {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-width: 50%;
    padding: 10px;
    position: relative;
    text-align: center;
}

/*btn*/
.btn {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
    background-color: #cccccc;
}

.btn:first-child {
    *margin-left: 0;
}

.btn:hover,
.btn:focus {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    *background-color: #bd362f;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    color: #ffffff;
    background-color: #bd362f;
    *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
    background-color: #942a25;
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    *background-color: #2f96b4;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    color: #ffffff;
    background-color: #2f96b4;
    *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
    background-color: #24748c;
}

.btn {
    border: none;
    background: #34495e;
    color: white;
    font-size: 18px; /* 16.5 */
    text-decoration: none;
    text-shadow: none;
    -webkit-box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 1px 0px rgba(50, 50, 50, 0.5);
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
}

.btn:hover, .btn:focus {
    background-color: #4e6d8d;
    color: white;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
}

.btn:active, .btn.active {
    background-color: #2c3e50;
    color: rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn.disabled, .btn[disabled] {
    background-color: #95a5a6;
    color: white;
}

.btn-large {
    border-radius: 6px;
    font-size: 17.5px;
    padding: 11px 19px;
}

.btn.btn-large {
    padding-bottom: 12px;
    padding-top: 13px;
}

.btn-block-third {
    box-sizing: border-box;
    display: block;
    float: left;
    padding-left: 0;
    padding-right: 0;
    width: 40%;
}

@media (max-width: 980px) {
    .btn-block-third {
        box-sizing: border-box;
        display: block;
        float: left;
        margin-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }
}

.btn-block-third:last-child {
    float: right;
}

.btn-danger {
    background-color: #255b88;
    border-color: #255b88;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
    background-color: #254988;
    border-color: #253388;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #255b88;
    border-color: #255b88;
}

.btn-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
    background-color: #46b8da;
    border-color: #31b0d5;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

/*theme-main*/
.theme-main {
    background: rgba(0, 0, 0, 0) url("/assets/front/images/bg-theme.gif") repeat scroll 0 0;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    padding: 60px 0;
}

.theme-main_head {
    color: #2b2b2b;
    font-size: 50px;
    font-weight: 300;
    line-height: 52px;
    padding: 20px 0;
    text-align: center;
    text-shadow: none;
    width: 100%;
}

.theme-main_head span {
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    color: #2b2b2b;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    text-shadow: none;
    text-transform: none;
    width: 100%;
}

@media (max-width: 767px) {
    .theme-main_head {
        font-size: 26px;
        line-height: 30px;
        text-shadow: none;
    }

    .theme-main_head span {
        font-size: 16px;
        line-height: 28px;
        margin-top: 10px;
    }
}

.theme-main_body img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 40px auto 0;
}

/*  SECTIONS  */
.theme-main_section {
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    clear: both;
    padding: 20px 0 10px;
    margin: 0;
}

/*  COLUMN SETUP  */
.theme-main_col {
    display: block;
    float: left;
    margin: 1% 0 1% 2.5641%;
}

.theme-main_col:first-child {
    margin-left: 0;
}

/*  GROUPING  */
.theme-main_group:before,
.theme-main_group:after {
    content: "";
    display: table;
}

.theme-main_group:after {
    clear: both;
}

.theme-main_group {
    zoom: 1; /* For IE 6/7 */
}

/*  GRID OF THREE  */
.span_3_of_3 {
    width: 100%;
}

.span_2_of_3 {
    width: 65.81%;
}

.span_1_of_3 {
    width: 31.62%;
}

@media only screen and (max-width: 767px) {
    .theme-main_section {
        padding: 0 40px;
    }

    .theme-main_col {
        margin: 1% 0 1% 0;
    }

    .span_3_of_3, .span_2_of_3, .span_1_of_3 {
        width: 100%;
        text-align: center;
    }
}

.theme-main_section h4 {
    color: #5bc0de;
    font-size: 17.5px;
    font-weight: bold;
    line-height: 20px;
    margin: 10px 0;
}

.theme-main_section p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px;
    padding: 10px 0;
    text-align: justify;
}

.theme-main_btn {
    padding-bottom: 20px;
    padding-top: 40px;
}

/*theme-last*/
.theme-last {
    font-family: 'Roboto', sans-serif;
    background: #fff url("/assets/front/images/bg_main_2.jpeg") repeat fixed 0 0 / cover;
}

.theme-last-bg {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 100%;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    padding: 50px 0;
    width: 100%;
}

.theme-last .theme-main_section {
    border: none;
    padding: 0;
}

.theme-last p {
    color: #fff;
    display: inline-block;
    font-size: 250%;
    font-weight: 300;
    line-height: 30px;
    padding: 3px 10px;
}

@media (max-width: 767px) {
    .theme-last {
/*        padding-left: 20px;
        padding-right: 20px;*/
    }

    .theme-last p {
        font-size: 200%;
        line-height: 28px;
        text-align: left;
    }
}



.modal-open {
    overflow: hidden;
}
.modal {
    font-family: 'Roboto', sans-serif;
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 9px rgba(255, 255, 255, 0.5);
    box-shadow: 0 3px 9px rgba(255, 255, 255, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #ffffff;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #2b2b2b;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    text-shadow: none;
    width: 100%;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}

button.close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}

.close {
    color: #000;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 #fff;
}