/*------------CSS Frontend ------------*/

/*------------FONTS---------------*/


/*-------- Vidaloka --------*/


@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	src: local('Montserrat'), local('Montserrat'), url('fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 600;
	src: local('Montserrat'), local('Montserrat'), url('fonts/Montserrat-Bold.ttf') format('truetype');
}

@font-face {
	font-family: "PT Sans";
	font-style: normal;
	font-weight: 300;
	src: local('PT Sans Light'), local('PTsans'), url('fonts/PTsans.ttf') format('truetype');
}


/* Regular */
@font-face {
	font-family: "PT Sans";
	font-style: normal;
	font-weight: 400;
	src: local('PT Sans Regular'), local('PT_Sans-Web-Regular'), url('fonts/PT_Sans-Web-Regular.ttf') format('truetype');
}
/* Italic */
@font-face {
	font-family: "PT Sans";
	font-style: italic;
	font-weight: 400;
	src: local('PT Sans Italic'), local('PT_Sans-Web-Italic'), url('fonts/PT_Sans-Web-Italic.ttf') format('truetype');
}
/* Bold */
@font-face {
	font-family: "PT Sans";
	font-style: normal;
	font-weight: 700;
	src: local('PT Sans Bold'), local('PT_Sans-Web-Bold'), url('fonts/PT_Sans-Web-Bold.ttf') format('truetype');
}
/* Bold Italic */
@font-face {
	font-family: "PT Sans";
	font-style: italic;
	font-weight: 700;
	src: local('PT Sans Italic'), local('PT_Sans-Web-BoldItalic'), url('fonts/PT_Sans-Web-BoldItalic.ttf') format('truetype');
}


@font-face {
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: 700;
	src: local('FontAwesome'), local('FontAwesome'), url('fonts/FontAwesome.otf') format('opentype');
}


/*------------myriadpro------------*/

/* Light */
@font-face {
	font-family: "myriadpro";
	font-style: normal;
	font-weight: 200;
	src: local('myriadpro Light'), local('MyriadPro-Light'), url('fonts/MyriadPro-Light.otf') format('opentype');
}
/* Normal */
@font-face {
	font-family: "myriadpro";
	font-style: normal;
	font-weight: 400;
	src: local('myriadpro Regular'), local('MyriadPro-Regular'), url('fonts/MyriadPro-Regular.otf') format('opentype');
}
/* Bold */
@font-face {
	font-family: "myriadpro";
	font-style: normal;
	font-weight: 800;
	src: local('myriadpro Bold'), local('MyriadPro-Bold'), url('fonts/MyriadPro-Bold.otf') format('opentype');
}
@font-face {
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: 700;
	src: local('FontAwesome'), local('FontAwesome'), url('fonts/FontAwesome.otf') format('opentype');
}


/*------------Lato------------*/

/* Light Hairline*/
@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 100;
	src: local('Lato Hairline'), local('Lato-Hairline'), url('fonts/Lato-Hairline.ttf') format('truetype');
}
/* Light Hairline Italic*/
@font-face {
	font-family: "Lato";
	font-style: italic;
	font-weight: 100;
	src: local('Lato HairlineItalic'), local('Lato-HairlineItalic'), url('fonts/Lato-HairlineItalic.ttf') format('truetype');
}

/* Light */
@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 200;
	src: local('Lato Light'), local('Lato-Light'), url('fonts/Lato-Light.ttf') format('truetype');
}
/* Light Italic*/
@font-face {
	font-family: "Lato";
	font-style: italic;
	font-weight: 200;
	src: local('Lato LightItalic'), local('Lato-LightItalic'), url('fonts/Lato-LightItalic.ttf') format('truetype');
}

/* Regular */
@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 400;
	src: local('Lato Regular'), local('Lato-Regular'), url('fonts/Lato-Regular.ttf') format('truetype');
}
/* Regular Italic*/
@font-face {
	font-family: "Lato";
	font-style: italic;
	font-weight: 400;
	src: local('Lato Italic'), local('Lato-Italic'), url('fonts/Lato-Italic.ttf') format('truetype');
}

/* Bold */
@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 600;
	src: local('Lato Bold'), local('Lato-Bold'), url('fonts/Lato-Bold.ttf') format('truetype');
}
/* Bold Italic*/
@font-face {
	font-family: "Lato";
	font-style: italic;
	font-weight: 600;
	src: local('Lato BoldItalic'), local('Lato-BoldItalic'), url('fonts/Lato-BoldItalic.ttf') format('truetype');
}

/* Bold */
@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 800;
	src: local('Lato Black'), local('Lato-Black'), url('fonts/Lato-Black.ttf') format('truetype');
}
/* Bold Italic*/
@font-face {
	font-family: "Lato";
	font-style: italic;
	font-weight: 800;
	src: local('Lato BlackItalic'), local('Lato-BlackItalic'), url('fonts/Lato-BlackItalic.ttf') format('truetype');
}


