/*General*/
body{
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'myriad_light', sans-serif;
  color:#515251;
}

p, small, ul,b, a,h1,h2,h3,h4,h5,.btn, #frm_form_1_container label, #frm_form_1_container button.frm_button_submit, input, textarea,select, .frm_style_formidable-style.with_frm_style .frm_error{
  font-family: 'myriad_light', sans-serif;
}

h1 {
  font-size: 32px;
  padding-bottom: 10px;
}

h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}

h3 {
  font-size: 18px;
  line-height: 25px;
}

h4 {
  font-size: 16px;
  line-height: 20px;
}

h5 {
  font-size: 14px;
  line-height: 17.5px;
}

button,
a.btn{
	box-shadow: none !important;
	outline: none !important;
	border: none !important;
  border-radius:0 !important;
}

input{
	box-shadow: none !important;
	outline: none !important;
  border-radius:0 !important;
}

.rt_cover{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width:100%;
}

.rt_contain{
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width:100%;
}

/*Header*/
.page_border {
    width: 60px;
    height: 100vh;
    background: #ce4059;
    position: fixed;
    z-index: 999;
}
.page_extra_border {
    width: 20px;
    height: 100vh;
    background: #9ca09d;
    position: relative;
    float: right;
    left: 18px;
}
a.header_logo img {
    max-width: 500px;
    margin-top: 20px;
        float: right;
    margin-bottom: 20px;
}
.page_thumbnail {
    height: 350px;
    position: relative;
}
.head_overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(206, 64, 89, 0.36);
}
.profile_box {
    background: #ce4059;
    width: 100%;
    padding: 40px;
    position: relative;
    margin-top: -40px;
    height: calc(100vh - 490px);
    min-height: 531px;
}
.pf_img {
    height: 200px;
    background-position: left;
    margin-bottom: 20px;
}
.v_img {
    background-repeat: no-repeat;
    background-size: contain;
    height: 80%;
    position: absolute;
    width: 80%;
    right: 234px;
}
.profile_info,.profile_info a {
    color: #fff;
}
b.set_light {
    font-weight: normal;
    font-style: italic;
}
.profile_info {
    margin-left: 30px;
    position: relative;
}
.profile_data {
    font-size: 14px;
    margin-top: 35px;
    margin-bottom: -30px;
}
.page_content {
    padding: 50px;
    font-weight: bold;
    margin-left: 20px;
}
.social img {
    width: 28px;
    position: relative;
    bottom: 1px;
}
a.btn.gmail .social {
    background: #D94D47;
    height: 100%;
    margin-left: -0.5px;
    height: 30px;
}
a.btn.linkedin .social {
    background: #2A74B2;
}
a.btn.gmail, a.btn.linkedin {
    color: #515251 !important;
    border: 1px solid #515251 !important;
    padding: 0 10px 0 0;
    margin-bottom: 10px;
}
a.btn.linkedin:hover,
a.btn.gmail:hover{
    background: #eee;
}
.social i {
    position: relative;
    top: 2px;
}
.social {
    display: inline-block;
    margin-left: -0.2px;
    width: 34px;
    color: #fff;
    height: 30px;
    position: relative;
    margin-right: 10px;
    font-size: 19px;
}
a.btn.gmail b, a.btn.linkedin b {
    position: relative;
    bottom: 1px;
}
.container.container-content {
    margin-left: 50px;
}
h2#modalContactTitle {
    margin: 0;
}
#frm_form_1_container textarea{
    border-radius: 0;
}
#frm_form_1_container button.frm_button_submit {
    background: #ce4059;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
div#modalContact .modal-header {
    padding-bottom: 0;
}
div#modalContact .close {
    opacity: 10;
    font-size: 25px;
    position: relative;
    top: 2px;
}
#frm_form_1_container button.frm_button_submit:hover {
    background: rgba(206, 64, 89, 0.76);
}
header.entry-header,
footer.entry-footer,
.mobile{
	display: none;
}

/*CSS @media Rules*/
@media only screen and (min-width: 1199px) {
    .container {
        max-width: 1440px;
    }
    .container.container-content{
      max-width: 1315px;
    }
}
@media only screen and (max-width: 1199px) {
    .v_img.desk {
        display: none;
    }
}

@media only screen and (max-width: 991.5px) {
	 a.header_logo img {
      width: 280px;
      margin: 10px auto;
      display: block;
      float: none;
  }
  .profile_box {
    margin-top: 0;
    height: 100%;
    min-height: inherit;
  }
  .container.container-content {
      margin-left: 0;
  }
  .mobile {
      display: block;
      background: #fff;
      width: 100%;
      margin-left: -10px;
      z-index: 999;
      padding: 20px;
      font-weight: bold;
  }
  .profile_data {
       display: none; 
  }
  .page_border {
    width: 20px;
    z-index: inherit;
  }
  .page_extra_border {
      width: 10px;
      left: 10px;
  }
  .page_content {
      padding: 30px 40px;
      border-bottom: 8px solid #9ca09d;
  }
  .page_thumbnail {
      z-index: -1;
  }
  .container {
      max-width: inherit !important;
  }
}
@media only screen and (max-width: 767.5px) {
  a.header_logo img{
      position: relative;
      left: 20px;
  }
}
@media only screen and (max-width: 487.5px) {
  a.btn.gmail .social {
      height: 100%;
  }
}