.tab {
    display:table;
    width:100%;
}

.tab .sx, .tab .dx, .tab .td {
    display:table-cell
}

.tab .tr {
    display:table-row
}

.modulo input {
    width:100%;
    display:block;
    height:55px;
    padding:0 10px;
    margin:4px 0 13px 0;
    border-radius:2px;
    border:1px solid #c9c9c9;
    font-size:17px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.modulo input[type="submit"], .modulo input[type="button"] {
    background:none;
    color:#000;
    border:none;
    -webkit-appearance: none;
    border-radius: 0;
    border:3px solid #000;
    text-transform:uppercase;
    letter-spacing:2px
}

.modulo input[type="checkbox"] {
    width:auto;
    height:auto;
    display:inline-block;
    margin-right:4px;
    margin-bottom:0;
}

.modulo input[type="image"] {
    width:auto;
    height:auto;
    display:inline-block;
    margin:0;
    border:0;
}

.modulo textarea {
    width:100%;
    display:block;
    height:150px;
    padding:10px;
    margin:4px 0 13px 0;
    border-radius:2px;
    border:1px solid #c9c9c9;
    font-size:17px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.modulo select {
    width:100%;
    display:block;
    height:55px;
    padding:0 10px;
    margin:4px 0 13px 0;
    background:url(../img/bg-select.png) no-repeat center right;
    border-radius:2px;
    border:1px solid #c9c9c9;
    font-size:17px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
    appearance: none;
    -webkit-appearance:none;
    -moz-appearance: none;
}

.modulo input[type="radio"] {
    width:auto !important;
    height:auto !important
}

.modulo .privacy {
    font-size:12px;
    line-height:16px;
    margin:20px 0
}

.modulo small {
    font-size:13px;
    line-height:14px
}

.container-video {
    position:relative;
    width:100%;
    height:0;
    padding-bottom:56.25%;
}

.container-video iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.sect1-home {
    padding:100px 300px;
    text-align:center;
    background:#f4f4f4
}

.sect1-home .sx {
    width:50%;
    padding-right:30px;
    vertical-align:middle
}

.sect1-home .dx {
    padding-left:30px;
    vertical-align:middle
}

@media (max-width:1000px) {
    .sect1-home .sx, .sect1-home .dx {
        display:block;
        width:100%;
        padding:20px 0
    }
}

@media (max-width:480px) {
    .sect1-home {
        padding:20px
    }
    
    .sect1-home .menodue {
        margin-left:-2%
    }
    
    .sect1-home .span2 {
        width:48%;
        margin-left:2%;
        float:left;
        margin-bottom:6px
    }
}

.border200 {
    height:1px;
    border-bottom:1px solid #000;
    margin:30px auto;
    max-width:200px
}

.border200sx {
    height:1px;
    border-bottom:1px solid #000;
    margin:30px 0;
    max-width:200px
}

.border {
    height:1px;
    border-bottom:1px solid #000;
    margin:60px 0;
}

.sect-masonty {
    padding:100px 45px;
    background:#fff
}

.masonry {
    padding-top:50%;
    position:relative;
}

.masonry .content-masonry {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    height:100%;
    width:100%;
}

.masonry .content-masonry .vert-col {
    height:100%;
    width:25%;
    float:left
}

.masonry .content-masonry .vert-col2 {
    height:100%;
    width:33.3%;
    float:left
}

.masonry .content-masonry .box {
    display:block;
    width:100%;
    border-right:25px solid #fff;
    border-bottom:25px solid #fff;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    -o-transition:0.4s;
    transition:0.4s;
}

.masonry .content-masonry .vert-col:last-child .box {
    border-right:0
}

.masonry .content-masonry .box img {
    opacity:1;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    -o-transition:0.4s;
    transition:0.4s;
}

.masonry .content-masonry .box:hover img {
    opacity:0.8;
}

.masonry .content-masonry .box h3 {
    font-size:18px;
    line-height:18px;
    color:#fff;
    position:absolute;
    z-index:5;
    bottom:16px;
    left:20px;
    text-shadow:0 0 5px #3f3f3f;
    width:70%
}

.masonry .content-masonry .box h3 small {
    display:block;
    font-weight:bold
}

.masonry .content-masonry .box .sfum {
    height:90px;
    position:absolute;
    z-index:4;
    left:0;
    right:0;
    bottom:0;
    background:url(../img/sfum.png) repeat-x
}

.masonry .content-masonry .box1 {
    height:100%;
}

.masonry .content-masonry .box2 {
    height:60%;
}

.masonry .content-masonry .box3 {
    height:40%;
}

.masonry .content-masonry .box4 {
    height:50%;
}

@media (max-width:860px) {
    .masonry .content-masonry .box h3 {
        font-size:15px;
        line-height:15px;
    }
}

@media (max-width:780px) {
    .masonry .content-masonry .box {
        outline:15px solid #fff;
    }
    
    .masonry .content-masonry .box h3 {
        bottom:10px;
        left:10px
    }
}

@media (max-width:640px) {
    .masonry {
        padding-top:0;
        position:relative;
        height:auto;
        margin-top:50px
    }
    
    .masonry .content-masonry {
        position:relative;
        height:auto;
    }
    
    .masonry .content-masonry .vert-col, .masonry .content-masonry .vert-col2 {
        height:auto;
        width:100%;
        float:none
    }
    
    .masonry .content-masonry .box {
        width:100%;
        border-right:0
    }
    
    .masonry .content-masonry .box1,
    .masonry .content-masonry .box2,
    .masonry .content-masonry .box3,
    .masonry .content-masonry .box4 {
        height:200px
    }
}

@media (max-width:480px) {
    .sect-masonty {
        padding:40px 20px;
        background:#fff
    }
}

.sect2-home {
    padding:120px 50px;
    background:#e5e5e5
}

@media (max-width:480px) {
    .sect2-home {
        padding:20px
    }
    
    .sect2-home a {
        margin-bottom:30px;
        text-align:center
    }
    
    .sect2-home a .bott {
        display:block
    }
}

.center-title {
    text-align:center
}

.el-post a {
    display:block;
}

.el-post a .img-post {
    display:block;
    padding-top:50%
}

.el-post a .title-post {
    margin-top:20px;
}

.el-post a .title-post h3 {
    font-size:16px;
    line-height:20px;
    font-weight:700;
    color:#000;
    letter-spacing:1px;
    margin-bottom:0;
}

.el-post a .title-post p {
    font-size:12px;
    line-height:16px;
    color:#707070
}

.bott {
    display:inline-block;
    margin-top:25px;
    font-size:14px;
    color:#000;
    text-transform:uppercase;
    letter-spacing:1.4px;
    padding:10px 16px;
    border-top:1px solid #000;
    border-right:1px solid #000;
    border-left:1px solid #fff;
    border-bottom:1px solid #fff;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    -o-transition:0.4s;
    transition:0.4s;
}

.bott:hover {
    border-top:1px solid #fff;
    border-right:1px solid #fff;
    border-left:1px solid #000;
    border-bottom:1px solid #000;
}

.gallery {
    padding:100px 45px;
}

.gallery a {
    display:block;
    padding-top:24%;
    width:25%;
    border-top:15px solid #fff;
    border-right:15px solid #fff;
    border-left:15px solid #fff;
    float:left;
    margin-bottom:15px;
}

.gallery-padd {
    padding:40px 45px;
}

@media (max-width:480px) {
    .gallery {
        padding:70px 25px;
    }

    .gallery, .gallery-padd {
        padding:40px 20px;
    }

    .gallery a {
        width:50%;
        padding-top:50%;
        border-top:7px solid #fff;
        border-right:7px solid #fff;
        border-left:7px solid #fff;
        margin-bottom:5px
    }
}

.sect-map .sx {
    width:70%
}

.sect-map .dx {
    vertical-align:middle;
    background:#282828;
    color:#fff;
    padding:0 0 0 30px;
    font-size:32px;
    line-height:46px
}

#mapkit-4435 {
	height:500px;
	width:100%;
}

.box-menu .tr {
    
}

.box-menu .tr .td {
    font-style:italic;
    padding:14px 0;
    border-bottom:1px dotted #e5e5e5;
    color:#000
}

.box-menu .tr:last-child .td {
    border-bottom:0;
}

.box-menu .tr .td:nth-child(2) {
    font-weight:400;
    text-align:right
}

.box-menu .tr .td:nth-child(2) small {
    font-weight:200
}

.box-menu .tr .td:first-child {
    padding-right:30px
}

.box-menu .tr .td:first-child small {
    display:block;
    font-size:11px;
    line-height:13px
}

.box-menu .tr .td:first-child p {
    color:#848484;
    font-weight:400;
    line-height:16px
}

.border-box {
    border:1px solid #000;
    padding:35px;
}

.tab-top-menu {
    border-collapse:separate;
    border-spacing:35px;
}

.tab-top-menu .td {
    width:50%;
}

.tab-top-menu .tab {
    border-spacing:0;
}

@media (max-width:960px) {
    .tab-top-menu {
        border-spacing:0;
    }
    
    .tab-top-menu .td.border-box {
        width:100%;
        display:block;
        margin-bottom:20px
    }
}

.el-video {
    margin-top:140px
}

.el-video .span3, .el-video .span2, .el-video .span4 {
    margin-bottom:30px
}

@media (max-width:1100px) {
    .el-video .span3, .el-video .span2, .el-video .span4 {
        margin-bottom:20px
    }
}

@media (max-width:660px) {
    .el-video .span3, .el-video .span2, .el-video .span4 {
        margin-bottom:10px
    }
}

.box-dett {
    background:#f4f4f4;
    margin:30px 0;
    padding:50px 0
}

.box-dett .sct {
    padding:14px 0;
    border-bottom:1px dotted #b8b8b8
}

.box-dett .sct:last-child {
    border-bottom:0
}

.box-dett .sct span {
    float:right
}

.container-btt-paypal {
    
}

.video-sx {
    float:left;
    max-width:50%;
    margin:0 30px 20px 0
}

input.check-border {
    display:none;
}

input.check-border + label {
    display:block;
    padding:10px;
    text-align:center;
    border:3px solid #000;
    color:#000;
    font-weight:bold
}

input.check-border:checked + label {
    border:3px solid #000;
    color:#fff;
    background:#000
}






/* --------- 768px - Tablet --------- */

@media (max-width:768px) {
    
    
}



/* --------- 480px - Smartphone --------- */

@media (max-width:480px) {

    
}