/*
Theme Name: Match Point IT
Theme URI: http://matchpointit.com
Description: Match Point IT Wordpress Theme, developed by Mara@mara99.com
Version: 1.01
Author: Match Point IT
Author URI: http://matchpointit.com
License:
License URI:
*/

@font-face {
  font-family: din;
  src: url('fonts/din-regular-webfont.eot'); /* IE9 Compat Modes */
  src: url('fonts/din-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/din-regular-webfont.woff') format('woff'), /* Modern Browsers */
       url('fonts/din-regular-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/din-regular-webfont.svg#din') format('svg'); /* Legacy iOS */
}

@font-face
{
    font-family:dinbold;
    src: url('fonts/din-bold-webfont.eot'); /* IE9 Compat Modes */
    src: url('fonts/din-bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/din-bold-webfont.woff') format('woff'), /* Modern Browsers */
       url('fonts/din-bold-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/din-bold-webfont.svg#din') format('svg'); /* Legacy iOS */
}

@font-face
{
    font-family:dinmedium;
    src: url('fonts/din-medium-webfont.eot'); /* IE9 Compat Modes */
    src: url('fonts/din-medium-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/din-medium-webfont.woff') format('woff'), /* Modern Browsers */
       url('fonts/din-medium-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/din-medium-webfont.svg#din') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: dinblack;
  src: url('fonts/din-black-webfont.eot'); /* IE9 Compat Modes */
  src: url('fonts/din-black-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/din-black-webfont.woff') format('woff'), /* Modern Browsers */
       url('fonts/din-black-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/din-black.suit')  format('truetype'), /* iOs */
       url('fonts/din-black-webfont.svg#din') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: dinlight;
  src: url('fonts/din-light-webfont.eot'); /* IE9 Compat Modes */
  src: url('fonts/din-light-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/din-light-webfont.woff') format('woff'), /* Modern Browsers */
       url('fonts/din-light-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/din-light.suit')  format('truetype'), /* iOS */
       url('fonts/din-light-webfont.svg#din') format('svg'); /* Legacy iOS */
}

html, body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, pre, form, fieldset, p, blockquote, th, td, img, a, table, tr {
    margin: 0;
    padding: 0;
    border: 0;
}
#r_contact_us address{text-align: left !important;}
body{
    /*font-family: 'Lato', sans-serif;*/
	font-family:din;
    font-size:13px;
    color:#fff;
    line-height:17px;
}

#donatesection1 input,#donatesection2 input,#donatesection3 input, #donatesection1 select,#donatesection2 select,#donatesection3 select{
    background: #fff;
    border: #d5d2d1 solid 1px;
    padding: 4px;
}

.white{
    color:#fff;
}

/* end colors */

/* Main copy */
h1{
    font-family:dinbold, "Garage Gothic", sans-serif;
    line-height:42px;
    font-weight:bold;
    font-size:38pt;
}

h2{
    font-family:dinbold,"Garage Gothic", sans-serif;
    line-height:36px;
    font-weight:bold;
    font-size:32pt;
}

h3{
    font-family:dinbold,"Garage Gothic", sans-serif;;
    line-height:22px;
    font-weight:bold;
    font-size:18pt;
}

.loader h3, contenth3{
    font-family:dinbold,"Garage Gothic", sans-serif;;
    line-height:22px;
    font-weight:bold;
    font-size:18pt;
}
#errorsdiv{}
#errorsdiv label.error{color: red; display: block;}
a{
    color:#fff;
    text-decoration:none;
}

a:visited{
    color:#fff;
}

a:hover{
    
}

h2 a:hover {
    text-decoration: underline;
}

/* end copy */

/* SITE COLORS */

