/* only define template page layout styles here. */
/* any formatting/content styles should be put in 'content.css' */


/*------------------------------------*
   header
*------------------------------------*/

.header-wrap {
    background: #8a260d url(/templates/custom/calamar2014/images/header-bg.jpg) center top repeat-x;
    padding: 42px 0 30px;
}
.logo {
    margin-top: 10px;
}
.tagline {
    margin-top: 42px;
}

.tagline h2 {
    font-size: 50px;
    line-height: 1em;
    color: #fff;
    font-weight: 900;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    margin: 0 0 4px 0;
}
.tagline .slogan-desc {
    font-size: 26px;
    line-height: 1.2em;
    color: #131313;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
}

/*------------------------------------*
   main menu
*------------------------------------*/

.menu-wrap {
    background: #000000;
}

.navbar-default {
    background-color: #000;
    border-color: transparent;
}
.navbar {
    margin-bottom: 0;
}

.alert-wrap {
    background: #921c00;
    color: #fff;
    padding: 20px 0;
}

.callouts-wrap {
    background: #595959 url(/templates/custom/calamar2014/images/callout-bg-new.png) repeat;
    box-shadow: inset 0 9px 21px -12px rgba(50, 50, 50, 0.75);
    color: #d2d2d2;
    padding: 20px 0 30px;
}
.callouts-wrap h2 {
    color: #d2d2d2;
    font-weight: 700;
    font-size: 22px;
    margin: 12px 0 25px;
}
.callouts-wrap img {
    margin-bottom: 23px;
}
.callouts-wrap p {
    margin-bottom: 0px;
    min-height: 100px;
}
.callout-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background: #A8573C;
    border-radius: 3px;
    border-top: 1px solid #ce7658;
    margin-right: 10px;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
a.callout-btn{
    color: #fff !important;
    font-weight: 700;
}
a.callout-btn .fa {
    margin-left: 6px;
}
a.callout-btn:hover{
    color: #fff;
    text-decoration: none;
    background: #8b422a;
    border-top: 1px solid #a35236;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.3) inset;
}

a.callout-btn.right {
  float: right;
  margin-right: 0;
}

/*------------------------------------*
   mainbody
*------------------------------------*/

.mainbody-wrap {
    background: #ffffff;
    margin: 38px 0 50px;
}

.mainbody-wrap .flexslider {
    background:none;
    border-radius:0;
    box-shadow:none;
    margin:0;
    border:0;
}
 
.mainbody-wrap .flexslider ul li { 
    margin: 0;
    background: none;
    padding-left: 0;
}

.flex-control-nav li {
    background: none!important;
    padding-left: 0!important;
}

.mainbody-wrap img.main,
.strongfooter-wrap img.main {
    float: left;
    margin: 0 20px 15px 0;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    max-width: 100%;
    height: auto;
}
.mainbody-wrap h2,
.strongfooter-wrap h2 {
    margin: 12px 0px 28px 0px;
}
.mainbody-wrap p,
.strongfooter-wrap p {
    margin: 10px 0;
}
.leftside {
    overflow: auto;
}

.strongfooter-wrap {
    margin-bottom: 40px;
}

.footer-wrap {
    background: #090909;
    padding: 32px 0 38px;
    color: #fff;
}
.footer-wrap a {
    color: #b9b9b9;
    text-decoration: none;
}
.footer-wrap a:hover {
    text-decoration: none;
    color: #ccc;
}
.social img {
    margin: -4px 5px 0 20px;
}
.inside.row {
    padding: 20px 0 20px;
}
.social {
    text-align: right;
}
.author {
    font-size: 12px;
    color: #b9b9b9;
    text-align: right;
}
img {
    max-width: 100%;
    height: auto;
}

/*------------------------------------*
   application
*------------------------------------*/

.application h3 {
    font-size: 17px;
    font-weight: bold;
    background: #581303;
    color: #fff;
    padding: 8px 15px;
    margin-bottom: 0;
}

.application table {
  width: 100%;
}

.application td {
  padding: 5px;
}

.application input[type="text"] {
    border: 0;
    border-bottom: 1px solid #DCDCDC;
}
.application select {
      padding: 5px 10px;
}
.application th.form-caption-1 {
    padding: 15px 0 0;
}
.application td.form-element-1 {
    padding: 0px 0 15px;
}
.application .light {
    background: #F7F7F7;
    padding: 10px;
}
.application .dark {
    background: #ECECEC;
    padding: 10px;
}

.application .personal-data label  {
    margin: 0 10px;
}

.application .personal-data input[type="text"] {
   border-bottom: 1px solid #DCDCDC;
  margin:auto;
  display: block;
  margin: 0 10px;
}
.application .personal-data select {
  margin: 0 10px;
  border: 0;
  border-bottom: 1px solid gainsboro;
}

