/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 10, 2016, 3:10:28 AM
    Author     : ethar
*/
*{
    margin: 0;
    padding:0;
    outline: 0;
    -webkit-transition-property:background-color,border-color,color,box-shadow,display,padding,width,bottom,top;-webkit-transition-duration:.2s;-webkit-transition-timing-function:ease-in;-moz-transition-property:background-color,border-color,color,box-shadow,display,padding,width,bottom,top;-moz-transition-duration:.2s;-moz-transition-timing-function:ease-in;

}
a{
    text-decoration: none;
}
.clear{
    width:100%;
    height: 1px;
    clear: both;
}
.center{
    text-align: center;
}
body{
    background: #f8f8f8;
}
.wrapper{
    width:1170px;
    margin: 0 auto;
    background: #f5f5f5;
    min-height: 1000px;
}
header{
    height: 178px;
    width: 100%;
}
.head_top{
    position: relative;
    height: 122px;
    background-color: #ffffff;
    width:1170px;
}
img.hed_top_img{position: absolute;top:0;right:0;z-index:9;width:100%;height:100%}
.head_top_content{z-index: 9;position: absolute;top:0;right:0;width:100%}
.head_top_content .logo a img{
    max-height: 120px
}
.head_top_content .written-logo{
    margin-top: 30px
}
.head_top_content .top-small-nav{
    margin: 10px
}
.head_top_content .top-small-nav a{
    font-size: 14px;
    font-weight: bold;
    color:#000000;
}
.head_top_content .written-logo h1{
    font-size: 25px;
}
nav{
    height: 50px;
    border-top: 5px solid;
}
nav a{
    display: block;
    line-height: 50px;
    color:#fff;
    width:189px;
    padding:0 2px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}