.red{color:#e04242;}
.orange{color:#f47d31;}
.maroon{color:#d31245;}
.blue{color:#14b6ea;}
.green{color:#6fb118;}
.darkGray{color:#403b39;}
.lightGray{color:#aca6a4;}

.red_theme a{color:#e04242;}
.red_theme a:hover{color:#ad2121;}
.red_theme a.selected{color:#ad2121;}

.orange_theme a{color:#f47d31;}
.orange_theme a:hover{color:#c25613;}
.orange_theme a.selected{color:#c25613;}

.maroon_theme a{color:#d31245;}
.maroon_theme a:hover{color:#a1002b;}
.maroon_theme a.selected{color:#a1002b;}

.blue_theme a{color:#14b6ea;}
.blue_theme a:hover{color:#008ab8;}
.blue_theme a.selected{color:#008ab8;}

.green_theme a{color:#6fb118;}
.green_theme a:hover{color:#497d05;}
.green_theme a.selected{color:#497d05;}

/* General Layout */

.rtl {
    direction: rtl!important;
}

.uppercase{
    text-transform:uppercase;
}

lowercase1{
    text-transform:lowercase;
}

.h1_smaller{
    line-height:28px;
    font-size:34px;
}

.bigger{
    font-size:15px;
}

.smaller{
    font-size:12px;
}

.spaceTop{
    margin-top:10px !important;
}

.spaceBottom{
    margin-bottom:10px !important;
}

.spaceRight{
    margin-right:10px !important;
}

.spaceLeft{
    margin-left:10px !important;
}


.moreSpaceTop{
    margin-top:20px !important;
}

.moreSpaceBottom{
    margin-bottom:20px !important;
}

.moreSpaceRight{
    margin-right:20px !important;
}

.moreSpaceLeft{
    margin-left:20px !important;
}

.last{
    margin-left:0 !important;
    margin-bottom:0 !important;
}

.divider{
    margin-top: 10px;
    margin-bottom: 10px;
    height:0px;
    border-bottom:1px #cdcac8 solid;
    width:auto;
}

img.floatLeft{
    display:inline;
    float:left;
}

img.floatRight{
    display:inline;
    float:right;
}

/* dynamic sizing */
.one_third_height{
    height:34%;
}

.two_thirds_height{
    height:66%;
}

.half_height{
    height:50%;
}

.full_height{
    height:100%;
}

.full_width{
    clear:both;
    width:100%;
    float:left;
}

.half_width{
    width:50%;
    float:left;
}

/* end general layout */


/** NAV **/
#mainNavContainer{
    z-index:1010;
    position:fixed;
    width:100%;
    
}

#navButtons{
    position:absolute;
    width:100%;
    height:20px;
    padding:10px 0;
    /*background:#7fa4f8;*/
}

#slogan{
    float:left;
    margin-left:2px;
    top:2px;
    position: absolute;
    z-index: 1000;
}
#slogan a {display: block;}

#nav{
    position:absolute;
    float:left;
    width:100%;
}

#navButtonGuts{
    margin:auto;
    width:675px;
    font-size:14px;
}

#navButtonGuts a{
    color:#fff;
}

#navButtonGuts a:hover{
    color:#fbf8ec;
}

#shareBtns{
    position:relative;
    float:right;
    margin-right:10px;
}

.navArrow{
    position:absolute;
    display:block;
}

#navRevealArrows{
    position:absolute;
    top:0;
    left:0;
    width:100%;
}

#navRevealArrowGuts{
    position:relative;
    width:80px;
    margin:0 auto;
}
.manNavBtn{
    display:inline-block;
    cursor:pointer;
    margin-right:10px;
}

/* END MENU */

/* FOOTER */

#footer{
    height:20px;
    width:100%;
    padding:10px 0;
    position:fixed;
    bottom:-40px;
    background:#625a57;
}

#footerMenu{
    margin-left:126px;
    margin-top:auto;
    margin-bottom:auto;
    float:left;
    width:500px;
}

#footerSocial{
    float:left;
}

#footerMenuTextButtons{
    float:left;
    margin-top:4px;
}

#footerSearch {
    position: absolute;
    right: 126px;
    top: 11px;
}
#footerSearch form {
    line-height: 22px;
    padding: 0 47px 0 0;
    position: relative;
}

#footerSearch .gform_body,
#footerSearch .gfield {
    margin: 0;
}

#footerSearch .gfield {
    padding-left: 161px;
    position: relative;
}
#footerSearch .gfield_label {
    color: #fff;
    font-style: italic;
    font-weight: normal;
    left: 0;
    position: absolute;
    top: 0;
}
#footerSearch .ginput_container {
    margin-left: 3px;
}
#footerSearch .gform_footer {
    position: absolute;
    right: 0;
    top: 0;
}
#footer input[type="text"]{
    background-color:#fff;
    border-style:none;
    color:#aca6a4;
    display: block;
    height:16px;
    width:177px;
    padding:3px;
}
.ie7 #footer input[type="text"]{ 
    margin-top: -17px;
}
#footer input[type="submit"]{
    background:url(images/footerSend.jpg);
    border:none;
    display:block; 
    height:22px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width:44px;
}

/* END FOOTER */


#container{
    display:none;
    position:relative;
    width:100%;
}

#leftColumn{
    width:50%;
    position:absolute;
}

#leftColumnContent{
    color:#000;
    margin:100px auto;
    width:400px;
}

#rightColumn{
    left:0;
    margin-left: 50%;
    width:50%;
    position:fixed;
}

.content_panel{
    clear:both;
    float:left;
    width:100%;
    
    overflow:hidden;
    display:table;
    position:relative;
}


/* PAGES */
/* left side */

    
    .innerContentHomeRollover{
        width:350px;
    }
    
    #homeRolloverClose{
        width:18px;
        height:20px;
        display:block;
        margin-bottom:60px;
        margin-left:-20px;
        float:right;
        cursor:pointer;
    }
    
    #homeRolloverTextHolder{
        height:100%;
        width:100%;
        display:table;
        z-index:1000;
        position:relative;
        line-height:24px;
        font-weight:200;
    }
    
    #homeRolloverTextHolder h1{
        font-size:95px;
        line-height:100px;
    }
    
    #homeRolloverText{
        text-align:center;
        color:#fff;
        font-size:16px;
    }


/* location stuff */

#l_location{
    display:block;
    background-color:#14b6ea;
}

    .location_pod{
        display:table;
        
        position: relative; 
    }

    .location_pod_content_positioner{
        display: table-cell; 
        vertical-align: middle;
        overflow:visible;
        width:100%;
        /* height:100%; */
        
        /* IE HACK */
        position: absolute; 
        top: 50%;
    }
    
    .location_pod_content{
        margin:0 30px;
        
        /* IE HACK */
        position: relative; 
        top: -50%;
    }
    
    .location_image{
        background-size:cover;
        background-position:center;    
    }
   
    
    #l_exhibits_holder{
        display:none;
    }
/* END location Stuff */

/* news stuff */
#l_news{
    background-color:#fff;
}

    #l_news dl dt{
        color:#403b39;
        font-weight:bold;
        float:left;
        width:70px;
    }
    
    #l_news dl dd{
        margin-left:85px;
        color:#f47d31;
        padding-bottom:10px;
    }
/* END news stuff */


/* right side */
/* home page stuff */
#r_home{
    display:block;
}

    #who_we_are_btn{
        /*background-image:url(../images/home/au.png);*/
		background-size:cover;
        background-repeat:repeat;
        text-align:right;
        position:relative;
    }
    
    #who_we_are_btn_guts{
        top: 40px;
        left: 27px;
        position: absolute;
    }
    
    
    #who_we_are_btn_guts1{
        top: 63px;
        left: 50px;
        position: absolute;
    }
    
    #who_we_are_btn_arrow{
        display:inline-block;
        float:right;
        margin-top: 56px;
        margin-left: 3px;    
    }
    
    #who_we_are_btn h1{
        color:#403b39;
        font-size:30px;
        float:left;
        line-height:38px;
    }
    
  

