
/*new css here*/
.team-photo img {
    height: 218px !important;
    width: 220px !important;
}
.enlace-especial-two {
    text-decoration: none !important;
    color: white !important;
}
.portfolio-item:hover > a .zoom-icon {
    display: none !important;
}
  #owl-testimonials .owl-wrapper-outer .owl-wrapper .owl-item {
    width: 100% !important;
}
  #owl-testimonials .owl-wrapper-outer .owl-wrapper{
    width: 100% !important;
}
 .slider-inner-image{
     /*width:100% !important;*/
     /*background-size: cover !important;*/
 }
 .grid-4 textarea {
    background-color: transparent;
    width: 99.5%;
    height: 150px;
    border: 2px solid white;
    border-radius: 4px;
    margin-bottom: 13px;
    margin-top: 12px;
}
form.mailing-list input::placeholder {
    opacity: 0.7;
    color: white;
    padding-left: 7px;
    padding-top: 5px;
}
form.mailing-list textarea::placeholder {
    opacity: 0.7;
    color: white;
    padding-left: 7px;
    padding-top: 5px;
}
form.mailing-list {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: 100%;
    max-width: 100%;
}
.container-12 .input-overall{
     width: 100% !important;
}

input.input-name {
    width: 47% !important;
    float: left;
    margin-right: 3%;
}
.input-email {
    background-color: transparent !important;
    border: 2px solid white !important;
    border-radius: 4px;
    width: 47% !important;
}

.container-12 .input-message {
    width: 96% !important;
}
     #myNav{
    display:none;
    width:0%;
}
#openAgain {
    display: none !important;
}
@media only screen and (max-width: 1151px) {
    .header-inner h1.headline {
    font-size: 78px !important;
}
}
@media only screen and (max-width: 1075px) {
    .header-inner h1.headline {
    font-size: 68px !important;
}
}


@media only screen and (max-width: 960px) {
    .list a {
    padding-left: 3px !important;
    padding-right: 3px !important;
    padding-top: 6px !important;
    padding-bottom: 0px !important;
}
.item.selected {
    display: table-caption !important;
}
.currency-switcher {
    margin-top: 0px !important;
    position: relative;
    width: 130px !important;
    float: none !important;
    display: inline-flex !important;
}
.item.selected img {
    padding: 0.5px 30px 0.5px 12px !important;
}
.dropdown {
    margin-left: 0px !important;
    position: relative;
    width: 100%;
    background-color: #E7C472;
}
.item.selected span {
    font-size: 17px !important;
}
     .header-inner h1.headline {
    font-size: 80px !important;
}
    nav.nav-collapse.nav-collapse-0.closed {
    display: none !important;
}
.slider-inner-image{
    /*width:100% !important;*/
    background-position: center !important;
    background-size: cover !important;
}
    #owl-testimonials .owl-wrapper-outer .owl-wrapper .owl-item {
    width: 100% !important;
}
#owl-testimonials .owl-wrapper-outer .owl-wrapper{
    display:inline !important;
}
.grid-4 textarea {
    background-color: transparent;
    width: 99.5%;
    height: 150px;
    margin-bottom: 11px;
    border: 2px solid white;
    border-radius: 4px;
}
.container-12 .input-message {
    width: 97.5% !important;
}
.imagen-icono {
    margin-bottom: 0px !important;
    height: auto !important;
    width: auto !important;
}

/*navigation work here*/
#openAgain {
    display: block !important;
}

.site-menu-mob {
    display: flex !important;
    float: right !important;
}
#myNav {
    display: none;
}
#myNav {
    height: 100%;
    width: 0%;
    position: fixed;
    z-index: 100000000;
    top: 0;
    left: 0;
    background-color: #E7C472 !important;
    overflow-x: hidden;
    transition: 0.3s;
    display: block;
}
a.closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    color: white;
    text-decoration: none;
}
.overlay-content {
    position: relative;
    top: 12%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.overlay-content a {
    padding: 12px;
    text-decoration: none;
    font-size: 36px;
    color: white;
    display: block;
    transition: 0.3s;
}

#openAgain {
    float: right !important;
    margin-left: -15px;
    margin-top: 32px;
    position: absolute;
    color: white !important;
    text-decoration: none !important;
}

}
@media only screen and (max-width: 676px) {
     .header-inner h1.headline {
    font-size: 70px !important;
}
    
}
@media only screen and (max-width: 500px) {
     .header-inner h1.headline {
    font-size: 60px !important;
}
    

    
}



/*dropdown here*/
.currency-switcher {
    margin-top: -10%;
    position: relative;
    width: 110px;
    float:right;
}

div.dropdown {
    margin-left: 10%;
    position: relative;
    width: 100%;
    background-color: #E7C472;
}

div.dropdown:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 16px;
    height: 17px;
    background-image: url(http://botkits.ru/img/icons/down.svg);
    top: 15px;
    right: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

div.dropdown.open:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


div.dropdown>div.caption {
    background: #E7C472;
    border-radius: 12px;
    cursor: pointer;
    padding: 12.5px 15px 12.5px 60px;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.3px;
}

div.dropdown>div.list {
    position: absolute;
    background-color: rgba(0, 0, 0, .35);
    width: 100%;
    border-radius: 8px;
    -webkit-box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
    box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    top: 52px;
    z-index: -1;
    visibility: hidden;
    padding: 10px 0;
}

div.dropdown.open>div.list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 1;
    visibility: visible;
}

div.dropdown>div.list>div.item {
    padding: 10.5px 15px 10.5px 62px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.3px;
}
.item.selected img {
    left: 15px;
    padding: 0.5px 12px 0.5px 12px;
}
.item.selected span {
    position: absolute;
    color: white !important;
    padding-top: 9px;
}
div.dropdown>div.list>div.item.selected {
    background: rgba(0, 0, 0, .35);
    pointer-events: none;
}

div.dropdown>div.list>div.item:hover {
    background: #F8F9FB;
}

div.dropdown>div.caption img,
div.dropdown>div.list>div.item img,
div.dropdown>div.caption svg,
div.dropdown>div.list>div.item svg {
    position: absolute;
    margin-top: -4.5px;
    left: 15px;
}

div.dropdown>div.list>div.item span,
div.dropdown>div.caption span {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.3px;
    color: #243CBB;
    position: absolute;
    right: 36px;
    display:none !important;
}

div.dropdown>div.list>div.item span {
    right: 20px;
}

@media only screen and (max-width: 995px) {
    .currency-switcher {
    width: 90px;
}
}


@media only screen and (max-width: 960px) {
    div.dropdown>div.caption {
        font-weight: 400;
    color: #E7C472 !important;
    background: white !important;
}
.dropdown {
    background-color: white !important;
}
.dropdown>div.list {
    background-color:#E7C472 !important;
}
.dropdown>div.list>div.item.selected {
    background: #E7C472 !important;
}
}