@font-face {
    font-family: 'BOGMtavruli';
    src: url('fonts/bog_unicode_mtavruli.eot');
    src: local('BOG Unicode Mtavruli'),
    url('fonts/bog_unicode_mtavruli.eot?#iefix') format('embedded-opentype'),
    url('fonts/bog_unicode_mtavruli.ttf') format('truetype'),
    url('fonts/bog_unicode_mtavruli.woff') format("woff"),
    url('fonts/bog_unicode_mtavruli.svg#font') format('svg');
}
@font-face {
    font-family: 'BOGNusxuri';
    src: url('fonts/bog_unicode_nusxuri.eot');
    src: local('BOG Unicode Nusxuri'),
    url('fonts/bog_unicode_nusxuri.eot?#iefix') format('embedded-opentype'),
    url('fonts/bog_unicode_nusxuri.ttf') format('truetype'),
    url('fonts/bog_unicode_nusxuri.woff') format("woff"),
    url('fonts/bog_unicode_nusxuri.svg#font') format('svg');
}

input::-ms-clear {
    display: none;
}

html {
    overflow-x: hidden;
}

/* tooltip */
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    background-color: #ffffff;
    font-size: 12px;
    font-family: BOGNusxuri;
    color: #6c6f70;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd;
}

body .ui-tooltip {
    border-width: 2px;
}



/* Datepicker */
#ui-datepicker-div.ui-datepicker {
    width: 278px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    padding-bottom: 15px;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-day {
    display: none;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-prev {
    width: 30px;
    height: 30px;
    left: 15px;
    top: 15px;
    background-color: #f1f1f1;
    background-image: url("../img/calendar-arrow-left.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-color: #f1f1f1;
    cursor: pointer;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-next {
    width: 30px;
    height: 30px;
    right: 15px;
    top: 15px;
    background-color: #f1f1f1;
    background-image: url("../img/calendar-arrow-right.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-color: #f1f1f1;
    cursor: pointer;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-title {
    font-family: BOGMtavruli;
    color: #6c6f70;
    font-size: 14px;
    padding: 20px 0px;
}

#ui-datepicker-div.ui-datepicker table {
    width: 248px;
    margin-left: 15px;
}

#ui-datepicker-div.ui-datepicker th {
    color: #f47920;
    font-size: 14px;
    font-family: BOGMtavruli;
    font-weight: normal;
}

#ui-datepicker-div.ui-datepicker td {
    text-align: center;
    height: 25px;
}

#ui-datepicker-div.ui-datepicker td.ui-datepicker-today {
    background-color: #f47920;
}

#ui-datepicker-div.ui-datepicker td.ui-datepicker-today a {
    color: #ffffff;
}

#ui-datepicker-div.ui-datepicker td span, .ui-datepicker td a {
    font-family: BOGMtavruli;
    color: #6c6f70;
    font-size: 12px;
}

#ui-datepicker-div.ui-datepicker td span, .ui-datepicker td:hover {
    background-color: #e5e5e5;
    color: #b5b6b3;
}

#ui-datepicker-div.ui-datepicker td span, .ui-datepicker td.ui-datepicker-unselectable:hover {
    background-color: #ffffff;
}

/* Datepicker */


/*********************************************************************************************************************************************************/
/* Custom selectmenu 1 */
.selectmenu1.ui-selectmenu-button {
    height: 38px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    color: #6c6f70;
    outline: none;
}

.selectmenu1.ui-selectmenu-button .ui-selectmenu-text {
    padding: 11px 70px 11px 20px;
    font-family: BOGNusxuri;
    font-size: 14px;
    font-weight: normal;
}