nav a:first-child{
    border-left: none;
}
.content{
    min-height: 800px;
}
.cont,footer,.page_cont{
    width:1150px;
    margin: 0 auto auto auto;
    padding-top:10px;
}
.pageTitle{
    padding:10px;
}
.page_cont{
    min-height: 1000px;
}
.page2title{
    color: #fff;
    margin: 10px auto;
    padding: 5px;
    width: 100%;
}
.last-projects{
    width: 100%;
    margin: 0 auto;
}
.last_news{
    width: 370px;
    position: relative;
    overflow: hidden;
}
.last_news .box-news-title{
    height: 40px;
    color:#fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
}
.last-news-more{
    color:#ffffff;
    font-weight: bold;
    text-align: center;
    display: block;
    width:100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.box-news-body{
    padding:20px 5px;
}
.box-news-body ul li,.monitoring-body ul li{
    min-height: 50px;
    margin-bottom: 15px;
    margin-top: 10px;
    width:90%;
}
.box-news-body ul li a,.monitoring-body ul li a{
    display: block;
    color:#000000;
    text-align: justify;
    font-size: 16px;
}
.content_left{
    width: 770px;
}
.box{    -webkit-border-radius: 3px;
         -moz-border-radius: 3px;
         border-radius: 3px;
         -moz-box-shadow: 0px 0px 5px 0px #999;
         -webkit-box-shadow: 0px 0px 5px 0px #999;
         box-shadow: 0px 0px 5px 0px #999;
}
.flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.row{
    margin: 20px 0;
}
.square{
    width:370px;
    height: 360px;
}
.square-row{
    display: block;
    height: 50px;
    padding:10px 7px;
    border-bottom: 2px solid #ccc;
}
.square-img{
    width:50px;
    height: 50px;
    background-position: center center;
    background-color: transparent;
}
.square-row-title h2{
    font-size: 18px;
}
.square-row-title h3{
    color: #000000;
    font-size: 14px;
}
.secont-square h2{
    font-size: 16px;
    line-height: 50px;
}
.map-body .map{
    width: 103px;
    margin: 5px 0 0 5px;
    padding:5px;
    text-align: center
}
.map-details h4{
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    margin:-5px;
}
.more-maps{font-size: 15px;text-align: center;margin: 2px 0 0 5px}
.map-details .date{
    font-size: 12px;
    margin:5px;
}
footer{
    min-height: 100px;
    margin-top:10px;
    margin-bottom: 20px;
}
.connection-info{
    color:#fff;
}
.footer-nav{
    width:300px;
    margin: 5px 10px 40px 0;
    min-height: 80px;
}
.footer-nav a{
    color:#fff;
    font-size: 15px;
    display: block;
    width:120px;
    margin: 0 10px 10px 10px;
}
.footer-nav a:hover{
    color:#000000;
}
.footerright{
    width: 470px;
}
.footerleft{
    width:660px;
}
.site-map{
    min-height: 100px;
    text-align: center;
    margin-top: 5px
}
.site-map a{
    line-height: 100px;
    color:#fff;
}
.visit-our{
    height: 50px;
    margin-top: -50px;
    color:#fff;
}
.visit-top{font-weight: bold;font-size: 17px}
.visit-links a{padding:2px 10px;text-align: center;color: #fff;font-size: 16px;}
.visit-links a:hover{
    color:#000
}
.page_title{
    text-align: center;
    margin: 20px 0
}
.page_title h2{
    font-size: 20px;
}
.page_body p{
    padding:3px 20px;
}

.contact_form{
    width:500px;
    min-height: 500px;
    border:2px solid #e2e2e2;
    padding:20px;
    text-align: center;
    margin: auto 10px 10px 10px;
}
.submitDiv .submit,.inputDiv .text{
    height: 40px;
}
.submitDiv .submit,.inputDiv input,.inputDiv textArea{
    width:90%;
    margin-bottom: 30px;
    border:2px solid #e2e2e2;
    border-radius: 5px;
    color:#ccc;
    padding:5px 10px;
}
.inputDiv .text:focus,.inputDiv textArea:focus{
    color:#000;
}
.inputDiv .textarea{
    height: 150px;
}
.submitDiv .submit{
    color:#fff;
    border:none;
    cursor: pointer;
    height: 50px;
}
.submitDiv .submit:hover{
    opacity: 0.8;
}
input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus, textarea:focus{
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.ok,.error {
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    display: none;
}
.ok{
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.error_field,.error{
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.error_field{
    font-size: 15px;
    text-align: center;
    margin: 0;
    position: absolute;
}
.froala-view p{
    line-height: 30px;
    text-align: justify;
    font-size: 16px;
}
hr{
    width:90%;
    height: 5px;
    border:none;
    background: #ccc;
    border-radius: 5px;
    margin: 0 auto;
}
.imgNews img{
    max-width: 700px;
}
.lrc-map img{
    max-width: 500px;
    height:520px;
}
/*!
 * froala_editor v1.2.8 (https://www.froala.com/wysiwyg-editor)
 * License https://www.froala.com/wysiwyg-editor/terms
 * Copyright 2014-2015 Froala Labs
 */
.froala-view ul,
.froala-view ol,
ul.fr-tag,
ol.fr-tag {
    padding-left: 25px;
    padding-right:25px
}
.froala-view p,
p.fr-tag {
    margin: 0 0 10px;
}
.froala-view h1,
h1.fr-tag {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 10px;
}
.froala-view h2,
h2.fr-tag {
    font-size: 30px;
    line-height: 1.1;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 10px;
}
.froala-view h3,
h3.fr-tag {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 10px;
}
.froala-view h4,
h4.fr-tag {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
}
.froala-view h5,
h5.fr-tag {
    font-size: 14px;
    line-height: 1.1;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
}
.froala-view h6,
h6.fr-tag {
    font-size: 12px;
    line-height: 1.1;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
}

.fr-fil {
    z-index: 1;
    position: relative;
    margin: auto;
    overflow: auto;
    padding: 10px 10px 10px 3px;
    float: left !important;
}
img.fr-fil.fr-dib {
    float: none !important;
    margin-left: 0 !important;
}
img.fr-fir {
    z-index: 1;
    position: relative;
    margin: auto;
    overflow: auto;
    padding: 10px 3px 10px 10px;
    float: right !important;
}
img.fr-fir.fr-dib {
    float: none !important;
    margin-right: 0 !important;
}
img.fr-fin {
    z-index: 1;
    position: relative;
    margin: auto;
    overflow: auto;
    float: none;
}
img.fr-fin.fr-dib {
    padding: 10px 0;
}
img.fr-dib {
    vertical-align: top;
    display: block;
}
a.fr-file {
    position: relative;
}
a.fr-file:before {
    position: relative;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0c6";
    top: 0;
    padding-right: 3px;
}
.froala-view table,
table.fr-tag {
    border-collapse: collapse;
    empty-cells: show;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.froala-view table td,
table.fr-tag td {
    border: solid 1px #cccccc;
    padding: 5px;
    vertical-align: top;
}
.froala-view table th,
table.fr-tag th {
    background: #e6e6e6;
    border: solid 1px #cccccc;
    padding: 5px;
    vertical-align: top;
}
.froala-view pre,
pre.fr-tag {
    white-space: pre-wrap;
    /* CSS3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, post millennium */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
    border: solid 1px #cccccc;
    background: #fcfcfc;
    padding: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-family: "Courier New", Courier, monospace;
}
.froala-view blockquote,
blockquote.fr-tag {
    margin-left: 20px;
    margin-right: 0;
    margin-top: 0;
    padding-left: 20px;
    position: relative;
    font-style: italic;
    border-left: solid 5px #cccccc;
}
.froala-view hr,
hr.fr-tag {
    height: 0px;
    border: 0;
    border-top: solid 1px #cccccc;
    clear: both;
}
.fr-fvn {
    float: none;
    display: block !important;
    text-align: center !important;
}
.fr-fvl {
    float: left;
    margin: 10px 10px 10px 1px;
}
.fr-fvr {
    float: right;
    margin: 10px 1px 10px 10px;
}
.fr-tnv {
    float: none !important;
    margin: auto;
    text-align: center;
    display: block !important;
}
.fr-tnv.fr-fvl {
    text-align: left;
}
.fr-tnv.fr-fvr {
    text-align: right;
}
.footer-logo a img{
    max-height: 120px;
    max-width: 150px;
    margin-top: 20px;
}
.acts a{
    display: block;
    width:100%;
    color:#000;
    padding:5px;
}
.separate{
    height: 1px;
    width:90%;
    margin: 10px auto;
    background: #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
a.small_box,a.internalpdf{
    display: block;
    padding:5px;
    border:1px solid #ccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 10px;
}
a.small_box{
    width:150px;
    height: 250px;
}
a.internalpdf{
    width:320px;
    height: 50px;
    background-image: url("../img/pdf_1.png");
    background-repeat: no-repeat;
}
a.internalpdf h2,a.small_box h2{
    font-size: 15px;
    font-weight: normal;
    color:#000000;
}
a.small_box h2{
    text-align: center; 
}
.big-box{
    display: block;
    padding:5px;
    border:1px solid #ccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 10px;  
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../img/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../img/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('./img/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('../img/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}

ul.list{
    list-style: none;
}
.row-line a{
    display: block;
    max-width: 730px;
    min-height: 30px;
    line-height: 30px;
    background: #fafafa;
    padding:5px;
    border:1px solid #e2e2e2;
    width: 100%;
    font-size: 14px;
    margin: 10px;
    clear:both;
}
.row-line a span{
    padding:0 5px;
    display: block;
    width:75px;
}

.slider{
    width:740px;
    height: 544px;
    padding:10px;
    background: #ffffff;
}

#featured {
    background-position: center center;
    position: relative;
    height: 544px;
    width: 100%;
    display: block;
    clear: both;
    background-image: url('../img/logo.png');
    background-repeat: no-repeat;
}
#featured .ui-tabs-nav {
    list-style: none;
    padding: 0;
    width:740px;
    height: 6px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: absolute;
    bottom: 30px;
}
#featured li.ui-tabs-nav-item a {
    background-size: cover !important;
    background-position: center center;
    height: 6px;
    width: 128px;
    background: #bcbeb4;
    float: right;
    margin: auto 5px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background-repeat: no-repeat;
    opacity: 0.7;
}
#featured li.ui-tabs-nav-item a:hover{
    background-color: #41472b;
    opacity: 1;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{
    background: #41472b;
}
#featured .ui-tabs-panel { 
    width:100%; 
    height: 544px;
    position:relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
#featured .ui-tabs-panel .container {
    position: relative;
    color: #fff;
    padding: 5px 12px;
    max-width: 80%;
    position: absolute;
    text-align: center;
    top: 100px;
    z-index: 100;
    max-height: 200px;
    overflow: hidden;
    text-align: justify;
}
#featured .ui-tabs-panel .container a{
    color:#fff;
}
#featured .ui-tabs-panel img { 
    width:740px;
    height: 500px;
}
.acts{
width: 95%;
margin: 5px auto;
}
#featured .ui-tabs-hide{ 
    display:none; 
}
.bigActs{
    width: 730px;
    height: 140px;
    padding:10px;
    margin: 10px 10px 20px 10px;
    overflow: hidden;
    position: relative;
}
.bigActsImg{
    width: 200px;
    height: 138px;
}
.bigActs img{
    width: 100%;
    height: 100%;
}
.bigActsTitle{
    width: 520px;
}
.bigActsTitle h2{
    font-size: 18px;
    margin-bottom: 10px;
}
.bigActsTitle p{
    font-size: 16px;
    text-align: justify;
}
.bigActsMore{
    position: absolute;
    bottom: -50px;
    padding:1px 6px;
    color:#fff;
}
.bigActs:hover .bigActsMore{
    bottom: 20px;
}
.actswithimg{
    height: 30px;
    width: 330px;
    margin: 10px;
    font-size: 14px;
    overflow: hidden;
    padding:10px;
}
.actswithimg h2{
    color:#000000;
}
.actswithimg img{
    max-width: 30px;
    max-height: 30px;
}
.position_title{
    width: 700px;
    padding:10px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    cursor: pointer;
}
.team_info{
    width: 700px;
    padding:10px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.team_info_img{
    float: left;
    margin-right:10px;
}
.breadcrumbs{
    background: #f8f8f8;
    padding:5px;
    font-size: 12px;
    margin:10px auto;
}
.programse{
    margin-bottom: 5px;
    padding:5px;
    font-weight: bold;
    font-size: 16px;
}
.programse a:hover{
    color:#000000;
}
.ul2{
    list-style-type: circle;
    font-size: 14px;
}
.ul2 li{
    margin-bottom: 10px;
}
.ul2 li a:hover{
    color: #000000
}
.team_info_details{
    display: none;
}
.team_info_name h2,.pageTitle h2 a{
    text-decoration: underline;
    cursor: pointer;
}
.froala-view,.pageDate{
    padding:10px;
}
.pageDate{
    font-size: 12px;
}
.internalmap{
    width:130px;
    padding:5px;
    text-align: center;
    border:1px solid #e2e2e2;
    margin: 10px 20px 20px 10px;
    height: 240px;
}
.internalmap h2{
    font-size: 14px;
    color:#000000;
}
.mapshow img{
    max-width: 600px;
}
a#facebook{
    width: 40px;
    height: 40px;
    display: block;
    margin-top: -10px;
}
.search{
    position: relative;
}
.search input[type='text']{
    width: 250px;
    height: 32px;
    border-radius: 10px;
    border:none;
    position: absolute;
    background: #ffffff;
    opacity: 0.8;
}
.search input[type='submit']{
    background-position: center center;
    height: 32px;
    width: 33px;
    position: absolute;
    text-align: center;
    border:none;
    background-image: url('../img/search.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
.fildsearch{
    margin-bottom: 10px;
    padding: 10px 15px;
    border: 1px solid #e2e2e2;
    width:90%;
    margin: 0 auto;
}
.fildsearch input[type='text']{
    width:300px;
    height: 30px;
    border:1px solid #e2e2e2;
    margin-bottom: 20px;
}
.fildsearch input[type='submit']{
    width:50px;
    height: 30px;
    background: #e2e2e2;
    border:1px solid #e2e2e2;
    cursor: pointer;
}
.fildsearch select{
    height: 30px;
    width:150px;
    border:1px solid #e2e2e2;
    font-size: 17px;
}
#mobile-menu{
    background: #000 none repeat scroll 0 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    height: 40px;
    left: 0;
    top: 50px;
    width: 40px;
    z-index: 9999;
    text-align: center;
    display: none;
}
#mobile-menu div{
    width:30px;
    height:3px;
    background: #ffffff;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
}
.mobileMenu{
    background:#000;
    width:100%;
    position:fixed;
    top: 0px;
    display:none;
    z-index: 999;
}
.mobileMenu a{
    color:#fff;
    display:block;
    border-bottom:2px solid #111;
    text-align:center;
    padding:5px;
    margin:5px 0;
}
.pagers{
    padding:1px 10px;
    font-weight: bold;
    color:#111;;
    box-shadow: 1px 1px 10px #333;
    -moz-box-shadow: 1px 1px 10px #333;
    -webkit-box-shadow: 1px 1px 5px #333 
}
.pager{
    padding:1px 8px;
    text-decoration: none;
    background:#0099d4;
    font-weight: bold;
    color:#fff; 
}
.pagers:hover,.pager:hover{
    background: #000;
    color:#fff;
}