/*------------END FONTS------------*/

.cleaner {
    clear: both;
    padding: 0;
    margin: 0;
}
body{
    font-family: 'Montserrat','Lato','Arial';
    margin: 0;
    padding: 0;
    color: #666;
}
a{
    text-decoration: none;
    color: #666;
}


/* MENU */

div#header {
    //height: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
}
div#top_bar {
    height: 20px;
    border-bottom: solid 1px #666;
    margin-bottom: 20px;
    font-size: 12px;
}
.contacts {
    float: right;
    padding: 0 10px;
}
.header_content {
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
}
div#menumobile_bar {
    display: none;
}

div.logo{
    float: left;
}
.menu {
    float: right;
}
ul.nav{

}
ul.nav a{
    float: left;
    padding: 10px;
    list-style-type: none;
}
ul.nav a li{
    border-bottom: solid 2px transparent;
    padding-bottom: 5px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.2s ease;
}
ul.nav a.active li {
    border-bottom: solid 2px #ffa100;
    color: #999;
}
ul.nav a:hover li{
    border-bottom: solid 2px #ffa100;
    color: #999;
}





/* END MENU */


.pad_smartbox {
    float: left;
    width: 25%;
    padding: 10px;
    padding-bottom: 50px;
    box-sizing: border-box;
}
.smartbox {
    position: relative;
    overflow: hidden;
}
.smartbox h3 {
    position: absolute;
    bottom: 15%;
    text-align: center;
    color: #fff;
    font-weight: 100;
    font-size: 30px;
    width: 90%;
    margin: 0 auto;
    background-color: rgba(254, 162, 0, 0.85);
    border-radius: 5px;
    left: 0;
    right: 0;
}
.pad_smartbox .smartbox img {
    width: 100%;
}
.slidertext {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.slidertext h1 {
    text-align: center;
}
.slidertext_desc {
    text-align: center;
}
.middlebox img {
    width: 100%;
}
.middlebox h2 {
    text-transform: capitalize;
    color: #fea200;
    text-align: center;
}
.pad_smartbox_2 {
    width: 33.33333%;
    float: left;
    padding: 10px;
    padding-bottom: 40px;
    box-sizing: border-box;
}
.pad_smartbox_2_container{
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
}
.pad_smartbox_3 {
    width: 33.333333%;
    float: left;
    text-align: center;
    color: #fff;
    padding: 30px;
    box-sizing: border-box;
}
.pad_smartbox_3 a{
    color: #fff;
}
.pad_smartbox_4 {
    width: 33.333333%;
    float: left;
    text-align: center;
    color: #fff;
    padding: 30px;
    box-sizing: border-box;
}
.smartbox_4 i {
    font-size: 40px;
    background-color: #fea200;
    padding: 20px;
    border-radius: 50%;
    box-shadow: 0px 0px 15px 0px #000 inset;
    border: solid 1px;
}
.smartbox_4 h3 {
    font-size: 30px;
    text-transform: capitalize;
}
.icon_box {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 15px;
    padding-top: 50px;
    box-sizing: border-box;
    border-radius: 20px;
    border: solid 1px rgba(255, 161, 0, 0.5);
    transition: all 0.3s ease;
}
a .icon_box:hover {
    box-shadow: 0px 0px 25px 0px #fff;
}
.icon_box h2 {
    font-size: 35px;
    font-weight: 400;
    margin: 30px;
}
.icon_box i {
    font-size: 60px;
    border: solid 1px;
    border-radius: 50%;
    padding: 5px;
    width: 100px;
    height: 100px;
    padding-top: 19px;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px inset;
    transition: all 0.3s ease;
}
a .icon_box:hover i {
    box-shadow: 0px 0px 15px #fea200 inset;
    border-color: #fea200;
}
.commentbox {
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
}
.comment_smartbox {
    width: 33.33333%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}
.bottom_smartbox {
    border: solid 1px #fea200;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 30px;
}
.comment_smartbox i.fa {
    position: absolute;
    font-size: 80px;
    color: rgba(254, 162, 0, 0.2);
    top: 25px;
}
.comment_smartbox p {
    font-style: italic;
}
.comment_smartbox h2 {
    font-size: 15px;
    text-align: right;
}
.bottom_smartbox:after{
    content: '';
    position: absolute;
    background-image: url(../_img/elements/comment_arrow.png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    bottom: 25px;
    left: 90px;
}
.single_box_img img {
    border-radius: 50%;
}
.micro_strip {
    height: 2px;
    background: #fea200;
    width: 130px;
    margin: 0 auto;
}
.stripline_strong {
    height: 10px;
    background-color: #ffa200;
}
.contact_block {
    float: left;
}
.contact_block.left {
    width: 33%;
}
.contact_block.right {
    width: 66%;
}
.container_contacts {
    width: 1200px;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    max-width: 100%;
}
.input_field {
    float: left;
    width: 33.333%;
    padding: 5px;
    box-sizing: border-box;
}
.textarea_field {
    width: 100%;
    padding: 5px;
    padding-right: 12px;
    box-sizing: border-box;
}

textarea {
    width: 100%;
}

input[type="button" i],
input[type="submit" i], 
input[type="reset" i], 
input[type="file" i]::-webkit-file-upload-button, 
button {
    background-color: #ffa200;
    border: none;
    color: #fff;
    width: auto;
    padding: 0px 15px;
    box-sizing: border-box;
    font-family: inherit;
    text-transform: uppercase;
}

input[type="checkbox" i] {
        width: 20px;
}

input{
    width: 100%;
    height: 30px;
    box-sizing: border-box;
}

.article_page .parallax-window {
    /* min-height: 300px; */
}
.article_container h1 {
    text-align: center;
}
.gallery {
    padding: 20px;
}
.gallery .item img{
    width: 100%;
    
}
.gallery .item{
    float: left;
    width: 25%;
    padding: 20px;
    box-sizing: border-box;
}
.article_container {
    width: 1200px;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    max-width: 100%;
}
.gallery_name h3 {
    text-align: center;
}
img.article_image {
    float: right;
    padding-left: 10px;
}
.article_container img{
    padding: 10px;
    max-width: 100%;
    box-sizing: border-box;
}
.gallery .title_item {
    text-align: center;
    padding: 10px;
    font-size: 20px;
}
.box_container {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 100%;
}
.page_smartbox img {
    width: 100%;
}
.page_smartbox h2 {
    color: #fea200;
    text-align: center;
}
.bg_opacity {
    float: left;
    width: 30%;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    padding: 100px;
    font-size: 30px;
    text-align: center;
    color: #ddd;
    box-sizing: border-box;
}
.box_premium {
    border: solid 1px;
}

big {
    text-align: center;
    display: block;
}





/*FOOTER*/

div#footer-wrapper {
    background-color: #191919;
}
.footer {
    background-color: #191919;
    color: #ddd;
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
}
.footer_box {
    width: 33.333333%;
    float: left;
    padding: 30px;
    box-sizing: border-box;
}
.footer_box .soc {
    width: 40px;
    height: 40px;
    float: left;
    padding-top: 9px;
    box-sizing: border-box;
    background-color: #000;
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    margin-right: 20px;

}
.footer_text_bottom {
    text-align: center;
    font-size: 12px;
}

.logo_footer {
    max-width: 100%;
}

/*END FOOTER*/

#scrolltop {
    width: 50px;
    height: 30px;
    background-color: #fea200;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    cursor: hand;
    opacity: 0.8;
    display: none;
    border-radius: 3px;
    color: #ddd;
    font-weight: bold;
    text-align: center;
    padding-top: 4px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
    color: #333;
}
#scrolltop:hover {
    opacity: 1;
}