/* end home page stuff */


/* END who we are stuff */


    .r_museum_plan_layer{
        position:absolute;
        height:719px;
        width:599px;
        left:0;
        bottom:0;
    }
    
    #r_streets{
        
    }
    
    #r_museum_bubbles{
        
    }
    
    #r_museum_arrows{
        
    }
    
    #r_museum_bubbles_top{
    }

    #officesAndBehindHouse, #officesAndBehindHouseClicker{
        top:77px;
        left:118px;
        height:135px; 
        width:135px;
    }
    
    #collectionsStorage, #collectionsStorageClicker{
        top:120px;
        left:269px;
        height:95px; 
        width:96px;
    }
    
    #multipurposeMeetingSpace, #multipurposeMeetingSpaceClicker{
        top:222px;
        left:30px;
        height:94px;
        width:94px;
    }
    
    #lecturesAndFilms, #lecturesAndFilmsClicker{
        top:225px;
        left:140px;
        height:94px;
        width:94px;
    }
    
    #archivesAndResearchCenter, #archivesAndResearchCenterClicker{
        top:327px;
        left:56px;
        height:94px;
        width:94px;
    }
    
    #performingArtsTheatre, #performingArtsTheatreClicker{
        top:237px;
        left:238px;
        height:187px; 
        width:188px;
    }
    
    #lobby, #lobbyClicker{
        top:427px;
        left:35px;
        height:173px;
        width:414px;
    }
    
    #shop, #shopClicker{
        top:540px;
        left:83px;
        height:65px;
        width:67px;
    }
    
    #restaurant, #restaurantClicker{
        top:528px;
        left:152px;
        height:70px; 
        width:95px;
    }
    
    #r_exhibits_holder{
        display:none;
    }
    

/* the core exhibit stuff */

#r_the_core_exhibit{
    background-image:url(../images/extraLightGrayHatch.jpg);
    background-repeat:repeat;
}    
    .coreExhibitClicker{
        /*position:absolute;
        cursor:pointer;
        background-color:#fff;
        opacity:0;
        filter:alpha(opacity=0);  For IE8 and earlier */
        cursor:pointer;
        
    }

    #core_exhibit_clicker_holder{
        position:absolute;
        top:0;
        left:0;
    }
    
    #beingUsclicker{
        height:220px;
        width:220px;
    }
    
    #beingFamilyClicker{
        left:220px;
        height:220px;
        width:220px;
    }
    
    #beingMeInAmericaClicker{
        height:220px;
        width:220px;
        top:220px;
    }
    
    #beingMeClicker{
        top:220px;
        left:220px;
        height:220px;
        width:220px;
    }
    
    #contemplationZoneClicker{
        top:150px;
        left:150px;
        height:130px;
        width:130px;
    }
    
/* END the core exhibit stuff */


/* location stuff */

#contact_form{
    background:none;
    position: absolute;
    top:100px;
    left: 330px;
    width: 300px;
    height: 400px;
}

.tablet #contact_form {
    width: 60%;
    left:20%;
}

.mobile #contact_form {
    width: 80%;
    left:10%;
    
    top:45%;
    
}


    #catmenu{
        margin-left: 105px; 
        padding: 15px 15px 0 15px; 
        display: none; 
        width: 150px; 
        background: #14b6ea; 
        color: #FFFFFF; 
        z-index: 999; 
        position: absolute;
    }
    
    #catmenu li{
        list-style:none;
        color: #FFFFFF;
        margin-bottom:15px;
    }
    
    #catmenu a{
        color: #FFFFFF;
    }
	

    #contact_form h1{
        float:left;
    }
    
    #contact_form #locationSearch{
        float:right;
        margin:5px 0;
    }
    
    #contact_form form{
        float:left;
        height:24px;
        width:100%;
    }
    
    #contact_form p {
        width: 100%;
        border-top: 1px solid #fff;
        padding: 10px 0;
    }
    
    form input,form textarea{
        color:#fff;
        background:none;
        border:none;
    }
    
    #contact_form textarea {
        margin-top: 10px;
        width: 100%;
        height: 100px;
        overflow: hidden;
        border-bottom: 1px solid #fff;
        /* margin-top: 4px; */
        background-color: rgba(0, 0, 0, 0.3);
        padding: 4px 0 4px 2px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    .mobile  #contact_form textarea {height: 30px;}
    .mobile  #contact_form p {padding: 5px 0;}
    .bottom-fields .filecv {float: left;}
    .bottom-fields .sendbt {
        float: left;
    }
    
    #contact_form input[type="text"], #contact_form input[type="email"]{
        width: 100%;
        padding: 4px 0 4px 2px;
        color: #FFF;
        font-style: italic;
        /* margin-left: 0; */
        /* margin-top: 4px; */
        background-color: rgba(0, 0, 0, 0.3);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        height: 25px;
    }

    #contact_form input[type="text"]:focus,
    #contact_form input[type="email"]:focus,
    #contact_form textarea:focus {
        background-color: rgba(0, 0, 0, 0.5);
    }
    
    ::-webkit-input-placeholder {
            color:#CCC;
            opacity: 1;
        }

        :-moz-placeholder { /* Firefox 18- */
           color:#CCC;
           opacity: 1;
        }

        ::-moz-placeholder {  /* Firefox 19+ */
           color:#CCC; 
           opacity: 1;
        }

        :-ms-input-placeholder {  
           color:#CCC;
           opacity: 1; 
        }
            
    .bottom-fields input[type="submit"]{
        margin: 0;
        float:right;
        width:40px;
        height:37px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        background: #1ac0f1;
        font-family: dinbold;
        text-transform: uppercase;
        font-size:11px;
        text-align: center;
        -webkit-appearance: none;
        -moz-appearance:none;
        padding: 0 6px;
    }
    .bottom-fields input[type="submit"]:hover{
        background-color: #0699d0;
    }
    div.wpcf7 img.ajax-loader {
        position: absolute;
        bottom: 12px;
        right: -20px;
    }
    div.wpcf7-response-output {
        position: absolute;
        bottom: -80px;
        margin: 0 auto;
        background: transparent;
        width: 250px;
        left: 50%;
        font-size: 14px;
        margin-left: -125px;
        text-align: center;
        line-height: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }
    div.wpcf7-mail-sent-ok {
        border-color: #1AC0F1;
        color: #1AC0F1;
    }
    div.wpcf7-validation-errors {
        border-color: #FF0000;
        color: #FF0000;
    }
    #contact_form dl dt{
        color:#403b39;
        font-weight:bold;
        float:left;
        width:70px;
    }
    
    #contact_form dl dd{
        margin-left:85px;
        color:#14b6ea;
        padding-bottom:10px;
    }

