/*
Title:    EKHO custom css file
Author:    mhogas@gmail.com // Marius Hogas 
 
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
I WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.
 
*/



.query_rule {color:#000;}
.clear
{
    clear: both;
    height: 20px;
}

/* Footer
--------------------------------------------------------------------------------------------------------------------------*/
#footer
{
    background: rgba( 0, 0, 0, 1);
}

#footer4
{
    margin-right: 50px;
}

#footer2
{
    margin-left: 50px;
}




/* MENU
--------------------------------------------------------------------------------------------------------------------------*/
#menu
{
    border: solid 9px #363d41;
    width: 175px;
    background: black;
    text-align:center;
    text-transform: uppercase;
}

#menu a
{
    background: transparent!important;
}

.current
{
    background:     url("/Themes/ThePhone/Content/images/hover.jpg");
    padding: 0;
}

.sub-menu .spn
{
    font-size: 12px!important;
}

.sub-menu
{
    left: 175px!important;
    background: black;
    font-size: 12px!important;
    border: solid 9px #363d41;
    width: 175px!important;
}

#header.vertical #menu .jt-menu, #header.vertical #menu .jt-menu li 
{
    width: 175px;
}

#header.vertical #menu .jt-menu li:hover ul, #header.vertical #menu .jt-menu li.sfHover ul 
{
    top: -322px;
}

#menu .spn
{
    text-transform: uppercase;
    font-size: 20px;
}

/* Pagetitle
--------------------------------------------------------------------------------------------------------------------------*/
#main 
{
    margin-top:0px;
}

#pagetitle
{
    border: solid 9px #363d41;
    height: 70px;
    background: url("/Themes/ThePhone/Content/images/noise.png") repeat;
    margin-top: 40px;
    margin-bottom:0px;
}

#pagetitle h1
{
    margin-left:20px;
    margin-top: 8px;
}

#phone
{
    position: absolute;
    right: 15px;
    top: 25px;
}

#phone-top
{
    display: none;
    position: absolute;
    right: 15px;
    top: 10px;
}

#phone .big,
#phone-top .big
{
    font-size: 24px;
    font-weight: bold;
}

#phone p,
#phone-top p
{
    font-size: 18px;
    margin-bottom: 0px;
}



.itemimage
{
    float: right;
    margin-left: 30px;
    margin-top: 10px;
    max-width: 460px;
    width: 90%;
    max-height: 385px;
    height: auto;
    margin-bottom: 30px;
}

body.dark img.shadow {
box-shadow: 0 0 18px red;
}

body.dark img.shadow:hover {
border: 1px solid red;
box-shadow: 0 0 20px red;
}

.photo-container
{
    width: 90%;
    height: 134px;
    overflow: hidden;
}

	#pagetitle {left:auto; margin-left:auto;}


/* FORMS / Review, contact, request
--------------------------------------------------------------------------------------------------------------------------*/
.slider
{
    width: 150px;
    display: inline-block;
}

.ui-widget-header,
.ui-state-active
{
    background: #d01d20!important;
}

.score
{
    width: 30px;
    height: 35px;
    padding: 2px 10px 2px 10px;
    background: white;
    margin-bottom: 20px;
    font-size: 20px;
    color: #000;
    display: inline-block;
    margin-right: 10px;
}

.field-validation-error
{
    color: Red;
    display: block;
}



.control-group
{
    margin-bottom: 20px;
}



#contact_details .iconWidgetContainer {
    height: 140px;
}

#contact_details .iconWidgetIcon {
    background-image: url(/Themes/ThePhone/Content/images/icon-mappin.png);
    height: 30px;
}

.closeIconWidget {
    background: url(/Themes/ThePhone/Content/images/close_icon_white.png) no-repeat center center black;
}

#Message
{
    max-width: 450px;
}

.input-mini
{
    width: 50px!important;
}

