.con-background {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    background: url('../../img/front/contact/contact-us-background.jpg') no-repeat;
    background-size: cover !important;
    background-position: 50% !important;
}

.con-title {
    position: relative;
    display: block;
    text-align: center;
    padding: 170px 0px 0px;
    margin: 0px auto 60px;
    color: #6f3136;
    font-family: opensans;
}

.con-title span {
    position: relative;
    display: block;
}

.con-title span:first-child {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: normal;
}

.con-title span:last-child {
    font-size: 46px;
    font-weight: bold;
    line-height: 35px;
}

.con-content {
    position: relative;
    display: block;
    font-size: 0px;
    width: calc(100% - 40px);
    max-width: 840px;
    margin: 0px auto 100px;
}

.con-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    /* width: 50%; */
    font-family: roboto;
    color: #222;
}

.con-item:first-child {
    width: calc(100% - 420px);
    margin-right: calc(100% - 320px - 420px - 30px);
    max-width: 350px;
    padding-right: 30px;
}

.con-item:last-child {
    width: 420px;
}

.con-item-title {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 12px;
    margin-bottom: 8px;
}

.con-item-address {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
}

.con-item-group {
    position: relative;
    display: block;
    font-size: 0px;
    margin-bottom: 5px;
}

.con-item-group span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 24px;
}

.con-item-group span:first-child {
    width: 72px;
}

.con-item-group span:last-child {
    width: calc(100% - 72px);
    padding-left: 7px;
}

.con-item-group span:last-child:before {
    content: ":";
    position: absolute;
    display: block;
    font-size: 15px;
    left: 0px;
    top: 0px;
    line-height: 24px;
}

.con-text {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #222;
    padding: 0px 10px;
    font-size: 14px;
    font-family: roboto;
    color: #222;
    margin-bottom: 12px;
    background: transparent;
}

.area {
    height: 136px;
    padding: 10px;
    resize: none;
    margin-bottom: 20px;
}

.con-submit {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 0px;
    font-size: 16px;
    font-family: opensans;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    background: #6f3136;
}

.con-maps-group {
    position: relative;
    display: block;
    font-size: 0px;
    width: 100%;
    margin-bottom: 195px;
}

.con-maps-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    background: #fff;
    padding: 40px 20px;
}

.con-maps-item:first-child {
    background: #6f3136;
}

.con-maps-item img {
    position: relative;
    display: block;
    width: 100%;
}

.con-direction {
    position: absolute;
    display: block;
    overflow: hidden;
    width: 165px;
    height: 165px;
    border: 5px solid #fff;
    background: #6f3136;
    bottom: -82px;
    font-size: 16px;
    font-family: opensans;
    color: #fff;
    text-align: center;
    line-height: 19px;
    font-weight: 100;
    font-style: italic;
    left: calc((100% - 165px) / 2);
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.con-direction:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border: 5px solid #fff;
    top: -5px;
    left: -5px;
}

.con-direction-item {
    position: absolute;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.con-direction span {
    position: relative;
    display: block;
    margin-bottom: 13px;
}

.con-direction img {
    position: relative;
    display: block;
    height: 28px;
    margin: auto;
}


/* Desktops and laptops */
@media screen and (min-width : 1224px) {

}

/* Tablet */
@media screen and (max-width: 1024px) {
	
}

@media screen and (max-width: 820px) {
    .con-item:first-child {
        width: calc(100% - 320px);
        margin-right: calc(100% - 320px - 320px - 30px);
    }

	.con-item:last-child {
        width: 320px;
    }

    .con-direction {
        width: 140px;
        height: 140px;
        bottom: -70px;
        left: calc((100% - 140px) / 2);
    }
}

/* Mobile */
@media screen and (max-width: 768px) {
	.con-title span:first-child {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .con-title span:last-child {
        font-size: 40px;
    }

    .con-item {
        display: block !important;
        max-width: 500px !important;
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .con-item:first-child {
        margin-bottom: 60px;
    }

    .con-maps-item {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 768px) and (orientation: landscape) {

}

@media screen and (max-width: 768px) and (orientation: portrait) {

}

@media screen and (max-width : 500px) {
}