/* END location stuff */


/* END news stuff */

#r_donation{
    background-color:#fff;
}


.blog_image {
background-size: cover;
background-position: center;
}
.blog_pod_content {
margin: 0 30px;
}
.blog_pod_content_positioner {
display: table-cell;
vertical-align: middle;
overflow: visible;
width: 100%;
}
.blog_pod {
display: table;
}

/* END get involved stuff */

#r_contact_us{
    background-color:#fff;
}
#required_label {
    display: none;
}


/* END MAIN PAGES */

.subnav{
    position:relative;
}

.subnav a{
    cursor:pointer;
}

.innerContentPositioner{
    margin:auto;
    display: table-cell; 
    vertical-align: middle;
    overflow:visible;
    width:100%;
    /* height:100%; */
    
    /* IE HACK */
    position:absolute;
    top: 50%;
}

.innerContent{
    margin:auto;
    
    /* IE HACK */
    position:relative; 
    top: -50%
}

.innerContentExhibit{
    position:relative;
    height:454px;
    width:450px;
}

.innerContentlocation{
    width:420px;
    height:460px;
}

.innerContentText{
    max-width:420px;
    width: 70%;
    margin: auto;
    left: 15%;
    top:10%;
    position: absolute;
    font-family: dinbold;
    font-size: 18px;
    line-height: 24px;
}
.innerContentText h1 {
    margin-bottom: 30px;
}
.innerContentText p{
    color:#635a58;
    margin-bottom:10px;
    
}

.sectionTitle{
    position:relative;
}

.sectionTitleLogo{
    position:absolute;
    top:0px;
    left:321px;
}

.innerContentBubble{
    height:300px;
    width:300px;
}

.innerContentPanel{
    height:390px;
    width:310px;
}

.contentSections{
    color:#635a58;
    position:relative;
    height:320px;
}

.contentSection{
    /*overflow:auto;*/
    overflow:visible;
    position:absolute;
    top:0;
    left:0;
}

.contentSection h1
{
    font-family: 'Lato', sans-serif;
    font-size:18px;
    color:#403b39;
}

.contentSection h2
{
    font-family: 'Lato', sans-serif;
    font-size:16px;
    color:#403b39;
}

.contentSection h3
{
    font-family: 'Lato', sans-serif;
    font-size:14px;
    color:#403b39;
}

.contentSection ul
{
    list-style-type:disc;
    list-style: square;
}


.contentSection li
{
    list-style-type:disc;
    list-style: square;
    margin-left: 20px;
    margin-bottom: 4px;
}

.contentSection p
{
    margin-bottom:10px;
}
 #navButtonGuts ul,  #navButtonGuts li {display: inline-block;}
 #navButtonGuts ul {float: right;margin-right: 10px;}
  #navButtonGuts li {float: left;}
 #navButtonGuts a {
                        
        font-family: dinbold;
        display: inline-block;
        padding: 12px 10px;
        margin:0px !important;
        color: #1ac0f1 !important;
       /* border-left: 2px solid #0d4d7a; */
    }
 
#navButtonGuts li a:hover,#navButtonGuts li a.active
{
    color: #05224E !important;
    background-color:#1ac0f1;
}
    .sec {
        color: #05224E !important;
        background-color:#1ac0f1;
    }
    #navButtonGuts img {
        margin-top: -10px;
        margin-bottom: -15px;
        margin-right: -3px;
        margin-left: -4px;
    }
    .manNavBtn
    {
        margin:0px 5px !important;
    }
    #navButtonGuts{
        margin-top:-12px;
    }

/******************/

.l-mask {
    height: 100%;
    width: 100%;
    top:0;
    left: 0;
    overflow: hidden;
    position: absolute;
}

.r-mask {
    height: 100%;
    width: 100%;
    top:0;
    right: 0;
    position: absolute;
    overflow: hidden;
}

.l-content , .r-content {
    background-repeat :no-repeat;
    background-position:center;
    -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    height: 100%;
    width: 200%;
    position: absolute;
}
.r-inner , .l-inner {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
}
.r-content {
    left: -100%;
    z-index: 1;
}

h2 {
    font-family: dinbold;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 23px;
}

a.blue,h2.blue {
   color: #0D2A58 !important;
}
/* home section */
h2#loc1 {
    position: absolute;
    top:28%;
    margin-left: 3%;
    
}

h2#loc2 {
    position: absolute;
    top: 25%;
    left: 365px;
    font-size: 25px;
}

h2#loc3 {
    position: absolute;
    top:35%;
    margin-left: 3%;
}

h2#loc3 {
    position: absolute;
    top:35%;
    margin-left: 3%;
}
h2#loc4 {
    position: absolute;
    top: 59%;
    left: 365px;
}
h2#loc5 {
    position: absolute;
    top:70%;
    margin-left: 23%;
    text-align: right;
}