.btn 
{
    cursor: pointer; 
    background:#d01d20; 
    padding:8px 14px; 
    color:#eee; 
    border:0; 
    margin:5px 0 0; 
    font-size:10px; 
    text-transform:uppercase; 
    text-shadow:none; 
    -webkit-border-radius: 0; 
    -moz-border-radius: 0; 
    border-radius: 0; 
    float:left; 
    margin-right: 30px; 
    color: black!IMPORTANT;
}
    
.btn:hover 
{
    background:#444; 
    color: White!important;
}

.form-actions {
padding: 19px 20px 20px;
margin-top: 20px;
margin-bottom: 20px;
background-color: transparent;
border-top: 0px;
}

.nav.nav-tabs
{
 list-style: none;
}

#main
{
    background: none repeat scroll 0 0 #000000
}
#collapsemenu,
#menu-acc
{
    display: none;
    position: absolute!important;
}

.if-pf-text ul li,
.strength li,
.value
{
    list-style: none;
    background: url("/Themes/ThePhone/Content/images/bullet.png") no-repeat left;
    padding-left: 40px;
    margin-bottom: 10px;
}

.value2
{
    list-style: none;
    background: url("/Themes/ThePhone/Content/images/bullet.png") no-repeat left top;
    padding-left: 40px;
}

.table a
{
    text-decoration: underline;
}
   
.adddate
{
    display: block;
}

.nav-tabs>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    -webkit-border-radius:  0;
    -moz-border-radius: 0;
    border-radius:  0;
    text-decoration: uppercase;
    cursor: pointer!important;
}

.nav-tabs>li>a:hover {
    background: #d01d20;
}

li {
line-height: 25px;
}

.input-append .add-on:last-child, .input-append .btn:last-child {

    -webkit-border-radius:  0;
    -moz-border-radius: 0;
    border-radius:  0;
    padding: 6px 5px;
    color: black;
    font-size: 12px;
}

#logo
{
    background: url("/Themes/ThePhone/Content/images/logo.png") no-repeat;
    width: 280px!important;
    height: 115px!important;
    background-size: 100%;
    border: solid 9px #363d41;
}

#front_centered 
{
    top: 155px;
    bottom:auto;
    text-transform:uppercase;
}

#front_centered strong
{
    color: Red;
}

#front_centered h3
{
    font-weight: normal!important;
    width: 735px;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}

.big_text
{
    text-align: left;
    margin-bottom: 30px;
}

#slideshow h3
{
    font-size: 24px!important;
}

.itemlist li
{
    border-bottom: 1px solid #444444;
}

.itemlist a
{
    display: block;
}


.big-ul
{
    font-size: 20px;
    padding-bottom: 20px;
}



.small-ul
{
    font-size: 14px;
}

.regionslist
{
    height: 500px;
    overflow-y: scroll;
    width: 90%;
}

.accordion-style-1 {
margin-bottom: 5px;
}

.accordion-style-1 p{
margin-bottom: 0px;
}

.acc_trigger
{
    text-transform: uppercase;
}

#map
{
    width: 100%;
    height: 450px;
}

#map strong
{
    color:#b5b5b5;
}

.citylist
{
    height: 300px;
    overflow-y: scroll;
    margin-bottom: 20px;
}

.citylist li
{
    list-style-type: none;
}

strong
{
    color: white;
}

.price
{
    background: black;
    padding: 5px;
    width: 71px;
    color: white;
    position: relative;
    top: -225px;
    font-size: 20px;
}

.hover:hover
{

  -moz-box-shadow:    0px 0px 0px 1px #ea3122;
  -webkit-box-shadow: 0px 0px 0px 1px #ea3122;
  box-shadow:         0px 0px 0px 1px #ea3122;
}

/* bootstrap maps FIX
--------------------------------------------------------------------------------------------------------------------------*/

#map label 
{
     width: auto; display:inline; 
}
#map img 
{ 
    max-width: none; 
}

