/*  ----------  LAYOUT  ----------  */

	#layout {
	    width: 980px;
	    margin: 0 auto;
	    min-height: 100%;
	}
	
	.layout .row {
	   width: 100%;
	   height: 100%;
	}
	
	.layout .row:after {
	    content: "";
		display: table;
		clear: both;
	}
	
	.layout .column {
	   float: left;
	   min-height: 100%;
	   position: relative;
	}
	
	.layout .col-quarter {
	   width: 230px;
	}
	
	.layout .col-three-quarters {
       width: 750px;
    }
    
    .layout .col-half {
        width: 520px;
    }
    
    .layout .col-full {
        width: 100%;
        float: none;
    }
    
    .layout .col-center {
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        padding: 0 20px;
    }
	
/*  ----------  HEADER  ----------  */

    #header {
        height: 160px;
	}
	
	#header .logo a {
	    display: block;
	    width: 136px;
	    height: 128px;
	    text-indent: -9999px;
	    white-space: nowrap;
	    overflow: hidden;
	    background-image: url("../images/logo/ddftk.png");
	    background-repeat: no-repeat;
	    background-position: left top;
	    margin: 16px 0 0 46px;
	}
	
	#header .navigation .menu-toggle-button {
	   display: none;
	}
	
	#header .navigation .menu {
	   float: right;
	   margin-top: 70px;
	}
	
	#header .navigation .menu > li {
	   float: left;
	   position: relative;
	   line-height: 20px;
	   border-right: 1px solid #fac48b;
	   padding: 0 2px;
	}
	
	#header .navigation .menu > li.parent > a {
	   background-image: url("../images/icon/arrow-brown-down.png");
	   background-repeat: no-repeat;
	   background-position: right 4px center;
	   padding-right: 18px;
	}
	
	#header .navigation .menu > li:last-child {
	   border-right: 0 none;
	}
	
	#header .navigation .menu > li > a {
	   display: block;
	   color: #534b40;
	   text-transform: uppercase;
	   padding: 0 8px;
	   font-size: 1.2em;
	   font-family: 'Arial Narrow', 'Trebuchet MS', 'Arial';
	}
	
	#header .navigation .menu > li:hover > a,
	#header .navigation .menu > li.current > a {
        color: #ff9711;
	}
	
	#header .navigation .menu > li.parent:hover > a {
		background-color: #ff9711;
		color: #fff;
	}
	
	#header .navigation .menu .level-2 {
		position: absolute;
		display: none;
		left: 2px;
		top: 20px;
		z-index: 6;
		padding-top: 1px;
		min-width: 200px;
		z-index: 100;
		margin: 0;
		float: none;
	}
	
	#header .navigation .menu > li:hover .level-2 {
	   display: block;
	}
	
	#header .navigation .menu .level-2 > li {
	   background-color: #ffb911;
	   padding: 0 10px;
	   float: none;
       line-height: 1em;
       border-right: 0 none
	}
	
	#header .navigation .menu .level-2 > li:first-child {
	   padding-top: 10px;
	}
	
	#header .navigation .menu .level-2 > li:last-child {
       padding-bottom: 10px;
    }
	
	#header .navigation .menu .level-2 > li > a {
	   display: block;
	   color: #515151;
	   font-size: 1em;
	   line-height: 1.2em;
	   padding: 6px 10px;
	   white-space: nowrap;
	   border-bottom: 1px dotted #753819;
       text-transform: none;
       font-family: 'Tahoma', 'Arial', 'Georgia';
	}
	
	#header .navigation .menu .level-2 > li:last-child > a {
       border-bottom: 0 none;
    }
    
    #header .navigation .menu .level-2 > li:hover > a {
	   color: #753819;
    }
    
