/*
http://www.premiumwebsites.eu/
*/
/* 
    Author     : SigmaNet
*/

/* fonts : font-family: 'Montserrat', sans-serif;
           font-family: 'Roboto', sans-serif;
*/
/* Fonts */
/*************** Genereal / Reset ***********************/

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


section{
    margin-top: 50px;
    display:block;
}
.clearfix { display: inline-block; } 
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}
.nodecor_fff,.noedcor_000 > a:hover,
.noedcor_000 > a:visited,
.noedcor_000 > a:active,
.noedcor_000 > a:link
{
    text-decoration: none;
    padding: 0;
    margin: 0;
    color:#fff;
}
.noedcor_000{
    color:#000;
}
.margin_0_row{
    margin:0;
}
.roboto{
    font-family: 'Roboto', sans-serif;
}

.monserat{
    font-family: 'Montserrat', sans-serif;
}
.offset_0{
    padding-left: 0;
    padding-right: 0;
}
html {  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;;
}
*, *:before, *:after { 
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
html,body{
    width: 100%;
    height: 100%;
    margin:0;
    padding: 0;
    border: 0;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
}
.relative{
    position: relative;
}
#window{
    color:#000;
    position: fixed;
    top:0;
    z-index: 1000;
} 

.big-container{
    max-width: 1120px;
    width: 100%;
    margin:0 auto;
}
.page_intro{
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    background-color: #fff;
    display: table;
    z-index: 5001;
}
.intro_img_holer{
    height: 150px;
    width: 150px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.intro_img_holer > img{
    max-width: 100%;
    -webkit-animation: spinner 2.5s infinite; /* Safari 4+ */
    -moz-animation:    spinner 2.5s infinite; /* Fx 2.5+ */
    -o-animation:      spinner 2.5s infinite; /* Opera 12+ */
    animation:         spinner 2.5s infinite; /* IE 10+, Fx 29+ */
}
/* WebKit and Opera browsers */
@-webkit-keyframes spinner {
    from { -webkit-transform: rotateY(0deg);    }
    to   { -webkit-transform: rotateY(-360deg); }
}

/* all other browsers */
@keyframes spinner {
    from {
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    to {
        -moz-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
    }
}
/***************Startign header**************/ 

.head_slide_container {
    display: block;
    height: auto;
    position: relative;
    text-align: center;
    width: 100%;
}
.one_head_slide_hodler{
    max-height: 100%;
    opacity: 0;
    z-index: -2;
}
.one_head_slide{
    position: absolute;
    top: 0;
    opacity: 0;
    transition: 1.5s;
    left:0;
    right: 0;
    overflow: hidden;
    text-align: center;
    max-width: 100%;
}
.navigation_circles {
    bottom: 35px;
    display: inline-block;
    position: absolute;
    z-index: 20;
}
.active_oneslide{
    opacity: 1;
    transition: 1.5s;
}

.slide_text {
    font-family: 'Montserrat', sans-serif;
    bottom: -120px;
    color: #141414;
    display: inline-block;
    font-size: 55px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    z-index: 21;
    transition: all 0.7s;
}

.one_nav_circle {
    background: #161616 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 0 2.5px; 
    transition: 1.5s;
    cursor: pointer;
} 
.active_circle{
    background-color: #c4d502;
    transition: 1.5s;
}
/****relative head******/
.absolute_head{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}
.relative_head {
    position: relative;
    height: 100%;
    width: 100%;
}
.site_logo{
    margin: 0 auto; 
    max-width: 100%;
    z-index: 10;
    padding-top: 5px;
}
.site_logo img{
    max-width:100%;
}

/*****starting menu *******/
.menu_elem_holder{
    display: inline;
}
.little_sigmanet_logo {
    display: inline-block;
    height: 35px;
    max-height: 35px;
    text-align: left;
    width: 40%;
    display: none;
    cursor: pointer;
}
.little_sigmanet_logo img{
    max-height: 80%;
}
.menu{
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    padding-top: 100px;
    transition: all 1s; 
}
.menu_fixed {
    background: rgba(196, 213, 2, 0.7) none repeat scroll 0 0;
    height: 35px;
    left: 0;
    line-height: 35px;
    max-width: 100%;
    padding-right: 5%;
    padding-top: 0;
    position: fixed;
    right: 0;
    text-align: right;
    top: 0;
    transition: all 1s ease 0s;
    z-index: 1000;
}
.menu_elem{
    list-style: none;
    display: inline;
    padding: 0 15px;
    font-size: 20px;
}
.menu_elem:hover,.menu_elem_holder .active{
    color: #000;
    border: 2px solid #000;
    padding: 0 13px;
    transition: none;
}
.menu_elem_fixed {
    border: medium none;
    color: #fff;
    font-size: 15px;
    line-height: 0;
    padding: 0 5px;
    transition: all 1s;
}
/************fixed menu***************/
.fixed_menu {
    background: rgba(196, 213, 2,0.75);
    font-weight: bold;
    text-align: right;
    padding-right: 5%;
    display:none;
}
.liclass{
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    margin: 0 10px;
    padding: 0;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #fff;
}
.fixed_menu .active , .fixed_menu_elem:hover{
    border-bottom: 2px solid #fff;
}
.navbar-brand.little_logo img {
    max-width: 125px;
}
.navbar-fixed-top {
    border-width: 0;
    top: 0;
}
.navbar .navbar-nav {
    display: inline-block;
    float: right;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}
.navbar-brand.little_logo > img {
    left: 10%;
    max-width: 160px;
    position: absolute;
    margin-top: -5px;
}
/*************WHY US **************/

.why_us{
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
}
.why_us_title {
    font-family: 'Montserrat', sans-serif;
    display: block;
    float: left;
    height: 500px;
    max-width: 100%;
    min-width: 100px;
    position: relative;
    white-space: nowrap;
    width: auto;
    top:20px;
}
.why_us_title > strong {
    display: block;
    font-size: 50px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transform: rotate(90deg);
    width: 100%;
}
.why_us_img_holder {
    display: block;
    float: left;
    position: relative;
    max-width: 100%;
}
.why_us_img_holder img{
    max-width: 100%;
}
.img_border{
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid black;
    top: 10%;
    left: 9.5%;
    z-index: -1;
}
.align_left{
    left: -9.5%;
}
.why_us_text {
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    line-height: 30px;
    padding-top: 9%;
    text-align: left;
}
.guarantees_elem{
    list-style-type: square;
    color:#6EBB00;
    padding-top: 5px;
}
.whyusimg{
    max-width: 100%;
}

/*************************************************
********************UNIVERSAL ELEMS **************
*************************************************/

.un_title{
    font-family: 'Montserrat', sans-serif;
    display: block;
    width: 100%;
    margin: 0;
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding:50px 0;
}

/*************************************************
**************END OF UNIVERSAL ELEMS *************
*************************************************/

/***********Starting technologies****************/

.tehnologies_holder{
    background-color:#f5f5f4;
    padding: 0 0 40px;
}  
.used_technologies{
    display: block;
    margin: 0 ;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.used_technologies > span {
    padding-left: 15px;
}
.u_technology {
    background-color: #c4d502;
    color: #fff;
    display: inline;
    margin: 2px;
    padding: 5px 10px;
    font-size: 18px;
}

.technology_circles{
    max-width: 1050px;
    width: 100%;
    margin: 25px auto;
    text-align: center;
}
.technology_circle{
    display: table;
    width: 250px;
    height: 250px;
    border: 2px solid black;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}
.absolute_circle{
    border:5px solid #c4d502;
    opacity:.9;
    border-top:5px solid rgba(0,0,0,0);
    border-left:5px solid rgba(0,0,0,0);
    border-radius:50%;
    width:252px;
    height:252px;
    margin:0 auto;
    position: absolute;
    left:-1px;
    top: -1px; 
}
.absolute_circle:hover{
    -moz-animation:spin 4s infinite linear;
    -webkit-animation:spin 4s infinite linear;
}
/* WebKit and Opera browsers */
@-webkit-keyframes spin {
    0% { -webkit-transform:rotate(0deg); }
    100% { -webkit-transform:rotate(360deg); }
}
@-webkit-keyframes spin_160 {
    0% { -webkit-transform:rotate(-160deg); }
    100% { -webkit-transform:rotate(200deg); }
}

@-moz-keyframes spin {
    0% { -moz-transform:rotate(0deg); }
    100% { -moz-transform:rotate(360deg); }
}
@-moz-keyframes spin_160 {
    0% { -moz-transform:rotate(-160deg); }
    100% { -moz-transform:rotate(200deg); }
}
.rotate_120 {
    -ms-transform: rotate(-160deg); /* IE 9 */
    -webkit-transform: rotate(-160deg); /* Chrome, Safari, Opera */
    transform: rotate(-160deg);
}
.rotate_120:hover{
    -moz-animation:spin_160 4s infinite linear;
    -webkit-animation:spin_160 4s infinite linear;
}
.circle_content {
    display: table-cell;
    vertical-align: middle;
    font-size: 22px;
}

.circle_content > strong{
    font-size: 50px;
}
.circle_content > span:nth-child(1) {
    font-size: 32px;
    font-weight: bold;
    padding-right: 25px;
}
.circle_content > span:nth-child(3){
    font-weight: bold;
    font-size: 28px;
}
.circle_content > span:nth-child(5){
    font-weight: bold;
    font-size: 22px;
    padding-right: 40px;
}
.circle_content > span:nth-child(7){
    font-weight: bold; 
    font-size: 32px;
}
.technologies_text{
    font-family: "Roboto",sans-serif;
    max-width: 1150px;
    text-align: center;
    padding: 10px;
    margin: 25px auto;
    line-height: 1.6;
}
.contact_us{
    max-width: 180px;
    background-color:#c4d502;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto 35px;
    width: 100%;
    border-radius: 10px;
    font-size: 22px;
    cursor: pointer;
    text-align: center;
    padding: 15px 0;
}
.discover_more{
    max-width: 270px;
    background-color:#c4d502;
    color: #fff;
    text-transform: uppercase;
    margin: 35px auto 35px;
    width: 100%;
    border-radius: 10px;
    font-size: 22px;
    cursor: pointer;
    text-align: center;
    padding: 15px 0;
}
/***********starting services***************/

.services_holder{
    width: 100%;
    background-color:#151515;
    color:#fff;
    margin: 0;
}
.service_img img{
    max-width: 100%;
}
.service_texts{
    padding: 25px;
}
.service_title{
    font-size: 45px;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.services_subtitle > span {
    color: #c4d502;
    display: block;
    float: left;
    font-size: 35px;
    font-weight: bold;
    line-height: 40px;
    padding-right: 10px;
}
.next_prev_serv{
    width: 100%;
    display: block;
    margin: 10px 0;
    text-align: right;
    padding-right: 10%;
}
.next_prev_serv > .icon {
    background:#c4d502;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
}
.next_prev_serv > .icon:hover {
    background:#00c3d5;
}
.services_text.roboto {
    max-width: 450px;
}
.im_active{
    position: relative;
    left: 0;
    display: inline-block;
    transition: all 1s;
}
.im_inactive{
    position: absolute;
    left: -2000px;
    display: inline-block;
    top:0;
    transition: all 1s;
    opacity:0;
}
.te_active{
    position: relative;
    right:0;
    transition: all 1s;
}
.te_inactive{
    opacity: 0;
    position: absolute;
    right: -2000px;
    transition: all 1s;
} 

/**********TEAM******************/
.team{
    overflow-x: hidden;
}
.team_scroll{
    width: 4000px;
}

.one_teammate {
    display: block;
    float: left;
    max-width: 315px;
    text-align: center;
}
.one_teammate_img_holder {
    border: 1px solid lightgray;
}
.one_teammate_img_holder > img {
    max-width: 100%;
}
.one_teammate_name_position{
    padding-top: 15px;
}

.one_teammate_name_position > span {
    color: #c4d502;
    font-size: 12px;}

/****************Portfolio************/
.portfolio{
    width: 100%;
    display: block;
    position: relative;
}
.filter a {
    background: transparent none repeat scroll 0 0;
    color: #003;
    display: inline-block;
    margin: 0 10px;
    padding: 10px 30px;
    text-decoration: none;
}
.filter a:hover,.active_filter { border: 2px solid #000;
                                 padding: 8px 28px;
}
.active_filter { border: 2px solid #000;
}

.filter {
    padding: 50px;
    text-align: center;
}

.gallery a img {
    width: 100%;
    height: auto;
    float: left;
    transition: all 1s;
}

.gallery a {
    width: 33.33%;
    transition: all 0.2s;
    display: block;
    float: left;
    opacity: 1;
    height: auto;
    transition: all 1s;
}

.gallery .hide, .gallery .pophide {
    width: 0%;
    opacity: 0;
    transition: all 1s;
    transition: all 0.1s;
}

.gallery .pop {
    width: 100%;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 0px 1000px rgba(0,0,0,0.5);
    transition: all 1s;
}

.pop:after {
    content: "\00D7";
    position: absolute;
    top: 10px;
    right: 10px;
    color: #333;
    background: #fff;
    padding: 10px 15px;
    border-radius: 50%;
    opacity: 0.8;
    transition: all 1s;
}

.pop:hover:after { opacity: 1;
                   transition: all 1s;
}

.web,.logos{
    transition: all 0.7s;
    animation: ease-in;
}
.discovermore {
    background: #c4d502 none repeat scroll 0 0;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    margin: 10px auto;
    max-width: 250px;
    padding: 20px;
    text-align: center;
}
/************PACKAGES**************/
.packages {
    padding-top: 0px;
    width: 100%;
}

.package_up_border{
    max-width: 100px;
    max-height: 100px;
    height: 100%;
    width: 100%;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    position: absolute;
    top: 0;
    left:0;
}
.package_bottom_border{
    max-width: 100px;
    max-height: 100px;
    height: 100%;
    width: 100%;
    border-bottom: 2px solid #000;
    position: absolute;
    bottom: 15px;
    right:25px; 
}
.package_content_hodler{
    min-height: 420px;
    padding: 10px;
    text-align: left;
}
.package_title_holder{
    height: 55px;
    line-height: 40px;
    display: table;
}

.firstletter{
    display: block;
    float: left;
    font-size: 38px;
    font-weight: bold;
    margin-left: -12px;
    padding-right: 10px;
    display: table-cell;
    vertical-align: middle;
}
.package_title{
    display: table-cell;
    float: left;
    font-size: 20px;
    font-weight: bold;
}

.package_list {
    font-size: 18px;
    line-height: 30px;
    padding-left: 10px;
    padding-top: 5px;
    text-align: left;
}
.package_li_elem{
    color:#c4d502;
}
.package_li_elem > span{
    color:#000;
}
.package_price {
    font-size: 20px;
    padding: 10px 0;
    margin-bottom: 25px
}
.green_color{
    color:#c4d502;
}
.green_border{ 
    border-color: #c4d502;
}
.one_pack{
    cursor: pointer;
}

/***************price offer************/

.price_offer_button{
    max-width: 270px;
    width: 100%;
    border: 2px solid black;
    height: 55px;
    text-align: center;
    margin: 20px auto;
    border-radius: 7px;
    line-height: 55px;
    font-size: 24px;
    cursor: pointer;
    font-weight: bold;

}
.price_offer_button > span {
    background-color: #c4d502;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
    display: block;
    float: right;
    padding: 0 10px;
    position: relative;
    right: -2px;
    text-align: right;
    top: -2px;
}
.price_offer_button > span:hover{
    background-color: #00c3d5;
}
body.modal-open {
    overflow: visible;
}
.price_offer_holder_bg {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 5000;
    transition: 2.5s all;
    animation: linear;
    overflow: scroll;
}
.price_offer_hodler {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    margin: 3% auto;
    max-width: 600px;
    padding: 50px 20px 10px;
    width: 100%;
    position: relative;
}
.price_offer_header {
    background: #c4d502 none repeat scroll 0 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    height: 40px;
    left: 0;
    line-height: 40px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 88%;
}
.input_holder {
    height: 50px;
    line-height: 50px;
    margin: 7.5px 0;
    text-align: center;
    width: 100%
}
.input_class {
    background: #e8ebed none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #373f46;
    height: 100%;
    max-width: 100%;
    padding: 0 10px;
    transition: all 0.2s ease 0s;
    width: 100%;
}
.input_class:focus{
    background-color: #fff;
    border: 2px solid #E8EBED;
    transition: 0.2s all;
} 
.sendform{
    background-color: #c4d502;
    color:#fff;
    font-size: 24px;
    cursor:pointer;
}
.sendform:hover{
    background-color: #00c3d5;
}
.close_form {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 7px;
}
.form_subtitle {
    color: #ccc;
    font-weight: bold;
}
/*********Newsletter*********/

.evoluation {
    display: table;
    min-height: 400px;
    text-align: center;
    width: 100%;
    background-color: #151515;
    color:#fff;
}

.evoltuation_title {
    font-size: 50px;
    font-weight: bold;
    padding: 40px 0;
}
.newsletter_form{
    padding: 40px 0;
}
.news_input_holder {
    background: transparent none repeat scroll 0 0;
    height: 50px;
    width: 100%;
}
.nesletter_input {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    height: 100%;
    padding: 10px;
    width: 100%;
}
.subsceribe_button,.subsceribe_button_pop{
    background: #c4d502 none repeat scroll 0 0;
    border-radius: 10px;
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    margin-bottom: 40px;
    max-width: 350px;
    width: 100%;
    cursor: pointer;
}
.subsceribe_button:hover,.subsceribe_button_pop{
    background: #00c3d5;
}
.text_left_contact{
    display: block;
}
.p_top_40{
    padding-top:40px;
}
.p_bot_5{
    padding-bottom:5px;
}
.black{
    color:#000;
}
.modal-content.pull { 
    border: 2px solid #c4d502;
    padding: 50px;
    text-align: center;
}
.project_type, .allocated_buget {
    background: #c4d502 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    height: 100%;
    max-width: 110%;
    padding-left: 15px;
    text-align: left;
    width: 110%;
}
.overflow_hidden{
    overflow: hidden;
}
.select_dropdown {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #c4d502;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    color: #c4d502;
    cursor: pointer;
    font-size: 30px;
    padding: 8px;
    position: absolute;
    right: 10px;
    top: 8px;
} 
#message, .messagee {
    display: block;
    height: auto;
    margin: 0 auto;
    max-height: 800px;
    min-height: 170px;
    min-width: 98%;
    width: 95%;
}
.modal-dialog.modal-lg.pop_evaluare {
    width: auto;
}
.modal-content.pull.evaluare_color {
    background: #151515 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    margin-left: 17px;
    margin-top: 10%;
}
.white{ 
    color:#fff;
    border: none;
    font-size: 55px;
}
.mapshodler {
    margin: 0 auto 60px;
    max-height: 500px;
    max-width: 500px;
    width: 100%;
    height: 100%;
    display: block;
}
.nexticon {
    color: #333;
    font-size: 75px;
    height: 470px;
    line-height: 470px;
    position: absolute;
    right: 30px;
    cursor: pointer; 
}
.scroltop {
    color: #fff;
    cursor: pointer;
    display: block;
    line-height: 0;
    margin-bottom: 50px;
    margin-top: -50px;
    text-align: right;
}
.fa.fa-chevron-up.upicon {
    background: #c4d502 none repeat scroll 0 0;
    border-radius: 50%;
    font-size: 20px;
    padding: 10px;
}
/********************************************************/
/******************* CUSTOM SELECT *********************/
/******************************************************/

.custom_option_list {
    left: 15px; /*fontos ne torold*/
    line-height: 20px;/*fontos ne torold*/
    max-width: 90%;/*fontos ne torold*/
    position: absolute;/*fontos ne torold*/
    text-align: left;/*fontos ne torold*/
    top: 65px;/*fontos ne torold*/
    z-index: 200;/*fontos ne torold*/
    display: none;
}
.custom_option {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #c4d502;
    border-radius: 5px;
    margin: 5px 0;
    padding: 5px;
    cursor: pointer;
}
.custom_option:hover{
    color: #c4d502;
}
.copyright > img {
    margin-left: 30px;
    margin-top: -120px;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    height: auto;
    max-width: 390px;
    width: 100%;
}
.portfolio-item {
    margin: 0;
}
.portfolio-item {
    margin-bottom: 0;
}
.price_offer_button > span {
    color: #fff;
}
.contact_us:hover,.discover_more:hover{
    background: #00c3d5;
}
.rotate_180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 1s;
}

.middle{
    bottom: 0;
    display: block;
    left: 0;
    padding-top: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

#map{
    width: 100%;
    height: 500px;
}