html,
button,
input,
select,
textarea {
    color: #222;
}

#main {
    height:100%;
    width:100%;
}

body {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
}

a{
    color: #0c476e;
    margin: 0 auto;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    text-decoration: none;

}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Parallax Scroll
   ========================================================================== */
body, html {
    height: 100%;
    min-height: 100%;
    background-color: #FFF;
    margin: 0px;
    padding:0px;
}
body {

}
.no-js {
    padding-top: 106px;
}
h2 {
    margin-top: 0;
}
.loading {
    background: url('../images/ico_loading.gif') no-repeat center center;
}
section {
    /*    min-width: 960px;
        opacity: 0;*/
}
.loaded section,
.no-js section {
    opacity: 1;
    -webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
}
main {
    overflow-x: hidden;
}
#preload {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.bcg {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.hsContainer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.hsContent {
    /*max-width: 700px;*/
    position: absolute;
    /*left: 50%;*/
    /*    top: 50%;*/
    width:100%;
}

.hsContent h2  {
    color: #fff8de;
    background-color: rgba(0,0,0,0.5);
    padding: 10px 5px;
    font-size: 35px;
    line-height: 38px;
    margin-bottom: 12px;
}

.hsContent div.text{
    color: #0c476e;
    background-color: rgba(255,255,255,1);
    padding: 10px 5px;
    font-size: 20px;
    line-height: 45px;
    margin-bottom: 12px;
    height: 50px;
    padding-left: 20px;
}

.center{
    margin: 0px auto;
    width: 950px;
    height: 70px;
}

.hsContent ul li{
    float: left;
    padding-right: 30px;
}

.hsContent p {
    width: 400px;
    color: #b2b2b2;
    line-height: 22px;
}

.hsContent p.hint {
    width: auto;
    color: #b2b2b2;
    line-height: 22px;
}

.hsContent a {
    color: #b2b2b2;
    text-decoration: underline;
}

.rendelo a[rel="group"] img {
    width: 200px;
    height: auto;
}

.clear {
	clear: both;
}

.rendelo a[rel="group"] {
    width: 200px;
    height: 200px;
    display: block;
    float: left;
    overflow: hidden;
    margin-left:20px;
    margin-top:20px;
}

/* Slide 1 */
#slide-1 .bcg {
    background-image:url('../images/main_image_001.jpg');   -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*    background-position-y: 50px;*/
}
#slide-1 .hsContent {
    margin-top: 75px;
    top: auto;
}

/* Slide 2 */
#slide-2 .bcg {background-image:url('../images/main_image_002.jpg');   -webkit-background-size: cover;
               -moz-background-size: cover;
               -o-background-size: cover;
               background-size: cover;}
#slide-2 .hsContent {
    margin-top: 75px;
    top: auto;
}

/* Slide 3 */
#slide-3 .bcg {background-image:url('../images/main_image_003.jpg');   -webkit-background-size: cover;
               -moz-background-size: cover;
               -o-background-size: cover;
               background-size: cover;}
#slide-3 .hsContent {
    margin-top: 75px;
    top: auto;
}
#slide-3 h2 {

}

/* Slide 4 */
#slide-4 .bcg {background-image:url('../images/main_image_004.jpg'); -webkit-background-size: cover;
               -moz-background-size: cover;
               -o-background-size: cover;
               background-size: cover;}
#slide-4 .hsContent {
    margin-top: 75px;
    top: auto;
}
#slide-4 h2 {

}

/* Slide 5 */
#slide-5 .bcg {background-image:url('../images/main_image_005.jpg'); -webkit-background-size: cover;
               -moz-background-size: cover;
               -o-background-size: cover;
               background-size: cover;}
#slide-5 .hsContent {
    margin-top: 75px;
    top: auto;
}
#slide-5 h2 {

}

/* Slide 6 */
#slide-6 .bcg {background-image:url('../images/main_image_006.jpg'); -webkit-background-size: cover;
               -moz-background-size: cover;
               -o-background-size: cover;
               background-size: cover;}
#slide-6 .hsContent {
    margin-top: 75px;
    top: auto;
}
#slide-6 h2 {

}