#map a
{
    color: #d01d20;
}

#map a:hover
{
    color: #000;
}

/* photoalbums
--------------------------------------------------------------------------------------------------------------------------*/
.name h4
{
    margin-bottom: 0px;
}

.social
{
    float: right;
}

.fb,
.tw,
.gplus
{
    position: relative;
    display: inline-block;
    margin-right: 5px;
}

.fb,
.tw
{
    top: 3px;
}

.photoalbums .item
{
    margin-bottom: 20px;
}

.photoalbums .item p
{
    margin-bottom: 0px;
    height: 50px;
}

.eventdetails .small
{
    font-size: 10px;
    background: none!important;
    margin-top: -11px;
    margin-bottom: 3px;
}

.table .small
{
    margin-left: 40px!important;
}

/* reviews
--------------------------------------------------------------------------------------------------------------------------*/

.carousel-inner 
{
    padding-left: 6px;
    padding-top: 6px;
}

.carousel-inner .columns 
{
    margin-left: 0px;
}

.carousel-inner .score 
{
    padding: 0!important;
    height: 53px!important;
}

.carousel {
margin-bottom: 100px;
}



.starfull 
{
background: url("/Themes/ThePhone/Content/images/full.png") no-repeat scroll left top transparent;
}

.starempty 
{
background: url("/Themes/ThePhone/Content/images/empty.png") no-repeat scroll left top transparent;
}

.starhalf
{
background: url("/Themes/ThePhone/Content/images/half.png") no-repeat scroll left top transparent;
}

.starfull,
.starempty,
.starhalf
{
    display: inline-block;
    height: 30px;
    width: 30px;
}

.guestbooklist .stars
{
    margin-top: 16px;
}

.cityreview a
{
    text-decoration: underline;
}

.cityreview .btn 
{
    text-decoration: none;
}

.iconbar li
{
    list-style: none;
    text-transform:uppercase;
}

.iconbar
{
    padding: 0px!important;
    margin:0px!important;
}

.cityreview .score
{
font-family: 'OCRAExtendedRegular';

position: relative;
color: white;
font-size: 40px;
font-weight: bold;
padding-left: 0!important;
padding-top: 0!important;
padding-right: 0!important;
padding-right: 0!important;
background: transparent;
vertical-align: top;
}

.cityreview .description
{
   font-style:italic;
   margin-bottom: 20px;
}

#background
{
    background: top right no-repeat fixed url("/Themes/ThePhone/Content/images/bg3.jpg");

    width: 100%;
    height: auto;
}





@media (min-width: 801px) and (max-width: 1430px) /* Screendevice                                        801px- 1050px */
{
    #header.navbar #menu {margin-left: 235px!important; float: left!important; width: 590px!important;}
    #header.navbar #menu .jt-menu a .spn {padding: 12px 10px!important; font-size: 15px!important;}
    #header.navbar #menu .jt-menu > li { margin-left: 0px!important;}
    #header.navbar {width: 100%!important;}
    
    
}

@media (max-width: 1200px) /* Screendevice                                        - 1050px */
{ 
    #social_sharing {position: static; right: auto; width: 312px; margin: 0 auto; top: auto; bottom: 20px; z-index: 2; }
}
@media (max-width: 1450px) /* Screendevice                                        - 1050px */
{ 
    .sub-menu {display:none;}
    #logo {width: 200px!important; height: 72px!important;}

}    


