#contact p {
    opacity: inherit !important;
    color: #888888;
}

#contact .box {
    position:relative;
    float:left;
    width: 100%;
    box-sizing: border-box;
    height:470px;
    margin-bottom: 32px;
    background:url(../images/pattern1.gif) repeat top left #fdfdfd;
    border-bottom:1px solid #e5e5e6;
}
#contact .box .head {
    display:block;
    width: 100%;
    height:136px;
    background:url(../images/contact_heads.png) no-repeat 0 0 transparent;
}
#contact .box.message .head{background-position:0 0;}
#contact .box.call .head{background-position:0 -136px;}
#contact .box.socials .head{background-position:0 -272px;}
#contact .box h5 {
    margin:25px auto;
    font-size:20px;
    font-family:"BPGNinoMtavruli";
    text-transform: uppercase;
    font-weight: bold;
    color:#043924;
}
#contact .box .or_here {
    margin:25px auto 16px auto;
    font-size:18px;
    font-family:"BPGNinoMtavruli";
    text-transform: uppercase;
    color:#043924;
}
#contact .box.socials h5{margin-bottom:8px;}
#contact .box.socials .or_here{margin:20px auto 13px auto;}
#contact .box .subscribe_container {width:234px;}
#contact .box .subscribe_container .txt {width:185px;}

#contact .box .big_text, #contact .box .big_text2 {
    font-family:"BPGNinoMtavruli";
    font-size:18px;
    color:#222222;
}
#contact .box .big_text2 {
    margin:33px auto;
    font-size:24px;
}

#contact .box .soc a span {
    display:inline-block;
    width:64px;
    height:64px;
    cursor:pointer;
    background:url(../images/socials.gif) no-repeat 0 0 #ffffff;
}
#contact .box .soc a span.facebook{background-position:0 0;}
#contact .box .soc a span.youtube{background-position:0 -64px;}
#contact .box .soc a span.instagram{background-position:0 -128px;}
#contact .box .box_popup {
    display:none;
    position:absolute;
    top:0;
    left:0;
    z-index: 1;
    width:100%;
    height:100%;
    background:url(../images/pattern1.gif) repeat top left #fdfdfd;
    border:1px solid #e5e5e5;
    -moz-box-shadow: 0 0 5px #e8e8e8;
    -webkit-box-shadow: 0 0 5px #e8e8e8;
    box-shadow: 0 0 5px #e8e8e8;
}
#contact .box .box_popup .close {
    position:absolute;
    top:0;
    right:32px;
}
#contact .box .box_popup .box_popup_text {
    padding:64px 32px 32px 32px;
}
#contact .box .box_popup p {
    margin-bottom:16px;
}
#contact .box .box_popup textarea {height:72.5px;}

#contact .box_big {
    width:100%;
    height:100%;
    margin:auto auto 40px auto;
    border-bottom:1px solid #e5e5e6;
}
#contact .box_big .head {
    display:block;
    width:100%;
    height:72px;
    background:url(../images/contact_map_head.gif) no-repeat center top transparent;
}
#contact .box_big .block {
    position:relative;
    float:left;
    width:50%;
    height:auto;
    margin:8px 0;
    padding:14px 16px;
    text-align:left;
    cursor:pointer;
    border-top:1px solid transparent;
    border-bottom:1px solid transparent;
}
#contact .box_big .block:hover, #contact .box_big .block:focus, #contact .box_big .block:active {
    border-top:1px solid #dddddd;
    border-bottom:1px solid #ffffff;
    background-color:#f1f1f1;
}
#contact .box_big .fn {
    display:block;
    font-size:16px;
    font-family:"BPGNinoMtavruli";
    text-transform: uppercase;
    color:#043924;
    margin-bottom: 0;
}
#contact .box_big .on_map {
    position:absolute;
    bottom:32px;
    left:64px;
    display:inline-block;
    width:114px;
    height:44px;
    line-height:52px;
    text-indent:53px;
    cursor:pointer;
    text-align:left;
    font-size:14px;
    font-family:"BPGNinoMtavruli";
    text-transform: uppercase;
    color:#888888;
    background:url(../images/on_map_bg.png) no-repeat 0 0 transparent;
}
#contact .box_big .map_container {
    position:relative;
    width:auto;
    height:256px;
}
#contact .box_big .map_container #map_canvas {
    margin:0;
    padding:0;
    width:100%;
    height:256px;
}
#contact .box_big .map_container #close_map {
    position:absolute;
    top:0;
    right:128px;
}