/* Slide 7 */
#slide-7 .bcg {background-image:url('../images/main_image_007.jpg'); -webkit-background-size: cover;
               -moz-background-size: cover;
               -o-background-size: cover;
               background-size: cover;}
#slide-7 .hsContent {
    margin-top: 75px;
    top: auto;
}
#slide-7 h2 {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


.navigation {
    background-color: white;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.navigation li a:hover, .navigation li.active a, .navigation.colored li a:hover, .navigation.colored li.active a, .navigation li.current-menu-item a {
    color: #d89c3b !important;
}
ul#nav, ul#nav ul {
    padding-left: 0;
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}


ul#nav li {
    display: block;
    float: left;
    position: relative;
}

.main-menu li {
    display: inline;
    margin-left: 48px;
}

.navigation.colored li a,
nav.light .main-menu a,
nav.dark .main-menu a,
nav.transparent.scroll a,
.page-template-default nav.transparent .main-menu a,
.blog nav.transparent .main-menu a,
nav.transparent.scroll .main-menu a {
    font-family: Oswald, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
}

.navigation li a:hover, .navigation li.active a, .navigation.colored li a:hover, .navigation.colored li.active a, .navigation li.current-menu-item a {
    color: #d89c3b !important;
}

nav.colored ul > li.active > a {
    color: #515A5F;
}
nav.colored ul > li > a {

    color: #0C476F;
    text-decoration: none;

}

.navigation li a:hover, .navigation li.active a, .navigation.colored li a:hover, .navigation.colored li.active a, .navigation li.current-menu-item a {
    color: #d89c3b !important;
}

.main-menu, .logo.large img {
    max-height: 60px;
    display: table-cell;
    vertical-align: middle;
}

ul, ol {
    margin-bottom: 20px;
}

::selection {
    background: #FFD600;
    color: white;
}

.row, .clearfix {
    zoom: 1;
}


.menu_place{
    /* width: 970px;*/
    /* width: 1080px;*/
    width: 1200px;
    margin: 0px auto;
}

.menu-upper{
    width: 100%;
    height:120px;
    background-image: url(/images/main_layer_tr_002.png);
    background-color: rgba(255,255,255,0.8);
}

.menu-upper-top-20-line{
    width: 100%;
    height:20px;
    background-image: url(/images/main_layer_tr_002.png);
}

.menu-upper-top-30-line{
    width: 100%;
    height:30px;
    background-image: url(/images/main_layer_tr_003.png);
    background-color: rgba(255,255,255,0.5);
}

.menu-upper-top-500-line{
    width: 100%;
    height:500px;
    background-image: url(/images/main_layer_tr_001.png);
}

.menu-upper-top-50-line{
    width: 100%;
    height:50px;
    background-image: url(/images/main_layer_tr_001.png);
}

.menu-upper-top-280-line{
    width: 100%;
    height:280px;
    background-image: url(/images/main_layer_tr_001.png);
}

.menu-upper-top-390-line{
    width: 100%;
    height:390px;
    background-image: url(/images/main_layer_tr_001.png);

}

.menu-upper-top-160-line{
    width: 100%;
    height:160px;
    background-image: url(/images/main_layer_tr_001.png);

}

#back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
    display: none;
}

#back-to-top a {
    display: block;
    width: 40px;
    height: 40px;
    background: #515A5F url(/images/backtotop.png) no-repeat center center;
    text-indent: -9999px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    transition: 0.2s all linear;
}

.logo_place{
    width: 160px;
    height: 120px;
    position: relative;
    float: left;
    /* margin-right: 278px; */
    /*background-repeat: no-repeat;
    background-position: right 17px;*/

}

.title{
    /* width: 970px;*/
    /*width: 1080px;*/
    width: 1220px;
    margin: 0 auto;
    height: 180px;
    background-image: url(/images/logo_84x79.png);
    background-position: 315px 16px;
    background-repeat: no-repeat;
}

.title .upper {
    height: 95px; 
}

.title .under {
    height: 85px; 
    color: #0c476e;
    font-size: 12px;
    margin-top:8px;
}

.title .under a {
    text-decoration: underline;
}