.tablet h2#loc1 {
    width: 100%;
    position: absolute;
    top:10%;
    margin-left: 3%;
}
.tablet h2#loc2 {
    width: 100%;
    position: absolute;
    top:36%;
    margin-left: 3%;
    font-size: 25px;
    left: auto;
}
.tablet h2#loc3 {
    width: 100%;
    position: absolute;
    bottom:25%;
    top:auto;
    margin-left: 3%;
}

.mobile h2#loc1 {
    width: 100%;
    position: absolute;
    top:40%;
    margin-left: 3%;
}
.mobile h2#loc2 {
    width: 100%;
    position: absolute;
    top:auto;
    bottom: 30%;
    margin-left: 3%;
    font-size: 25px;
    left: auto;
}
.mobile h2#loc3 {
    width: 100%;
    position: absolute;
    bottom:5%;
    top:auto;
    margin-left: 3%;
}

.mobile .employee-content {
    bottom: auto !important;
    top: 340px;
}

/* About us Section */

h2#aboutleft {
    position: absolute; top: 19%; font-size: 43px; line-height: 55px; right: 6%;
}
h1#abouttitle {
    margin-top: 10%;
    margin-right: 7%;
}
h2.resp-accordion {display: none;}
.resp-tab-content {display: none;
    font-family: dinbold;
    font-size: 16px;
    text-align: center;
    line-height: 23px;
    padding: 0 5%;
}
.resp-tab-content.resp-tab-content-active {display: block;}

.resp-tabs-list {margin: 5% 0 3% 0;}
.resp-tabs-list li {
    background-image: url("images/aubutton.png");
    background-position: top left;
    background-repeat: no-repeat;
    color: #009CD6;
    display: inline-block;
    font-size: 16px;
    padding-left: 40px;
    vertical-align: middle;
    font-family: dinmedium;
    cursor: pointer;
    width: 110px;
    height: 35px;
    line-height: 35px;
    margin-left: 2%;
}

.resp-tabs-list li.resp-tab-active {
    color: #fff;
} 
.mobile , .tablet {
    display: none !important;
}


#navButtonGuts a#menu_button {display: none;
    display: none;
    width: 40px;
    height: 40px;
    float: right;
    background:transparent url(images/menu_icon.png) no-repeat;
    padding: 0;
}

.tablet .resp-tabs-list.intheleft {
    position: absolute;
    margin: 0;
    top:25%;
    right: 27%;
    width: 160px;
}
.tablet .resp-tabs-list.intheleft li {
    display: block;
    float: left;
    margin-bottom: 15px;
}

.tablet .resp-tab-content {
    margin-top: 50px;
}

.mobile h2#aboutleft {
    font-size: 22px;
    bottom: 10px;
    left: 10px;
    position: absolute;
    line-height: 29px;
    top:auto;
}

.mobile .resp-tabs-list.inmobile {
    position: absolute;
    bottom: 15px;
    top:auto;
    margin: 0;
    width: 160px;
    right: 0;
}

.mobile .resp-tabs-list.inmobile li {
    float: right;
    display: block;
    background: #102B57;
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
    padding: 2px 20px;
    width: auto;
    margin-top: 20px;
}

#about-tab-mobile .resp-tab-content {
    font-size: 14px;
    padding: 25px 10px 10px;
    position: absolute;
    line-height: 20px;
}

.jobcatlist {
    position: absolute;
    top:20%;
    right: 0;
    width: 100%;
}

.jobcatlist li {
    width: 100%;
    text-align: right;
    height: 55px;
    margin-bottom: 10px;
    list-style: none;
}

.jobcatlist li a{
    display: inline;
    background: #102B57;
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    border-radius : 30px 0 0 30px;
    padding: 12px 20px 12px 40px;
    width: auto;
    margin-top: 20px;
    color: #009CD6;
    /*text-transform: uppercase;*/
    font-size: 27px;
    vertical-align: middle;
    font-family: dinbold;
}

.jobcatlist li a:hover,.jobcatlist li a.active {
    color: #05224E !important;
    background-color:#1ac0f1;
}