.selectmenu1.ui-selectmenu-button span.ui-icon {
    width: 38px;
    height: 38px;
    border-left: 1px solid #e5e5e5;
    background-image: url("../img/selectmenu-dropdown1.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.selectmenu1.ui-selectmenu-menu .ui-menu {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-top: none;
    border-bottom: none;
    padding: 0px;
}

.selectmenu1.ui-selectmenu-menu .ui-menu .ui-menu-item {
    height: 39px;
    line-height: 39px;
    vertical-align: middle;
    color: #6c6f70;
    font-size: 14px;
    font-family: BOGNusxuri;
    padding: 0px 20px;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}

.selectmenu1.ui-selectmenu-menu .ui-menu .ui-menu-item.ui-state-focus, .selectmenu1.ui-selectmenu-menu .ui-menu .ui-menu-item.ui-state-active {
    background-color: #f1f1f1;
    margin: 0px;
}
/**/

/* Custom selectmenu 2 */
.selectmenu2.ui-selectmenu-button {
    height: 58px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #6c6f70;
    outline: none;
}

.selectmenu2.ui-selectmenu-button .ui-selectmenu-text {
    padding: 22px 70px 15px 22px;
    font-family: BOGNusxuri;
    font-size: 14px;
    font-weight: normal;
}

.selectmenu2.ui-selectmenu-button span.ui-icon {
    width: 58px;
    height: 58px;
    border-left: 1px solid #dddddd;
    background-image: url("../img/selectmenu-dropdown1.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.selectmenu2.ui-selectmenu-menu .ui-menu {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-top: none;
    border-bottom: none;
    padding: 0px;
}

.selectmenu2.ui-selectmenu-menu .ui-menu .ui-menu-item {
    height: 39px;
    line-height: 39px;
    vertical-align: middle;
    color: #6c6f70;
    font-size: 14px;
    font-family: BOGNusxuri;
    padding: 0px 20px;
    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
}

.selectmenu2.ui-selectmenu-menu .ui-menu .ui-menu-item.ui-state-focus, .selectmenu2.ui-selectmenu-menu .ui-menu .ui-menu-item.ui-state-active {
    background-color: #f1f1f1;
    margin: 0px;
}
/**/

/* Custom selectmenu 1 */
.selectmenu3.ui-selectmenu-button {
    height: 38px;
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
    color: #888888;
    outline: none;
}

.selectmenu3.ui-selectmenu-button .ui-selectmenu-text {
    padding: 11px 45px 11px 20px;
    font-family: BOGMtavruli;
    font-size: 14px;
    font-weight: normal;
}

.selectmenu3.ui-selectmenu-button span.ui-icon {
    width: 38px;
    height: 38px;
    border-left: 1px solid #f1f1f1;
    background-image: url("../img/selectmenu-dropdown3.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.selectmenu3.ui-selectmenu-menu .ui-menu {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-top: none;
    border-bottom: none;
    padding: 0px;
}

.selectmenu3.ui-selectmenu-menu .ui-menu .ui-menu-item {
    height: 39px;
    line-height: 39px;
    vertical-align: middle;
    color: #6c6f70;
    font-size: 14px;
    font-family: BOGNusxuri;
    padding: 0px 20px;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}

.selectmenu3.ui-selectmenu-menu .ui-menu .ui-menu-item.ui-state-focus, .selectmenu3.ui-selectmenu-menu .ui-menu .ui-menu-item.ui-state-active {
    background-color: #f1f1f1;
    margin: 0px;
}
/**/

/*********************************************************************************************************************************************************/




div,span,a {
    text-rendering: geometricPrecision;
}

.transition300 {
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.transition500 {
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

.textfield {
    background: none;
}

.textfield {
    font-family: BOGNusxuri;
    font-size: 14px;
    color: #b5b6b3;
}

.textarea {
    font-family: BOGNusxuri;
    font-size: 14px;
    color: #b5b6b3;
}

h1,h2,h3,h4 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

img {
    border: none;
}

body,html {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

ul,li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

input,textarea,select,span {
    outline: none;
}

a {
    text-decoration: none;
}

span.color-orange {
    color: #f47920;
}

.wrapper {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}


/* Landing */
#blur-bg {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    filter: blur(5px);
}

#popup-video {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 500;

    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
}

#popup-video .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 501;
    opacity: 0.8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    background-color: #282828;
}

#popup-video .close-video {
    position: fixed;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    cursor: pointer;
    background-image: url("../img/close.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-position: center center;
    background-color: #f47920;
    z-index: 5003;
}

#popup-video .close-video:hover {
    background-color: #e5711e;
}

#popup-video-youtube {
    display: none;
    position: fixed;
    top:0;
    z-index: 5001;
}

.landing {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 775px;
    float: left;
    z-index: 5;
    background-repeat: no-repeat;
    background-position: center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.landing .head {
    width: 100%;
    height: 119px;
    float: left;
    background-image: url("../img/shadow1.png");
    background-repeat: repeat-x;
}

.landing .head ul.menu {
    width: auto;
    float: left;
    margin-top: 30px;
}

.landing .head ul.menu li {
    float: left;
    margin-right: 70px;
}

.landing .head ul.menu li a {
    font-family: BOGMtavruli;
    font-size: 18px;
    color: #b5b6b3;
}

.landing .head ul.menu li a:hover {
    color: #ffffff;
}

.landing .head ul.menu li .donate {
	position: absolute;
	width: 60px;
	top: 0;
}

.landing .head a.lng {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    float: right;
    color: #ffffff;
    background-color: #f47920;
    font-family: BOGNusxuri;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}

.landing .head a.lng:hover {
    background-color: #e5711e;
}

.landing .middle {
    width: 100%;
    height: 485px;
    float: left;
}

.landing .middle .arrow {
    position: absolute;
    width: 85px;
    height: 484px;
   /* margin-top: 310px;*/
    cursor: pointer;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.landing .middle .arrow.left {
    left: 40px;
    background-image: url("../img/arrow-left.png");
    background-repeat: no-repeat;
}

.landing .middle .arrow.left:hover {
    background-image: url("../img/arrow-left-hover.png");
}

.landing .middle .arrow.right {
    right: 40px;
    background-image: url("../img/arrow-right.png");
    background-repeat: no-repeat;
}

.landing .middle .arrow.right:hover {
    background-image: url("../img/arrow-right-hover.png");
}

.landing .middle .area {
    width: 940px;
    height: 400px;
    float: left;
}

.landing .middle .area img.big-logo {
    float: left;
    margin-left: -80px;
}

.landing .middle .area.margin-top {
    margin-top: 20px;
}

.landing .middle .pay-btn {
    width: 244px;
    height: 66px;
    line-height: 66px;
    vertical-align: middle;
    background-image: url("../img/pay-btn-bg.png");
    background-repeat: no-repeat;
    color: #ffffff;
    font-family: BOGMtavruli;
    font-size: 18px;
    text-align: center;
    cursor: pointer;

    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.landing .middle .pay-btn:hover {
    background-image: url("../img/pay-btn-bg-hover.png");
}

.landing .middle .pay-btn img { margin-left: 20px; display: none; }

.landing .middle .pay-btn img.rotated {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -moz-transform: rotate(180deg); /* Firefox */
    -webkit-transform: rotate(180deg); /* Safari and Chrome */
    -o-transform: rotate(180deg); /* Opera */
}

.landing .middle .pay-btn-content {
    display: none;
    width: 240px;
    position: absolute;
    margin-left: 2px;
    margin-top: -3px;
    background-color: #f47920;
    z-index: 2;
}

.landing .middle .pay-btn-content .make-pay-btn {
    width: 120px;
    height: 37px;
    float: left;
    background: none;
    border: none;
    margin: 0px;
    padding: 0px;
    background-color: #f47920;
    border-top: 1px solid #f68d41;
    border-bottom: 1px solid #f06b0c;
    border-right: 1px solid #f68d41;
    border-left: 1px solid #f06b0c;
    font-family: BOGNusxuri;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
}

.landing .middle .pay-btn-content .make-pay-btn:hover {
    background-color: #f8852d;
}

.landing .middle .pay-btn-content .make-pay-btn.noleftborder {
    border-left: 1px solid transparent !important;
}

.landing .middle .play-video {
    z-index: 1;
    width: auto;
    height: 64px;
    float: left;
    text-align: center;
    cursor: pointer;
    margin-left: 45px;
    margin-top: 20px;
    background-image: url("../img/play-btn.png");
    background-repeat: no-repeat;
    padding-left: 65px;

    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.landing .middle .play-video:hover {
    background-image: url("../img/play-btn-hover.png");
}

.landing .middle .play-video span {
    float: left;
    margin-top: 8px;
    margin-left: 10px;
    color: #ffffff;
    font-family: BOGMtavruli;
    font-size: 18px;
    opacity: 0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    text-align: left;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}


.landing .middle .play-video:hover span {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.landing .load-down {
    width: 100%;
    height: 46px;
    float: left;
    text-align: center;
}

.landing .load-down img {
    cursor: pointer;
    opacity: 0.7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    margin-top: -40px;
}

.landing .load-down img:hover {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.imgslider {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 650px;
    float: left;
    background-repeat: no-repeat;
    background-position: center center fixed;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-video {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.landing-footer {
    width: 100%;
    height: 98px;
    float: left;
    bottom: 0;
    background-color: #f1f1f1;
    border-top: 2px solid #ffffff;
}

.landing-footer ul.menu-top {
    width: 960px;
    height: 98px;
    float: left;
    margin-left: -1px;
    border-left: 1px solid #e5e5e5;
}

.landing-footer ul.menu-top li {
    width: 191px;
    height: 98px;
    line-height: 107px;
    vertical-align: middle;
    float: left;
    margin-top: -2px;
    border-top: 2px solid #ffffff;
    border-right: 1px solid #e5e5e5;
    text-align: center;

    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -ms-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    color: #888888;
    font-family: BOGMtavruli;
    font-size: 18px;
}

.landing-footer ul.menu-top li:hover {
    border-top: 2px solid #f47920;
    background-color: #e5e5e5;
}


/*  */
.header {
    width: 100%;
    height: 120px;
    float: left;
    z-index: 500;
}

.header .head-top {
    width: 100%;
    height: 60px;
    float: left;
    background-color: #ffffff;
    border-bottom: 1px solid #d4d4d4;
}

.header .head-top .logo {
    position: relative;
    width: 160px;
    height: 120px;
    line-height: 120px;
    vertical-align: middle;
    text-align: center;
    background-color: #e5e5e5;
    cursor: pointer;
}

.header .head-top .logo:hover {
    background-color: #dddddd;
}

.header .head-top .logo img {
    vertical-align: middle;
}

.header .head-top ul.nav-menu {
    width: auto;
    height: 60px;
    float: left;
}

.header .head-top ul.nav-menu li {
    width: auto;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    float: left;
    margin-left: 40px;


}

.header .head-top ul.nav-menu li a {
    position: relative;
    color: #b5b6b3;
    font-family: BOGNusxuri;
    font-size: 14px;

    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.header .head-top ul.nav-menu li a.active {
    border-bottom: 1px solid #f47920;
    color: #f47920;
}

.header .head-top ul.nav-menu li a.active:hover {
    border-bottom: 1px solid #f47920;
    color: #f47920;
    cursor: default;
}

.header .head-top ul.nav-menu li a:hover {
    color: #888888;
}

.header .head-top ul.nav-menu li span.new {
    position: absolute;
    display: none;
    height: 16px;
    margin-left: -46px;
    line-height: 19px;
    background: #ff8126;
    color: #ffffff;
    font-size: 11px;
    margin-top: 5px;
    letter-spacing: 1px;
    font-family: "BOGMtavruli";
    padding: 0px 2px 0px 2px;
}

.header .head-top .actions-content {
    float: right;
}

/*მინდა ვიზრუნო*/
.header .head-top .pay-btn-container {
    width: 162px;
    height: 40px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}

.header .head-top .pay-btn {
    width: 162px;
    height: 40px;
    line-height: 47px;
    vertical-align: middle;
    background-color: #f47920;
    color: #ffffff;
    font-family: BOGMtavruli;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.header .head-top .pay-btn:hover {
    background-color: #e5711e;
}

.header .head-top .pay-btn img { margin-left: 5px; display: none; }

.header .head-top .pay-btn img.rotated {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -moz-transform: rotate(180deg); /* Firefox */
    -webkit-transform: rotate(180deg); /* Safari and Chrome */
    -o-transform: rotate(180deg); /* Opera */
}

.header .head-top .pay-btn-content {
    display: none;
    width: 162px;
    position: absolute;
    margin-left: 0px;
    margin-top: -3px;
    background-color: #f1f1f1;
    z-index: 2;
}

.header .head-top .pay-btn-content .make-pay-btn {
    width: 81px;
    height: 37px;
    float: left;
    background: none;
    border: none;
    margin: 0px;
    padding: 0px;
    background-color: #f47920;
    border-top: 1px solid #f68d41;
    border-bottom: 1px solid #f06b0c;
    border-right: 1px solid #f68d41;
    border-left: 1px solid #f06b0c;
    font-family: BOGNusxuri;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;


}

.header .head-top .pay-btn-content .make-pay-btn:hover {
    background-color: #f8852d;
}

.header .head-top .pay-btn-content .make-pay-btn.noleftborder {
    border-left: 1px solid transparent !important;
}

.header .head-top .search-btn {
    width: 59px;
    height: 60px;
    float: left;
    border-left: 1px solid #f1f1f1;
    background-image: url("../img/search-bg.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-position: center center;
    cursor: pointer;
}

.header .head-top .search-btn:hover {
    background-color: #f1f1f1;
}

.header .head-top .search-keyword {
    display: none;
    position: absolute;
    width: 739px;
    height: 60px;
    margin-left: 160px;
    float: left;
    border-right: 1px solid #e5e5e5;
    background-color: #f1f1f1;
    background-image: url("../img/search-bg-icon.png");
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 20px;
    background-position: 20px center;
}

.header .head-top .search-keyword .input {
    width: 515px;
    height: 60px;
    float: left;
    margin: 0px;
    padding: 0px;
    border: none;
    margin-left: 80px;
    background: none;
    color: #cccccc;
    font-family: BOGMtavruli;
    font-size: 18px;
    font-weight: normal;
}

.header .head-top .search-keyword .input::-webkit-input-placeholder {  color: #cccccc; }
.header .head-top .search-keyword .input:-moz-placeholder { /* Firefox 18- */  color: #cccccc; }
.header .head-top .search-keyword .input::-moz-placeholder {  /* Firefox 19+ */  color: #cccccc; }
.header .head-top .search-keyword .input:-ms-input-placeholder {  color: #cccccc; }

.header .head-top .search-keyword .search-btn {
    width: 86px;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    float: left;
    margin-top: 10px;
    border: 2px solid #f47920;
    background: none !important;
    font-size: 14px;
    font-family: BOGMtavruli;
    color: #f47920;
}

.header .head-top .search-keyword .search-btn:hover {
    color: #ffffff;
    background-color: #f47920 !important;
}

.header .head-top .search-keyword .close {
    width: 16px;
    height: 16px;
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    background-image: url("../img/search-close.png");
    background-repeat: no-repeat;
    cursor: pointer;
}

.header .head-top .lng {
    width: 59px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    color: #8b8d8e;
    font-size: 14px;
    font-family: BOGNusxuri;
    cursor: pointer;
}

.header .head-top .lng:hover {
    background-color: #f1f1f1;
}


.header .head-bottom {
    width: 100%;
    height: 58px;
    float: left;
    background-color: #e5e5e5;
    border-top: 1px solid #dfdfdf;

    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}

.header .head-bottom ul.nav-menu {
    width: auto;
    height: 58px;
    float: left;
    margin-left: 160px;
}



.header .head-bottom ul.nav-menu li {
    width: 132px;
    height: 58px;
    line-height: 58px;
    vertical-align: middle;
    float: left;
    text-align: center;
    border-right: 1px solid #dddddd;
    color: #888888;
    font-family: BOGMtavruli;
    font-size: 14px;

    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.header .head-bottom ul.nav-menu a:first-child li {
    width: 134px;
}

.header .head-bottom ul.nav-menu li:hover {
    background-color: #dddddd;
}

.header .head-bottom ul.nav-menu li.active {
    background-color: #dddddd;
    color: #f47920;
}

.header .head-bottom ul.nav-menu li.active span {
    display: inline-block;
    width: 120px;
    height: 53px;
    border-bottom: 5px solid #f47920;
}

.page-content {
    width: 100%;
    float: left;
    min-height: 400px;
    background-color: #ffffff;
}

.page-content .head-map {
    width: 100%;
    float: left;
    padding: 15px 0px 5px 0px;
    border-bottom: 1px solid #ececec;
}

.page-content .head-map ul {
    width: 960px;
    float: left;
}

.page-content .head-map ul li {
    width: auto;
    float: left;
    margin-right: 5px;
}

.page-content .head-map ul li.arrow {
    width: 5px;
    height: 8px;
    background-image: url("../img/map-arrow.png");
    background-repeat: no-repeat;
    margin-top: 6px;
}

.page-content .head-map ul li a {
    color: #888888;
    font-family: BOGNusxuri;
    font-size: 14px;
}

.page-content .head-map h1.page-title {
    width: 960px;
    float: left;
    font-family: BOGMtavruli;
    font-size: 30px;
    color: #cccccc;
}
.padding-top10 {
    padding-top: 10px !important;
}

.padding-top20 {
    padding-top: 20px !important;
}

.margin-top10 {
    margin-top: 10px !important;
}

.margin-top20 {
    margin-top: 20px !important;
}

.margin-top40 {
    margin-top: 40px !important;
}

.margin-left10 {
    margin-left: 10px !important;
}

.margin-left20 {
    margin-left: 20px !important;
}

.margin-left40 {
    margin-left: 40px !important;
}

.margin-right40 {
    margin-right: 40px !important;
}


.footer {
    width: 100%;
    float: left;
    margin-top: 40px;
    background-color: #ffffff;
}

.footer .socials {
    width: 960px;
    height: 160px;
    float: left;
}

.footer .socials .box-1 {
    width: 120px;
    height: 120px;
    float: left;
    padding: 20px;
    background-color: #f47920;
    color: #ffffff;
    font-family: BOGMtavruli;
    font-size: 18px;
    line-height: 17px;
    background-image: url("../img/posta.png");
    background-repeat: no-repeat;
    background-position-x: 20px;
    background-position-y: 118px;
    background-position: 20px 118px;
}

.footer .socials .box-2 {
    width: 280px;
    height: 120px;
    float: left;
    padding: 20px;
    background-color: #dddddd;
}

.footer .socials .box-2 .input {
    width: 260px;
    height: 40px;
    border: none;
    padding: 0px 0px 0px 20px;
    font-family: BOGNusxuri;
    font-size: 12px;
    color: #b5b6b3;
    border: 1px solid transparent;
    margin-left: 0px;
    margin-top: 0px;
}

.footer .socials .box-2 .input:hover {
    border: 1px solid #cccccc;
}

.footer .socials .box-2 .input:focus {
    border: 1px solid #cccccc;
    background-color: #f1f1f1;
}

.footer .socials .box-2 .btn {
    position: absolute;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    margin-top: 1px;
    margin-left: 241px;
    background-color: #ffffff;
    background-image: url("../img/arrow.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-position: center center;
}

.footer .socials .box-2 .btn:hover {
    background-color: #f1f1f1;
}


.footer .socials .box-2 p.description {
    width: 240px;
    height: 40px;
    float: left;
    margin: 0px;
    margin-top: 20px;
}

.footer .socials .box-2 p.description .count {
    display: inline-block;
    height: 40px;
    float: left;
    color: #b5b6b3;
    font-family: BOGMtavruli;
    font-size: 30px;
    font-weight: bold;
}

.footer .socials .box-2 p.description .desc {
    width: auto;
    height: 40px;
    float: left;
    margin-left: 5px;
    color: #b5b6b3;
    margin-top: 1px;
    font-family: BOGNusxuri;
    font-size: 12px;
}

.footer .socials .box-2 .rss {
    float: left;
    margin-top: 20px;
}

.footer .socials .box-3 {
    width: 240px;
    height: 160px;
    float: left;
    background-color: #e5e5e5;
}

.footer .socials .box-3 span.title {
    display: inline-block;
    width: 170px;
    float: left;
    text-align: left;
    padding-left: 70px;
    color: #b5b6b3;
    font-family: BOGNusxuri;
    font-size: 18px;
    margin-top: 35px;
}

.footer .socials .box-3 span.counter {
    display: inline-block;
    width: 170px;
    float: left;
    padding-left: 70px;
    text-align: left;
    color: #b5b6b3;
    font-family: BOGNusxuri;
    font-size: 36px;
    font-weight: bold;
}

.footer .socials .box-3 span.button {
    display: inline-block;
    width: 170px;
    float: left;
    padding-left: 70px;
    text-align: center;
}

.footer .socials .box-3 span.button .fb-like {
    float: left;
}

.footer .socials .box-4 {
    width: 240px;
    height: 160px;
    float: left;
    background-color: #f1f1f1;
}

.footer .socials .box-4 span.title {
    display: inline-block;
    width: 170px;
    float: left;
    padding-left: 70px;
    text-align: left;
    color: #b5b6b3;
    font-family: BOGNusxuri;
    font-size: 18px;
    margin-top: 35px;
}

.footer .socials .box-4 span.counter {
    display: inline-block;
    width: 170px;
    float: left;
    padding-left: 70px;
    text-align: left;
    color: #b5b6b3;
    font-family: BOGNusxuri;
    font-size: 36px;
    font-weight: bold;
}

.footer .socials .box-4 span.button {
    display: inline-block;
    width: 170px;
    float: left;
    padding-left: 70px;
    text-align: left;
}

.footer ul.menu {
    width: 240px;
    float: left;
    margin-top: 40px;
}

.footer ul.menu li {
    width: 240px;
    float: left;
}

.footer ul.menu li.title {
    color: #f47920;
    font-family: BOGMtavruli;
    font-size: 18px;
    margin-bottom: 10px;
}

.footer ul.menu li a {
    font-family: BOGNusxuri;
    color: #b5b6b3;
    font-size: 14px;

    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.footer ul.menu li a:hover {
    color: #888888;
}

.footer .copyright {
    width: 100%;
    float: left;
    background-color: #e5e5e5;
    font-family: BOGNusxuri;
    font-size: 14px;
    color: #888888;
    font-weight: normal;
    padding: 22px 0px;
    margin-top: 35px;
}

.footer .copyright p {
    margin: 0px;
    padding: 0px;
}

.footer .copyright p a {
    color: #444444;
}

.footer .copyright p.left {
    float: left;
    text-align: left;
}

.footer .copyright p.right {
    float: right;
    text-align: right;
}

/* HOMEPAGE */
.page-content .project-slider {
    width: 100%;
    height: 480px;
    float: left;
    margin-top: 40px;
    background-color: #e5e5e5;
    overflow: hidden;
}

.page-content .project-slider ul.test {
    white-space: nowrap;
    letter-spacing  :-4px;
}

.page-content .project-slider ul.test li {
    display: block;
    width: 960px;
    height: 480px;
    display: inline-block;
    margin: 0px;
    opacity: 0.2;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=20);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);

    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
}

.page-content .project-slider ul.test li.active {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.page-content .project-slider ul.test li img {
    cursor: pointer;
}

.page-content .project-slider .content-window {
    position: absolute;
    width: 240px;
    height: 400px;
    margin-top: 40px;
    margin-left: 40px;
    background-color: #ffffff;
    z-index: 5;
}

.page-content .project-slider .content-window span.title {
    display: inline-block;
    width: 200px;
    float: left;
    padding: 0px 20px;
    color: #8ea934;
    font-family: BOGMtavruli;
    font-size: 18px;
    margin-top: 20px;
}

.page-content .project-slider .content-window span.date {
    display: inline-block;
    width: 200px;
    float: left;
    padding: 0px 20px;
    color: #cccccc;
    font-family: BOGNusxuri;
    font-size: 12px;
}

.page-content .project-slider .content-window ul.category {
    width: 215px;
    height: 42px;
    float: left;
    margin-top: 10px;
    padding-left: 20px;
    background-color: #f1f1f1;
    border-right: 5px solid #cccccc;
}

.page-content .project-slider .content-window ul.category li {
    width: auto;
    height: 42px;
    line-height: 42px;
    vertical-align: middle;
    float: left;
    margin-left: 8px;
}

.page-content .project-slider .content-window ul.category li.title {
    line-height: 48px;
    color: #888888;
    font-family: BOGMtavruli;
    font-size: 16px;
    margin-left: 0px;
    margin-right: 3px;
}

.page-content .project-slider .content-window ul.category li img { vertical-align: middle; }

.page-content .project-slider .content-window p.description {
    width: 200px;
    height: 150px;
    float: left;
    padding: 0px 20px;
    color: #f47920;
    font-family: BOGMtavruli;
    font-size: 18px;
    line-height: 22px;
    margin: 0px;
    margin-top: 20px;
}

.page-content .project-slider .content-window p.description a {
    color: #f47920;
    font-family: BOGMtavruli;
    font-size: 18px;
}

.page-content .project-slider .content-window .fb-like {
    width: 220px;
    height: 20px;
    float: left;
    padding-left: 20px;
    margin-top: 20px;
}

.page-content .project-slider .content-window .actions {
    width: 200px;
    height: 40px;
    float: left;
    padding: 0px 20px;
    margin-top: 15px;
}

.page-content .project-slider .content-window .actions .move-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    float: left;
    background-color: #e5e5e5;
    cursor: pointer;
}

.page-content .project-slider .content-window .actions .move-btn:hover {
    background-color: #cccccc;
}

.page-content .project-slider .content-window .actions .move-btn.disabled {
    background-color: #f1f1f1;
}

.page-content .project-slider .content-window .actions .move-btn.left {
    background-image: url("../img/arrow-left-small.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-position: center center;
}

.page-content .project-slider .content-window .actions .move-btn.right {
    margin-left: 1px;
    background-image: url("../img/arrow-right-small.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-position: center center;
}

.page-content .project-slider .content-window .actions .history-counter {
    color: #b5b6b3;
    font-family: BOGNusxuri;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    float: right;
}

.page-content .what-we-do {
    width: 880px;
    float: left;
    margin-top: 40px;
    padding: 40px;
    background-color: #f1f1f1;
}

.page-content .what-we-do h2.title {
    width: 680px;
    float: left;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    color: #f47920;
    font-family: BOGMtavruli;
    font-size: 36px;
}

.page-content .what-we-do .contact-phone {
    width: auto;
    height: 44px;
    float: right;
    text-align: right;
}

.page-content .what-we-do .contact-phone .index {
    display: inline-block;
    float: left;
    height: 44px;
    color: #6c6f70;
    font-family: BOGNusxuri;
    font-size: 14px;
    line-height: 13px;
    text-align: right;
    margin-top: 9px;
}

.page-content .what-we-do .contact-phone .number {
    display: inline-block;
    float: left;
    height: 44px;
    font-family: BOGNusxuri;
    color: #888888;
    font-weight: bold;
    font-size: 31px;
    margin-left: 3px;
}

.page-content .what-we-do p.text-content {
    width: 880px;
    float: left;
    margin: 0px;
    color: #888888;
    font-family: BOGNusxuri;
    font-size: 14px;
    text-align: justify;
}

.page-content .what-we-do .btn-box {
    width: 186px;
    height: 133px;
    float: left;
    margin-top: 40px;
    padding: 40px;
    border-top: 5px solid #ffffff;
    background-color: #ffffff;
    text-align: center;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 40px;
    background-position: center top 40px;
}

.page-content .what-we-do .btn-box.icon1 {
    background-image: url("../img/icon-1.png");
}

.page-content .what-we-do .btn-box.icon1:hover {
    background-image: url("../img/icon-1-hover.png");
}

.page-content .what-we-do .btn-box.icon2 {
    background-image: url("../img/icon-2.png");
}

.page-content .what-we-do .btn-box.icon2:hover {
    background-image: url("../img/icon-2-hover.png");
}

.page-content .what-we-do .btn-box.icon3 {
    background-image: url("../img/icon-3.png");
}

.page-content .what-we-do .btn-box.icon3:hover {
    background-image: url("../img/icon-3-hover.png");
}

.page-content .what-we-do .btn-box:hover {
    border-top: 5px solid #f47920;
}

.page-content .what-we-do .btn-box.margin {
    margin-left: 40px;
    margin-right: 40px;
}

.page-content .what-we-do .btn-box .desc {
    width: 246px;
    float: left;
    margin-top: 85px;
    margin-left: -30px;
    text-align: center;
    font-family: BOGMtavruli;
    color: #888888;
    font-size: 18px;
    line-height: 20px;
}

.page-content .last-news {
    width: 100%;
    float: left;
    margin-top: 40px;
    background-color: #e5e5e5;
    padding-bottom: 40px;
}

.page-content .last-news h1.title {
    width: 960px;
    float: left;
    margin: 0px;
    margin-top: 40px;
    color: #f47920;
    font-size: 36px;
    font-family: BOGMtavruli;
    font-weight: normal;
}

.page-content .news-box {
    width: 460px;
    height: 200px;
    float: left;
    margin-top: 30px;
    background-color: #ffffff;
}

.page-content .news-box.margin {
    margin-left: 40px;
}

.page-content .news-box .photo {
    width: 200px;
    height: 200px;
    float: left;
}

.page-content .news-box .photo .photo-hover {
    position: absolute;
    width: 200px;
    height: 200px;
    margin: 0px;
    background-image: url("../img/news_img_hover.png");
    background-repeat: no-repeat;

    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/news_img_hover.png',sizingMethod='crop');

    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.page-content .news-box .photo:hover .photo-hover {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.page-content .news-box .details {
    width: 215px;
    height: 32px;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}

.page-content .news-box .details .date {
    display: inline-block;
    width: 100px;
    height: 32px;
    float: left;
}

.page-content .news-box .details .date .day {
    width: auto;
    height: 32px;
    float: left;
    color: #f47920;
    font-family: BOGNusxuri;
    font-size: 30px;
}

.page-content .news-box .details .date .month {
    width: 63px;
    float: left;
    font-family: BOGNusxuri;
    font-size: 12px;
    color: #f47920;
    margin-left: 3px;
}

.page-content .news-box .details .date .year {
    width: auto;
    float: left;
    font-family: BOGNusxuri;
    font-size: 12px;
    color: #888888;
    margin-left: 3px;
}

.page-content .news-box .details ul.category {
    width: auto;
    height: 32px;
    float: left;
    border-left: 1px solid #e5e5e5;
}

.page-content .news-box .details ul.category li {
    width: auto;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    float: left;
    margin-left: 6px;
}

.page-content .news-box .details ul.category li img { vertical-align: middle; opacity: 0.5; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); }

.page-content .news-box p.desc {
    width: 215px;
    height: 120px;
    float: left;
    margin: 0px;
    padding: 0px;
    margin-left: 20px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-content .news-box p.desc a {
    font-family: BOGNusxuri;
    font-size: 14px;
    color: #888888;
}

.partners {
    width: 960px;
    float: left;
    margin-top: 40px;
    color: red;
}

.partners h1.title {
    width: 960px;
    float: left;
    font-family: BOGMtavruli;
    font-size: 36px;
    color: #f47920;
    margin: 0px;
    font-weight: normal;
}

.partners .partners-slider {
    width: 960px;
    height: 40px;
    float: left;
    margin-top: 40px;
    overflow: hidden;
}

.partners .partners-slider .arrow {
    width: 40px;
    height: 40px;
    float: left;
    cursor: pointer;
    background-color: #e5e5e5;;
    position: relative;
}

.partners .partners-slider .arrow:hover {
    background-color: #cccccc;
}

.partners .partners-slider .arrow.disabled {
    background-color: #f1f1f1;
}

.partners .partners-slider .arrow.left {
    background-image: url("../img/arrow-left-small.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-position: center center;
}

.partners .partners-slider .arrow.right {
    background-image: url("../img/arrow-right-small.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-position: center center;
}

.partners .partners-slider ul {
    width: 880px;
    height: 40px;
    float: left;
    white-space: nowrap;
    letter-spacing: -4px;
}

.partners .partners-slider ul li {
    display: inline-block;
    height: 40px;
    padding: 0px 35px;

    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
}

/* ვინ ვართ ჩვენ */
/* რაზე ვზრუნავთ */
.page-content .photo-desc {
    width: 480px;
    height: 400px;
    float: left;
    margin-top: 40px;
}

.page-content .visual-box {
    width: 480px;
    height: 400px;
    float: left;
    margin-top: 30px;
    background-color: #f1f1f1;
}

.page-content .visual-box .image {
    width: 480px;
    height: 400px;
    float: left;
    margin-top: 0px;
}

.page-content .visual-box:hover .top-area {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.page-content .visual-box .top-area {
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    z-index: 10;
    width: 400px;
    height: 60px;
    float: left;
    padding: 30px 40px;
    background-color: #f1f1f1;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);

    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
}

.page-content .visual-box .top-area .history-counter {
    display: inline-block;
    width: 140px;
    height: 64px;
    float: left;
}

.page-content .visual-box .top-area .history-counter .icon {
    width: 64px;
    height: 64px;
    float: left;
}

.page-content .visual-box .top-area .history-counter span.line1 {
    width: 72px;
    height: 32px;
    float: left;
    color: #888888;
    font-family: BOGMtavruli;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.page-content .visual-box .top-area .history-counter span.line2 {
    width: 76px;
    height: 32px;
    float: left;
    color: #cccccc;
    font-family: BOGNusxuri;
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
}

.page-content .visual-box .top-area .viewall {
    width: auto;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    float: right;
    font-size: 18px;
    color: #888888;
    font-family: BOGMtavruli;
    margin-top: 12px;
}

.page-content .visual-box .top-area .viewall img {

    vertical-align: middle;
    margin-top: -7px;
}



.page-content .info-box {
    width: 440px;
    float: left;
    margin-top: 40px;
}

.page-content .info-box h2.title {
    width: 440px;
    float: left;
    margin-top: 0px !important;
    line-height: 40px;
    font-size: 36px;
    font-family: BOGMtavruli;
    color: #f47920;
}

.page-content .info-box p.text {
    width: 440px;
    float: left;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    font-size: 14px;
    font-family: BOGNusxuri;
    color: #888888;
    text-align: justify;
    line-height: 19px;
}

.page-content .education {
    width: 100%;
    height: 480px;
    float: left;
    margin-top: 40px;
    background-color: #e5e5e5;
}

.page-content .generals {
    width: 100%;
    height: 480px;
    float: left;
    margin-top: 40px;
    background-color: #f1f1f1;
    background-repeat: no-repeat;
}

.page-content .generals .box {
    position: relative;
    width: 400px;
    height: 400px;
    float: left;
    padding: 40px 40px 40px 40px;
    background-color: #e5e5e5;
}

.page-content .generals .box .value {
    display: none;
    width: 400px;
}

.page-content .generals .box h2.title {
    width: 400px;
    float: left;
    color: #f47920;
    font-family: BOGMtavruli;
    font-size: 34px;
    margin: 0px;
    padding: 0px;
}

.page-content .generals .box h3.title {
    width: 400px;
    float: left;
    color: #f47920;
    font-family: BOGMtavruli;
    font-size: 18px;
    margin-top: 40px;
}

.page-content .generals .box p.text {
    width: 400px;
    height: 237px;
    float: left;
    color: #888888;
    font-family: BOGNusxuri;
    font-size: 14px;
    text-align: justify;
}

.page-content .generals .box ul.buttons {
    position: absolute;
    width: 410px;
    height: 20px;
    float: left;
    bottom: 20px;
    margin-left: -10px;
}

.page-content .generals .box ul.buttons li {
    width: 70px;
    height: 20px;
    float: left;
    margin-left: 10px;
    background-color: #e5e5e5;
    border: 1px solid #f47920;
    cursor: pointer;

    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.page-content .generals .box ul.buttons li.active {
    background: #f47920;
    cursor: default;
}

/* კონტაქტი */
.page-content .contact-left {
    width: 500px;
    height: 415px;
    float: left;
    margin-top: 40px;
    padding: 20px 40px;
    background-color: #f1f1f1;
}

.page-content .contact-right {
    width: 300px;
    height: 415px;
    float: left;
    margin-top: 40px;
    padding: 40px 40px 0px 40px;
    background-color: #e5e5e5;
}

.page-content .contact-right h2 {
    width: 300px;
    float: left;
    color: #f47920;
    font-family: BOGMtavruli;
    font-size: 18px;
}

.page-content .contact-right h2.margin-top {
    margin-top: 30px;
}

.page-content .contact-right p {
    width: 300px;
    float: left;
    color: #888888;
    font-family: BOGNusxuri;
    font-size: 14px;
}

.page-content .contact-left .input-content {
    width: 500px;
    float: left;
    margin-top: 20px;
}

.page-content .contact-left a,
.page-content .contact-left a:active {
    text-decoration: none;
    color: #f47920;
    font-family: BOGNusxuri;
}

.page-content .contact-left a:hover {
    color: #888888;
}

.page-content .contact-left .captcha a {
    float: left;
    margin-left: 10px;
    line-height: 40px;
}

.page-content .contact-left .input-content .textfield {
    width: 198px;
    height: 38px;
    border: 1px solid #dddddd;
    float: left;
    padding: 0px 20px;
    background-image: url("../img/input-bg.png");
    background-repeat: repeat-x;
}

.page-content .contact-left .input-content .textarea {
    width: 458px;
    height: 100px;
    border: 1px solid #dddddd;
    float: left;
    padding: 20px;
    resize: none;
}

.page-content .contact-left .input-content .send-btn {
    width: auto;
    height: 38px;
    line-height: 43px;
    float: right;
    border: 1px solid #f47920;
    background: transparent;
    color: #f47920;
    font-family: BOGMtavruli;
    font-size: 18px;
    background-image: url("../img/contact-bg.png");
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: right;
    background-position: right 10px center;
    padding: 0px 30px 0px 20px;
    cursor: pointer;
}

.page-content .contact-left .input-content .send-btn:hover {
    background-color: #f47920;
    color: #ffffff;
    background-image: url("../img/contact-bg-hover.png");
}

.page-content .contact-map {
    width: 960px;
    height: 320px;
    float: left;
    margin-top: 40px;
    background-color: #f1f1f1;
}

/* შემოგვიერთდით */
.join-us-tabs {
    width: 960px;
    float: left;
    margin-top: 40px;
    background-color: #f1f1f1;
}

.join-us-tabs ul.tabs {
    width: 960px;
    height: 80px;
    float: left;
}

.join-us-tabs ul.tabs li {
    width: 320px;
    height: 74px;
    line-height: 100px;
    vertical-align: middle;
    float: left;
    background-color: #f1f1f1;
    border-bottom: 5px solid #f47920;
    border-top: 1px solid #e5e5e5;
    color: #cccccc;
    font-family: BOGMtavruli;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
}

.join-us-tabs ul.tabs li span {
    display: inline-block;
    line-height: 25px !important;
}

.join-us-tabs ul.tabs li span.one_line {
    display: block;
    margin-top: 30px;
}

.join-us-tabs ul.tabs li.active {
    background-color: #f47920;
    border-top: 1px solid #f47920;;
    color: #ffffff;
    cursor: default;
}

.join-us-tabs .container {
    display: none;
    width: 960px;
    float: left;
    padding-bottom: 40px;
    background-color: #e5e5e5;
}

.join-us-tabs .container .info-box {
    width: 430px;
    float: left;
}

.join-us-tabs .container .info-box h2 {
    width: 430px;
    float: left;
    color: #f47920;
    font-size: 36px;
    font-family: BOGMtavruli;
}

.join-us-tabs .container .info-box p {
    width: 430px;
    float: left;
    color: #888888;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    font-family: BOGNusxuri;
}

.join-us-tabs .container .form-join {
    width: 880px;
    float: left;
    margin-left: 40px;
    margin-top: 40px;
}

.join-us-tabs .container .form-join .switchers {
    width: 430px;
    float: left;
    margin-top: 20px;
}

.join-us-tabs .container .form-join .switchers .radio-switcher {
    display: inline-block;
    width: 165px;
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    float: left;
    padding-left: 38px;
    border: 1px solid #dddddd;
    color: #b5b6b3;
    font-family: BOGNusxuri;
    font-size: 14px;
    background-color: #ffffff;
    background-image: url("../img/radio-0.png");
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: center;
    background-position: 10px center;
    cursor: pointer;
}

.join-us-tabs .container .form-join .switchers .radio-switcher.active {
    background-color: #f47920;
    color: #ffffff;
    background-image: url("../img/radio-1.png");
}

.join-us-tabs .container .form-join .textfield {
    width: 388px;
    height: 38px;
    float: left;
    margin-top: 20px;
    padding: 0px 20px;
    border: 1px solid #dddddd;
    color: #b5b6b3;
    font-family: BOGNusxuri;
    font-size: 14px;
}

.join-us-tabs .container .form-join .textarea {
    width: 838px;
    min-height: 100px;
    float: left;
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #dddddd;
    color: #b5b6b3;
    font-family: BOGNusxuri;
    font-size: 14px;
    resize: vertical;
}

.join-us-tabs .container .form-join .send-btn {
    width: 428px;
    height: 38px;
    float: right;
    line-height: 41px;
    vertical-align: middle;
    background: none;
    border: none;
    border: 1px solid #f47920;
    margin-top: 20px;
    color: #f47920;
    font-size: 18px;
    font-family: BOGMtavruli;
    background-image: url("../img/contact-bg.png");
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 255px;
    background-position: 255px center;
    cursor: pointer;
}

.join-us-tabs .container .form-join .send-btn:hover {
    background-color: #f47920;
    color: #ffffff;
    background-image: url("../img/contact-bg-hover.png");
}

.join-us-tabs .container.bg {
    height: 620px;
    background-image: url("../img/payments/bg.jpg");
    background-repeat: no-repeat;
    padding-bottom: 0px;
}

.join-us-tabs .container .payment-window {
    width: 560px;
    height: 440px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 85px;
    background-color: #ffffff;
}

.join-us-tabs .container .payment-window ul.payment-type {
    width: 560px;
    height: 80px;
    float: left;
    display: none;
}

.join-us-tabs .container .payment-window .info-content { margin-top: 60px !important; }

.join-us-tabs .container .payment-window ul.payment-type li {

    width: 186px;
    height: 78px;
    line-height: 90px;
    vertical-align: middle;
    float: left;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    color: #888888;
    font-family: BOGMtavruli;
    font-size: 18px;
    background-color: #f1f1f1;
    text-align: center;
    cursor: pointer;
}

.join-us-tabs .container .payment-window ul.payment-type li img { vertical-align: middle; margin-top: -7px; }

.join-us-tabs .container .payment-window ul.payment-type li.active {
    background-color: #ffffff;
    border-bottom: 1px solid transparent;
}

.join-us-tabs .container .payment-window .form-payment {
    position: relative;
    width: 480px;
    float: left;
    margin-top: 40px;
}

.join-us-tabs .container .payment-window .form-payment .textfield {
    width: 188px;
    height: 58px;
    float: left;
    margin-left: 40px;
    border: 1px solid #dddddd;
    background: #ffffff;
    padding-right: 270px;
    padding-left: 20px;
}

.join-us-tabs .container .payment-window .form-payment ul.currency {
    position: absolute;
    width: auto;
    height: 40px;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    border-left: none;
    border-top: none;
    margin-top: 10px;
    right: -30px;
}

.join-us-tabs .container .payment-window .form-payment ul.currency li {
    width: 79px;
    height: 39px;
    line-height: 45px;
    vertical-align: middle;
    float: left;
    background-color: #f1f1f1;
    color: #b5b6b3;
    font-family: BOGMtavruli;
    font-size: 14px;
    text-align: center;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
}

.join-us-tabs .container .payment-window .form-payment ul.currency li.active {
    background-color: #f47920;
    border-top: 1px solid #f47920;
    color: #ffffff;
}

.join-us-tabs .container .payment-window .form-payment .selectmenu2 {
    width: 479px;
    float: left;
    margin-left: 40px;
    margin-top: 20px;
}




.join-us-tabs .container .payment-window .btn-pay {
    width: 478px;
    height: 38px;
    line-height: 42px;
    vertical-align: middle;
    float: left;
    border: 1px solid #f47920;
    color: #f47920;
    font-family: BOGMtavruli;
    font-size: 18px;
    background: none;
    margin-left: 40px;
    margin-top: 20px;
    cursor: pointer;
}

.join-us-tabs .container .payment-window .btn-pay:hover {
    background-color: #f47920;
    color: #ffffff;
}

.join-us-tabs .container .payment-window .info-content {
    width: 560px;
    height: 79px;
    float: left;
    margin-top: 25px;
    border-top: 1px solid #e5e5e5;
    background-color: #f1f1f1;
}

.join-us-tabs .container .payment-window .info-content span {
    color: #6c6f70;
    font-family: BOGNusxuri;
    font-size: 14px;
}

.join-us-tabs .container .payment-window .info-content span.left-side {
    display: inline-block;
    width: 240px;
    height: 40px;
    float: left;
    margin-top: 20px;
    padding-left: 40px;
}

.join-us-tabs .container .payment-window .info-content span.right-side {
    display: inline-block;
    width: 239px;
    height: 40px;
    float: left;
    margin-top: 20px;
    padding-left: 40px;
    border-left: 1px solid #dddddd;
}

/**/
.join-us-tabs .container .share-fb {
    width: 878px;
    height: 78px;
    line-height: 78px;
    vertical-align: middle;
    float: left;
    margin-top: 40px;
    margin-left: 40px;
    border: 1px solid #dddddd;
    background-color: #f1f1f1;
    font-family: "BOG Nusxuri";
    font-size: 18px;
    color: #b5b6b3;
    text-align: center;
    cursor: pointer;
}

.join-us-tabs .container .share-fb span {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    background-image: url("../img/fb-share.png");
    background-repeat: no-repeat;
}

.join-us-tabs .container .share-fb:hover {
    color: #4e69a2;
    background-color: #ffffff;
}

.join-us-tabs .container .share-fb:hover span {
    background-image: url("../img/fb-share-hover.png");
}

.join-us-tabs .container .facebook-posts {
    width: 496px;
    float: left;
    margin-top: 40px;
    margin-left: 40px;
    padding-bottom: 20px;
    border: 1px solid #dddddd;
    background-color: #f1f1f1;
}

.join-us-tabs .container .facebook-posts .head {
    position: relative;
    width: 460px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    border-bottom: 5px solid #4e69a2;
    color: #4e69a2;
    font-family: "BOG Nusxuri";
    font-size: 24px;
}

.join-us-tabs .container .facebook-posts .head img {
    vertical-align: middle;
    margin-top: -6px;
}

.join-us-tabs .container .facebook-posts .head .fb-like {
    position: absolute;
    right: 0px;
    top: -20px;
}

.join-us-tabs .container .facebook-posts .post-item {
    position: relative;
    width: 458px;
    height: 178px;
    float: left;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    margin-top: 20px;
    margin-left: 20px;
}

.join-us-tabs .container .facebook-posts .post-item .thumb {
    width: 178px;
    height: 178px;
    float: left;
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.join-us-tabs .container .facebook-posts .post-item .name {
    width: 240px;
    height: 100px;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    color: #888888;
    font-family: BOGNusxuri;
    font-size: 14px;
    word-wrap: break-word;
    overflow: hidden;
}

.join-us-tabs .container .facebook-posts .post-item .actions {
    position: absolute;
    width: 240px;
    height: 20px;
    bottom: 9px;
    right: 20px;
}

.join-us-tabs .container .facebook-posts .post-item .actions a {
    float: left;
    color: #4e69a2;
    font-family: BOGNusxuri;
    font-size: 14px;
    display: inline-block;
    width: 89px;
    text-align: center;
}

.join-us-tabs .container .facebook-posts .post-item .actions a img {
    vertical-align: middle;
}

.join-us-tabs .container .facebook-posts .post-item .actions .line {
    width: 1px;
    height: 20px;
    float: left;
    margin-left: 30px;
    margin-right: 30px;
    background-color: #dddddd;
}

.join-us-tabs .container .facebook-posts .view-all {
    display: inline;
    width: 458px;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    padding: 10px 0px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    text-align: center;
    color: #6c6f70;
    font-family: BOGNusxuri;
    font-size: 14px;
}


.join-us-tabs .container .youtube-videos {
    width: 339px;
    float: left;
    margin-top: 40px;
    margin-left: 40px;
    padding-bottom: 20px;
    border: 1px solid #dddddd;
    background-color: #f1f1f1;
}

.join-us-tabs .container .youtube-videos .head {
    position: relative;
    width: 300px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    border-bottom: 5px solid #e62117;
    color: #e62117;
    font-family: "BOG Nusxuri";
    font-size: 24px;
}

.join-us-tabs .container .youtube-videos .head img {
    vertical-align: middle;
    margin-top: -6px;
}

.join-us-tabs .container .youtube-videos .video-item {
    position: relative;
    width: 298px;
    height: 278px;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    background-color: #ffffff;
}

.join-us-tabs .container .youtube-videos .video-item .thumb {
    width: 298px;
    height: 165px;
    float: left;
    background-color: #888888;
}

.join-us-tabs .container .youtube-videos .video-item .thumb .play {
    position: absolute;
    margin-left: 115px;
    margin-top: 50px;
}

.join-us-tabs .container .youtube-videos .video-item .name {
    width: 258px;
    float: left;
    color: #888888;
    font-family: BOGNusxuri;
    font-size: 14px;
    margin-top: 20px;
    margin-left: 20px;
}

.join-us-tabs .container .youtube-videos .video-item .views {
    position: absolute;
    width: 258px;
    color: #b5b6b3;
    font-family: BOGNusxuri;
    font-size: 14px;
    left: 20px;
    bottom: 20px;
}

.join-us-tabs .container .youtube-videos .view-all {
    display: inline;
    width: 298px;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    padding: 10px 0px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    text-align: center;
    color: #6c6f70;
    font-family: BOGNusxuri;
    font-size: 14px;
}



/* საგრანტო კონკურსები */
.competition-tabs {
    width: 960px;
    float: left;
    margin-top: 40px;
    background-color: #f1f1f1;
}

.competition-tabs ul.tabs {
    width: 960px;
    height: 80px;
    float: left;
}

.competition-tabs ul.tabs li {
    width: 320px;
    height: 74px;
    line-height: 74px;
    vertical-align: middle;
    float: left;
    background-color: #f1f1f1;
    border-bottom: 5px solid #f47920;
    border-top: 1px solid #e5e5e5;
    color: #cccccc;
    font-family: BOGMtavruli;
    font-size: 24px;
    text-align: center;
    cursor: pointer;

    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.competition-tabs ul.tabs li.active {
    background-color: #f47920;
    border-top: 1px solid #f47920;;
    color: #ffffff;
    cursor: default;
}

.competition-tabs .container {
    display: none;
    width: 960px;
    float: left;
}

/* Application form */

.competition-tabs .container .application-form {
    width: 960px;
    float: left;
    padding: 0px 0px 40px 0px;
}

.competition-tabs .container .application-form label {
    display: inline-block;
    width: 100%;
    font-family: BOGNusxuri;
    font-size: 13px;
    color: #6c6f70;
    margin: 0px;
    padding: 0px;
}

.competition-tabs .container .application-form label span {
    color: #cccccc;
    font-size: 18px;
    font-weight: bold;
    margin-right: 3px;
}

.competition-tabs .container .application-form label.error {
    display: none !important;
}

.application-form .textarea.error {
    background-color: #ffc9b1;
}

.competition-tabs .container .application-form .fileValidation label.error {
    /*display: inline-block !important;*/
}

.application-form .switcher-check {
    width: auto;
    float: left;
    margin-bottom: 10px;
}

.application-form .switcher-check .checkbox {
    width: 118px;
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    float: left;
    padding-left: 15px;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    background-image: url("../img/checkbox-0.png");
    background-repeat: no-repeat;
    background-position-x: 105px;
    background-position-y: center;
    color: #6c6f70;
    font-family: BOGNusxuri;
    font-size: 14px;
    cursor: pointer;

    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.application-form .switcher-check .checkbox.active {
    background-color: #f47920;
    color: #ffffff;
    background-image: url("../img/checkbox-1.png");
}

.application-form .detail-textarea {
    width: 878px;
    height: auto;
    float: left;
    border: 1px solid #dddddd;
}

.application-form .detail-textarea.no-top-border {
    border-top: none;
}

.application-form .detail-textarea .head-line {
    position: relative;
    width: 848px;
    vertical-align: middle;
    float: left;
    color: #b5b6b3;
    font-family: BOGNusxuri;
    font-size: 14px;
    padding: 10px 15px;
    border-bottom: 1px solid #dddddd;
    background-color: #ffffff;
}

.application-form .detail-textarea .arrow-icon {
    position: absolute;
    margin-left: 35px;
    /*margin-top: 40px;*/
    bottom: -8px;
}

.application-form .detail-textarea .textarea {
    width: 848px;
    float: left;
    resize: vertical;
    border: none !important;
}

.application-form .textfield {
    width: auto;
    height: 38px;
    float: left;
    padding: 0px 15px;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
}

.application-form .textfield.datepicker {
    background-image: url("../img/calendar-bg.png");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-position: right 10px center;
}

.application-form .textfield.m {
    width: 248px;
}

.application-form .textfield.xl {
    width: 848px;
}

.application-form .textfield.error {
    background-color: #ffc9b1;
}

.application-form .textarea {
    width: auto;
    float: left;
    padding: 15px 15px;
    border: 1px solid #e5e5e5;
    resize: vertical;
}

.application-form .textarea.m {
    width: 248px;
}

.application-form .textarea.xl {
    width: 848px;
}


.application-form .selectmenu1 {
    width: 280px;
}


.application-form .full-line {
    width: 960px;
    height: 1px;
    float: left;
    margin-top: 20px;
    background-color: #dddddd;
}

.application-form .new-line {
    width: 960px;
    height: 1px;
    float: left;
}

.application-form .box {
    width: 880px;
    float: left;
    padding: 0px 19px;
    margin-left: 20px;
    border: 1px solid #dddddd;
}

.application-form .box a.terms {
    color: #6c6f70;
}

.application-form .box.no-border {
    border: 1px solid transparent;
}

.application-form .box .input-box {
    width: 280px;
    float: left;
}

.application-form .box .current-project {
    width: 900px;
    float: left;
}

.application-form .box .btn-addinfo {
    width: 878px;
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    float: left;
    margin-top: 20px;
    border: 1px solid #f47920;
    color: #f47920;
    text-align: center;
    font-family: BOGNusxuri;
    font-size: 14px;
    cursor: pointer;
}

.application-form .box .btn-addinfo img {
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 10px;
}

.application-form .box .city-results {
    width: 920px;
    float: left;
    margin-left: -20px;
    margin-top: 20px;
    border-top: 1px solid #dddddd;
    border-bottom: none;
}

.application-form .box .city-results .item {
    width: 920px;
    height: auto;
    float: left;
    border-bottom: 1px solid #dddddd;
}

.application-form .box .city-results .item .value {
    width: 860px;
    height: 38px;
    padding-left: 20px;
    line-height: 38px;
    vertical-align: middle;
    float: left;
    font-family: BOGNusxuri;
    font-size: 14px;
    color: #6c6f70;
}

.application-form .box .city-results .item .delete {
    width: 38px;
    height: 38px;
    float: left;
    border: 1px solid #dddddd;
    border-bottom: none;
    border-top: none;
    background-image: url("../img/remove.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-position-x: center;
    background-position-y: center;
    cursor: pointer;
}

.application-form .downloads-content {
    width: 819px;
    float: left;
    padding: 29px;
    border: 1px dashed #cccccc;
    background-color: #ffffff;
}

.application-form .downloads-content .download-btn {
    width: auto;
    height: 38px;
    line-height: 42px;
    vertical-align: middle;
    float: left;
    border: 1px solid #f47920;
    padding: 0px 40px 0px 70px;
    color: #f47920;
    font-family: BOGMtavruli;
    font-size: 18px;
    background-color: #ffffff;
    background-image: url("../img/download-ico.png");
    background-repeat: no-repeat;
    background-position-x: 40px;
    background-position-y: center;
    cursor: pointer;
}

.application-form .upload-btn {
    position: relative;
    width: 353px;
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    float: right;
    padding-left: 15px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    color: #f47920;
    font-family: BOGNusxuri;
    font-size: 14px;
    cursor:pointer;
}

.application-form .upload-icon {
    position: absolute;
    width: 38px;
    height: 38px;
    right: 0;
    border-left: 1px solid #e5e5e5;
    background-image: url("../img/upload-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: center;
    background-position-y: center;
}

.application-form .upload-icon.ok {
    background-image: url("../img/upload-icon-ok.png");
}

.application-form .box .city-results {
    width: 920px;
    float: left;
    margin-left: -20px;
    margin-top: 20px;
    border-top: 1px solid #dddddd;
}

.application-form .box .current-project-results {
    width: 920px;
    float: left;
    margin-left: -20px;
    margin-top: 20px;
}

.application-form .box .current-project-results .item {
    position: relative;
    width: 100%;
    float: left;
    border-top: 1px solid #dddddd;
}

.application-form .box .current-project-results .item .delete {
    position: absolute;
    width: 38px;
    height: 38px;
    border: 1px solid #dddddd;
    background-image: url("../img/remove.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-position-x: center;
    background-position-y: center;
    right: 0px;
    bottom: -1px;
    cursor: pointer;
}

.application-form .box .current-project-results .item .value-item {
    width: 273px;
    float: left;
    margin: 20px;
    padding: 10px 0px;
    border-right: 1px solid #dddddd;
}

.application-form .box .current-project-results .item .value-item .title {
    width: 273px;
    float: left;
    color: #b5b6b3;
    font-family: "BOG Nusxuri";
    font-size: 14px;
}

.application-form .box .current-project-results .item .value-item .value {
    width: 273px;
    float: left;
    color: #6c6f70;
    font-family: "BOG Nusxuri";
    font-size: 14px;
}


.application-form .box .current-project-results .item .value-item-long {
    width: 900px;
    float: left;
    margin: 20px;
    padding: 10px 0px;
}

.application-form .box .current-project-results .item .value-item-long .title {
    width: 900px;
    float: left;
    color: #b5b6b3;
    font-family: "BOG Nusxuri";
    font-size: 14px;
}

.application-form .box .current-project-results .item .value-item-long .value {
    width: 900px;
    float: left;
    color: #6c6f70;
    font-family: "BOG Nusxuri";
    font-size: 14px;
}



.application-form .save-box {
    position: relative;
    width: 960px;
    height: 30px;
    float: left;
    margin-top: 10px;
    background-color: #f1f1f1;
}

.application-form .save-box h2 {
    color: #f47920;
    font-family: BOGMtavruli;
    font-size: 18px;
    position: absolute;
    margin-top: 4px;
    margin-left: 40px;
    padding: 0px 20px;
    background-color: #f1f1f1;
}

.application-form .save-box .save-btn {
    position: absolute;
    width: auto;
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    color: #6c6f70;
    font-family: BOGNusxuri;
    font-size: 14px;
    padding: 0px 40px;
    right: 40px;
    cursor: pointer;

    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.application-form .save-box .save-btn:hover {
    color: #f47920;
}

.application-form .save-box .line {
    position: absolute;
    width: 960px;
    height: 1px;
    margin-top: 15px;
    background-color: #dddddd;
}

.application-form .btn-submit {
    width: 880px;
    height: 58px;
    line-height: 64px;
    vertical-align: middle;
    float: left;
    background: none;
    background-color: #f1f1f1;
    border: 1px solid #f47920;
    color: #f47920;
    font-family: BOGMtavruli;
    font-size: 36px;
    margin-top: 20px;
    margin-left: 40px;
    cursor: pointer;

    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.application-form .btn-submit:hover {
    color: #ffffff;
    background-color: #f47920;
}

.application-form {
	position: relative;
}

.application-form  .form-disabled {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100;
	top: 0;
	left: 0;
}


.application-form  .form-disabled .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 101;
	top: 0;
	left: 0;
	background: #000000;
	opacity: 0.3;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=30);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}

.application-form  .form-disabled h1 {
	position: absolute;
	width: 100%;
	text-align: center;
	font-family: 'BOGMtavruli';
	color: #f47920;
	top: 50px;
	left: 0;
	z-index: 102;
}


/* New */
/*
.competition-tabs .container .application-form {
    width: 960px;
    float: left;
    padding: 0px 0px 40px 0px;
}

.application-form .textfield {
    width: auto;
    height: 38px;
    float: left;
    padding: 0px 15px;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    color: #6c6f70;
    font-size: 14px;
}

.application-form .textfield:focus {
    border: 1px solid #cccccc;
}

.application-form .box {
    width: 878px;
    height: auto;
    float: left;
    padding: 20px 20px;
    margin-left: 20px;
    margin-top: 20px;
    border: 1px transparent;
}

.application-form .box.border {
    border: 1px solid #dddddd;
}

.application-form .input-box label {
    display: inline-block;
    width: 100%;
    color: #6c6f70;
    font-size: 14px;
    font-family: BOGNusxuri;
}

.application-form .input-box.s {
    width: 280px;
    float: left;
}

.application-form .input-box.s .textfield {
    width: 248px;
}

.application-form .input-box.xl {
    width: 880px;
    float: left;
}

.application-form .input-box.xl .textfield {
    width: 848px;
}

.application-form .title-line {
    width: 960px;
    float: left;
}*/


.application-form .ch_container {
    display: inline-block !important;
    position: relative !important;
    padding-left: 35px !important;
    margin-bottom: 12px !important;
    cursor: pointer !important;
    font-size: 13px !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

/* Hide the browser's default checkbox */
.application-form .ch_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.application-form .checkmark {
    position: absolute;
    top: -4px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
}

/* When the checkbox is checked, add a blue background */
.application-form .ch_container input:checked ~ .checkmark {
    background-color: #f47920;
}

/* Create the checkmark/indicator (hidden when not checked) */
.application-form .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.application-form .ch_container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.application-form .ch_container .checkmark:after {
    left: 9px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* End of application form */



.competition-tabs .slide {
    width: 960px;
    height: auto;
    float: left;
}

.competition-tabs #youtube-popup {
    position: absolute;
    margin-top: 115px;
    margin-left: 445px;
}

.competition-tabs .slide .application-btn {
    position: absolute;
    display: inline-block;
    width: auto;
    height: 58px;
    line-height: 64px;
    padding: 0px 40px;
    color: #f47920;
    font-family: BOGMtavruli;
    font-size: 18px;
    border: 1px solid #f47920;
    margin-top: 130px;
    margin-left: 648px;
    padding-right: 70px;
    background-image: url("../img/icon-application.png");
    background-repeat: no-repeat;

    background-position-x: right;
    background-position-y: center;
    background-position: center right 30px;
}

.competition-tabs .slide .application-btn:hover {
    background-color: #f47920;
    background-image: url("../img/icon-application-hover.png");
    color: #ffffff;
}

.competition-tabs .slide .call {
    position: absolute;
    width: 480px;
    height: 320px;
    margin: 40px 0px 0px 40px;
    background-color: #ffffff;
    border: 1px solid #f4f4f4;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

.competition-tabs .slide .call span.title {
    width: 480px;
    height: auto;
    float: left;
    margin-top: 60px;
    color: #6c6f70;
    font-family: BOGMtavruli;
    font-size: 21px;
    text-align: center;
}

.competition-tabs .slide .call span.phone {
    width: 480px;
    height: auto;
    float: left;
    color: #f47920;
    font-family: BOGMtavruli;
    font-size: 72px;
    font-weight: bold;
    text-align: center;
}

.competition-tabs .slide .call span.desc {
    width: 480px;
    height: auto;
    float: left;
    color: #b5b6b3;
    font-family: BOGNusxuri;
    font-size: 14px;
    text-align: center;
}

.competition-tabs .slide .call span.email {
    display: inline-block;
    width: 480px;
    height: 80px;
    line-height: 89px;
    vertical-align: middle;
    margin-top: 6px;
    background-color: #f1f1f1;
    border-top: 1px solid #e5e5e5;
    color: #f47920;
    font-family: BOGMtavruli;
    font-size: 36px;
    text-align: center;
}

.competition-tabs .slide .call span.email img { vertical-align: middle; margin-top: -15px; }

.competition-tabs .slide .call span.email a {
    color: #f47920;
    font-family: BOGMtavruli;
    font-size: 36px;
}

.competition-tabs p.text {
    width: 880px;
    float: left;
    margin: 40px;
    color: #888888;
    font-family: BOGNusxuri;
    font-size: 14px;
    text-align: justify;
}

/* პროექტები */
.projects {
    width: 100%;
    float: left;
}

.projects .filters {
    width: 960px;
    height: 40px;
    float: left;
    margin-top: 40px;
}

.projects .filters .selectmenu,.ui-selectmenu-button {
    float: left;
    margin-right: 20px;
}

.projects .filters ul.category {
    width: auto;
    height: 40px;
    float: left;
}

.projects .filters ul.category li {
    width: 119px;
    height: 40px;
    line-height: 47px;
    vertical-align: middle;
    text-align: center;
    float: left;
    background-color: #f1f1f1;
    border-right: 1px solid #e5e5e5;
    color: #888888;
    font-family: BOGMtavruli;
    font-size: 14px;
    cursor: pointer;
}

.projects .filters ul.category li.active {
    background-color: #e5e5e5;
    color: #888888;
}

.projects .filters span.btn-view {
    display: inline-block;
    width: 22px;
    height: 22px;
    float: left;
    padding: 9px;
    margin-left: 20px;
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-position: center center;
    cursor: pointer;
}

.projects .filters span.btn-view.list {
    background-image: url("../img/grid.png");
}

.projects .filters span.btn-view.grid {
    background-image: url("../img/list.png");
}

#project-items-grid {
    width: 1000px;
    float: left;
    margin-top: -40px;
    margin-left: -40px;
}

#project-items-list {
    width: 100%;
    float: left;
}

/* grid style */
.projects .project-item-grid {
    width: 460px;
    height: 460px;
    float: left;
    margin-top: 40px;
    margin-left: 40px;
    overflow: hidden;
    opacity: 0.7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);

    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.projects .project-item-grid .image {
    width: 460px;
    height: 300px;
    float: left;
}

.projects .project-item-grid .image img {
    width: 460px;
    height: 300px;
}

.projects .project-item-grid .content {
    width: 620px;
    height: 160px;
    float: left;
    overflow: hidden;
}

.projects .project-item-grid .content .left-area {
    width: 159px;
    height: 160px;
    float: left;
    margin-left: -160px;
    background-color: #e5e5e5;
    border-right: 1px solid #ffffff;

    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.projects .project-item-grid .content .left-area span.number {
    display: inline-block;
    width: 159px;
    float: left;
    margin-top: 7px;
    color: #cccccc;
    font-family: BOGMtavruli;
    font-size: 72px;
    font-weight: bold;
    text-align: center;
}

.projects .project-item-grid .content .left-area span.title {
    display: inline-block;
    width: 159px;
    float: left;
    margin-top: -23px;
    color: #cccccc;
    font-family: BOGMtavruli;
    font-size: 18px;
    text-align: center;
}

.projects .project-item-grid .content .left-area span.like {
    display: inline-block;
    width: 159px;
    float: left;
    margin-top: 5px;
    text-align: center;
}

.projects .project-item-grid .content .right-area {
    width: 420px;
    height: 120px;
    float: left;
    padding: 20px;
    background-color: #f1f1f1;
}

.projects .project-item-grid .content .right-area ul.category {
    width: auto;
    height: 32px;
    float: left;
}

.projects .project-item-grid .content .right-area ul.category li {
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    float: left;
    margin-right: 5px;
    color: #6c6f70;
    font-family: BOGMtavruli;
    font-size: 16px;
}

.projects .project-item-grid .content .right-area p.desc {
    width: 420px;
    height: 100px;
    float: left;
    line-height: 21px;
    margin-top: 20px;
    color: #f47920;
    font-family: BOGMtavruli;
    font-size: 18px;
}

.projects .project-item-grid .content .right-area p.desc a {
    color: #f47920;
    font-family: BOGMtavruli;
    font-size: 18px;
}

.projects .project-item-grid:hover {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.projects .project-item-grid:hover .content .left-area {
    margin-left: 0px;
}

.projects .project-item-grid .content .right-area .deadline {
    width: auto;
    float: right;
}

.projects .project-item-grid .content .right-area .deadline span.title {
    width: auto;
    float: left;
    color: #8ea934;
    font-family: BOGMtavruli;
    font-size: 18px;
}

.projects .project-item-grid .content .right-area .deadline span.date {
    width: auto;
    float: left;
    margin-top: -5px;
    color: #cccccc;
    font-family: BOGNusxuri;
    font-size: 12px;
}



/* list style */
.projects .project-item-list {
    width: 100%;
    height: 480px;
    float: left;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: pointer;
}

.projects .project-item-list .pattern {
    position: absolute;
    width: 100%;
    height: 480px;
    z-index: 6;
    background-color: #282828;
    opacity: 0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);

    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.projects .project-item-list:hover .pattern {
    z-index: 0;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.projects .project-item-list .content-window {
    position: absolute;
    width: 240px;
    height: 400px;
    margin-top: 40px;
    background-color: #ffffff;
    z-index: 5;
    cursor: default;
}

.projects .project-item-list .content-window span.title {
    display: inline-block;
    width: 200px;
    float: left;
    padding: 0px 20px;
    color: #8ea934;
    font-family: BOGMtavruli;
    font-size: 18px;
    margin-top: 20px;
}

.projects .project-item-list .content-window span.title.finished { color: #888888; }

.projects .project-item-list .content-window span.date {
    display: inline-block;
    width: 200px;
    float: left;
    padding: 0px 20px;
    color: #cccccc;
    font-family: BOGNusxuri;
    font-size: 12px;
}

.projects .project-item-list .content-window ul.category {
    width: 215px;
    height: 42px;
    float: left;
    margin-top: 10px;
    padding-left: 20px;
    background-color: #f1f1f1;
    border-right: 5px solid #cccccc;
}

.projects .project-item-list .content-window ul.category li {
    width: auto;
    height: 42px;
    line-height: 42px;
    vertical-align: middle;
    float: left;
    margin-left: 2px;
}

.projects .project-item-list .content-window ul.category li.title {
    line-height: 48px;
    color: #888888;
    font-family: BOGMtavruli;
    font-size: 16px;
    margin-left: 0px;
    margin-right: 3px;
}

.projects .project-item-list .content-window ul.category li img { vertical-align: middle; }

.projects .project-item-list .content-window p.description {
    width: 200px;
    height: 150px;
    float: left;
    padding: 0px 20px;
    color: #f47920;
    font-family: BOGMtavruli;
    font-size: 18px;
    line-height: 22px;
    margin: 0px;
    margin-top: 20px;
}

.projects .project-item-list .content-window p.description a {
    color: #f47920;
    font-family: BOGMtavruli;
    font-size: 18px;
}

.projects .project-item-list .content-window .history-counter {
    width: 110px;
    float: left;
    margin-left: 20px;
}

.projects .project-item-list .content-window .history-counter .count {
    width: 110px;
    float: left;
    font-family: BOGMtavruli;
    font-size: 72px;
    color: #e5e5e5;
    font-weight: bold;
}

.projects .project-item-list .content-window .history-counter .title {
    width: 110px;
    float: left;
    color: #e5e5e5;
    font-family: BOGMtavruli;
    font-size: 18px;
    margin-top: -25px;
}

.projects .project-item-list .content-window .fb-like {
    width: 110px;
    height: 20px;
    float: left;
    margin-top: 77px;
}

.projects .project-cover {
    width: 100%;
    height: 480px;
    float: left;
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.projects .project-cover .texture {
    position: absolute;
    width: 100%;
    height: 480px;
    opacity: 0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    background-color: #282828;
    background-image: url("../img/project_pattern.png");
    background-repeat: repeat;
    z-index: 1;
}

.projects .project-cover .text {
    position: absolute;
    width: 960px;
    height: 120px;
    margin-top: 80px;
    float: left;
    font-family: BOGMtavruli;
    font-size: 36px;
    line-height: 40px;
    color: #ffffff;
    z-index: 2;
}

.projects .project-cover .time {
    position: absolute;
    width: 960px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    float: left;
    margin-top: 210px;
    color: #f47920;
    font-family: BOGNusxuri;
    font-size: 18px;
    z-index: 2;
}

.projects .project-cover ul.category {
    position: absolute;
    width: 960px;
    float: left;
    z-index: 2;
    margin-top: 260px;
}

.projects .project-cover ul.category li {
    width: auto;
    height: 33px;
    line-height: 33px;
    vertical-align: middle;
    float: left;
    margin-right: 30px;
}

.projects .project-cover ul.category li img { vertical-align: middle; margin-top: -7px; }

.projects .project-cover ul.category li a {
    color: #ffffff;
    font-family: BOGMtavruli;
    font-size: 18px;
}

.projects .project-cover .author {
    position: absolute;
    width: 960px;
    height: 80px;
    float: left;
    z-index: 2;
    margin-top: 400px;
}

.projects .project-cover .author .logo {
    width: 95px;
    height: 80px;
    line-height: 80px;
    vertical-align: middle;
    float: left;
    text-align: center;
    background-color: #ffffff;
}

.projects .project-cover .author .logo img { vertical-align: middle; }

.projects .project-cover .author .title {
    display: inline-block;
    width: 845px;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    color: #e5e5e5;
    font-family: BOGNusxuri;
    font-size: 12px;
}

.projects .project-cover .author .name {
    display: inline-block;
    width: 845px;
    float: left;
    margin-left: 20px;
    color: #e5e5e5;
    font-family: BOGNusxuri;
    font-size: 18px;
}

.projects .about-text {
    width: 640px;
    float: left;
}

.projects .about-text h2.title {
    width: 640px;
    float: left;
    margin-top: 40px;
    color: #f47920;
    font-family: BOGMtavruli;
    font-size: 36px;
}

.projects .about-text p {
    width: 640px;
    float: left;
    margin: 0px;
    padding: 0px;
    color: #888888;
    font-family: BOGNusxuri;
    font-size: 14px;
    text-align: justify;
}

.projects .about-text div {
    float: left;
}

.projects .contacts {
    width: 280px;
    height: 320px;
    float: left;
    margin-top: 40px;
    margin-left: 40px;
    background-color: #dddddd;
}

.projects .contacts ul {
    width: 280px;
    float: left;
    overflow: hidden;
}

.projects .contacts ul li {
    width: 355px;
    height: 80px;
    margin-left: -75px;
    background-color: #e5e5e5;
    
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;

    cursor: default;
}

.projects .contacts ul li .icon {
    width: 80px;
    height: 80px;
    line-height: 100px;
    vertical-align: middle;
    text-align: center;
    float: left;
    background-color: #dddddd;
}

.projects .contacts ul li span.title {
    width: 255px;
    padding-left: 20px;
    float: left;
    color: #888888;
    font-family: BOGMtavruli;
    font-size: 24px;
    margin-top: 15px;
}

.projects .contacts ul li span.desc {
    width: 255px;
    float: left;
    padding-left: 20px;
    color: #cccccc;
    font-family: BOGNusxuri;
    font-size: 14px;
    margin-top: -5px;
}

.projects .contacts ul li .phonenumber {
    width: 255px;
    float: left;
    padding-left: 20px;
    padding-top: 20px;
}

.projects .contacts ul li .phonenumber span.index {
    display: inline-block;
    float: left;
    color: #bbbbbb;
    font-family: BOGNusxuri;
    font-size: 14px;
    text-align: right;
    line-height: 14px;
    margin-top: 7px;
}

.projects .contacts ul li .phonenumber span.number {
    display: inline-block;
    float: left;
    color: #888888;
    font-size: 31px;
    font-family: BOGNusxuri;
    font-weight: bold;
    margin-left: 10px;
}

.projects .contacts ul li .phonenumber span.ext {
    display: inline-block;
    float: left;
    color: #888888;
    font-family: BOGMtavruli;
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
    line-height: 12px;
    margin-top: 9px;
}


/* ფოტო გალერეა */
.photo-gallery-box {
    width: 100%;
    float: left;
    margin-top: 40px;
    overflow: hidden;
}

.photo-gallery-box h1.title {
    width: 960px;
    float: left;
    margin: 0px;
    padding-bottom: 20px;
    color: #f47920;
    font-size: 36px;
    font-family: BOGMtavruli;
    font-weight: normal;
}

.photo-gallery-box ul {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: left;
    word-spacing: -4px;
    line-height: 0px;
}

.photo-gallery-box ul li {
    display: inline;
    width: 160px;
    height: 160px;
    cursor: pointer;
}

.photo-gallery-box ul li img {
    width: 160px;
    height: 160px;
    margin: 0px;
    opacity: 0.4;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=40);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.photo-gallery-box ul li:hover img {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}


/* popup window */
#popup-gallery {
    display: none;
    position: fixed;
    width: 920px;
    height: 430px;
    color: #000000;
    font-size: 14px;
    padding: 20px;
    z-index: 1001;
    background-color: #ffffff;
}

#popup-gallery-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 501;
    opacity: 0.8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    background-color: #282828;
}

#popup-gallery .close {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #f47920;
    background-image: url("../img/close.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-position: center center;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

#popup-gallery .photo {
    width: 660px;
    float: left;
    background-color: #f1f1f1;
}

#popup-gallery .actions {
    width: auto;
    height: 40px;
    float: left;
    margin-left: 20px;
}

#popup-gallery .actions span {
    float: left;
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-position: center center;
    background-color: #e5e5e5;
}

#popup-gallery .actions span.back {
    background-image: url("../img/arrow-left-small.png");
}

#popup-gallery .actions span.next {
    margin-left: 1px;
    background-image: url("../img/arrow-right-small.png");
}

#popup-gallery .actions span.disabled {
    background-color: #f1f1f1;
}

#popup-gallery .descriptions {
    width: 240px;
    height: auto;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}

#popup-gallery .descriptions p.text {
    width: 240px;
    float: left;
    margin: 0px;
    padding: 0px;
    color: #f47920;
    font-family: BOGMtavruli;
    font-size: 18px;
    line-height: 23px;
}

#popup-gallery .descriptions span.date {
    display: inline-block;
    width: 240px;
    float: left;
    color: #888888;
    font-family: BOGNusxuri;
    font-size: 14px;
}

#popup-gallery .descriptions .socials {
    width: 240px;
    float: left;
    margin-top: 20px;
}

#popup-gallery .descriptions .socials .fb-like {
    float: left;
}

#popup-gallery .descriptions .socials .twitter-share-button {
    float: left;
    margin-left: 10px;
}

#popup-gallery .descriptions .socials .pinterest-button {
    float: left;
    margin-left: -20px;
}


/* ვიდეო გალერეა */
.page-content .video-gallery {
    width: 100%;
    height: 480px;
    float: left;
    margin-top: 40px;
    background-color: #e5e5e5;
    overflow: hidden;
}

.page-content .video-gallery ul.slides {
    white-space: nowrap;
    letter-spacing  :-4px;
}

.page-content .video-gallery ul.slides li {
    display: inline-block;
    width: 960px;
    height: 480px;
    margin: 0px;
    opacity: 0.2;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=20);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    background-color: #dddddd;
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
}

.page-content .video-gallery .shadow {
    display: inline-block;
    position: absolute;
    width: 960px;
    height: 480px;
    margin-top: 0px;
    background-image: url("../img/shadow2.png");
    background-repeat: repeat-x;
    background-position-y: bottom;
    z-index: 2;
}

.page-content .video-gallery ul.slides li img {
    position: relative;
    z-index: 1;
}

.page-content .video-gallery .play {
    position: absolute;
    width: 800px;
    height: 480px;
    margin-left: 160px;
    z-index: 3;
    background-color: #000000;
    cursor: pointer;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    background-image: url("../img/play.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-position: center center;

    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
}

.page-content .video-gallery h3.title {
    display: inline-block;
    position: absolute;
    margin-left: 200px;
    /*margin-top: 380px;*/
    z-index: 2;
    letter-spacing: normal;
    color: #cccccc;
    font-family: BOGMtavruli;
    font-size: 18px;
    line-height: 20px;
    bottom: 30px;
}

.page-content .video-gallery span.date {
    display: inline-block;
    position: absolute;
    margin-left: 200px;
    margin-top: 444px;
    z-index: 2;
    letter-spacing: normal;
    color: #888888;
    font-family: BOGNusxuri;
    font-size: 14px;
}

.page-content .video-gallery ul.slides li.active {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.page-content .video-gallery .content-window {
    position: absolute;
    width: 160px;
    height: 480px;
    margin-top: 0px;
    margin-left: 0px;
    background-color: #dddddd;
    z-index: 5;

    -webkit-box-shadow: 5px 0px 5px -2px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    5px 0px 5px -2px rgba(50, 50, 50, 0.2);
    box-shadow:         5px 0px 5px -2px rgba(50, 50, 50, 0.2);
}

.page-content .video-gallery .content-window .title {
    width: 160px;
    float: left;
    padding: 0px 20px;
    margin-top: 20px;
}

.page-content .video-gallery .content-window .title img {
    float: left;
}

.page-content .video-gallery .content-window .title span {
    display: inline-block;
    float: left;
    margin-left: 5px;
    color: #888888;
    font-family: BOGMtavruli;
    font-size: 18px;
    line-height: 17px;
    margin-top: 3px;
}

.page-content .video-gallery .content-window .actions {
    width: 120px;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    padding: 20px 0px;
    border-top: 1px solid #cccccc;
    text-align: center;
}

.page-content .video-gallery .content-window .actions .move-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #e5e5e5;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-position: center center;
    cursor: pointer;
}

.page-content .video-gallery .content-window .actions .move-btn:hover {
    background-color: #cccccc;
}

.page-content .video-gallery .content-window .actions .move-btn.disabled {
    background-color: #f1f1f1;
}

.page-content .video-gallery .content-window .actions .move-btn.left {
    background-image: url("../img/arrow-left-small.png");
}

.page-content .video-gallery .content-window .actions .move-btn.right {
    margin-left: 1px;
    background-image: url("../img/arrow-right-small.png");
}

.page-content .video-gallery .content-window .category-btn {
    display: none;
    width: 120px;
    height: 80px;
    line-height: 100px;
    vertical-align: middle;
    float: left;
    padding: 0px 20px;
    background-color: #dddddd;
    color: #888888;
    font-family: BOGMtavruli;
    font-size: 14px;
    cursor: pointer;
}

.page-content .video-gallery .content-window .category-btn span {
    display: inline-block;
    line-height: 15px !important;
}

.page-content .video-gallery .content-window .category-btn.active {
    background-color: #f1f1f1;
}

.page-content .video-gallery .content-window .youtube {
    position: absolute;
    width: 160px;
    float: left;
    bottom: 20px;
    padding: 0px 20px;
}

.page-content .video-gallery .content-window .youtube img {
    float: left;
}

.page-content .video-gallery .content-window .youtube span {
    display: inline-block;
    float: left;
    margin-left: 5px;
    color: #888888;
    font-family: BOGNusxuri;
    font-size: 14px;
}

/* სიახლეები */
.news-actions {
    width: 880px;
    float: left;
    margin-top: 40px;
    padding: 20px 40px;
    background-color: #f1f1f1;
}


.news-actions #tree_datepicker {
    width: auto;
    height: 178px;
    float: left;
}

#tree_datepicker .ui-datepicker {
    background-color: #f1f1f1;
}

#tree_datepicker .ui-datepicker .ui-datepicker-header {
    width: 98px;
    height: 178px;
    border: 1px solid #e5e5e5;
    float: left;
}

#tree_datepicker .ui-datepicker .ui-datepicker-prev, #tree_datepicker .ui-datepicker .ui-datepicker-next {
    position: absolute;
    bottom: 0px;
    border-top: 1px solid #e5e5e5;
}

#tree_datepicker .ui-datepicker .ui-datepicker-prev {
    width: 48px;
    height: 30px;
    border-right: 1px solid #e5e5e5;
    background-image: url("../img/calendar-arrow-left.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    left: 0px;
    cursor: pointer;
}

#tree_datepicker .ui-datepicker .ui-datepicker-next {
    width: 48px;
    height: 30px;
    background-image: url("../img/calendar-arrow-right.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    right: 0px;
    cursor: pointer
}

#tree_datepicker .ui-datepicker .ui-datepicker-title {
    width: 98px;
    float: left;
    line-height: normal !important;
}

#tree_datepicker .ui-datepicker-title .ui-datepicker-day {
    width: 98px;
    float: left;
    color: #f47920;
    font-family: BOGNusxuri;
    font-size: 72px;
    font-weight: bold;
    margin-top: 5px;
    text-align: center;
}

#tree_datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 98px;
    float: left;
    color: #6c6f70;
    font-family: BOGMtavruli;
    font-size: 14px;
    margin-top: -20px;
    text-align: center;
}

#tree_datepicker .ui-datepicker-year {
    width: 98px;
    float: left;
    color: #cccccc;
    font-family: BOGMtavruli;
    font-size: 14px;
    text-align: center;
}

#tree_datepicker .ui-datepicker table {
    width: auto;
    float: left;
    margin-left: 15px;
    border-collapse: inherit;
}

#tree_datepicker .ui-datepicker th {
    color: #f47920;
    font-size: 14px;
    font-family: BOGMtavruli;
    font-weight: normal;
}

#tree_datepicker .ui-datepicker td {
    width: 25px;
    height: 20px;
    text-align: center;
    border: 1px solid transparent;
}

#tree_datepicker .ui-datepicker td.ui-datepicker-today {
    background-color: #f47920;
}

#tree_datepicker .ui-datepicker td.ui-datepicker-today a {
    color: #ffffff;
}

#tree_datepicker .ui-datepicker td span, #tree_datepicker  .ui-datepicker td a {
    font-family: BOGMtavruli;
    color: #6c6f70;
    font-size: 12px;
}

#tree_datepicker .ui-datepicker td span, #tree_datepicker .ui-datepicker td:hover {
    background-color: #e5e5e5;
    color: #b5b6b3;
}

#tree_datepicker .ui-datepicker td span, #tree_datepicker  .ui-datepicker td.ui-datepicker-unselectable:hover {
    background-color: #f1f1f1;
}

#tree_datepicker .ui-datepicker td.ui-datepicker-current-day {
    border: 1px solid #f47920;
}

.news-actions ul.news-category {
    width: 240px;
    float: right;
}

.news-actions ul.news-category li {
    width: 200px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    float: left;
    padding: 0px 20px;
    color: #888888;
    font-family: BOGNusxuri;
    font-size: 14px;
    cursor: pointer;
}

.news-actions ul.news-category li a {
    color: #888888;
    font-family: BOGNusxuri;
    font-size: 14px;
}

.news-actions ul.news-category li a span {
    color: #cccccc;
}

.news-actions ul.news-category li.active {
    background-color: #ffffff;
}

.account-item {
    position: relative;
    width: 440px;
    height: 80px;
    float: left;
    padding: 20px 0px 20px 20px;
    margin-top: 40px;
    background-color: #f1f1f1;
    overflow: hidden;
    cursor: default;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.account-item h2.title {
    width: 400px;
    height: 40px;
    float: left;
    color: #cccccc;
    font-family: BOGNusxuri;
    font-size: 14px;
    margin-top: 0px !important;
}

.account-item .year-content {
    width: auto;
    height: 40px;
    float: left;
    margin-top: 5px;
}

.account-item .year-content span.year {
    display: inline-block;
    width: auto;
    height: 40px;
    color: #cccccc;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 36px;
}

.account-item .year-content span.title {
    display: inline-block;
    width: auto;
    height: 40px;
    color: #cccccc;
    font-family: BOGNusxuri;
    font-size: 12px;
}

.account-item .download {
    position: absolute;
    width: 160px;
    height: 120px;
    margin-top: -20px;
    margin-left: 395px;
    border-right: 5px solid #f47920;
    background-color: transparent;
    overflow: hidden;

    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.account-item .download a {
    display: inline-block;
    height: 32px;
    line-height: 36px;
    vertical-align: middle;
    background-image: url("../img/pdf.png");
    background-repeat: no-repeat;
    color: #cccccc;
    font-family: BOGMtavruli;
    font-size: 18px;
    margin-top: 70px;
    padding-left: 45px;
}

.account-item:hover .download a {
    color: #f47920;
    background-image: url("../img/pdf-hover.png");
}

.account-item:hover .download {
    margin-left: 275px;
}

.account-item:hover h2.title {
    color: #888888;
}

/* დეტალური სიახლე */
.read-news {
    width: 960px;
}

.read-news .head-bar {
    width: 960px;
    float: left;
    height: 40px;
    margin-top: 40px;
    line-height: 40px;
    vertical-align: middle;
    background-color: #e5e5e5;
}

.read-news .head-bar .go-back {
    float: left;
    margin-left: 40px;
    color: #888888;
    text-decoration: none;
    font-size: 14px;
    font-family: BOGNusxuri;
}

.read-news .head-bar .go-back img {
    vertical-align: middle;
}

.read-news .head-bar .fb-like {
    float: right;
    margin-right: 40px;
    margin-top: -9px;
}

.read-news .news-content {
    width: 880px;
    float: left;
    padding: 40px;
    background-color: #f1f1f1;
    color: #888888;
    font-family: BOGNusxuri;
    font-size: 14px;
    text-align: justify;
}

.read-news .news-content .gallery {
    width: 360px;
    height: 440px;
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.read-news .news-content .gallery .detail {
    width: 360px;
    height: 360px;
    float: left;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.read-news .news-content .gallery .thumbs {
    width: 360px;
    height: 60px;
    float: left;
    margin-top: 10px;
    overflow: hidden;
}

.read-news .news-content .gallery .thumbs .arrow-left {
    position: relative;
    width: 45px;
    height: 60px;
    float: left;
    z-index: 10;
    background-color: #ffffff;
    background-image: url("../img/gallery-left.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-position: center center;
    cursor: pointer;
}

.read-news .news-content .gallery .thumbs .arrow-right {
    position: relative;
    width: 45px;
    height: 60px;
    float: left;
    z-index: 10;
    background-color: #ffffff;
    background-image: url("../img/gallery-right.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-position: center center;
    cursor: pointer;
}

.read-news .news-content .gallery .thumbs ul {
    width: 270px;
    height: 60px;
    float: left;
    z-index: 5;
    white-space: nowrap;
    letter-spacing: -4px;
}

.read-news .news-content .gallery .thumbs ul li {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.read-news .news-content .gallery .thumbs ul li img {
    opacity: 0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.read-news .news-content .gallery .thumbs ul li:hover img {
    opacity: 0.8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.read-news .news-content .gallery .thumbs ul li.active img {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.read-news .news-content .infos {
    width: 480px;
    float: left;
}

.read-news .news-content .infos .date {
    width: 100px;
    float: left;
}

.read-news .news-content .infos .date .day {
    float: left;
    color: #f47920;
    font-family: BOGNusxuri;
    font-size: 30px;
    font-weight: bold;
}

.read-news .news-content .infos .date .month {
    float: left;
    color: #f47920;
    font-family: BOGNusxuri;
    font-size: 12px;
}

.read-news .news-content .infos .date .year {
    float: left;
    color: #888888;
    font-family: BOGNusxuri;
    font-size: 12px;
}

.read-news .news-content .infos ul.category {
    width: auto;
    float: left;
    border-left: 1px solid #e5e5e5;
}

.read-news .news-content .infos ul.category li {
    float: left;
    margin-left: 10px;
}

.read-news .news-content h1.title {
    width: 480px;
    float: left;
    line-height: 24px;
    color: #888888;
    font-family: BOGNusxuri;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-top: 10px;
    text-align: left;
}

.read-news .last-news {
    width: 960px;
    float: left;
    margin-top: 0px !important;
    background-color: #dddddd;
    padding-bottom: 20px !important;
}

.read-news .last-news .news-box {
    width: 450px !important;
}

.read-news .last-news .news-box.margin {
    margin-left: 20px !important;
    margin-top: 20px !important;
}

/* ძებნა */
h2.title {
    width: 960px;
    float: left;
    margin-top: 40px;
    color: #f47920;
    font-family: BOGMtavruli;
    font-size: 36px;
}

.search-result {
    float: right;
    margin-top: -52px;
    color: #cccccc;
    font-family: BOGMtavruli;
    font-size: 18px;
}

.search-result span {
    font-weight: bold;
    color: #cccccc;
    font-family: BOGMtavruli;
    font-size: 36px;
}



/*ვიდეო გალერეა*/
.video-contents {
    width: 1000px;
    float: left;
    margin-left: -40px;
}

.video-contents .video-item {
    width: 293px;
    height: 305px;
    padding-bottom: 20px;
    float: left;
    margin-left: 40px;
    margin-top: 40px;
    background-color: #f1f1f1;
}

.video-contents .video-item .thumbnail {
    width: 293px;
    height: 165px;
    float: left;
}

.video-contents .video-item .thumbnail .play {
    position: absolute;
    width: 64px;
    height: 64px;
    margin-left: 114.5px;
    margin-top: 50.5px;
    background-image: url("../img/play-video.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-position-x: center;
    background-position-y: center;
    cursor: pointer;
}

.video-contents .video-item .name {
    width: 253px;
    float: left;
    padding: 20px;
    color: #f47920;
    font-family: BOGMtavruli;
    font-size: 14px;
}

.video-contents .video-item .date {
    width: 253px;
    float: left;
    padding: 0px 20px;
    color: #cccccc;
    font-family: "BOG Nusxuri";
    font-size: 14px;
}




/**/
.read-news .news-content a {
    color: #f47920;
    text-decoration: underline;
}


.payment-description {
    width: 520px;
    height: auto;
    float: left;
    padding: 0px 40px;
}

.payment-description h1 {
    width: 520px;
    float: left;
    color: #f47920;
    font-family: BOGMtavruli;
    font-size: 24px;
}

.payment-description h2 {
    width: 520px;
    float: left;
    font-family: BOGNusxuri;
    font-size: 18px;
    color: #888888;
}

.payment-description p {
    width: 520px;
    float: left;
    color: #6c6f70;
    font-family: BOGNusxuri;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    margin-top: 30px;
}

.payment-description ul {
    width: 520px;
    float: left;
    margin-top: 10px;
}

.payment-description ul li {
    color: #6c6f70;
    font-family: BOGNusxuri;
    font-size: 14px;
    background-image: url("../img/gallery-right.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 18px;
}

.payment-description ul li a {
    color: #f47920;
    text-decoration: underline;
}



/**/
.demo {
    position: absolute;
    width: 100%;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    float: left;
    z-index: 5000;
    background-color: #179c7b;
    color: #ffffff;
    font-family: "BOG Nusxuri", "Arial Narrow", Arial, sans-serif;
}

.demo a {
    color: #fff;
    text-decoration: underline;
}

.demo span.close {
    display: inline-block;
    position: absolute;
    width: 32px;
    height: 32px;
    background-image: url("../img/attention-close.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
    right: 0px;
    top: 12px;
}

.demo span.close:hover {
    background-position: 0px -32px;
}

.demo img {
    vertical-align: middle;
}

#cboxOverlay {
    background: rgba(0,0,0, 0.5) !important;
}
#popup {
    width: 100%;
    height: 100%;
    background: #ffffff;
}