.title h1{
    color:#0c476e;
    font-size: 35px;
}

.title h2{
    color:#0c476e;
}

.title .upper .left_side {
    float:left;
}

.title .upper .right_side {
    float:left;
    color: #0c476e;
}

.title .upper .left_side div{
    /*float: right;*/
    margin-right: 168px;
    /*margin-top: 35px;*/
    margin-top: 20px;
}

.title .upper .right_side div.text{
    float: left;
    margin-right: 50px;
    /*margin-top: 35px;*/
    margin-top: 20px;
    font-size:14px;
}

.title .upper .right_side div.button{
    float: left;
    /*    margin-right: 175px;*/
    /*margin-top: 35px;*/
    color: #FFFFFF;
    background-image:url('../images/button_1.png');   -webkit-background-size: cover;
    margin-top: 20px;
    height: 52px;
    width: 326px;
}
.title .upper .right_side div.button .label {
    margin-top: 15px;
    font-weight: bold;
    margin-left: 30px;
    font-size: 18px;
    cursor: pointer;
}

.title div span {
    font-size: 20px;
    margin-top: 0px;
    position: absolute;
}

.selector {
	height:120px;
	width:100%;
}

.selector .button-group {
    width: 800px;
    margin: 0px auto;
	height:120px;
}

.selector div.button{
    float: left;
    /*    margin-right: 175px;*/
    /*margin-top: 35px;*/
    color: #FFFFFF;
    background-image:url('../images/button_1.png');   -webkit-background-size: cover;
    margin-top: 20px;
    height: 52px;
    width: 326px;
margin-left: 50px;
}
.selector div.button .label {
    margin-top: 15px;
    font-weight: bold;
    margin-left: 30px;
    font-size: 18px;
    cursor: pointer;
}

.menu-upper-top-390-line .selector {
    width: 800px;
    margin: 0px auto;
	height:271px;

}

.menu-upper-top-390-line .selector .picture-1 {
	background-image:url('../images/img_tudomanyos.png');   -webkit-background-size: cover;
	width:271px;
	height:271px;
	float:left;
	margin-left: 75px;
    	margin-top: 20px;
	cursor:pointer;
}

.menu-upper-top-390-line .selector .picture-2 {
	background-image:url('../images/img_muveszi.png');   -webkit-background-size: cover;
	width:271px;
	height:271px;
	float:left;
	margin-left: 106px;
    	margin-top: 20px;
	cursor:pointer;
}

#fancybox-wrap {
    z-index: 100000 !important;
}

.menu_place{
    /*background-image: url('/images/logo.png');*/
    /*background-repeat: no-repeat;*/
    /*background-position: right -103px;*/
}

div.content{
    /*min-height: 690px;*/
    /*border-bottom: 120px solid #d5e4ed;*/
}

div.content:nth-last-child(2){
    border-bottom: 0px;
}

div.content:last-child h2 {
    padding-top: 0px;
}


div.content:last-child{
    border-bottom: 0px;
}



#EGMapContainer1{
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 50px;
}

.copy{
    margin: 0px auto;
    color: #FFFFFF;
    font-weight: bold;
    width: 100%;
    height: 20px;
}

.free_time{
    float:left;
    font-size: 14px;
    padding-right: 20px;
    height: 70px;
    margin-top: -18px;
    margin-bottom: 40px;
    width: 160px;
}

/*.free_time:nth-child(5n + 1){
    clear:both;
}*/

.free_time .date{
    height: 20px;
}

.free_time .time{
    height: 20px;
}

.free_time .reserve{
    height: 38px;
    background-image: url(../images/arrow_menu.png);
    background-repeat: no-repeat;
    background-position: right 17px;
    width: 90px;
    cursor: pointer;
}

.free_time_header{
    float: left;
    font-size: 20px;
    padding-right: 30px;
    height: 70px;
    margin-top: -10px;
    vertical-align: middle;
}


.footer{
    height: 520px;
    width: 100%;
    background-color: #707c80;
}

.footer_profile{
    height: 40px;
    width: 100%;
    background-color: #707c80;
    position:fixed;bottom:0;
}