.mobile .jobcatlist {
    top: 40px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.outwork-content p {color: #fff;
font-family: dinbold;
    font-size: 18px;
    line-height: 24px;
}

.mobile .outwork-content {
    bottom: 0;
    position: absolute;
    padding: 0 20px 20px;
}

.mobile .outwork-content p {
    font-size: 16px;
}

.mobile .jobcatlist li {
    margin-bottom: 5px;
}

.mobile .jobcatlist li a {
    font-size: 22px;
}

.mobile .joblist {
    position: absolute;
    bottom: 0;
    padding: 20px;
}

.mobile .pagination a,
.mobile .pagination .current {
    float: left;
}

.mobile .pagination a:first-child,
.mobile .pagination .current:first-child {
    margin-right: 5px;
}

.mobile .pagination .prev + a,
.mobile .pagination .prev + span {
    margin-left: 5px;
}

.mobile .pagination .prev {
	position: relative;
}

ul.checkgroup {
    list-style: none;
    width: 100%;
    overflow: hidden;
    position: static!important;
}

ul.checkgroup > li {
    list-style: none;
    width: 100%;
    float:left;
    color: #1ac0f0;
    font-family: dinbold;
    cursor: pointer;
    font-size: 21px;
    line-height: 28px;
}
ul.checkgroup > li.lihr {
    height: 1px;
    display: block;
    visibility: hidden;
    margin-left: 74px;
    background-color: #0f2a57;
}
ul.checkgroup li.checked {
    color: #0f2a57;
}

ul.checkgroup li div.circle-icon {
    float: left;
    width: 75px;
    height: 66px;
    background: url(images/normal-circle.png) left bottom no-repeat;
    margin-top: -1px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

ul.checkgroup li.checked div.circle-icon
{
    background-image: url(images/hover-circle.png);
}

ul.checkgroup li .ctitle {
    float: left;
    margin: 13px 0;
}

ul.checklist {
    list-style: none;
    display: block;
    float: right;
    margin: 13px 0;
}

.ezli {
    position: absolute; right: 0px; top: 75%;
}

.tablet .ezli {display: none;}

ul.checklist li {

    color: #102B57;
    font-size: 12px;
    font-family: dinbold;
    line-height: 17px;
    text-align: right;
}
ul.checklist li a {
   color: #102B57; 
   /*text-decoration: underline;*/
}

ul.checklist li a:hover {
   /*color: #102B57; */
   text-decoration: underline;
}

.tablet .innerContentText {
    left: 10%;
    width: 80%;
}




.joblist {display: none;}
.listcontent {display: none;}

.listitem {
    border-top: 1px solid #1ac0f1;
    padding-top: 5px;
    float: left;
    width: 100%;
}

.listitem h3 {
    font-family: din;
    font-size: 16px;
    margin-bottom: 0;
}



.listitem p {
    color: #1ac0f1;
    font-family: dinbold;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 0;
    overflow: hidden;
}
.listitem a.readmore {
    font-size: 10px;
    float: right;
    font-style: italic;
    font-family: arial;
    font-weight: bold;
    line-height: 15px;
}
.listitem a.readmore:hover {text-decoration: underline;}
.eventlist .listitem {padding-top: 0;}
.eventlist .listitem h3 {font-size: 14px;}
.eventlist .listitem p {font-size: 11px;}

.mobile .eventlist {
    position: absolute;
    top: 190px;
    padding: 20px;
}

/* Employee Section */

div.ccheck {
    height: 50px;
    margin-bottom: 10px;
    line-height: 23px;
    padding: 7px 0 5px 67px;
    color: #1AC0F0;
    font-size: 22px;
    position: relative;
    font-family: dinbold;
}

.employee-content {font-family: dinbold;}

div.ccheck.checked {
    color: #0F2A57;
}

div.ccheck.checked .checked_icon {
    background: url(images/bigtick.png) top left no-repeat;
    display: block;
    position: absolute;
    width: 55px;
    height: 48px;
    top:-4px;
    left: 19px;
}

div.ccheck.small {
    background: url(images/csmall.png) top left no-repeat;
    width: 133px;
}
div.ccheck.medium {
    background: url(images/cmedium.png) top left no-repeat;
    width: 169px;
}
div.ccheck.big {
    background: url(images/cbig.png) top left no-repeat;
    width: 281px;
}

.footer-text {
    position: absolute;
    bottom: 0;
    color: #0F2A57;
    height: 40px;
    line-height: 40px;
    font-family: dinmedium;
    padding-left: 20px;
    background-color: #fff;
    width: 100%;
}

.content-detail,.event-detail {display: none;margin-top: -20px;}
.content-detail h3,.event-detail h3 {color: #fff;font-family: dinbold;font-size: 14px;}
.content-detail .bottom-fields {
    border-top: 1px solid #1ac0f1 ;
    margin-top: 10px;
    clear: both;
    padding-top: 2px;
}
.content-detail .jobname {display: none;}
.content-detail  .wpcf7 {
    float: right;
}

.mobile .content-detail {padding: 20px;position: absolute;bottom: 0;background: #0D2A58;top: 50px;}
.mobile .event-detail {padding: 20px;position: absolute;bottom: 0}

.mobile.detail .jobcatlist {display: none;}

 
 #at3win {position: fixed !important;}
 .sharethis {
    font-size: 12px;
    float: left;
    font-family: dinbold;
    margin-top: 15px;
}
 .sharethis a {display: inline-block;width: 30px;height: 30px;text-align: center;background: url(images/pagiround.png);}
  .sharethis a img {height: 10px;width: auto;margin: 10px 0 0;}
.jback.pagination {
    width: 100%;
    border-top: none;
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 35px;
    line-height: 30px;
    font-family: dinbold;
    font-size: 13px;
}
.jback.pagination .current {
    font-family: arial;
    margin: 0;
    padding: 0 9px;
}
h2.jtitle {
    padding: 5px 0;
    border-top: 1px solid #1ac0f1 ;
    border-bottom: 1px solid #1ac0f1 ;
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 20px;
}

.jcontent p {color:#1ac0f1 ; font-family: dinmedium;font-size: 10px;line-height: 14px;}

 @media only screen and (min-width: 1681px) { 
    h2#loc2, h2#loc4 {
      left: 55%;
    }
    h2#loc2 {
      top: 26%;
    }
    h2#loc4 {
      top: 61%;
    }
    h2#loc5 {
      margin-left: 32%;
    }
     h2#aboutleft {
        font-size: 65px;
        line-height: 75px;
        position: absolute;
        right: 13%;
        top: 22%;
     }
     
     h1#abouttitle {
         font-size: 60px;
         margin-right: 13%;
         margin-top: 15%;
     }
     /*.resp-tabs-container.tab-margin {
         margin-left: 15% !important;
     }*/

     .resp-tabs-container {
        margin-right: 15% !important;
        width: auto !important;
     }
     
     .resp-tabs-list {
         margin: 7% 0 7%;
     }

     div#about-tab-desktop {
      margin-right: 15%;
     }
     
     .resp-tab-content {
         font-size: 18px;
        line-height: 25px;
        padding: 0 5%;
     }
     .innerContentText {
         max-width: none;
         top:10% !important;
         height: 80%;
     }
     
     .eventlist {
         margin-top: 40px;
     }
     
     .eventlist .listitem, .listitem  {
         margin-top: 10px;
         padding-top: 10px;
         cursor: pointer;
     }
     .eventlist .listitem h3,  .listitem h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    
    .eventlist .listitem p {
        font-size: 12px;
        height: auto;
        margin-bottom: 5px;
        }
    .eventlist .pagination , .pagination{
        padding-top: 25px;
    }
    .content-detail, .event-detail {
        margin-top: 20px;
    }
    h2.jtitle {
        font-size: 30px;
        line-height: 35px;
        margin: 20px 0;
        padding: 10px 0;
    }
    .jcontent p {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 20px;
    }
    
    .outwork-content {
        margin-top: 13%;
    }
    
    .contact-text p {
        font-size: 33px !important;
        margin-bottom: 20px !important;
    }
    .contact-text h1{
        font-size: 89px;
    line-height: 85px;
    }
    .contact-text {
        left: 11% !important;
        top: 35% !important;
    }
    #contact_form {
         right: 12%;
         top: 28%;
         top:60px;
         left: auto;
         width: 300px;
         height: 400px;
    }
    
    #contact_form input[type="text"], #contact_form input[type="email"] {
        
    }
 }

 @media only screen and (max-width: 1680px) {
    h2#loc1 {
      top: 27%;
    }
    h2#loc2, h2#loc4 {
        left: 55%;
    }
 }

