/*
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;}

#footer
{
    background: rgba( 0, 0, 0, 1);
}


#phone
{
position: absolute;
right: 0px;
background: url(/Themes/MinuteToWinIt/Content/images/menu-bg.jpg) repeat-x;
color: white;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
padding: 5px 15px;
text-transform: uppercase;
top: -48px;

}


#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: 30%;
    max-height: 385px;
    height: auto;
    margin-bottom: 30px;
}

.eventdetails
{
    width:300px;
    float: left;
}

.eventdetails .small
{
    font-size: 10px;
    background: none!important;
    margin-top: -11px;
    margin-bottom: 3px;
}



.cityinfo
{
    margin-top:20px;
}

.clear
{
    clear: both;
    height: 20px;
}

.slider
{
    width: 150px;
    display: inline-block;
}

.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;
}

#footer4
{
    margin-right: 50px;
}

#footer2
{
    margin-left: 50px;
}

#contact_details .iconWidgetContainer {
    height: 140px;
}

#contact_details .iconWidgetIcon {
    background-image: url(/Themes/MinuteToWinIt/Content/images/icon-mappin.png);
}

.closeIconWidget {
    background: url(/Themes/MinuteToWinIt/Content/images/close_icon_white.png) no-repeat center center black;
}

#Message
{
    max-width: 450px;
}

.input-mini
{
    width: 50px!important;
}

.btn 
{
    cursor: pointer; 
    background: url(/Themes/MinuteToWinIt/Content/images/menu-bg.jpg) center top repeat-x!important;
    padding:8px 14px; 
    color: #ffffff!important; 
    border:0; 
    margin:5px 0 0; 
    font-size:10px; 
    text-transform:uppercase; 
    text-shadow:none; 
    -webkit-border-radius: 30px; 
    -moz-border-radius: 30px; 
    border-radius: 30px; 
    float:left; 
    margin-right: 30px; 
    min-width: 180px;
}
    
.btn:hover 
{
    background: url(/Themes/MinuteToWinIt/Content/images/menu-bg-hover.jpg) center top repeat-x!important;
    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;
}

#background
{
    background: url("/Themes/MinuteToWinIt/Content/images/bg1.jpg") top right no-repeat fixed;
    width: 100%;
    height: auto;
}

#collapsemenu,
#menu-acc
{
    display: none;
    position: absolute!important;
}


.strength li,
.eventdetails li
{
    list-style: none;
    background: url("/Themes/MinuteToWinIt/Content/images/bullet.png") no-repeat left;
    padding-left: 25px;
    margin-bottom: 10px;

}
   
.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;
}

.nav-tabs>li>a:hover {
    background: #f26522;
    color: black;
}

.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/MinuteToWinIt/Content/images/logo.png");
}

.big-ul
{
    font-size: 20px;
    padding-bottom: 20px;
}

.small-ul
{
    font-size: 14px;
}

.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: black;
}

.price
{
    background: black;
    padding: 5px;
    width: 71px;
    color: white;
    position: relative;
    top: -225px;
    font-size: 20px;
}

.circle1,
.circle2,
.circle3,
.circle4
{
    width: 140px;
    height: 110px;
    padding: 30px 15px;
    display: block;
    background: white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    font-family: Eras Bold ITC;
    cursor: pointer;
}

.circle1 a,
.circle2 a,
.circle3 a,
.circle4 a
{
    display: block;
}
          
.circle1 a:hover,
.circle2 a:hover,
.circle3 a:hover,
.circle4 a:hover
{
    text-decoration: none;
}

.circle1:hover,
.circle2:hover,
.circle3:hover,
.circle4:hover
{
-webkit-box-shadow: 0 0 5px 10px #11b6e2;
-moz-box-shadow:    0 0 5px 10px #11b6e2;
box-shadow:        0 0 5px 10px #11b6e2;
}

.circle1
{
    position: absolute;
    top:30px;
    left: 100px;
}

.circle2
{
    position: absolute;
    top:300px;
    left: 100px;
}

.circle3
{
    position: absolute;
    top: -55px;
    left: 779px;
}

.circle4
{
    position: absolute;
    top: 324px;
    left: 794px;
}

/* bootstrap maps FIX
--------------------------------------------------------------------------------------------------------------------------*/

