@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

html,body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    color: #fff;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.fluid_container_main {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
    background: rgba(255,255,255,0.3);
}
.fluid_container {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 0;
}
#camera_wrap_4 {
    bottom: 0;
    height: 100%;
    left: 0;
    margin-bottom: 0!important;
    position: fixed;
    right: 0;
    top: 0;
}
#camera_wrap_4 img {

}
.camera_bar {
    z-index: 2;
}
.camera_thumbs {
    margin-top: -100px;
    position: relative;
    z-index: 1;
}
.camera_thumbs_cont {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.camera_overlayer {
    opacity: .1;
}

#wrapper {
    width: 1000px;
    top: 50px;
    margin: auto;

    padding: 20px;
    position: relative;
    z-index: 2;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 40px;
}
.clearer {
    clear: both;
}
#leftpane {
    width: 200px;
    float: left;
    background: rgba(255,255,255,0.6);
    padding: 20px;
     -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-align: center;
}
#rightpane {
    width: 700px;
    float: right;
}
#site-title {
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    display: inline-block; 
    float: left;
}
    #site-title img {
        width: 180px;
        margin-left: 30px;
    }
#languages {
    display: inline-block; 
    float: right;
    margin-top: 30px;
}
#languages ul {
    list-style: none;
    margin-top: 5px;
}
#languages li {
    float: left;
}
#languages a {
    margin-right: 5px;
    opacity: 0.5;
}
#languages li.active a {
    opacity: 1.0;
}
#menu {

}
    #menu ul {
        list-style: none;
    }
    #menu li {
        margin: 5px 0;
    }
    #menu li.current_page_item a {
        background: #fff;
        color: #333;
    }
    #menu a {
        display: block;
        -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;
	    background: #f16945;
	    padding: 8px 20px;
		color: #fff;
	    font-size: 16px;
	    text-transform: uppercase;
	    -o-transition:.8s;
	    -ms-transition:.8s;
	    -moz-transition:.8s;
	    -webkit-transition:.8s;
	    transition:.8s;
	    font-family: 'Open Sans', sans-serif;
    }
    #menu a:hover {
        background: #fff;
        color: #333;
    }
#page-title h1 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 2px solid #f16945;
}
#rightpane .content-container h2 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #f16945;
}
#rightpane .content-container {
    font-family: 'Open Sans', sans-serif;
    line-height: 25px;
    font-size: 16px;
}
#content {
    padding: 30px;
	color: #333;
	font-weight: 600;
    background: rgba(255,255,255,0.8);
    -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
}
#content table td.separator {

}
#content table {
    width: 100%;
}
#footer {
    margin-top: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}
#footer table td {
    padding: 5px 30px;
    background: rgba(0,0,0,0.8);
}
#footer table tr:first-child td {
    -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
padding-top: 20px;
font-weight: bold;
color: #a83512;
}
#footer table tr:last-child td {
    -webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
padding-bottom: 20px;
}
#footer table td.separator {
    width: 20px;
    padding: 0;
    background: none;
}
#footer i {
    margin-right: 5px;
}
#veebiekspert {
    margin-top: 10px;
    float: right;
}
#veebiekspert img {
        opacity: 0.5;
        -o-transition:.8s;
        -ms-transition:.8s;
        -moz-transition:.8s;
        -webkit-transition:.8s;
        transition:.8s;
    }
        #veebiekspert:hover img {
            opacity: 1.0;
            
        }
.content-container div#gallery-1 dl.gallery-item img {
    border: 5px solid #000;
    -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
}

.feedback-form input[type="text"],
.feedback-form textarea {
    width: 200px;
    border: 1px solid #ccc;
    color: #333;
    font-family: 'Open Sans Condensed', sans-serif;
    padding: 5px 10px;
    margin-bottom: 5px;
    font-size: 15px;
    background: rgba(255,255,255,0.9);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.feedback-form textarea {
    width: 400px;
    height: 125px;
}
.feedback-form input[type="submit"] {
    -o-transition:.8s;
    -ms-transition:.8s;
    -moz-transition:.8s;
    -webkit-transition:.8s;
    transition:.8s;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #a83512;
    padding: 8px 20px;
    font-size: 15px;
    border: none;
    cursor: pointer;
}
.feedback-form input[type="submit"]:hover {
    background: #fff;
    color: #333;
}