/*  ----------  CONTENT  ----------  */

    #content .row {
        margin-bottom: 20px;
    }
    
    #content .col-center {
        margin-left: 230px;
    }
    
    #content .col-left {
        margin-left: -750px;
    }
    
    .sidebar-panel {
        margin: 15px 0;
        background-repeat: no-repeat;
        background-position: left top;
        font-family: 'Georgia';
        padding: 12px 24px;
    }
    
    a.sidebar-panel {
        width: 100%;
        text-decoration: none;
        min-height: 120px;
        display: block;
    }
    
    a.sidebar-panel:hover {
        opacity: 0.9;
    }
    
    .sidebar-panel .title {
        display: block;
        text-transform: uppercase;
        font-size: 1.5em;
        line-height: 1em;
        margin-bottom: 0.8em;
        color: #f5f3d2;
        font-family: 'Georgia';
    }
    
    .sidebar-panel.special-offers {
        background-image: url("../images/banner-special-offers.png");
    }
    
    .sidebar-panel.okoportak {
        background-image: url("../images/banner-okoportak.png");
    }
    
    .sidebar-panel.sights {
        background-image: url("../images/banner-sights.png");
    }
    
    .sidebar-panel.publications {
        background-image: url("../images/banner-publications.png");
    }
    
    .sidebar-panel.publications .title {
        color: #123b65;    
    }
    
    #content .eu-panel {
        margin: 15px 0;
    }
    
    #content .eu-panel a {
        display: block;
    }
        
    #content .eu-panel img {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }
    
    #content .eu-panel p {
        margin: 0;
        text-align: center;
    }
    
    #content .slideshow {
        margin: 0 -20px 15px -20px;
        position: relative;
        height: 288px;
        overflow: hidden;
    }
    
    #content .slideshow:after {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 47px;
        background-image: url("../images/slideshow-pattern.png");
        background-repeat: no-repeat;
        background-position: left bottom;
        z-index: 0;
    }
    
    #content .advertisement {
        display: block;
        width: 100%;
        margin: 15px 0;
        background-color: #fff;
        padding: 10px;
        border: 1px solid #c4c4bf;
        text-align: center;
    }
    
    #content .advertisement a {
        display: block;
    }
    
    #content .advertisement img {
        display: block;
        width: 100% !important;
        height: auto !important;
    }
    
    #content .advertisement object,
    #content .advertisement embed {
        display: block;
        max-width: 100%;
        height: auto !important;
        margin: 0 auto;
    }
     
/*  ----------  FOOTER  ----------  */

	#footer {
		width: 980px;
		margin: 0 -50%;
		padding: 0 50%;
		background-color: #534b40;
		box-sizing:  content-box;
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		color: #f5f3d2;
	}
	
	#footer * {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    
    #footer .panels {
        padding-top: 30px;
    }
    
    #footer a {
        color: #f5f3d2;
        text-decoration: underline;
    }
    
     #footer a:hover {
        text-decoration: none;
        color: #fff;
     }
    
    #footer h2,
    #footer .title {
        color: #dd7963;
        margin: 0 0 0.8em 0;
    }
    
    #footer p,
    #footer ul {
        font-size: 0.9em;
        line-height: 1.4em;
        margin: 1.4em 0;
    }
    
    #footer .copyright {
        padding: 25px 0 15px 0;
    } 
    
    #footer .copyright a {
        background-image: url("../images/logo/markcon.png");
		background-position: left top;
		display: block;
		float: right;
		height: 22px;
		width: 106px;
		text-indent: -9999px;
		white-space: normal;
		overflow: hidden;
    }
    
    #footer .copyright a:hover {
        background-position: left bottom;
    }
    
    /*Toolbar scroll*/
  #cms-toolbar-apps-container {
      overflow: hidden;
      overflow-x: auto;
  }
  #cms-toolbar-apps-container ul {display: flex;}

  #cms-toolbar-apps-container ul li{display: table !important; float: left;}

  #cms-toolbar-apps-container > ul > li:last-child{padding-right: 20px !important;}
  
  #cms-toolbar-apps-container > ul > li:last-child span{margin-left: -10px !important;}