.application .education label {
  text-align: right;
  min-width: 100px;
  margin-top: 5px;
  margin-right: 15px;
}

.application .education td.form-element-1,
.application .education td.form-caption-1 {
    padding: 15px 0 15px;
}

.application .references td.form-element-1 {
    padding: 10px 0px;
}
.application .references th {
  text-align: center;
  padding: 15px;
}
.application .references input[type="text"] {
  margin:auto;
  display: block;
  margin: 0 10px;
}

.application .previous-employment input[type="text"] {
  margin:auto;
  display: block;
}

.application .previous-employment th {
    padding: 15px;
}

.application .previous-employment td.form-element-1 {
    padding: 10px;
}

.application .previous-employment2 td.form-caption-1 {
  padding-top: 15px;
}
.application .previous-employment2 td.form-element-1 {
  padding-top: 10px;
}

.application .employment-desired td.collection {
  width: 15px;
}
.application .employment-desired td.form-caption-1 {
  padding-top: 20px;
}
.application .employment-desired input[type="text"] {
    margin-top: 15px;
}

.application .acknowledgements td.form-caption-1 {
  text-align: left;
}

.application .acknowledgements li {
  background: none;
  text-align: left;
  font-weight: normal;
}

/*
------------------------------------
Popup Modal
------------------------------------
*/

.modal-dialog {
    display: inline-block;
    left: 50%;
    width: auto;
    min-width: 100px;
    max-width: 90%;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate3d(-50%,-25%,0);
    -ms-transform: translate3d(-50%,-25%,0);
    -o-transform: translate3d(-50%,-25%,0);
    transform: translate3d(-50%,-25%,0);
}
.modal.in .modal-dialog {
    -webkit-transform: translate3d(-50%,0,0);
    -o-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
}

@media (min-width: 768px) and (max-width: 991px) {
    .tagline h2 {
        font-size: 35px;
    }
    .tagline .slogan-desc {
        font-size: 23px;
    }
}


@media (min-width: 768px) {
    .navbar-nav {
        float: none;
        margin: auto;
    }
}

@media (max-width: 767px)  {
    .header-wrap {
        padding: 25px 0 20px;
    }
    .header-wrap img {
        max-width: 75%;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .tagline {
        margin-top: 15px;
    }
    .tagline .slogan-desc {
        font-size: 18px;
        text-align: center;
    }
    .tagline h2 {
        font-size: 24px;
        text-align: center;
    }
    .callouts-wrap {
        padding: 10px 0;
    }
    a.callout-btn {
        margin: 4px;
        font-size: 13px;
    }
    .social {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .social img {
        margin: -4px 2px 0 11px;
    }
    .mainbody-wrap img.main, .strongfooter-wrap img.main {
        float: none;
    }
    .inside.row {
        padding: 0;
    }
    .inside.row .row {
        padding: 15px 0;
    }
    .inside.row .row img {
        margin: auto;
        display: block;
    }
    .application .table-responsive > tbody > tr > td:before {
        width: 100%;
    }
    .application input[type="text"] {
        width: 100%;
        margin: 0!important;
    }
    .application .education label {
        text-align: left;
    }
  .application .divider {
        border-bottom: 3px solid #6F1C1C;
        padding-bottom: 30px;
    }
  .hidden-mobile {
    display: none;
  }
  .personal-data .form-caption-1,
  .personal-data .form-element-1 {
    width: 100%;
  }
}

@media print {
  body {
    font-size: 12px;
  }
  .header-wrap {
    padding: 0;
  }
  .logo img {
    max-width: 1.5in;
    height: auto;
  }
  .tagline {
    display: none;
  }
  .navbar {
    display: none;
  }
  .leftside{
    display: none;
  }
  .captcha-normal {
    display: none;
  }
  #a10000_submit_btn {
    display: none;
  }
  .application .divider {
    border-bottom: 0;
  }
  .application th.form-caption-1 {
    text-align: left;
  }
  .application td.form-element-1 {
    padding: 0;
  }
  .application .education select {
    border: 0;
  }
  .application .education td.form-element-1, .application .education td.form-caption-1 {
    padding: 0;
  }
  h1 {
    font-size: 16px;
  }
  .application h3 {
    padding: 0;
    color: #000;
  }
  .application h4 {
    margin-bottom: 0;
  }
  .application tr {page-break-inside: avoid;}
  .application .employment-desired, .application .previous-employment2 {page-break-after: always;}

  .social, .author {
    display:none;
  }
  ::-webkit-input-placeholder { /* WebKit browsers */
      color: transparent;
  }
  :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
      color: transparent;
  }
  ::-moz-placeholder { /* Mozilla Firefox 19+ */
      color: transparent;
  }
  :-ms-input-placeholder { /* Internet Explorer 10+ */
      color: transparent;
  }
}