.booking {
    width: 323px;
    height: 49px;
    margin: 0 auto;
}

.booking img{
    margin-top:60px;
}

div.content .blue-spacer{
    width: 100%;
    height: 120px;
    background-color: #d5e4ed;
}

div.content .blue-spacer-thin{
    width: 100%;
    height: 50px;
    background-color: #d5e4ed;
}

div.content p{
    font-size: 14px;
    margin-bottom: 40px;
    line-height: 22px;
}

div.content h2{
    padding-top: 40px;
    color: #fd8924;
    font-size: 35px;
    line-height: 38px;
    margin-bottom: 30px;
}

.flex-control-paging li a.flex-active{
    background-image: url('/images/main_image_scroll_on.png') !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    box-shadow: none !important;
    width: 14px !important;
    height: 14px !important;
}
.flex-control-paging li a {
    background-image: url('/images/main_image_scroll_off.png') !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important; 
    box-shadow: none !important;
    width: 14px !important;
    height: 14px !important;
}

.flex-viewport{
    /*background-image: url(/images/main_layer_tr_001.png);*/
}

.flexslider{
    background-image: url(/images/main_layer_tr_001.png);
}

.home-slide-content{
    color: #0c476e;
    margin: 0 auto;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin-top:20px;
}

.home-slide-content a{
    color: #0c476e;
    margin: 0 auto;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin-top:20px;
    text-decoration: none;
}

#home-slider{
    width:100%;
    background-color: rgba(255,255,255,0.5);
    height: 120px;
}

.table{
    width: 720px;
    height: 275px;
    margin: 0px auto;
    margin-top: 80px;
}

.table .sec-1{
    float:left;
}

.content .inner_text{
    width: 800px;
}

.content .portre{
    float:left;
}

.content .portre h2{
    font-size: 10px;
}

.content ul {
    list-style-position: inside;
    list-style: disc;
}



.table .sec-1 h2{
    color: #0c476e;
    font-size: 22px;
    padding-top: 10px;
    margin: 0;
    text-align: center;
}

.table .sec-1 a {
    text-decoration: none;
}

.table .sec-2 a {
    text-decoration: none;
}

.table .sec-3 a {
    text-decoration: none;
}

.table .sec-2{
    float:left;
}

.table .sec-2 h2{
    color:#fd8924;
    font-size: 22px;
    padding-top: 10px;
    margin: 0;
    text-align: center;
}

.table .sec-3{
    float:left;
}

.table .sec-3 h2{
    color:#ed5016;
    font-size: 22px;
    padding-top: 10px;
    margin: 0;
    text-align: center;
}

.spacer{
    float: left;
    height: 400px;
    width: 95px;
}

.table .sec-1 .bckg{
    background-image: url(/images/frame_box_blue.png);
    width: 212px;
    height: 192px;
}

.table .sec-1 .bckg .title{
    width: 100%;
    height: auto;
    font-weight: bold;
    color: #FFF;
    background-image: none;
    padding-top: 18px;
    font-size: 18px;
    text-align: center;
}

.table .sec-1 .bckg img{    
    padding-top: 12px;
    padding-left: 76px;
}

.table .sec-1 .bckg .alt{
    width: 100%;
    height: auto;
    font-weight: bold;
    color: #FFF;
    background-image: none;
    padding-top: 8px;
    font-size: 10px;
    text-align: center;

}

.table .sec-2 .bckg{
    background-image: url(/images/frame_box_yellow.png);
    width: 212px;
    height: 192px;
}

.table .sec-2 .bckg .title{
    width: 100%;
    height: auto;
    font-weight: bold;
    color: #FFF;
    background-image: none;
    padding-top: 18px;
    font-size: 18px;
    text-align: center;
}

.table .sec-2 .bckg img{    
    padding-top: 12px;
    padding-left: 76px;
}

.table .sec-2 .bckg .alt{
    width: 100%;
    height: auto;
    font-weight: bold;
    color: #FFF;
    background-image: none;
    padding-top: 8px;
    font-size: 10px;
    text-align: center;

}

.table .sec-3 .bckg{
    background-image: url(/images/frame_box_orange.png);
    width: 212px;
    height: 192px;
}