#map label 
{
     width: auto; display:inline; 
}
#map img 
{ 
    max-width: none; 
}

#map a
{
    color: #f26522;
}

#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;
}

.photo-container
{
    width: 100%;
    height: 134px;
    overflow: hidden;
}

div.shadow
{
    width: 90%;
}

#homefield
{
    position: relative;
    min-height: 500px;
    display: block;
    z-index:1;
}

/* reviews
--------------------------------------------------------------------------------------------------------------------------*/

.carousel-inner 
{
    padding-left: 6px;
    padding-top: 6px;
}

.carousel-inner .columns 
{
    margin-left: 0px;
}

.carousel-inner .score 
{
    padding-top: 22px!important;
    height: 53px!important;
}

.carousel {
margin-bottom: 100px;
}



.starfull 
{
background: url("/Themes/MinuteToWinIt/Content/images/full.png") no-repeat scroll left top transparent;
}

.starempty 
{
background: url("/Themes/MinuteToWinIt/Content/images/empty.png") no-repeat scroll left top transparent;
}

.starhalf
{
background: url("/Themes/MinuteToWinIt/Content/images/half.png") no-repeat scroll left top transparent;
}

.starfull,
.starempty,
.starhalf
{
    display: inline-block;
    height: 30px;
    width: 30px;
}

.stars
{
    float: right;
    margin-right: 5px;
}

.iconbar li
{
    list-style: none;
    text-transform:uppercase;
}

.iconbar
{
    padding: 0px!important;
    margin:0px!important;
    margin-bottom: 20px!important;
}

.photoalbums .item
{
    margin-right: 7px;
}

.cityreview .score
{
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url(/Themes/MinuteToWinIt/Content/images/carbon-bg.jpg) center center repeat;
    position: relative;
    color: White;
    font-size: 30px;
    font-weight: bold;
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 0px;
    padding-right: 0px;
}

.cityreview .description
{
   font-style:italic;
   margin-bottom:20px;
}

.item
{
    position: relative;
}

.item .name
{
    height: 80px;
    margin-left:5px;
}

.date
{
    position: absolute;
    top: 4px;
    z-index: 9;
    left: 4px;
    background: #111cb1;
    padding: 3px 10px;
    color: White;
}

img.clockimg
{
    position: absolute;
    top: 2px;
    left: 18px
}

.sub-menu
{
    margin-top:15px;
}


.sub-menu li a
{
    font-size: 12px!important;
    width: 200px;
    padding: 10px 20px!important;
} 

.sub-menu li:first-child a
{
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
} 

.homeClockSmall
{
    display: none;
}

.itemimage img,
.imageblock .image img,
.roundimage
{
    -webkit-border-radius: 50%!important;
    -moz-border-radius: 50%!important;
    border-radius: 50%!important;
}


@media (min-width: 801px) and (max-width: 1030px) /* Screendevice                                        801px- 1050px */
{
	#main {margin-top: 90px;}

}

@media (max-width: 1200px) /* Screendevice                                        - 1050px */
{ 
#social_sharing {position: static; right: auto; width: 312px; margin: 0 auto; top: auto; bottom: 20px; z-index: 2; }
        
    #page_wrapper
    {
        position:relative;
    }
}
@media (max-width: 1020px) /* Screendevice                                        - 1050px */
{ 
    .sub-menu {display:none;}
    body #logo {
margin-left: 0px;
}

#menu .jt-menu a {
padding: 15px 15px;
font-size: 14px;

}
}    