.subscribe_container {
    display:table;
    margin:auto;
    width:284px;
    height:36px;
    overflow:hidden;
}
.subscribe_container input[type=text], .subscribe_container .txt {
    float:left;
    width:235px;
    height:36px;
    line-height:32px;
    padding:0 5px;
    font-size:11px;
    color:#cccccc;
    background-color:#ffffff;
    border:2px solid #e5e5e5;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}
.subscribe_container input[type=text]:hover, .subscribe_container .txt:hover {border:2px solid #dddddd;}
.subscribe_container input[type=text]:focus, .subscribe_container .txt:focus {border:2px solid #dddddd;color:#888888;}
.subscribe_container input[type=text]:hover, .subscribe_container .txt:hover, .subscribe_container .txt:focus, .subscribe_container .txt[type=text]:focus {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}
.subscribe_container input[type=submit], .subscribe_container .btn2 {
    float:left;
    width:35px;
    height:36px;
    cursor:pointer;
    background:url(../images/subscribe_btn.gif) no-repeat top left #f1f1f2;
    border:2px solid #e5e5e5;
    border-left:none;
}
.close {
    display:block;
    width:32px;
    height:32px;
    z-index:100 !important;
    cursor:pointer;
    background:url(../images/close.gif) no-repeat 0 -32px #043924;
}
.close:hover { background-position:0 0; }


#contact .txt, #contact textarea {
    width: 100%;
    height:36px;
    padding:0 7px;
    background-color:#ffffff !important;
    border:1px solid #dddddd;
    color: #888888;
}
textarea {
    height:130px;
    padding:7px;
}
.orange {color:#043924;}
.success_msg, .info_msg, .error_msg {
    padding:4px 25px 4px 25px;
    margin:3px auto 15px auto;
    text-align:left;
    text-shadow:1px 1px #fff;
    background-position:5px 4px;
    background-repeat:no-repeat;
    overflow:hidden;
}
.no_msg {display:none;}
.success_txt, .info_txt, .error_txt {
    padding:4px;
    text-align:left;
    overflow:hidden;
    font-size:14px;
}
.success_txt {
    color:#295E23;
}
.info_txt {
    color:#254863;
}
.error_txt {
    color:#662626;
}

.success_msg {
    background-image:url(../images/i/accept.png);
    background-color:#d4eed1;
    border:1px solid #a4d59f;
    color:#295E23;
}
.info_msg {
    background-image:url(../images/i/info.png);
    background-color:#d1e3ee;
    border:1px solid #9fc0d5;
    color:#254863;
}
.error_msg {
    background-image:url(../images/i/error.png);
    background-color:#eed1d1;
    border:1px solid #d59f9f;
    color:#662626;
}


.m2btn {
    display:block;
    margin:0 auto;
    min-width:234px;
    height:31px;
    color:#ffffff;
    text-shadow:1px 1px #b0b0b0;
    background:url(../images/btn_bg.png) repeat-x 0 0 #cecece;
    cursor:pointer;
    border:none;
    border-bottom:1px solid #b8b8b8;
}
.m2btn:hover {
    color: #ffffff;
    text-shadow:1px 1px #043924;
    background:url(../images/btn_bg.png) repeat-x 0 -32px #f69024;
    border-bottom:1px solid #043924;
}





/*contactPopup*/
#contactUsPopupIcon {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 95px;
    right: 18pt;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    cursor: pointer;
    z-index: 100;

    transition: all 3ms ease-in-out;
}

#contactUsPopupContent .txt,textarea {
    width:217px;
    height:32px;
    padding:0 7px;
    color:#cccccc;
    border:1px solid #dddddd;
    background-color: #ffffff;
}
#contactUsPopupContent textarea {
    height: 130px;
}


#contactUsPopupContent .btn {
    display:block;
    margin:0 auto;
    min-width:234px;
    height:31px;
    color:#ffffff;
    font-size: 14px;
    text-shadow:1px 1px #b0b0b0;
    background:url(../images/btn_bg.png) repeat-x 0 0 #cecece;
    cursor:pointer;
    border:none;
    border-bottom:1px solid #b8b8b8;
}
#contactUsPopupContent .btn:hover {
    text-shadow:1px 1px #043924;
    background:url(../images/btn_bg.png) repeat-x 0 -32px #f69024;
    border-bottom:1px solid #043924;
}


#contactUsPopupIcon:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}

#contactUsPopupContent {
    display: none;
    width: 600px;
    background: url(../images/pattern1.gif) repeat top left #fdfdfd;
    color: #888888;
}

#contactUsPopupContent h1 {
    width: 100%;
    float: left;
    margin-bottom: inherit;
    font-family: "BPG Nino Mtavruli";
    font-size: 24px;
    color: #043924;
}

#contactUsPopupContent p {
    width: 100%;
    float: left;
    margin: 10px 5px;
    font-size: 18px;
}

#contactUsPopupContent h2 {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: inherit;
    font-family: "BPG Nino Mtavruli";
    font-size: 18px;
    color: #043924;
    font-weight: normal;
}

#contactUsPopupContent label.xl {
    width: 100%;
    float: left;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 13px;
}


#contactUsPopupContent input[type="text"] {
    width: 100%;
}

#contactUsPopupContent .group {
    width: 100%;
    float: left;
    margin: 10px 0 30px 0;
}

#contactUsPopupContent .group label {
    margin-right: 7px;
    font-weight: normal;
}

#contactUsPopupContent .msg {
    display: none;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
}