.table .sec-3 .bckg .title{
    width: 100%;
    height: auto;
    font-weight: bold;
    color: #FFF;
    background-image: none;
    padding-top: 18px;
    font-size: 18px;
    text-align: center;
}

.table .sec-3 .bckg img{    
    padding-top: 12px;
    padding-left: 76px;
}

.table .sec-3 .bckg .alt{
    width: 100%;
    height: auto;
    font-weight: bold;
    color: #FFF;
    background-image: none;
    padding-top: 8px;
    font-size: 10px;
    text-align: center;

}

.vcard{ 
    float: right;
    margin-left: 10px;
    margin-bottom: 30px;
}

.vcard h1 {
    color: #0c476e;
    font-size: 35px !important;
}

.vcard h2 {
    color: #0c476e !important;
    font-size: 16px !important;
    padding-top: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
}

.content_place{
    margin-right: 50px;
    margin-left: 50px;
}

.content_place ul li{
    font-size: 14px;
    line-height: 22px;
}

table{

}

td{
    height: 22px;
}

tr{
    height: 22px;
}

tr p{
    height: 22px;
    margin: 0px;
}

.row {
    margin-left: 0px !important; 
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    /*    background-color: #d5e4ed !important;
        border: 1px solid #0C476E !important;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.main_upper_section {
    width:100%;
    height:180px;
}

@media only screen and (min-width: 1023px) {

    .blue-spacer {
        width: 100%;
        height: 95px;
        background-color: #d5e4ed;
        border-top: 1px solid #0c476e;
    }

    .blue-spacer .middle {
        width: 1200px;
        margin: 0px auto;
        height: 95px;
    }

    .blue-spacer .doctor .text {
        width: 180px;
        width: 180px;
        float: left;
    }

    .blue-spacer .doctor .arrow {
        width: 80px;
        height: 80px;
        background-image: url(/images/button_2.png);
        background-repeat: no-repeat;
        float: left;
    }

    .blue-spacer .doctor .text h1{
        color: #0c476e;
        font-size: 18px;
        font-weight: bold;

    }

    .blue-spacer .doctor .text p{
        color: #0c476e;
        font-size: 14px;
        font-weight: normal;

    }

    .blue-spacer .doctor {
        float:left;
        margin-left:112px;
        margin-top: 12px;
        cursor: pointer;
    }

    .selectnav {
        display: none;
    }

    .container{
        display: block;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        /*height: 80px;*/
        height:175px;
        line-height: 19.5px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        position: relative;
        vertical-align: baseline;
        width: auto;
        zoom: 1;
    }

    #page .container {
        height: 80px;
    }

    .navigation {
        background-color: white;
        width: 100%;
        z-index: 10000;
        border-bottom: 1px solid #0c476e;
        /*        border-top: 1px solid transparent;*/
    }

}