/* @media only screen and (max-width: 1600) {
    h2#loc2, h2#loc4 {
        left: 55%;
    }
 }*/

 @media only screen and (max-width: 1280px) {
    h2#loc2, h2#loc4 {
        left: 60%;
    }
 }


 @media only screen and (max-width: 1024px) { 
     .resp-tabs-list li:first-child {margin-left: 0;}
    h2#loc2, h2#loc4 {
        left: 73%;
    }
   h2#loc5 {
       margin-left: 30%;
   }
     h2#aboutleft {
         right: 12%;
         top:22%;
     }
     h1#abouttitle {margin-top: 18%;}
     .mobile .contact-text {
          margin-left: -5%;
          margin-top: -31%;
     }
     #contact_form { right: 20px;}

    ul.checklist {
         float: left;
         margin-left: 74px;
         width: 90%;
         display: none;
         margin-top: 0;
     }
     ul.checklist li {
         text-align: left;
     }
     
     ul.checkgroup li .ctitle {
         margin: 5px 0;
     }
     
     li.checked ul.checklist {
         display: block;
     }
     
 }

 @media only screen and (max-width: 960px) { 
     .desktop {
         display: none !important;
     }
     .tablet {
         display: block !important;
     }
     #navButtonGuts a#menu_button{display: block;}
     #navButtonGuts .nav-menu {display: none;}
     #navButtonGuts .nav-menu.open {
         display: block;
         background-color: #0D2A58 ;
         position: fixed;
         width: 200px;
         top:40px;
         right: 0;
         margin: 0;
     }
     
     #navButtonGuts .nav-menu.open li {
         display: block;
         width: 100%;
     }
     
     #navButtonGuts .nav-menu.open li a{
         display: block;
         border-left: none;
         border-top: 2px solid #0d4d7a;
     }
 }
 
  @media only screen and (max-width: 640px) { 
      #rightColumn, .desktop, .tablet {
         display: none !important;
     }
     .mobile {
         display: block !important;
     }
     #leftColumn {
         width: 100%;
     }
     
     .l-content {
         width: 100%;
         background-position: top;
     }

      ul.checkgroup li div.circle-icon {
          margin-top: -7px !important;
      }

    ul.checkgroup > li {
        font-size: 22px;
        line-height: 24px;
        background-color: #FFF;
        border-radius: 40px;
        display: block;
        height: 60px;
        margin-bottom: 5px;
    }

     #navButtonGuts a#menu_button{display: block;}
     #navButtonGuts .nav-menu {display: none;}
     ul.checkgroup {
         width: 90%;
         top: 100px !important;
         position: absolute !important;
     }
    .contact-text {
        top: 26% !important;
    }
 }
 
 @media only screen and (max-width: 480px) {

 } 
 
 
.resp-tabs-container {
    text-align: center;
}
 
/*custom upload elements*/
.customfile-input { position: absolute; height: 27px; cursor: pointer; background: transparent; border: 0; opacity: 0; -moz-opacity: 0; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); z-index: 999;width: 150px; cursor: pointer;}

