/*////////////////////////////////////////////////////////////*/
/*//////////////////// General styles ////////////////////////*/
/*////////////////////////////////////////////////////////////*/

.menu {
    bottom: 58px !important;
}

body {
    background: url(../img/start/bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x:hidden;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	min-width: 400px;
}

body.inned {
    background: #663300;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #663300 0%, #663300 51%, #f3f3f3 51%, #f3f3f3 51%, #f3f3f3 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#663300), color-stop(51%,#663300), color-stop(51%,#f3f3f3), color-stop(51%,#f3f3f3), color-stop(100%,#f3f3f3));
    background: -webkit-linear-gradient(left, #663300 0%,#663300 51%,#f3f3f3 51%,#f3f3f3 51%,#f3f3f3 100%);
    background: -o-linear-gradient(left, #663300 0%,#663300 51%,#f3f3f3 51%,#f3f3f3 51%,#f3f3f3 100%);
    background: -ms-linear-gradient(left, #663300 0%,#663300 51%,#f3f3f3 51%,#f3f3f3 51%,#f3f3f3 100%);
    background: linear-gradient(to right, #663300 0%,#663300 51%,#f3f3f3 51%,#f3f3f3 51%,#f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#663300', endColorstr='#f3f3f3',GradientType=1 );
    overflow-x: hidden;
}

@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);

body.inmap {overflow: hidden; transition: 0.3s;}

a {
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    text-decoration: none;
    transition:0.3s;
}

.to_left {
    left: 250px;
    transition: 0.3s;
}

.to_left.inn {
    left: 250px;
    position: relative;
    margin-left: 0px;
    transition: 0.3s;
}


.all_cont {transition: 0.3s;position: relative;}

small { font-size: 60%; }


h1.logotexto, h2.logotexto, h3.logotexto, h4.logotexto, h5.logotexto {
	font-family: 'Oswald', sans-serif;
    text-decoration: none;
	display:inline;
	vertical-align:middle;
}

.oswald {
	font-family: 'Oswald', sans-serif;
    text-decoration: none;
	display:inline;
}


.logo h2, .logo h2:visited  { color: #663300;transition: 0.3s; }
.logo h2:hover { color: #ffcc00;transition: 0.3s; }
.logo img {padding-right:1em;transition: 0.3s; }
.logo img:hover { transform: scale(1.1);transition: 0.3s; }

footer {
	padding:20px 20px 20px 20px;
	background-color:#101010;
	color:#fff;
}

footer ul { float:right;display:inline;}
footer ul li { display:inline;padding-right:10px}
footer ul li .boton { height: 24px;width:24px; }

.boton {
	position: relative;
    height: 40px;
	width:40px;
	max-width:40px;
    padding: 2px 8px 2px 6px;
    cursor: pointer;
    box-sizing: border-box;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius:20px;
	border-radius: 20px;
	border: 0px solid #000000;
	color:#fff !important;
	transition: 0.3s;
}

.boton:hover {
	background-color:#ffffff !important;
	background: rgba(255,255,255,1);
	color:#000000 !important;
	transition: 0.3s;
}

.mini { width:25px;height:25px;padding: 0px 0px 0px 0px;}

/* colores */
.blanco { color:#ffffff;transition:0.3s}
.negro { color:#000000;transition:0.3s}
.amarillo { color:#ffcc00;transition:0.3s }
.amarillo:hover { color:#ffff00;transition:0.3s }
.marron { color:#663300;transition:0.3s }
.marron:hover { color:#cc6600;transition:0.3s }
.fondo_amarillo { background-color:#ffcc00;transition:0.3s }
.fondo_amarillo:hover { background-color:#ffff00;transition:0.3s }
.fondo_marron { background-color:#663300;transition:0.3s }
.fondo_marron:hover { background-color:#cc6600;transition:0.3s }
.social {color:#ffffff; }
.twt { background-color:#1da1f2; }
.fb {background-color:#3b5998; }
.insta { 
	background: rgba(255,255,0,1);
	background: -moz-linear-gradient(45deg, rgba(255,255,0,1) 0%, rgba(255,102,0,1) 25%, rgba(255,0,51,1) 50%, rgba(255,0,153,1) 75%, rgba(153,51,204,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,255,0,1)), color-stop(25%, rgba(255,102,0,1)), color-stop(50%, rgba(255,0,51,1)), color-stop(75%, rgba(255,0,153,1)), color-stop(100%, rgba(153,51,204,1)));
	background: -webkit-linear-gradient(45deg, rgba(255,255,0,1) 0%, rgba(255,102,0,1) 25%, rgba(255,0,51,1) 50%, rgba(255,0,153,1) 75%, rgba(153,51,204,1) 100%);
	background: -o-linear-gradient(45deg, rgba(255,255,0,1) 0%, rgba(255,102,0,1) 25%, rgba(255,0,51,1) 50%, rgba(255,0,153,1) 75%, rgba(153,51,204,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(255,255,0,1) 0%, rgba(255,102,0,1) 25%, rgba(255,0,51,1) 50%, rgba(255,0,153,1) 75%, rgba(153,51,204,1) 100%);
	background: linear-gradient(45deg, rgba(255,255,0,1) 0%, rgba(255,102,0,1) 25%, rgba(255,0,51,1) 50%, rgba(255,0,153,1) 75%, rgba(153,51,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#9933cc', GradientType=1 );
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearRight {
  clear: right;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearLeft {
  clear: left;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.remove_bottom { margin-bottom: 0 !important; }
.half_bottom { margin-bottom: 10px !important; }
.add_bottom { margin-bottom: 20px !important; }

.remove_top{ margin-top: 0 !important; }
.half_top{ margin-top: 10px !important; }
.add_top{ margin-top: 20px !important; }

.left {float:left}
.right {float:right}
.center {text-align:center;margin-left:auto;margin-right:auto;}
.wrapper {width:100%;overflow:hidden}

.pad_bot0 {padding-bottom:0px}
.pad_bot1 {padding-bottom:10px}
.pad_bot2 {padding-bottom:20px}
.pad_bot3 {padding-bottom:30px}

.pad_top0 {padding-top:0px}
.pad_top1 {padding-top:10px}
.pad_top2 {padding-top:20px}
.pad_top3 {padding-top:30px}

.pad_left0 {padding-left:0px}
.pad_left1 {padding-left:10px}
.pad_left2 {padding-left:20px}
.pad_left3 {padding-left:30px}

.pad_right0 {padding-right:0px}
.pad_right1 {padding-right:10px}
.pad_right2 {padding-right:20px}
.pad_right3 {padding-right:30px}

.no_sides {margin-left: 0 !important; margin-right:0 !important;}

.rounded {border-radius: 5px;}

.oculto { visibility:hidden; display:none; }

/*////////////////////////Side menu//////////////////////*/

.pushy .profile {
    background: #663300;
    margin: -40px 0px -50px;
    padding: 40px 0px 50px;
}


.indexpage .logo {
    margin-left: 50px;
}
.indexpage .menu-btn {
    color: #242A33;
    top: 25px;
}
.indexpage .menu-btn:hover {
    top: 25px;
}

.pushy .profile .avatar {
    width: 110px;
    background: #663300;
    height: 110px;
    border-radius: 100px;
    position: relative;
    margin: 40px auto 0px;
}

.pushy .profile h3 {
    text-align: center;
}

.pushy .profile h3 a {
    font-weight: 300;
    font-size: 20px;
    color: #FFFFFF;
}

.pushy .profile h3 a:hover {
    color: #cc6600;
    text-decoration: none;
}

.pushy .profile .log_btn {
    width: 100px;
    display: block;
    border: 2px solid #FFFFFF;
    text-align: center;
    padding: 8px;
    border-radius: 3px;
    margin: 20px auto;
    color: #FFFFFF;
}

.pushy .profile .log_btn:hover {
    border: 2px solid #ffffff; 
    color:#ffffff; 
    text-decoration: none;
}

.pushy .profile .avatar img {
    width: 110px;
    border-radius: 100px;
    display: block;
    border: 2px solid #FFFFFF;
    padding: 6px;
}

.pushy .profile .avatar span {
    display: block;
    position: absolute;
    right: 0px;
    padding: 5px 11px;
    background: #FFFFFF;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    color: #663300;
    font-weight: 500;
    top: 80px;
}

.pushy .side_menu {
    margin: 50px 0px;
    padding: 0px;
}

.pushy .side_menu li {
    display: block;
    list-style: none;
    margin-bottom: 0px;
}

.pushy .side_menu li a {
    color: #FFFFFF;
    display: block;
    border-top: 1px solid #663300;
    border-bottom: 1px solid #663300;
    margin-bottom: -1px;
}
.pushy .side_menu li a span {padding: 12px 20px;}
.pushy .side_menu li a i {
    color: #FFFFFF;
    padding: 12px;
    display: inline-block;
    background: #663300;
    margin-right: 16px;
    font-size: 18px;
    transition: 0.3s;
    min-width: 40px;
    text-align: center;
}
.pushy .side_menu li a:hover i {
    color: #FFFFFF;
    padding: 12px;
    display: inline-block;
    background: #cc6600;
    margin-right: 16px;
    font-size: 18px;
    transition: 0.3s;
    min-width: 40px;
    text-align: center;
}
.pushy .side_menu li a:hover {
    color: #663300;
    text-decoration: none;
    background: #FFFFFF;
}

/*////////////////////////////////////////////////////////////*/
/*////////////////// Promo Page styles ///////////////////////*/
/*////////////////////////////////////////////////////////////*/
.promo {overflow-x:hidden; background: #011222; margin: 0px;}
.animation {
    position: absolute;
    width: 1200px;
    min-width: 1200px;
    height: 100%;
    overflow: hidden;
    bottom: 0px;
    left: 50%;
    margin-left: -600px;
}

.bgg {
    background: url(../img/start/bg.jpg);
    background-position: center bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    background-repeat: no-repeat;
}

.green_button {
    background: #522900;
    padding: 8px 20px;
    border-radius: 3px;
    color: #ffffff;
    font-weight: bold;
    transition: 0.3s;
}

.green_button:hover {
    background: #322900;
    padding: 8px 20px;
    border-radius: 3px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
}

.dark_button {
    background: #322900;
    padding: 8px 20px;
    border-radius: 3px;
    color: #ffffff;
    font-weight: bold;
    transition: 0.3s;
}

.dark_button:hover {
    background: #663300;
    padding: 8px 20px;
    border-radius: 3px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
}

/*description*/
.start_descrition {
    z-index: 9999;
    text-align: center;
    position: absolute;
    width: 1200px;
    top: 50%;
    margin-top: -260px;
    left: 50%;
    margin-left: -600px;
}
.start_descrition .start_logo {}
.start_descrition h1 {
    font-size: 50px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.start_descrition h1 span {
    display: block;
    width: 150px;
    height: 1px;
    background: #1F8BEA;
    margin: 40px auto;
}
.start_descrition span {
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    font-weight: 300;
    color: #ffffff;
    line-height: 36px;
}
.start_descrition .btns {
    margin-top: 60px;
}
.start_descrition .btns .green {
    background: #218dea;
    padding: 15px 35px;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    margin: 0 15px;
}
.start_descrition .btns .green:hover {
    background: #ffffff;
    padding: 15px 35px;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
    color: #218dea;
    margin: 0 15px;
}
.start_descrition .btns .white_border {
    background: none;
    padding: 14px 35px;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    border: 2px solid;
    margin: 0 15px;
}
.start_descrition .btns .white_border:hover {
    background: none;
    padding: 14px 35px;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
    color: #208CEA;
    border: 2px solid;
    margin: 0 15px;
}
/*img position setings*/
.one_element {
    position: absolute;
    right: 173px;
    bottom: -120px;
    z-index: 3;
}

.two_element {
    position: absolute;
    left: 350px;
    bottom: -40px;
    z-index: 2;
}
.three_element {
    position: absolute;
    left: 243px;
    bottom: 227px;
    z-index: 2;
}
.four_element {
    position: absolute;
    left: 78px;
    bottom: 80px;
    z-index: 2;

}
.five_element {
    position: absolute;
    bottom: 80px;
    left: 533px;
    z-index: 2;
}
.six_element {
    position: absolute;
    bottom: 201px;
    right: 227px;
    z-index: 2;
}
.seven_element {
    position: absolute;
    right: 50px;
    bottom: 164px;
    z-index: 2;
}
.eight_element {
    position: absolute;
    left: 60px;
    bottom: 180px;
    z-index: 2;
}
.nine_element {
    position: absolute;
    bottom: 144px;
    right: 383px;
    z-index: 2;
}
.ten_element {
    position: absolute;
    bottom: -70px;
    left: 57px;
    z-index: 1;
}
.quote_element {
    position: absolute;
    bottom: 266px;
    right: 173px;
    z-index: 2;
}
.quote_two_element {
    position: absolute;
    bottom: 205px;
    left: 22px;
    z-index: 2;
}

/*img time animation settings*/
.start_descrition.option {
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 0.4s;
    -webkit-animation-iteration-count: 1;
}
.quote_two_element.option {
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 1.8s;
    -webkit-animation-iteration-count: 1;
}

.quote_element.option {
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 1.6s;
    -webkit-animation-iteration-count: 1;
}

.one_element.option {
    -webkit-animation-duration: 0.5s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
}

.two_element.option {
    -webkit-animation-duration: 1.6s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
}
.three_element.option {
    -webkit-animation-duration: 0.6s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
}
.four_element.option {
    -webkit-animation-duration: 1.2s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;

}
.five_element.option {
    -webkit-animation-duration: 1.4s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
}
.six_element.option {
    -webkit-animation-duration: 0.8s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
}
.seven_element.option {
    -webkit-animation-duration: 0.4s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
}
.eight_element.option {
    -webkit-animation-duration: 0.2s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
}
.nine_element.option {
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
}
.ten_element.option {
    -webkit-animation-duration: 1.8s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
}

/*Adaptive promo page*/
@media (max-width: 1280px) {
    .start_descrition {
        z-index: 9999;
        text-align: center;
        position: absolute;
        width: 1000px;
        top: 50%;
        margin-top: -260px;
        left: 50%;
        margin-left: -500px;
    }
}
@media (max-width: 1200px) {
    .animation {
        position: absolute;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        height: 100%;
        overflow: hidden;
        bottom: 0px;
        left: auto;
        margin-left: auto;
    }
}
@media (max-width: 1030px) {
    .start_descrition {
        z-index: 9999;
        text-align: center;
        position: absolute;
        width: 800px;
        top: 50%;
        margin-top: -260px;
        left: 50%;
        margin-left: -400px;
    }
    .bgg {display: none;}
    .promo {background: url(../img/start/bg.jpg);
        background-position: center bottom;}
        .animation {display: none;}
    }
    @media (max-width: 860px) {
        .start_descrition {
            z-index: 9999;
            text-align: center;
            position: absolute;
            width: 80%;
            top: 50%;
            margin-top: -260px;
            left: 50%;
            margin-left: -40%;
        }
    }

    @media (max-width: 500px) {
        .start_descrition {
            z-index: 9999;
            text-align: center;
            position: relative;
            width: 80%;
            top: 0%;
            margin-top: 100px;
            margin-bottom: 100px;
            left: 50%;
            margin-left: -40%;
        }
        .start_descrition .btns a {
            float: none;
            display: block;
            margin: 30px 0px !important;
        }

        .bgg {display: none;}
        .start_descrition h1 {
            font-size: 30px;
            text-transform: uppercase;
            font-weight: 300;
            font-family: 'Roboto', sans-serif;
            color: #ffffff;
        }
        .start_descrition h1 span {
            display: block;
            width: 150px;
            height: 1px;
            background: #95c800;
            margin: 25px auto;
        }
        .start_descrition span {
            font-family: 'Roboto', sans-serif;
            font-size: 18px;
            font-weight: 300;
            color: #ffffff;
            line-height: 28px;
        }
        .search {display: none;}
    }

    /*////////////////////////////////////////////////////////////*/
    /*/////////////////// Map Page styles ////////////////////////*/
    /*////////////////////////////////////////////////////////////*/
    /* map style */
    .map {
        width: 100%;
        height: 100%;
        position: fixed !important;
    }

    /*menu*/
    .menu {
        position: fixed;
        z-index: 9;
        background: #218dea;
        width: 100%;
        bottom: 0px;
        max-height: 65px;
        overflow: hidden;
        margin: 0px;
        padding: 0px;
    }
    .menu ul {
        margin: 0px;
        padding: 0px;
        text-align: center;
        max-width: 1600px;
        margin: 0 auto;
    }
    .menu li {
        list-style: none;
        display: inline-block;
        width: 9%;
        margin: 0px -2px;
        padding: 0px;
    }
    .menu li a {
        display: block;
        color: rgba(255, 255, 255, 1);
        font-size: 26px;
        font-weight: normal;
        text-align: center;
        padding: 11px 0px;
        text-decoration: none;
        transition: 0.3s;
    }
    .menu ul li a span {}

    .menu li a:hover, .menu li a:focus {
        background: #FFffff;
        transition: 0.3s;
        color: #218DEA;
    }

    .container-fluid.menu span, .container-fluid.menu .icon-remove, .container-fluid.menu .mobile_menu {display: none;}


    .marker_info .info {
        width: 300px;
        height: 320px;
        border-radius: 5px;
        background: rgba(0, 127, 237, 0.8);
        position: relative;
        z-index: 9999999;
    }

    .marker_info .info img {
        display: block;
        border-radius: 100px;
        width: 110px;
        position: absolute;
        top: -53px;
        left: 90px;
        border: 7px solid #e9e5db;
        background: #ffffff;
    }
    .marker_info .info a {
        background: #ffffff;
        border: 0px;
        color: #218DEA;
        transition:0.3s;
    }
    .marker_info .info a:hover {
        background: #242A33;
        border: 0px;
        color: #218DEA;
        transition: 0.3s;
    }
    .marker_info .info h2 {
        text-align: center;
        padding-top: 70px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        color: #ffffff;
    }
    .marker_info .info h2 span {
        width: 70px;
        height: 1px;
        background: #FFFFFF;
        display: block;
        margin: 15px auto;
    }
    .marker_info .info span {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        color: #FFFFFF;
        line-height: 22px;
        text-align: center;
        display: block;
        padding: 0px 30px;
        font-size: 14px;
    }
    .marker_info .info a {}
    a.green_btn {
        background: #95c800;
        border: 1px solid #000000;
        padding: 10px 50px;
        color: #ffffff;
        font-size: 14px;
        border-radius: 4px;
        display: block;
        width: 180px;
        text-align: center;
        bottom: 40px;
        position: absolute;
        left: 60px;
        transition: 0.3s;
    }
    a.green_btn:hover {
        background: #ffffff; /* Old browsers */
        border: 1px solid #000000;
        padding: 10px 50px;
        color: #95c800;
        font-size: 14px;
        box-shadow: none;
        border-radius: 4px;
        display: block;
        width: 180px;
        text-align: center;
        bottom: 40px;
        position: absolute;
        left: 60px;
        text-decoration: none;
    }
    .marker_info .arrow {
        width: 0px;
        height: 0px;
        position: absolute;
        padding: 0px !important;
        left: -28px;
        top: 150px !important;
        border: 14px solid rgba(255, 0, 0, 0);
        top: 0px;
        border-right-color: rgba(33, 141, 234, 0.9);
    }
    /*header*/
    .header {
        position: absolute;
        width: 100%;
        z-index: 9;
        transition: 0.3s;
    }
    .header:hover {
        background: rgba(255, 255, 255, 0.42);
        transition: 0.3s;
    }
    .open_side {
        float: left;
        font-size: 21px;
        padding: 28px 10px 0px 20px;
        transition:0.3s;
    }

    .open_side:hover {
        float: left;
        font-size: 21px;
        color: #cc6600;
        padding: 28px 10px 0px 20px;
        cursor: pointer;
        transition:0.3s;
    }

    .header .logo {
        display: block;
        float: left;
        padding: 30px 30px 0px 20px;
    }
    .header .weather {}
    .header .weather i {
        font-size: 33px;
        padding: 24px 0px;
        display: block;
        float: left;
    }
    .header .weather span {
        font-size: 36px;
        font-weight: 300;
        float: left;
        display: block;
        margin: 18px 10px;
    }
    .header .search {
        margin: 27px 30px;
        float: right;
        background: #ffffff;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
        border: 1px solid rgba(0, 0, 0, 0.3);
        border-radius: 3px;
        height: 33px;
        font-size: 13px;
        font-style: italic;
        width: 100%;
        padding: 0px 10px;
        max-width: 400px;
    }
    .green_btn_header {
        background: #218dea;
        padding: 6px 50px;
        color: #ffffff;
        font-size: 14px;
        border-radius: 4px;
        display: block;
        width: 180px;
        text-align: center;
        float: right;
        margin: 28px;
        transition: 0.3s;
    }
    .green_btn_header:hover {
        background: #353535; /* Old browsers */
        padding: 6px 50px;
        color: #ffffff;
        font-size: 14px;
        border-radius: 4px;
        display: block;
        width: 180px;
        text-align: center;
        float: right;
        margin: 28px;
        text-decoration: none;
        transition: 0.3s;
    }

    /*add place*/
    .add_place {
        position: fixed;
        z-index: 999;
        background: rgba(0, 0, 0, 0.83);
        width: 100%;
        height: 100%;
        top: 0px;
        transition: 0.3s linear;
    }
    .place_form {
        width: 300px;
        background: #ffffff;
        border-radius: 4px;
        margin: 0 auto;
        top: 50%;
        position: relative;
        height: 480px;
        margin-top: -265px;
    }
    .place_form h3 {
        font-weight: 300;
        text-align: center;
        padding: 20px 0px;
        display: block;
    }
    .place_form h3 span {
        display: block;
        width: 60px;
        height: 1px;
        background: #95C800;
        margin: 20px auto -16px auto;
    }
    .place_form label {
        font-size: 11px;
        text-transform: uppercase;
        display: block;
        padding: 0px 30px;
        margin: 20px 0px 20px 0px;
    }
    .place_form label input {
        display: block;
        width: 100%;
        height: 40px;
        border-radius: 3px;
        border: 1px solid #DDDDDD;
        margin-top: 10px;
        background: #F9F9F9;
        padding: 0px 20px;
        font-size: 16px;
        font-weight: 300;
    }
    .place_form label input:focus {
        outline: none;
        border: 1px solid #7CCB18;
        background: #ffffff;
        color: #7ccb18;
        font-size: 16px;
        font-weight: 300;
    }
    .place_form label select {
        display: block;
        width: 100%;
        margin-top: 10px;
        height: 30px;
    }
    .place_form a {
        width: 100%;
        margin: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        padding: 20px;
        margin-top: 18px;
    }
    .place_form a:hover {
        width: 100%;
        margin: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        padding: 20px;
        margin-top: 18px;
    }
    /*login form*/
    .login_form {height: 400px;}
    .login_form a i {
        padding: 0px 10px 0px 0px;
    }
    .login_form a, .login_form a:hover {
        margin: 10px 30px;
        width: 240px;
        border-radius: 3px;
        padding: 10px;
    }
    .none {top: -150%; transition: 0.3s linear;}
    .close_window {
        display: block;
        position: absolute;
        top: -20px;
        right: -20px;
        color: #ffffff;
        cursor: pointer;
    }
    .close_window:hover {
        color: #E51616;
    }

    /*Adaptive map page*/





    /*////////////////////////////////////////////////////////////*/
    /*////////////// Inner (place) Page styles ///////////////////*/
    /*////////////////////////////////////////////////////////////*/
    .contant {}
    .contant .basic {
        background: #ffffff;
        min-height: 100%;
        padding:0px;
        position: relative;
        padding-bottom: 40px;
    }
    .dark_bg {
        background: rgba(0, 0, 0, 0.85);
        position: fixed;
        width: 100%;
        height: 100%;
    }

    /*head*/
    .head {
        background: #ffffff;
        padding: 20px 30px 30px;
    }
    .head .logo {display:inline-block}
    .head .search {
        margin: 0px 30px 0px;
        float: right;
        background: #ffffff;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
        border: 1px solid rgba(0, 0, 0, 0.3);
        border-radius: 3px;
        height: 33px;
        font-size: 13px;
        font-style: italic;
        width: 100%;
        padding: 0px 10px;
        max-width: 150px;
    }
	.head ul { vertical-align:middle;display:inline;float:right}
	.head ul li {
		list-style: none;
		display: inline-block;
		margin: 0px 10px 0px 0px;
	}
    .head .green_btn_header, .head .green_btn_header:hover {
        max-width: 40px;
        padding: 6px 0px;
        text-align: center;
        margin: 0px;
    }
    .menusha {
        display: none;
    }
    .menusha_open {
        position: absolute;
        top: 20px;
        left: 20px;
        font-size: 21px;
        color: #D0544B;
        transition:0.3s;
    }
    .menusha_open:hover {color:#ffffff; cursor: pointer; transition:0.3s;}
    /*header section*/
    .header_section {
        background: url(../img/banner_cabecera_3monos.png) no-repeat;
        margin: 0px 0px;
        background-size: cover;
        min-height: 255px;
        overflow: hidden;
        position: relative;

    }
    .header_section img {
        float: left;
        margin: 34px 34px 60px 34px;
        width: 90px;
        border-radius: 3px;
    }
    .header_section h1 {
        font-family: 'Oswald', sans-serif;
		font-size:48px;
		text-decoration: none;
		color: #ffffff;
        font-weight: 300;
        padding-top: 13px;
        padding-bottom: 0px;
    }
    .header_section ul {}
    .header_section ul li {
        list-style: none;
        display: inline-block;
        margin: 0px 10px 0px 0px;
    }
    .header_section ul li a:hover, .header_section ul li a:focus {color:#ffffff;}

    /*header section diagramm*/
    .diagramms {
        float: left;
        width: 30%;
    }
    .dial {
        font-size: 16px !important;
        margin-top: 16px !important;
        font-weight: 100 !important;
    }
    .circle {
        float: left;
        margin-right: 20px;
    }
    .dia {
        padding: 18px 30px;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 9%, rgba(0,0,0,0.5) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(9%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5)));
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 9%,rgba(0,0,0,0.5) 100%);
        background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 9%,rgba(0,0,0,0.5) 100%);
        background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 9%,rgba(0,0,0,0.5) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 9%,rgba(0,0,0,0.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
        overflow: hidden;
        height: 89px;
        position: absolute;
        bottom: 0px;
        width: 100%;
    }
    .diagramms span {
        color: #ffffff;
        display: block;
        padding-top: 15px;
        font-size: 17px;
        font-weight: 300;
    }
    .circle input:focus {outline: none;}
    /*header_icon_descr_section*/
    .icon_descr_block {
        overflow: hidden;
        border-bottom: 1px solid #E8E8E8;
    }
    .icon_descr_block .cols {
        width: 40%;
        float: left;
        padding: 16px;
    }
    .icon_descr_block .cols .icons {
        position: relative;
        float: left;
        width: 30%;
        padding: 20px;
    }
    .icon_descr_block .cols .icons .ic {
        display: block;
        padding: 18px 24px;
        border: 2px solid;
        width: 76px;
        height: 76px;
        border-radius: 76px;
        font-size: 24px;
    }
    .icon_descr_block .cols .icons .ic i {}
    .icon_descr_block .cols .icons .num {
        display: block;
        width: 40px;
        position: absolute;
        padding: 3px 13px;
        font-size: 24px;
        font-weight: bold;
        border-radius: 20px;
        bottom: 0px;
        left: 32%;
        color: #663300;
    }
    .icon_descr_block .bubble {
        float: left;
        width: 60%;
    }
    .icon_descr_block .bubble div {
        background: #f3f3f3;
        padding: 15px;
        border-radius: 3px;
        margin: 30px 30px;
        color: #5a5a5a;
        font-weight: 300;
        position: relative;
        line-height: 20px;
    }

    .id_blue .num {background: #45c3e8;}
    .id_green .num {background: #97c900;}
    .id_orange .num {background: #ff5700;}
	.id_amarillo .num {background: #ffcc33;}
    .id_blue {
        color: #45c3e8;
    }
    .id_green {
        color: #97c900;
    }
    .id_orange {
        color: #ff5700;
    }
	.id_amarillo  {
		color: #ffcc33;
	}
	
    /*header_contact section*/
    .phone_email {
        padding: 14px 20px;
        border-bottom: 1px solid #e8e8e8;
        min-height: 50px;
		vertical-align:middle;
    }
    .phone_email span {
        display: block;
        float: left;
        margin: 0px 30px 0px 0px;
		vertical-align:middle;
    }
    .phone_email span i {
        display: inline-block;
        margin-right: 6px;
        color: #663300;
    }

    /*Features block*/
    .features_block {
        overflow: overlay;
        min-height: 162px;
    }
    .features_block div {
        width: 50%;
        float: left;
    }
    .features_block div ul {
        padding: 20px 30px;
    }
    .features_block div ul li {
        list-style: none;
        margin: 13px 0px;
    }
    .features_block div ul li b {}

    /*share block*/
    .share_block {
        background: #f3f3f3;
        overflow: overlay;
        min-height: 50px;
    }
    .share_block div {
        min-width: 50%;
        float: left;
    }
    .share_block div a {
        display: inline-block;
        margin: 10px 30px;
    }
    .share_block div div {
        width: 50%;
        float: left;
        padding: 10px 30px;
        font-size: 13px;
        color: #6f6f6f;
    }
    .share_block div div span {
        display: block;
        font-weight: bold;
        color: #4A4A4A;
    }

    /*check in block*/
    .check_in {}
    .check_in div {
        padding: 30px;
    }
    .check_in div a {}
    .check_in div a:hover {}
    .check_in div .users_group {
        padding: 20px 0px;
        margin: 0px -10px;
    }
    .check_in div .users_group a {
        display: inline-block;
        margin: 0px 10px;
    }
    .check_in div .users_group a img {
        width: 45px;
        border-radius: 3px;
    }
    /*flickr block*/
    .flickr_photo h4 {margin-left: 10px;}
    .flickr_photo {
        padding: 0px 20px;
    }
    .flickr_photo ul {
        margin: 0px;
        padding: 0px;
    }
    .flickr_photo ul li {
        list-style: none;
        display: inline-block;
        margin: 13px;
        overflow: hidden;
        width: 140px;
        border-radius: 3px;
        height: 140px;
    }
    .flickr_photo ul li img {transition:0.3s;}
    .flickr_photo ul li img:hover {opacity: 0.8; transition:0.3s;}

    .user_avatars {
        width: 45px;
        height: 45px;
        position: relative;
        overflow: hidden;
        display: block;
    }
    .user_go {
        position: absolute;
        width: 45px;
        background: rgba(33, 141, 234, 0.8);
        height: 45px;
        overflow: hidden;
        padding: 13px 17px !important;
        border-radius: 3px;
        bottom: -65px;
        transition: 0.3s;
    }
    .user_go i {color: #ffffff;}
    .user_avatars:hover .user_go {bottom: 0px;transition:0.3s;}


    /*reviews*/
    .reviews {}
    .reviews h4 {
        padding: 40px 30px 0px 30px;
        font-size: 16px;
        margin: 0px;
    }
    .reviews .rev {
        padding: 30px;
        border-bottom: 1px solid #E4E4E4;
        transition:0.3s;
    }
    .reviews .rev:hover {
        background: #F9F9F9;
        transition: 0.3s;
    }
    .reviews .rev .user {
        float: left;
        margin: 0px 20px 0px 0px;
        padding-top: 4px;
        overflow: hidden;
    }
    .reviews .rev .user img{
        width: 45px;
        border-radius: 3px;
    }
    .reviews .rev .texts {
        padding-left: 65px;
    }
    .reviews .rev .head_rev {}
    .reviews .rev .head_rev span {
        color: #B5B5B5;
        font-size: 13px;
        padding-left: 20px;
    }
    .reviews .rev .text_rev {
        padding-top: 10px;
        color: #606060;
    }

    /*Add comment*/
    .add_comment h4 {
        padding: 30px 0px;
    }
    .add_comment {
        padding: 0px 30px 50px;
    }
    .add_comment textarea {
        width: 100%;
        border: 0px;
        background: #f1f1f1;
        border-radius: 3px;
        resize: vertical;
        min-height: 100px;
        padding: 15px;
    }
    .add_comment textarea:focus {outline: none;}
    .add_comment a {
        margin-top: 15px;
    }


    /*Map*/
    .map_place {
        width: 100%;
        height:100%;
		height: 150px;
        margin-top: 0px;
        border-radius: 0px;
    }

    /*similar*/
    .similar {}
    .similar div {
        overflow: auto;
        margin: 20px 0px;
        color: #999999;
    }
    .similar a {
        display: block;
        color: #ffffff;
    }
    .similar a:hover {color:#ffffff;}
    .similar h3 {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        color: #ffffff;
        padding: 25px 0px 10px;
    }
    .similar img {
        width: 45px;
        border-radius: 3px;
        display: block;
        float: left;
        margin-right: 10px;
    }
    .similar i {
        font-size: 10px;
        padding-right: 5px;
        color: #999999;
    }
	.publi1 {
		position:relative;
		width:100%;
		overflow:hidden;
        padding: 0px 0px;
        margin-top: 132px;
		min-height:150px;
        color: #ffffff;
	}
	.publi2 {
		position:relative;
		width:360px;
		margin-left:auto;
		margin-right:auto;
		overflow:hidden;
        padding: 0px 0px;
        margin-top: 20px;
		min-height:150px;
        color: #ffffff;
	}
	.address {
        position:relative;
		background: #522900;
        padding: 10px 15px;
        margin-top: 50px;
		min-height:150px;
        border-radius: 3px;
        color: #ffffff;
    }
	
	.address .ver_mapa { position:absolute;bottom:10px;right:10px }
	
	.mobile_address {
        background: #522900;
        padding: 10px 15px;
        margin-top: 0px;
		min-height:50px;
        border-radius: 0px;
        color: #ffffff;
    }

    /*mobie places*/
    .mobile_place {
        padding: 0px 0px 10px 0px;
        overflow: auto;
        display: none;
    }
    .mobile_place .similar {}
    .mobile_place .similar div {
        background-color:#999999;
		border-radius: 3px;
		color: #BABABA;
        width: 30%;
        float: left;
		margin-right:10px;
    }
    .mobile_place .similar a {
        display: block;
    }
    .mobile_place .similar h3 {
        color: #1B1B1B;
		padding: 0px 0px 10px;
    }
    .mobile_place .similar img {
        width: 45px;
        display: block;
        float: left;
        margin-right: 10px;
    }
    .mobile_place .similar i {
        color: #BABABA;
    }
    .mobile_place .address {
        background: rgba(0, 0, 0, 0.5);
        padding: 10px 15px;
        margin-top: 15px;
        border-radius: 3px;
        color: #ffffff;
    }



    /*////////////////////////////////////////////////////////////*/
    /*////////////////// User Profile pages //////////////////////*/
    /*////////////////////////////////////////////////////////////*/
    .vp h1{
        padding: 0px 30px 30px;
    }
    .map_user_visits {width: 100%; height: 300px;}
    .marker_visit {
        background: rgba(0, 0, 0, 0.83);
        border-radius: 3px;
        width: auto;
        position: fixed;
    }
    .marker_visit .info {
        padding: 10px 30px;
    }
    .marker_visit .info span {
        width: 0px;
        height: 0px;
        position: absolute;
        padding: 0px !important;
        left: -16px;
        top: 12px !important;
        border: 8px solid rgba(255, 0, 0, 0);
        top: 0px;
        border-right-color: rgba(0, 0, 0, 0.83);
    }
    .marker_visit .info a {font-size: 14px;}
    .marker_visit .info a:hover {font-size: 14px; color: #ffffff;}

    /*user left column*/
    .user_avatar {
        margin-top: 100px;
        position: relative;
    }
    .user_avatar img {
        width: 100%;
        border-radius: 3px;
    }
    .user_avatar span {
        position: absolute;
        background: rgba(36, 112, 178, 0.8);
        display: block;
        bottom: 0px;
        width: 100%;
        padding: 8px 15px;
        font-size: 28px;
        font-family: roboto;
        font-weight: 300;
        color: #ffffff;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .user_friends {}
    .user_friends h4 {
        color: #ffffff;
        font-size: 20px;
        padding: 20px 10px 0px;
    }
    .user_friends .users_group {
        padding: 0px 4px;
    }
    .user_friends .users_group a {
        width: 45px;
        display: block;
        float: left;
        height: 45px;
        padding: 0px;
        margin: 9px;
    }
    .user_friends .users_group a img {
        width: 100%;
        border-radius: 3px;
    }

    /*userr btn*/
    .user_btn {
        margin: 20px 10px;
    }

    .user_btn a {
        display: block;
        margin-bottom: 12px;
        padding: 10px;
    }
    .profile_mobile_vis {display: none;}









    /*////////////////////////////////////////////////////////////*/
    /*//////////////////////// Place grid ////////////////////////*/
    /*////////////////////////////////////////////////////////////*/
    .place_gr_cont {overflow: auto;}
    .place_gr_cont h1, .place_li_cont h1  {
        padding: 0px 30px 30px;
    }
    .place_gr_cont * {transition:0.3s;}

    .place_gr_cont .pg {
        width: 50%;
        padding: 30px;
        min-height: 300px;
        float: left;
        background-size: cover !important;
        position: relative;
        max-height: 300px;
        overflow: hidden;
    }
    .place_gr_cont .pg img{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
    }
    .place_gr_cont .pg h2 {
        font-size: 26px;
        color: #ffffff;
        margin-top: 0px;
    }

    .place_gr_cont .pg h2 span {
        width: 80px;
        height: 1px;
        display: block;
        margin: 20px 0px;
    }

    .place_gr_cont .pg span {
        font-family: roboto;
        font-size: 16px;
        color: #ffffff;
        line-height: 26px;
        font-weight: 300;
    }

    .place_gr_cont .pg.style_one {transition:0.3s;}

    .place_gr_cont .pg.style_two {
        background: #218DEA;
        transition: 0.3s;
    }


    .place_gr_cont .pg.style_two h2 span{
        background: #ffffff;
    }

    .place_gr_cont .pg.style_three {
        background: #1b2027;
    }

    .place_gr_cont .pg.style_three h2 span, .place_gr_cont .pg.style_one h2 span {
        background: #218DEA;
    }

    .place_gr_cont .pg.style_one.bg_one {
        background: url(../img/pl1.jpg);
        transition:0.3s;
    }

    .place_gr_cont .pg.style_one.bg_two {
        background: url(../img/pl2.jpg);
        transition:0.3s;
    }

    .place_gr_cont .pg.style_one.bg_three {
        background: url(../img/pl3.jpg);
        transition:0.3s;
    }

    .place_gr_cont .pg:hover {
        cursor: pointer;
        background: #ffffff !important;
        transition:0.3s;
    }

    .place_gr_cont .pg:hover h2 {
        color: #03AAAC;
        transition: 0.3s;
    }

    .place_gr_cont .pg:hover h2 span {
        background: #03AAAC;
        transition: 0.3s;
    }

    .place_gr_cont .pg:hover span {
        color: #030102;
        transition:0.3s;
    }

    .more_btn {
        padding: 10px 20px;
        display: block;
        width: 150px;
        text-align: center;
        border: 2px solid #CBCBCB;
        margin: 30px auto;
        border-radius: 3px;
        color: #CBCBCB;
        clear: both;
    }
    .more_btn:hover {
        text-decoration: none;
        background: #218DEA;
        border-color: #218DEA;
        color: #ffffff;
    }


    .pg:hover .dar_bg_frid {background: #ffffff;}
    .places_cat {padding:0px;}
    .places_cat li {
        list-style: none;
    }
    .places_cat li a {
        display: block;
        padding: 12px 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.42);
    }
    .places_cat li a:hover {
        background: #E73931;
        color: #ffffff;
        border-bottom: 1px solid #E73931;
    }
    .places_cat li a i {
        margin-right: 15px;
    }

    .tag {
        padding: 15px;
        margin-top: 30px;
    }
    .tag h3 {
        color: #ffffff;
        margin-bottom: 20px;
    }
    .tag ul {
        padding: 0px;
    }
    .tag ul li {
        list-style: none;
        display: inline-block;
        margin: 0px 1px 7px;
    }
    .tag ul li a {
        padding: 6px 14px;
        border: 1px solid #342C43;
        display: block;
        border-radius: 40px;
    }
    .tag ul li a:hover {
        background: #342C43;
        color: #ffffff;
    }

    .dar_bg_frid {
        background: rgba(0, 0, 0, 0.7);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        z-index: 2;
    }
    .p_cont {
        z-index: 99;
        position: relative;
    }













    .place_li_cont {}


    .place_li_cont .style_list {
        margin-bottom: -1px;
        position: relative;
    }

    .place_li_cont .style_list img {
        display: block;
        float: left;
        max-width: 199px;
    }
    .place_li_cont .style_list div h2 {
        color: #333333;
        font-size: 26px;
        max-width: 50%;
    }
    .place_li_cont .style_list div h2 a {transition:0.3s;}
    .place_li_cont .style_list div h2 a:hover {
        transition:0.3s;
        color:#333;
        text-decoration: none;
    }
    .place_li_cont .style_list div h2 span {
        width: 80px;
        height: 1px;
        display: block;
        margin: 20px 0px;
        background: #218DEA;
    }
    .place_li_cont .style_list div span {
        font-family: roboto;
        font-size: 16px;
        color: #333333;
        font-weight: 300;
        line-height: 26px;
        display: block;
        margin-bottom: 14px;
    }
    .place_li_cont .style_list .con {
        border-top: 1px solid #E5E5E5;
        border-bottom: 1px solid #E5E5E5;
        height: 400px;
        padding-left: 220px;
    }

    .place_li_cont .comm i {
        display: block;
        float: left;
        margin-right: 10px;
    }
    .list_dia {
        position: absolute;
        top: 20px;
        right: 0px;
        width: 40%;
    }
    .list_dia .ld {
        width: 100px;
        float: right;
        margin: 0px 10px;
    }
    .list_dia .circle {margin-right: 10px;}
    .list_dia span {
        font-size: 14px !important;
        line-height: 32px !important;
    }


    /*adaprive places list*/





    /*////////////////////////////////////////////////////////////*/
    /*///////////////////////// Blog page ////////////////////////*/
    /*////////////////////////////////////////////////////////////*/
    .blog_cat {
        padding: 0px 30px;
        margin-bottom: 40px;
        margin-top: 30px;
    }
    .blog_cat li {
        list-style: none;
        display: inline-block;
        padding: 10px 10px 0px 0px;
    }
    .blog_cat li a {
        border: 1px solid #E2E2E2;
        padding: 10px 20px;
        border-radius: 50px;
        display: inline-block;
    }
    .blog_cat li span {}

    .blog_cat li a i{
        padding-right: 14px;
    }
    .lead {
        margin-left: 30px;
        max-width: 700px;
    }
    /*Post*/
    .post {}

    .post.p_style_one {
        background: url('../img/blog_post_bg.jpg');
        padding: 90px;
    }

    .post.p_style_one .post_info {
        background: #ffffff;
        padding: 20px;
    }

    .post.p_style_one h2 {
        margin-top: 0px;
    }

    .post.p_style_one h2 span {
        display: block;
        width: 100px;
        height: 1px;
        background: #218DEA;
        margin: 20px 0px;
    }

    .post.p_style_one .p_text {}

    .post.p_style_one .p_footer {}

    .post.p_style_one .p_footer ul {
        padding: 0px;
        margin-top: 18px;
    }

    .post.p_style_one .p_footer ul li {
        list-style: none;
        padding: 10px 20px 0px 0px;
        display: inline-block;
    }

    .post.p_style_one .p_footer ul li a i {
        color: #C5C5C5;
        font-size: 13px;
        display: inline-block;
        margin: 0px 8px 0px 0px;
    }




    .post.p_style_one.vdk {
        background: url('../img/blog_post_vdk.jpg');
        background-size: cover;
    }

    /*Post style two*/
    .post {}
    .post.p_style_two {
        background: url('../img/blog_post_two_bg.jpg');
        padding: 0px;
        background-size: cover;
        background-position: right top;
    }

    .post.p_style_two .post_info {
        background: #ffffff;
        padding: 30px;
        width: 50%;
        position: relative;
    }

    .post.p_style_two h2 {
        margin-top: 0px;
    }

    .post.p_style_two h2 span {
        display: block;
        width: 100px;
        height: 1px;
        background: #218DEA;
        margin: 20px 0px;
    }

    .post.p_style_two .p_text {}

    .post.p_style_two .p_footer {}

    .post.p_style_two .p_footer ul {
        padding: 0px;
        margin-top: 18px;
    }

    .post.p_style_two .p_footer ul li {
        list-style: none;
        padding: 10px 20px 0px 0px;
        display: inline-block;
    }
    .post.p_style_two .post_info .arrow {
        width: 0px;
        height: 0px;
        position: absolute;
        padding: 0px !important;
        right: -28px;
        margin-top: 50px;
        border: 14px solid rgba(255, 0, 0, 0);
        top: 0px;
        border-left-color: rgba(255, 255, 255, 1);
    }

    .post.p_style_two .p_footer ul li a i {
        color: #C5C5C5;
        font-size: 13px;
        display: inline-block;
        margin: 0px 8px 0px 0px;
    }

    /*Post style three*/
    .post {}

    .post.p_style_three {
        background: url('../img/blog_post_two_bg.jpg');
        padding: 0px;
        background-size: cover;
    }

    .post.p_style_three .post_info {
        background: #ffffff;
        padding: 30px;
        position: relative;
    }

    .post.p_style_three h2 {
        margin-top: 0px;
    }

    .post.p_style_three h2 span {
        display: block;
        width: 100px;
        height: 1px;
        background: #218DEA;
        margin: 20px 0px;
    }

    .post.p_style_three .p_text {}

    .post.p_style_three .p_footer {}

    .post.p_style_three .p_footer ul {
        padding: 0px;
        margin-top: 18px;
    }

    .post.p_style_three .p_footer ul li {
        list-style: none;
        padding: 10px 20px 0px 0px;
        display: inline-block;
    }
    .post.p_style_three .post_info .arrow {
        width: 0px;
        height: 0px;
        position: absolute;
        padding: 0px !important;
        right: -28px;
        margin-top: 50px;
        border: 14px solid rgba(255, 0, 0, 0);
        top: 0px;
        border-left-color: rgba(255, 255, 255, 1);
    }

    .post.p_style_three .p_footer ul li a i {
        color: #C5C5C5;
        font-size: 13px;
        display: inline-block;
        margin: 0px 8px 0px 0px;
    }



    /*////////////////////////////////////////////////////////////*/
    /*///////////////////////// Post page ////////////////////////*/
    /*////////////////////////////////////////////////////////////*/
    .post.p_style_one.open {
        padding-bottom: 0px;
        min-height: 300px;
        position: relative;
    }
    .open.post_info {
        padding-bottom: 0px !important;
        margin-bottom: 0px;
        margin-top: 136px;
    }

    .open.post_info h1 {
        padding: 0px 10px;
        margin: 0px;
        font-size: 44px;
        line-height: 60px;
    }
    .open.post_info h1 span {
        display: block;
        width: 100px;
        height: 1px;
        background: #218DEA;
        margin: 20px 0px;
    }

    .post_content {
        padding: 10px 120px 30px;
        font-size: 16px;
        font-family: roboto;
        font-weight: 300;
        line-height: 32px;
        color: #383838;
    }

    .Subscribe {
        background: url('../img/blog_post_bg.jpg');
        padding: 10px;
        margin: 40px 0px;
    }
    .Subscribe div {border:7px solid #ffffff; padding: 20px;}
    .Subscribe div h2 {
        margin: 0px;
        text-align: center;
        color: #ffffff;
    }
    .Subscribe div form {
        width: 500px;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .Subscribe div form input {
        border: 0px;
        border-radius: 3px;
        margin-right: 10px;
        font-size: 14px;
        padding: 0px 10px;
        min-width: 370px;
    }
    .Subscribe div form button {}

    .post_content .p_footer {}
    .post_content .p_footer ul {
        padding: 0px;
    }
    .post_content .p_footer ul li {
        list-style: none;
        display: inline-block;
        padding: 0px 30px 0px 0px;
    }
    .post_content .p_footer ul li a {}
    .post_content .p_footer ul li a i {
        font-size: 13px;
        padding-right: 10px;
        color: #BEBEBE;
    }
    /*author*/
    .author {
        background: #f1f1f1;
        padding: 20px 120px;
        overflow: hidden;
    }

    .author img {
        float: left;
        display: block;
        border-radius: 100px;
        width: 95px;
        margin-right: 30px;
    }

    .author a {
        display: block;
        font-size: 26px;
        font-weight: 300;
        margin-bottom: 10px;
    }

    .author span {}


    .reviews.open {}
    .reviews.open h4 {
        padding: 50px 120px 0px;
    }
    .reviews.open .rev {
        padding: 30px 120px;
    }

    .reviews.open .add_comment {
        padding: 0px 120px 40px;
    }

    .reviews.open .add_comment h4 {
        padding: 35px 0px 20px;
    }

    .fourzerofour {
        background: url(../img/404bg.jpg);
        background-size: cover;
    }
    .fourzerofour div {
        max-width: 760px;
        margin: 100px auto;
        text-align: center;
        width: 80%;
    }
    .fourzerofour div img {
        width: 100%;
        max-width: 731px;
    }
    .fourzerofour div span {
        font-size: 22px;
        color: #ffffff;
        font-weight: 300;
        font-family: roboto;
        display: block;
        margin-bottom: 40px;
        margin-top: -50px;
    }
    .fourzerofour div a {}

    .menu.mobile #close_menu {display: none;}
	
	#sitePreloader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 2;
}

#preloaderImage {
	width: 30px;
	margin: 100px auto;
}




