@media only screen and (max-width: 1023px){

    .vcard{ 
        margin-bottom: 30px;
    }

    .container{
        display: block;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        height: 80px;
        line-height: 19.5px;
        margin-bottom: 0px;
        margin-left: 61px;
        margin-right: 61px;
        margin-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        position: relative;
        vertical-align: baseline;
        width: auto;
        zoom: 1;
    }

    .main-menu {
        display: none;
    }

    .selectnav option {
        -webkit-font-smoothing: auto;
        color: rgb(0, 0, 0);
        cursor: default;
        display: inline;
        font-size: 14px;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        height: auto;
        letter-spacing: normal;
        line-height: 14px;
        text-align: start;
        text-indent: 0px;
        text-shadow: none;
        text-transform: uppercase;
        white-space: pre;
        width: auto;
        word-spacing: 0px;
        zoom: 1;
    }

    .selectnav {
        float: right;
        -webkit-appearance: none;
        -webkit-background-clip: border-box;
        -webkit-background-origin: padding-box;
        -webkit-background-size: 30px;
        -webkit-box-shadow: none;
        -webkit-font-smoothing: auto;
        -webkit-rtl-ordering: logical;
        -webkit-writing-mode: horizontal-tb;
        align-items: center;
        background-attachment: scroll;
        background-clip: border-box;
        background-color: rgba(0, 0, 0, 0);
        background-image: url(/images/selectmenu.png);
        background-origin: padding-box;
        background-position: 100% 50%;
        background-repeat: no-repeat;
        background-size: 30px;
        border-bottom-color: rgba(0, 0, 0, 0);
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-image-outset: 0px;
        border-image-repeat: stretch;
        border-image-slice: 100%;
        border-image-source: none;
        border-image-width: 1;
        border-left-color: rgba(0, 0, 0, 0);
        border-left-style: solid;
        border-left-width: 1px;
        border-right-color: rgba(0, 0, 0, 0);
        border-right-style: solid;
        border-right-width: 1px;
        border-top-color: rgba(0, 0, 0, 0);
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-top-style: solid;
        border-top-width: 1px;
        box-shadow: none;
        box-sizing: border-box;
        color: rgba(0, 0, 0, 0);
        cursor: default;
        display: block;
        font-family: BebasNeueRegular, sans-serif;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        height: 28px;
        letter-spacing: normal;
        margin-bottom: 20px;
        margin-left: 0px;
        margin-right: 115px;
        margin-top: 26px;
        max-width: 100%;
        outline-color: rgba(0, 0, 0, 0);
        outline-style: none;
        outline-width: 0px;
        padding-bottom: 0px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
        text-align: start;
        text-indent: 0px;
        text-shadow: none;
        text-transform: uppercase;
        white-space: pre;
        width: 150px;
        word-spacing: 0px;
        writing-mode: lr-tb;
        zoom: 1;
    }

    .navigation {
        background-color: white;
        width: 100%;
        z-index: 10000;
        border-bottom: 1px solid #0c476e;
        /*        border-top: 1px solid #0c476e;*/
    }

    .menu_place{
        width: 100%;
        margin: 0px auto;
    }

    section {
        width: 100%;
        opacity: 0;
    }
    /* Slide 1 */


    /*    #slide-1 .bcg {background-image:url('../images/main_image_001.jpg'); background-size: 550px auto;}
        #slide-1 .hsContent {
            margin-top: 75px;
            top: auto;
        }*/


    .home-slide-content {
        font-size:25px;
    }

    #slide-1 .text strong{
        display:none;
    }

    #slide-1 .hsContent .text {
        display:none;
    }

    .title {
        width: 100%;
        margin: 0 auto;
        background-image: url('/images/logo.png');
        height: 120px;
        background-position: right 17px;
        background-repeat: no-repeat;
    }

    .title div {
        /*float: right;*/
        margin-right: 175px;
        margin-top: 7px;
    }

    .navigation {
        background-color: white;
        width: 100%;
        z-index: 10000;
        border-bottom: 1px solid #0c476e;
        /*        border-top: 1px solid #0c476e;*/
        background-image: url('/images/logo.png');
        background-repeat: no-repeat;
        background-position: right -103px;
    }

    .content.homeSlide{
        height: auto !important;
    }

    .menu_place {
        background-image: none;
    }

    .hsContent div.text {
        color: #0c476e;
        color: #0c476e;
        background-color: rgba(255,255,255,0.2);
        padding: 10px 5px;
        font-size: 20px;
        line-height: 45px;
        margin-bottom: 12px;
        height: 50px;
        padding-left: 20px;
    }

    .home-slide-content a {
        color: #0c476e;
        margin: 0 auto;
        font-size: 26px;
        font-weight: bold;
        text-align: center;
        margin-top: 20px;
        text-decoration: none;
    }

    .center{
        margin: 0px auto;
        width: 300px;
        height: 70px;
    }

}

@media only screen and (max-width: 1230px){
    .free_time:last-child{
        display: none;
    }
}
@media only screen and (max-width: 745px){

    body{
        padding-right: 0px !important;
        padding-left: 0px !important; 
    }

    .table .sec-1{
        float:none;
    }

    .table .sec-2{
        float:none;
    }

    .table .sec-2{
        float:none;
    }

    .spacer {
        display:none;
    }

    .table {
        width: 212px;
        height: 730px;
        margin: 0px auto;
        margin-top: 80px;
    }
}