.customfile { 
    width: 170px;
    cursor: pointer;
    padding: 6px 0;
    position: relative;
    background-size: 100%;
    background-color: #1ac0f1;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-right: 10px;
    line-height: 24px;
}
.customfile:before {
    content: " ";
    width: 15px;
    height: 15px;
    background-color: #102B57;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 10px;
}
.customfile:after {
    content: " ";
    background-image: url(images/file-selected.png);
    background-repeat: no-repeat;
    background-position: top;
    display: none;
    width: 32px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 10px;
}
.customfile.has_file:after {
    display: block;
}
.customfile-disabled { opacity: .5; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); cursor: default; }
.customfile-feedback { 
    display: block; 
    font-size: 12px; 
    color: #fff; 
    font-style: italic;
    padding: 0;
    position: absolute;
    width: 300px;
    top: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.customfile-feedback-populated { color: #fff; background: url(images/icon-generic.gif) left 4px no-repeat; }
.customfile-button {
    font-family: dinbold;
    color: #fff;
    line-height: 20px;
    padding-left: 40px;
    font-size: 14px;
}

.customfile-focus .customfile-button { outline: 1px dotted #ccc; }
.addthis_toolbox a.at300b, .addthis_toolbox a.at300m{width:30px !important}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
    #about-tab-mobile .resp-tab-content {
        font-size: 12px;
        line-height: 15px;
        margin-top: 25px;
    }
    .content_panel .company_profile {background-position: center top;}
    
    .mobile h2#aboutleft {
        bottom: 5px;
        font-size: 14px;
        line-height: 18px;
    }
    .mobile .resp-tabs-list.inmobile li{
        margin-top: 5px;
        padding: 2px 15px;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
    }
    
    .mobile .resp-tabs-list.inmobile {
        bottom: 10px;
    }
    
    .mobile .outwork-content p {
        font-size: 12px;
        line-height: 15px;
    }
    .mobile .jobcatlist li a {
        font-size: 16px;
        margin-top: 5px;
        padding: 8px 15px 8px 30px;
    }
    
    .mobile .jobcatlist li {
        height: 35px;
    }

    .mobile .jobcatlist li:first-child {
        margin-top: 10px;
    }

    .mobile .joblist {
        padding-bottom: 5px;
    }
    
    .mobile .listitem p {
        font-size: 12px;
    }
    .eventlist .listitem p
    {
         font-size: 10px;
    height: 24px;
    line-height: 12px;
    }
    
    .mobile .content-detail {
        padding: 0 10px 5px 10px;
    }
    
      .sharethis .text {display: none;}
      
      .content-detail .customfile {width: 130px;height: 22px;}
      .content-detail .customfile-button {font-size:11px;line-height: 23px;}
      .content-detail .bottom-fields {margin-top: 0;}
       h2.jtitle {font-size: 12px;line-height: 12px;}
      
      .content-detail h3 {
          font-size: 11px;
          line-height: 14px;
      }
       .jcontent p {
          font-size: 9px;
          line-height: 12px;
      }
      
      .employee-content {
          padding: 10px !important;
      }
      .employee-content p {
          font-size: 13px !important;
          line-height: 18px !important;
      }
      
      div.ccheck {
          -webkit-background-size: 100% 100% !important;
          -moz-background-size: 100% 100% !important;
          -o-background-size: 100% 100% !important;
          background-size: 100% 100% !important;
          line-height: 19px;
          padding: 7px 0 5px 64px;
          height: 35px;
          font-size: 18px;
      }
      div.ccheck.small {
          width: 105px;
      }
      div.ccheck.medium {
          width: 137px;
      }
      div.ccheck.big{
          width: 221px;
      }
      
      .mobile .eventlist {
          padding: 0 10px 5px 10px;
      }
      .mobile .event-detail {
          padding: 0 10px 5px 10px;
      }
      .mobile .contact-text {top:20% !important;margin: 0;}
      .mobile .contact-text p{font-size: 15px !important;margin-bottom: 0 !important;}
      .mobile .contact-text h1{font-size: 36px !important;line-height: 36px !important;}
      .mobile #contact_form {top:36%}
      .mobile #contact_form textarea {height: 15px;}
      .mobile #contact_form p {padding: 2px 0;}
      
      ul.checkgroup li div.circle-icon {
          width: 50px;
          height: 44px;
          margin-top: -5px !important;
      }
      ul.checkgroup > li.lihr {
          margin-left: 49px;
      }

      ul.checklist {
          margin-bottom: 5px;
      }

    ul.checkgroup > li {
        font-size: 15px;
        line-height: 16px;
        background-color: #FFF;
        border-radius: 40px;
        display: block;
        height: 40px;
        margin-bottom: 5px;
    }

    ul.checkgroup {
        top: 150px !important;
        position: absolute !important;
    }
}

.jcontent {
    color: #1ac0f1;
    font-family: dinmedium;
    font-size: 10px;
    line-height: 14px;
}

 @media screen and (max-width : 320px) and (device-aspect-ratio: 40/71) {
     .mobile h2#loc1 {top:43%;}
 }

@media only screen 
and (max-width : 640px) 
and (orientation : landscape) {
/* Styles */
    .mobile h2#loc1 {top:47%;}
}

 @media only screen and (max-width: 1330px) and (min-width: 1200px) and (max-height: 1100px) and (min-height: 900px){ 
     h2#loc2 {
        left: 365px;
        top: 23%;
    }
    h2#loc4 {
        left: 365px;
    }
    h2#loc5 {
        margin-left: 40%;
    }
 }
 
 /* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
    .tablet .resp-tab-content {
        margin-top: 18px;
        padding-right:8%;
        line-height: 20px;
        font-size: 15px;
    }
    
    .tablet  .checkbuttons {
        top:50% !important;
    }
    .contact-text {
        top:10% !important;
    }
    
    .contact-text p {margin-bottom: 3px !important;}
    .bottom-fields input[type="submit"]{
        text-align: left;
        
    }
    
}

 
.emailrow.row-error, .emailrow.row-error input {
color: #922322;
background: yellow;
}

@media only screen and (max-height: 470px) { 
	.mobile .jobcatlist {
		max-height: 120px;
	}
	ul.checkgroup {
		top: 60px !important;
	}

	.mobile .employee-content {
		top: 240px;
	}

	.l-content {
		background-position: top;
	}

	.mobile .contact-text {
		top: 40px !important;
	}

	.mobile #contact_form {
		top: 100px;
	}

	#contact_form input[type="text"], 
	#contact_form input[type="email"] {
		height: 15px;
	}

}

#terms-and-conditions{
    width: 600px;
}
#terms-and-conditions p{
    color: #333;
    color: white;
        width: 300px;
}
#terms-and-conditions .fancybox-close-small{
    color: #333;
    color: white;
        width: 300px;
}
a.mailus {
    width: auto;
    background: none;
    margin-left: 20px;
}
@media (max-width: 640px) {


.l-content.contact_us:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}
.mobile #contact_form {
    width: 80%;
    left: 10%;
    top: 17%;
}
}
input.wpcf7-form-control.wpcf7-submit {
    background: #1ac0f1;
    width: 80px;
    height: 22px;
    border-radius: 20px;
}