@media (max-width: 1200px) {    
    .container_contacts,
    .box_container,
    .article_container,
    .commentbox,
    .pad_smartbox_2_container,
    .footer,
    .header_content {
        width: 100%;
    }
    .bg_opacity {
        width: 50%;
    }
}

@media (max-width: 960px) {    
    .pad_smartbox {
        width: 50%;
    }
}

@media (max-width: 768px) {    
    .pad_smartbox_4 h3{
        font-size: 20px;
    }
    .bg_opacity,
    .footer_box {
        width: 100%;
    }
    .container_input_field .input_field {
        width: 100%;
    }
}

@media (max-width: 640px) {    
    div.logo {
        float: none;
        text-align: center;
    }
    .menu {
        float: none;
    }
    ul.nav {
        display: none;
    }
    div#header {
        padding-bottom: 0;
    }
    div#menumobile_bar {
        display: block;
        padding: 10px;
        background: #fea200;
        color: #333;
        font-weight: 800;
        cursor: pointer;
        margin-top: 10px;
    }
    div#menumobile_bar:hover {
        background: #fea0s00;
    }
    div#menumobile_bar i.fa-server{
        float: right;
        font-size: 21px;
    }
    ul.nav {
        padding: 0;
        margin: 0;
    }
    ul.nav a {
        float: none;
        padding: 0;
    }
    ul.nav a li {
        padding: 10px;
        border-bottom: solid 2px #999;
        background: #fff;
    }
    ul.nav a:hover li {
        background-color: #333;
        color: #fea200;
    }
    .contact_block.left,
    .contact_block.right,
    .pad_smartbox_4,
    .comment_smartbox,
    .pad_smartbox_3 {
        width: 100%;
    }
    .smartbox h3 {
        font-size: 20px;
    }
    .bg_opacity {
        padding: 70px;
    }
    .gallery .item {
        width: 50%;
    }
}

@media (max-width: 480px) {    
    
    .box_premium h2 {
        font-size: 1em;
    }    
    .gallery .item,
    .pad_smartbox_2,
    .pad_smartbox {
        width: 100%;
    }
}