@media (max-width: 980px) /* Screendevice                                        - 1050px */
{
#menu .jt-menu a {
padding: 15px 10px;
font-size: 12px;
}

.circle1,
.circle2,
.circle3,
.circle4
{
    width: 110px;
    height: 80px;
    padding: 30px 15px;
    display: block;
    background: white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    font-family: Eras Bold ITC;
    cursor: pointer;
}



.circle1
{
    position: absolute;
    top:30px;
    left: 40px;
}

.circle2
{
    position: absolute;
    top:300px;
    left: 50px;
}

.circle3
{
    position: absolute;
    top: -55px;
    left: 600px;
}

.circle4
{
    position: absolute;
    top: 324px;
    left: 650px;
}


}




@media (max-width: 800px) /* Screendevice                                        800px */
{
    
    #headerContainer
    {
        width: 100%!important;
    }

.homeClockSmall
{
    display: block;
    top:125px;
    position: absolute;
}

.homeClock
{
    display: none;
}

.itemimage
{
    float: none;
    margin:0;
    width: 80%;
}

img.clockimg
{
    left: 10px;
}

.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: url(/Themes/MinuteToWinIt/Content/images/menu-bg.jpg) center center repeat;
    z-index: 99999999999;
    color: White;
}

#collapsemenu ul li a:hover
{
    text-decoration: none;
    color: red;
}

#menu-acc
{
    display: block;
    background: transparent url("/Themes/MinuteToWinIt/Content/images/collapsebtn.png") no-repeat center;
    border: none;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    z-index: 999999999;
    top: 50px;
}

#menu-acc-bg
{
    width: 100%;
    height: 100px;   
    display: block;
    background: url(/Themes/MinuteToWinIt/Content/images/carbon-bg.jpg) center center repeat;
    position: absolute;
    top: 0px;
    z-index: 0;
}

#menu-acc:hover,
#menu-acc:active
{
    background: transparent url("/Themes/MinuteToWinIt/Content/images/collapsebtn_press.png") no-repeat center;
    border: none;
    width: 50px;
    height: 50px;
}

#menu
{
    display: none;
}


#collapsemenu
{
    z-index: 999999999999999999999999999999999999999999999;
    position: relative;
    width: 100%;
    display: block;
    top: 100px;
}

#main
{
    top: 145px;
    position:relative;
}

#mainbody h2
{
    width: 60%;
}

#logo
{
    width: 220px!important;
    height: 80px!important;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 5;
    position: absolute!important;
    background: url("/Themes/MinuteToWinIt/Content/images/logo-small.png");
    margin-top: 10px!important;
}

.boxes.box3,
.boxes.box2,
.boxes.box1

{
    display: block;
}

#featured_boxes
{
    left:0px;
    position: fixed;
    bottom: auto;
    top: 300px;
    height: 500px!important;
}

#slideshow
{
    left:100px;
    right: auto;
    position: fixed;
    bottom: auto;
    top: 120px;
}






} /* Screendevice                                        800px END*/

@media (max-width: 480px) /* Screendevice                                        480px */
{
    #phone{top:-35px;}
    #phone p{font-size: 12px;}
    #phone p .big{font-size: 16px;}
    .big_text,
    .stars {display: none;}
    #map{display: none;}
    #footer{display: none;}
    
    .circle1 {position: absolute;top: 284px;left: 0px;}
    .circle2 {position: absolute;top: 294px;left: 150px;}
    .circle3 {position: absolute;top: 474px;left: 10px;}
    .circle4 {position: absolute;top: 444px;left: 160px;}
    .eventdetails {width: 250px;}
    #homefield{min-height: 650px; margin-top:100px;}
    .homeClockSmall{margin-top:-100px;}

}

@media (max-width: 350px) /* Screendevice                                        480px */
{
    #main{margin-left:5px;margin-right:0px;}
    .columns, #main{max-width:285px!important}
    #Message{width: 80%!important;}
}