html, body, h1, h2, h3, p, ul, ol, li, table, tr, th, td, form, fieldset, legend, label, input, select, textarea, button, iframe {
  margin: 0px;
  padding: 0px;
}

header, nav, section, article, aside, footer {
  display: block;
}

html {
  overflow-y: scroll;
}

body {
  background: none;
  color: #000;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 300;
  font-size: 12px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

h2 {
   color: #e40379;
   font-size: 27px;
   font-weight: 400;
}


a {
  background: transparent;
  color: #0000FF;
  text-decoration: none;
  outline: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

img {
  border: none;
  vertical-align: middle;
}

ul, ol {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

label {
  cursor: pointer;
}

input, select, textarea, button {
  font-family: inherit;
  font-size: 100%;
  outline: none;
}

button {
  border: none;
  overflow: visible;
  cursor: pointer;
}

b, strong, .bold {
  font-weight: bold;
}

/*** CLEARFIX ***/

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}
/*** SITE TOP ***/
.site-top{
  height: 106px;
}
.site-top .top-content {
  width: 886px;
  margin: 0px auto;
}

.site-top .top-content img {
  display: table-cell;
  vertical-align: middle;
  margin: 10px auto;
}
/*** SITE HEADER ***/

.site-header {
  height: 50px;
  position: relative;
  z-index: 9999;
}

.site-header .bg {
  background: #df1080;
  position: relative;
  z-index: 9999;
  
}

.site-header .header-content {
  width: 886px;
  margin: 0px auto;
}

.site-header .logo {
  float: left;
  margin-top: 12px;
}


/*** SITE NAVIGATION ***/

.nav {
  background: url("/images/content/menu_bg.png") repeat-x;
  position: relative;
  width: 100%;
  padding-bottom: 0px;

}

.nav ul {
    margin:0;
    padding:0;
    list-style-type:none;
    text-align:center;
    height: 53px;


}

.nav ul li {
  display:inline-block;
  position: relative;
  margin: 15px 30px 0px 0px;
  color:#fff;
  text-shadow: 1px 1px rgba(0,0,0,0.2);
  padding: 5px;
  font-size: 16px;
}

.nav ul li a:hover {
  text-decoration: none;
}



.nav ul li a {
  color:#fff;
}

.nav ul li a:hover {
  text-decoration: none;
}

.nav li a:hover:after, .nav ul li.selected:after {
  background: transparent url(/images/content/menu_hover_triangle.png) no-repeat;
  bottom: -39px;
  content: " ";
  height: 35px;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  width: 105px;
  z-index: 1;
}

/*** SITE BODY ***/

.erb-image-wrapper{
  max-width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  z-index: 99; 
}

.erb-image-wrapper img {
  width: 100% !important;
  height: 606px;
  display: block;
}
.site-body {

}

.site-body h1 {
  padding: 10px 0px 14px 0px;
  font-size: 16px;
  font-weight: bold;
}
/*** SLIDER ***/
.slider-container{
  position: relative;
  max-height: 600px;
}
.slider-container .transparency{
  background-color: rgba(255, 255, 255, 0.90);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
}
/*** SERVICES ***/
.service-list {
  margin: 20px 15px;
}
.service-list li {
  list-style-image: url(/images/list2.png);
  list-style-position: outside;
  margin: 0 0 12px 0;
  line-height: 90%;
  color: #484848;
  font-size: 16px;  
}

.service-list-second {
  margin: 20px 15px;
}
.service-list-second li {
  list-style-image: url(/images/list2.png);
  list-style-position: outside;
  margin: 0 0 12px 0;
  color: #fff;
  font-size: 16px;  
}
.services-container {
  height: auto;

}
.services-container .bg {
  background: rgb(237,243,248); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(237,243,248,1) 0%, rgba(228,233,235,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,243,248,1)), color-stop(100%,rgba(228,233,235,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(237,243,248,1) 0%,rgba(228,233,235,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(237,243,248,1) 0%,rgba(228,233,235,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(237,243,248,1) 0%,rgba(228,233,235,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(237,243,248,1) 0%,rgba(228,233,235,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf3f8', endColorstr='#e4e9eb',GradientType=0 ); /* IE6-9 */

  position: relative;
  z-index: 980;
}
.services-content {
  width: 886px;
  margin: 0px auto;
  padding-bottom: 50px;
}
.services-content h1 {
   color: #e40379;
   font-size: 27px;
   font-weight: 400;
}
.services-content p {
  color: #484848;
  font-size: 16px;
}

.services-absolute{
  margin-top: -60px;
}


.service-container-togg {
  background: #C5C5C5;
  padding-top: 35px;
  display: none;
}

.service-container-togg .service-content-togg {
  width: 886px;
  margin: 0px auto;
}



.service-detail{
  display: none;
  background: #474747;
  padding: 15px;
  color: #000;
  margin-bottom: 15px;
  padding-top: 30px; 
  font-size: 16px;
}
.service-container-togg .service-content-togg p{
  padding: 10px 0px;
  font-size: 16px;
}
.service-container-togg .service-content-togg img{
  padding: 10px;
  float: left;
  padding-left: 0px;
  width: auto !important;
}
.service-container-togg .service-content-togg .close-detail-holder {
  position: relative;

}
.service-container-togg .service-content-togg .close-detail-holder img.close-detail{
  position: absolute;
  cursor: pointer;
  right: -25px;
  top: -15px;
  }

.service-content-togg h3 {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #e40379;
  font-size: 22px;
}
.service-content-togg a {
  color: #e11281;
  text-decoration: underline;
}

/*** SAVE - SERVICES ****/

.save_item {
  width: 48%;
  float: left;
  margin-right: 15px;
  margin-bottom: 35px;
  height: 190px;
  background: #D1D1D1;
  box-shadow: 0px 0px 10px rgba(136, 136, 136, 0.14);
  -webkit-border-radius: 3px; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 3px; 
  
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 3px;   
}
.save_item .img_col {
  margin: 10px 12px;  
  padding-top: 10px;
  border-radius: 100px;
  width: 150px;
  height: 150px;
  border: 4px solid white;
  overflow: hidden;
  background: #fff;
  /*box-shadow: 1px 1px 9px #888888;*/
  margin-right: 15px;
}
}
.save_item .img_col img {  
    display:block;
    margin:auto;
}
.save_item .img_col , .save_item .detail_col {
  float: left;
}
.save_item .detail_col{
  padding: 10px 0;
  font-size: 16px;
  width: 230px;
}
.save_item ul {
  margin-left: 15px;
}
.save_item ul li{
  list-style-type: disc;

}
.save_item span.title{
  font-weight: bold;
  margin-top: 10px;
  display: block;
  padding-bottom: 10px;
}


.diag_item {
  width: 48%;
  float: left;
  margin-right: 15px;
  margin-bottom: 35px;
  height: 190px;
  background: #D1D1D1;
  box-shadow: 0px 0px 10px rgba(136, 136, 136, 0.14);
  -webkit-border-radius: 3px; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 3px; 
  
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 3px;   
}
.diag_item .img_col {
  margin: 10px 12px;  
  padding-top: 10px;
  border-radius: 100px;
  width: 150px;
  height: 150px;
  border: 4px solid white;
  overflow: hidden;
  background: #fff;
  /*box-shadow: 1px 1px 9px #888888;*/
  margin-right: 15px;
}
.diag_item .img_col img {  
    display:block;
    margin:auto;
}
.diag_item .img_col , .diag_item .detail_col {
  float: left;
}
.diag_item .detail_col{
  padding: 10px 0;
  font-size: 16px;
  width: 230px;
}
.diag_item ul {
  margin-left: 15px;
}
.diag_item ul li{
  list-style-type: disc;

}
.diag_item span.title{
  font-weight: bold;
  margin-top: 10px;
  display: block;
  padding-bottom: 10px;
}
.diag_item p{
  padding-top: 0px !important; 
  padding-bottom: 0px !important; 
}


.rent_item {
  width: 48%;
  float: left;
  margin-right: 15px;
  margin-bottom: 35px;
  height: 280px;
  background: #D1D1D1;
  box-shadow: 0px 0px 10px rgba(136, 136, 136, 0.14);
  -webkit-border-radius: 3px; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 3px; 
  
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 3px;  
}
.rent_item .img_col {
  margin: 10px 12px;  
  padding-top: 10px;
  border-radius: 100px;
  width: 150px;
  height: 150px;
  border: 4px solid white;
  overflow: hidden;
  background: #fff;
  /*box-shadow: 1px 1px 9px #888888;*/
  margin-right: 15px;
}
.rent_item .img_col img {  
    display:block;
    margin:auto;
}
.rent_item .img_col , .rent_item .detail_col {
  float: left;
}
.rent_item .detail_col{
  padding: 10px 0;
  font-size: 16px;
  width: 230px;
}
.rent_item ul {
  margin-left: 15px;
}
.rent_item ul li{
  list-style-type: disc;
}

.rent_item span.title{
  font-weight: bold;
  margin-top: 10px;
  display: block;
  padding-bottom: 10px;
}

/*** ABOUT - US  ***/
.about-us {
  position: relative;
  z-index: 1;
}

.about-us .bg {
  background: #5195EA url('/images/content/about-us.jpg');
  background-repeat:no-repeat;
  background-size: 105%;
  position: relative;
  min-height: 590px;
  z-index: 980;
}

.about-us .about-content {
  width: 886px;
  margin: 0px auto;
}
.about-us .about-content h2 {
   padding-top: 80px;
   padding-bottom: 35px;
   color: #e40379;
   font-size: 27px;
   font-weight: 400;
}
.about-us .about-content p {
  color: #fff;
  font-size: 16px;
}
.about-us .about-content .more-button-wrapper{
  margin: 60px 0;
  width: 100%;
  text-align: center;
}
.about-us .about-content .more-button{
  display: inline-block;
  background: transparent;
  border: solid 2px #fff;
  background-color: transparent;
  font-size: 17px;
  padding: 10px;
  text-align: center;
  width: 33%;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
}

.about-us .logo {
  float: left;
  margin-top: 12px;
}

.about-more {
  display: none;

}
.about-us-more {
  display: none;
  background-color: #689DDF;
}
.about-more-content{
  width: 886px;
  margin: 0 auto;
  color: #fff;
  padding: 15px;
}

.about-more-content p{
  font-size: 15px;
}

/*** SERVICES ***/

.services {
  padding-top: 45px;
 /* margin-left: -95px;*/
  min-height: 250px;
}

.services .center {
  width: 1000px;
  margin: 0px auto;
}

.services h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 26px 0px 24px 52px
}


.services ul {
  padding: 0px 5%;
}

.services li {
  margin-right: 20px;
  cursor: pointer;
  width: 30%;
  float: left;
  text-align: center;
}

.services .image {
  padding: 0px 5%;
}

.services .img {
  display: block;
  width: 100%;
}

.services .title {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  padding-top: 12px;
  height: 50px;
}

.services .hypen {
  display: none;
}


/*** CONTACT ***/

.contact {
  position: relative;
  z-index: 1;
  font-size: 16px;
  margin-bottom: 20px;
}

.contact .bg {
  background: #ffffff;
  height: 270px;
  padding-bottom: 40px;
}

.contact .contact-content {
  width: 886px;
  margin: 0px auto;
}

.about-us .logo {
  float: left;
  margin-top: 12px;
}

.contact .contact-content h2 {
   padding-top: 65px;
   padding-bottom: 30px;
   color: #e40379;
   font-size: 27px;
   font-weight: 400;
}

.contact .contact-content .span4 {
   float: left;
   width: 65%;
   padding-right: 5px;
   line-height: 22px;
}

.contact .contact-content .span6 {
   float: left;
   width: 20%;
   padding-right: 5px;
   line-height: 22px;
}


.contact .contact-content .span5 {
   float: left;
   width: 22%;
   padding-right: 5px;
   line-height: 22px;
}

.contact .contact-content .span3 {
   float: left;
   width: 12%;
   padding-right: 5px;
   line-height: 22px;
}

.contact .contact-content .span2 {
   float: left;
   width: 18%;
   padding-right: 5px;
   line-height: 22px;
}

.contact .contact-content .span-fullsize {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.contact .contact-content a{
  color: #e11281;
  text-decoration: underline;
}
/*** CONTACT FORM ***/

.contact-form {
  border-bottom: 28px solid #f5dd0b;
}

.contact-form .center {
  width: 1000px;
  margin: 0px auto;
}

.contact-form .content {
  padding: 26px 42px 34px 42px;
}

/*** COMPANY INFO ***/

.company-info {
  background-color: #f8da06;
}

.company-info .center {
  width: 1000px;
  height: 30px;
  margin: 0px auto;
}

.company-info .title {
  padding: 37px 0px 0px 48px;
  font-size: 18px;
}


/*** FORM ***/

.form {
  padding-top: 16px;
}

.form fieldset {
  border: none;
  background-color: #fff;
}

.form .form-field {
  padding: 5px 0px;
}

.form .form-field:after {
  display: block;
  clear: both;
  content: "";
}

.form .field-label {
  float: left;
  width: 242px;
  padding-top: 9px;
  text-align: right;
}

.form .field-label label {
  padding-right: 12px;
}

.form .req {
  background: url(/images/icon_field_required.png) right 4px no-repeat;
}

.form .field-content {
  margin-left: 248px;
}

.form input, .form textarea, .form select {
  padding: 8px 6px;
  border: 1px solid #48484a;
  background-color: #fff;
  color: #303030;
}

.form input {
  width: 250px;
}

.form textarea {
  width: 380px;
}

.form select {
  width: 180px;
}

.form input.invalid, .form textarea.invalid, .form select.invalid {
  border: 1px solid #901f1a;
  -webkit-box-shadow: 0px 0px 5px #901f1a;
  -moz-box-shadow: 0px 0px 5px #901f1a;
  box-shadow: 0px 0px 5px #901f1a;
}

.form .error-msg {
  display: block;
  margin-top: 2px;
  padding: 5px 5px 5px 18px;
  background: url(/images/icon_field_invalid.png) 0px center no-repeat;
  color: #901f1a;
  font-size: 11px;
  font-weight: bold;
}

.form .form-actions {
  padding: 5px 0px 5px 248px;
}

.form .captcha {
  display: none;
}

.form button {
  margin-right: 5px;
  background-color: #ffd302;
  border-radius: 5px;
  padding: 6px 6px;
  font-size: 16px;
}

.form button:hover {
  background-color: #ffe43b;
}

/*** SITE FOOTER ***/

.site-footer {
  background-color: #2e2e2e;
  color: #fff;
}

.site-footer .center {
  width: 960px;
  margin: 0px auto;
  font-size: 14px;
  padding: 8px 0px;
}

.site-footer .copyright {
  float: left;
}

.site-footer .webdesign {
  float: right;
}

.site-footer a {
  color: #fff;
}

.points input{
  width: 150px;
  padding: 8px 6px;
  border: 1px solid #48484a;
  background-color: #fff;
  color: #303030;
}

.points select{
  width: 165px;
  padding: 8px 6px;
  border: 1px solid #48484a;
  background-color: #fff;
  color: #303030;
}


/*** PLUGINS ***/

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  left: 0px;
  background: #fff;
  border-top: 0px;
  
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
      -ms-transform: translatez(0);
      -o-transform: translatez(0);
      transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.bx-wrapper, .bx-viewport {
    max-height: 600px !important;
}
/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/images/plugins/bxslider/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(/images/plugins/bxslider/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(/images/plugins/bxslider/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9989;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(/images/plugins/bxslider/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/images/plugins/bxslider/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}


/*** OUR-WORK ***/
.our-work {
  position: relative;
  z-index: 1;
}

.our-work .bg {
  background-color: #ececec;
  background-repeat:no-repeat;
  background-size: 105%;
  position: relative;
  min-height: 590px;
  z-index: 980;
}

.our-work .work-content .gallery {
  margin-bottom: 30px;
  background-color:rgba(255,255,255,0.8);
  padding: 10px;
  box-shadow: 3px 3px 10px #d1d1d1;
}


.our-work .work-content .gallery:hover {
  box-shadow: 3px 3px 4px #d1d1d1;
  background-color:rgba(255,255,255,0.7);
}

.our-work .work-content .gallery img {
  margin: 0px 5px 5px 0px;
}
.our-work .work-content {
  max-width: 886px;
  margin: 0px auto;
  padding: 30px 10px 10px 10px;
}
.our-work .work-content h2 {
   padding-top: 0px;
   padding-bottom: 10px;
   color: #e40379;
   font-size: 22px;
   font-weight: 400;
}
.our-work .work-content p {
  color: #fff;
  font-size: 16px;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


.our_services_block {
	float:left;
	width:45%;
}

.poet_block {
	font-size: 14px;
	font-style: italic;
	padding: 0px 0px 0px 20px;
	line-height: 20px;
	margin-top: 80px;
	margin-left: 20px;
	border-left: 1px solid #e2e2e2;
}	