@media (max-width: 800px) /* Screendevice                                        800px */
{
    
    #front_centered{left:0px!important; margin-left:0px!important; bottom:auto!important; top:0px!important;}

.vertseparator
{
    display:none;
}

.itemimage
{
    float: none;
    margin:0;
    width: 80%;
}

.featured_boxes_carousel .viewport {
width: 600px;
height: 500px;
}

.if-pf-img
{ 
    width:90%;
}

#collapsemenu ul li
{
    float: none;
}

#collapsemenu ul li a
{
    width: 800px;
    text-align: left;
    font-weight: bold;
    padding: 10px 0px 10px 40px!important;
    background-image: url("/Themes/ThePhone/Content/images/gradient-bg-collapse.jpg");
    z-index: 99999999999;
}

#collapsemenu ul li a:hover
{
    text-decoration: none;
    color: #d01d20;
}



#menu-acc
{
    display: block;
    background: transparent url("/Themes/ThePhone/Content/images/collapsebtn.png") no-repeat center;
    border: none;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    z-index: 2;
    top: 44px;
}

#menu-acc-bg
{
    width: 100%;
    height: 90px;   
    display: block;
    background: black;
    position: absolute;
    top: 0px;
    z-index: 0;
}

#menu-acc:hover,
#menu-acc:active
{
    background: transparent url("/Themes/ThePhone/Content/images/collapsebtn_press.png") no-repeat center;
    border: none;
    width: 50px;
    height: 50px;
}

body #header.navbar #logo {
margin-top: 0px !important;
}

#menu
{
    display: none;
}


#collapsemenu
{
    z-index: 999999999999999999999999999999999999999999999;
    position: relative;
    width: 100%;
    display: block;
    top: 90px;
}

#main
{
    position:relative;
}

#logo
{
    width: 200px!important;
    height: 72px!important;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 5;
    position: absolute!important;
    background: url("/Themes/ThePhone/Content/images/logo.png");
    background-size: 100%;
    position:absolute;
    top: 0px;
    margin-top: 0px!important;
}

.boxes.box3,
.boxes.box2,
.boxes.box1

{
    display: block;
}

#featured_boxes
{
    left:0px;
    position: absolute;
    bottom: auto;
    top: 300px;
    height: 500px!important;
}

#slideshow
{
    left:100px;
    right: auto;
    position: absolute;
    bottom: auto;
    top: 120px;
}

#phone
{
    display: none;
}

#phone-top
{
    display: block;
}

#pagetitle {
margin-top: 70px;
}


} /* Screendevice                                        800px END*/

@media (max-width: 480px) /* Screendevice                                        480px */
{
    #phone-top{top: 90px; color: White; background-color: black; width: 100%; left: 0px; padding-left: 76px;}
    #phone-top p{font-size: 14px;}
    #phone-top p .big{font-size: 16px;}
    .stars {display: none;}
    #map{display: none;}
    #footer{display: none;}
    .featured_boxes_carousel .overview li{height:140px!important; width:150px!important;}
    .featured_boxes .boxes{height:109px!important; width:80px!important;}
    .inner-box .description {display: none;}
    .inner-box .title {font-size: 12px!important;}
    .featured_boxes .boxes img {margin-top:15px; margin-botom:0;}
    #featured_boxes{top: 160px;}
    .featured_boxes_carousel .overview {width: 400px;}
    #front_centered{display: block;position: relative;height: 500px;}
    .featured_boxes_carousel .viewport {width: 300px;}
    #main, #pagetitle{margin-left:5px;margin-right:0px;}
    .columns, #main, #pagetitle{max-width:285px!important}
    #Message{width: 80%!important;}
}


@media (max-width: 600px) /* Screendevice                                        480px */
{
    #phone-top{top: 90px; color: White; background-color: black; width: 100%; left: 0px; padding-left: 0px; text-align:center;}
    #pagetitle {margin-top: 105px;}
    #slideshow {left: 30px!important; top: 200px!important;}
    #slideshow  h3 {width: 90%!important; font-size:18px!important}
    #slideshow  h4 {font-size: 28px!important;}
}

@media (max-width: 775px) /* Screendevice                                        480px */
{
    h1 {font-size: 18px;}
}


@media only screen and (min-width: 1280px) and (max-width: 1550px) {
    #logo {width: 200px!important;}
}


