:root{
  --cg-red: rgb(193, 39, 45);
  --cg-white: rgb(255,255,255);
  --cg-blue:rgb(22, 63, 112);
  --cg-blue-opaque: rgba(22, 63, 112, .8);
  --cg-white-opaque: rgba(255,255,255,.95);
  --cg-accent-dark: rgb(0, 0, 0);
  --cg-dk-grey: rgb(33, 33, 33);
  --cg-lt-grey: #e3e3e3;
}
html{
  overflow-x: hidden;
  font-size:16px;
}
body{
  font-family: 'Roboto',
  sans-serif;
  height: 100%;
}
h1 {
  color: var(--cg-blue);
  font-size: 2em;
  text-transform:uppercase;
  font-weight: bold;
}
header{
  display: block;
  padding: 0;
  width: 100%;
  top: 0;
}
.review {
  border: 1px solid rgba(0,0,0,.3);
  padding: 2em;
  border-radius: 0.5em;
  margin-bottom: 2em;
}
/*.review p::before{
  font-family: "Font Awesome 5 Free";
  content: "\f10d";
  font-weight: 900;
  font-size: 2em;
  color: rgba(0,0,0,.1);
  float:left;
}
.review p::after{
  font-family: "Font Awesome 5 Free";
  content: "\f10e";
  font-weight: 900;
  font-size: 2em;
  color: rgba(0,0,0,.1);
  float:right;
}*/
.footer{
  background-color: var(--cg-blue);
  color: var(--cg-white);
  min-height: 210px;
  text-align:center;
  padding: 25px 10px 10px;
  margin:0;
}
.footer a:link, footer a:visited{
  color:  var(--cg-lt-grey);
  font-weight: bold;
  font-size: 1.05em;
}
menu, dir {
  display: block;
  list-style-type: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}
::-moz-selection, ::selection{
  background-color:var(--cg-blue);
  color:var(--cg-white)
}
:-ms-input-placeholder, ::placeholder, ::-moz-placeholder, ::-webkit-input-placeholder {
  font-size: 1.25em;
}

/* IDs */
#logo{
  width: 265px;
}
#footer_contact{
  background-color:var(--cg-blue-opaque);
  padding:100px 0;
  margin:0 auto;
}
#footer_contact h4{
  color:var(--cg-white);
  margin:25px 0;
  font-size:26px;
}
#sendMailOverlay{
  position: absolute;
  background-color: var(--cg-white);
  color: var(--cg-blue);
  width: 100%;
  height: 100%;
  z-index: 10;
  font-size: 200%;
  padding-top:10%;
}
#mainContainer {
  background-color:var(--cg-white);
  padding: 10px;
}
#blocks{
  /*margin-top: -65px;*/
  margin-top: -200px;
  background-color:var(--cg-white);
  padding: 10px;
  margin-bottom: 65px;
  border: 10px solid #1d3f6f;
  border-radius: 0.75em;
}
#footer_contact_lead {
  background-color:var(--cg-white);
}

/*Classes*/
.btn-primary {
  background: var(--cg-blue);
  border-color: var(--cg-blue);
}
a.nav-link {
  color : var(--cg-blue);
  font-weight: bold;
}
.scrollUp{
  display :none;
  background-color: var(--cg-blue);
  color : var(--cg-white);
  height : 40px;
  width : 40px;
  position : fixed;
  z-index : 10000000;
  right : 50px;
  bottom : 50px;
  text-align : center;
  border-radius : 50%;
}

.scrollDown {
  display : block;
  background-color: var(--cg-blue);
  color : var(--cg-white);
  position : fixed;
  z-index : 10000000;
  right : 50px;
  top : 150px;
  text-align : center;
  border-radius : 6px;
  padding : 8px;
}
.nav{
  width:100%;
}
.nav-fill .nav-item {
  text-transform: uppercase;
  line-height: 3.00;
}
.bg-light{
  background-color: var(--cg-white) !important;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
.dropdown-menu>li>a {
  display: block;
  padding: 8px 1.25em;
  clear: both;
  font-weight: 400;
  line-height: 1.62;
  color: var(--cg-dk-grey);
  white-space: nowrap;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  text-decoration: none;
}
.dropdown-menu {
  min-width: 160px;
  padding: 10px;
  font-size: 0.875em;
  text-transform: uppercase;
  background-color:var(--cg-white);
  border-bottom: 5px solid  var(--cg-red);
}
.dropdown-menu>.active>a {
  color: var(--cg-white);
  text-decoration: none;
  background-color: transparent;
  outline: 0;
}
/*modal fix to go over nav*/
.modal {z-index: 999999;}
.modal-backdrop {z-index: 99999;}
.noStyle h4{
  color: rgba(255, 255, 255, 0.5);
  margin-top: 3px;
  margin-bottom: 3px;
}
/*************BLOCKS******************/
.block{padding: 10px;}
.block h4{text-transform: uppercase; font-size: 1.25em;}
.block p{
  color: #888888;
}
.accessoryImg{
  width:100%;
  max-width: 139px;
  background-color: var(--cg-white);
  padding: 5px;
  border: 1px solid rgba(0,0,0,.2);
  box-shadow: 5px 5px rgba(0,0,0,.25);
  margin: 0 10px 10px 10px;
}
.background-overlay{
  background-color: rgba(255,255,255,.5);
  margin:-25px;
  padding: 25px;
}
.social-media-container{
  padding:0 0 100px;
  background-color: #999999;
}
.social-media-container h4{
  color: var(--cg-white);
  padding: 25px 0;
  font-size: 26px;
}
.social-connected{
  color:var(--cg-white) !important;
}
/*modal fix to go over nav*/
.modal {z-index: 999999;}
.modal-backdrop {z-index: 99999;}
.noStyle h4{
  color: rgba(255, 255, 255, 0.5);
  margin-top: 3px;
  margin-bottom: 3px;
}
.hover-pointer{
  cursor:pointer;
}
/* button deviations */
.btn-success{
  background-color: var(--cg-white);
  border: solid rgba(0,0,0,.25) 1px;
  padding: 12px 15px;
  color: rgba(33,33,33,.75);
  transition: all ease-in-out .25s;
}
.btn-success.focus, .btn-success:focus {
  color: var(--cg-white);
  background-color: var(--cg-dk-grey);
  border-color: var(--cg-dk-grey);
}
.btn-success-small{
  background-color:var(--cg-blue);
  border-left: var(--cg-dk-grey) 6px solid;
  color: var(--cg-white);
  padding: 4px 8px !important;
  transition: all ease-in-out .25s;
}
.btn-success-small:hover{
  background-color: var(--cg-white);
  color: var(--cg-dk-grey);
  text-decoration:none;
  border: 1px solid var(--cg-blue);
}
.btn-primary{
  transition: all ease-in-out .25s;
}
.spinner{
  max-width: 85px;
  margin: 10px auto 15px;
}
.gallImg {
  box-shadow: 7px 7px 0 var(--cg-black);
  background-color: var(--cg-black);
  margin: 15px 0 !important;
  border: 2px solid var(--cg-black);
  cursor: pointer;
  border-radius: 4px;
}
.gallImg .help-block{
  color: var(--cg-white);
  padding: 4px 8px;
  font-weight: normal;
  text-transform: uppercase;
}
.gallImg img{height:170px;width: 100%;}
.btn-success:hover {
  color: var(--cg-dk-grey);
  background-color: initial;
  border-color: initial;
}
.loadingText{color: var(--cg-blue) !important;}
/**************CARD STYLES***************/
.card, .showcase {
  height: 125px;
  margin: 0 0 10px;
  cursor: pointer;
}
.front, .back{
  border: 1px solid rgba(0,0,0,.25);
  padding: 10px;
  border-bottom: 12px solid var(--cg-blue);
  box-shadow: 3px 3px rgba(0,0,0,.15);
}
.front h4{
  margin-top: 5px;
  margin-bottom: 5px;
}
.front{
  background-color: var(--cg-white);
}
.back{
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--cg-white)', endColorstr='var(--cg-white)',GradientType=0 );
}
.product-small{
  max-width: 100px;
  float:left;
  height:100%;
  max-height: 170px;
  margin: 0 auto 15px;
  border: 1px solid rgba(0,0,0,.1);
  box-shadow: 5px 5px rgba(0,0,0,.25);
  margin-right: 35px;
}
/**************FORM STYLES***************/
.rf_notice {
  font-size:.8em;
  text-align: center;
}
.FlowupLabels .fl_label {
  cursor: text;
}
.rf_submit {
  background:none;
  border-radius: 4px;
  color: #bf0d2f;
  font-size: 18px;
  padding: 5px 25px;
  display: block;
  margin: auto;
}
.rf_submit:hover {
  cursor:pointer;
  background:var(--cg-blue);
  color: #bf0d2f;
}
.rf_submit:focus {
  outline:none;
  border: 1px solid var(--cg-blue);
}
.FlowupLabels .fl_wrap {
  /* Can change */
  margin: 1.25em auto; /* change 0 to auto for center alignment */
  /* Don't change */
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* initial label state */
.FlowupLabels .fl_label {
  top: 8px;
  left: 15px;
  position: absolute;
  z-index: 3;
  -webkit-transition: all .05s linear;
  -moz-transition: all .05s linear;
  font-size: 1.25em !important;
}
.FlowupLabels .fl_wrap.focused .fl_label,
.FlowupLabels .fl_wrap.populated .fl_label,
.no-js .FlowupLabels .fl_label {
  top: 0;
  font-size: 12px !important;
  color: #555;
}
.FlowupLabels .fl_wrap.focused .fl_label {
  color: var(--cg-blue);
}
label {
  color: #FFFFFF;
  font-size: 1.05em;
  text-transform: uppercase;
}
.form-control{
  box-shadow: none;
  border-radius: 0;
}
select.input-lg {
  height: 46px;
  line-height: inherit !important;
}
select[multiple].input-lg, textarea.input-lg {
  height: inherit;
}
.FlowupLabels .fl_input {
  background: var(--cg-white);
}
/**************MAP/IFRAME STYLES*************/
.map-container {
  width: 100%;
  margin: 50px 0 0;
}
.map-container iframe{
  width: 100%;
  display: block;
  pointer-events: none;
  position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked{
  pointer-events: auto;
}
.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  background-image: url(../img/hero-background.jpg);
  background-size:cover;
  background-attachment: fixed;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.hero {
  display: inline-block;
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
  z-index: -1;
  /*background: rgba(0,0,0,.35) !important;*/
}
.header {
  /*position: absolute;*/
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  background-image: url(../img/header-background.png);
  background-repeat: repeat-x;
  background-position: bottom;
  min-height: 131px;
}
#hero-text{
  border-radius: 6px;
  padding: 25px 15px;
  display: block;
  position:absolute;
  font-size: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -ms-animation: fadein 2s;
  -o-animation: fadein 2s;
  color: var(--cg-blue);
  width: 100%;
}
#hero-text p.large {
  font-size:1.1em;
  line-height: 1.42857143;
}
#hero-text p{
  line-height: 1.42857143 !important;
}
.hero-bg{
  padding-top: 150px;
}
.hero-bg h2 {
  color: var(--cg-white);
  font-size: 2.5em;
  font-weight: bold;
}
.hero-bg p{
  color: var(--cg-white);
  font-size: 1.75em;
}
/**************SEARCH*******************/
.navbar-search{
  margin-top:0 !important;
}
.searchDiv{
  padding: 25px;
}
#searchBar{
  max-width: 21.25em;
  margin-top: 8px;
}
#searchGo, #searchInputGo{
  background-color:var(--cg-blue);
  color: var(--cg-white);
  cursor:pointer;
  border:none;
  transition: all ease-in-out .25s;
}
#searchGo:hover, #searchInputGo:hover{
  background-color:var(--cg-blue);
}
.searchbox {
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(221,221,221,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--cg-white)', endColorstr='#dddddd', GradientType=0 );
  display: block;
  border: 1px solid rgba(221,221,221,1);
  border-radius: 4px;
  margin: 6px 0;
  padding: 10px 35px;
}
.searchbox img{
  width:100px;
  height:100px;
  float:left;
  margin: 0 25px 0 0;
}
.searchbox h3{
  color:var(--cg-blue);
  margin-top:0;
  border-bottom: 1px solid var(--cg-blue);
}
#searchBarModal{
  width:100%;
}
#img_holder {
  display: none;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0,0,0,.9);
  position: fixed;
  z-index: 999999;
  top: 0;
  padding-top: 25px;
  overflow: hidden;
  left: 0;
  text-align:center;
}
/**************SLIDERS/CAROUSELS**************/
.item { margin: 0 auto !important;}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  top: 40%;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  width: 40px;
  margin-top: -7px;
  font-size: 19px;
  color:var(--cg-blue);
  opacity: 1;
  padding: 5px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  width: 40px;
  height: 50px;
  margin-top: -7px;
  font-size: 19px;
  color:var(--cg-blue);
  opacity: 1;
  border-radius: 75% 0 0 75%;
  right: 0;
  line-height: 37px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  width: 40px;
  height: 50px;
  margin-top: -7px;
  font-size: 19px;
  color:var(--cg-blue);
  opacity: 1;
  border-radius: 0 75% 75% 0;
  left: 0;
  line-height: 37px;
}
.item img{
  margin:0 auto;
}
.item .carousel-caption{
  max-width: 800px;
  border-radius: 8px;
  text-shadow: none;
  background-color: rgba(255,255,255,.8);
  background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.3) 48%, rgba(255,255,255,0.9) 99%, rgba(255,255,255,0.9) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.3) 48%,rgba(255,255,255,0.9) 99%,rgba(255,255,255,0.9) 100%);
  background: linear-gradient(135deg,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.3) 48%,rgba(255,255,255,0.9) 99%,rgba(255,255,255,0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#e6ffffff',GradientType=1 );
}
.carousel-item img {
  width: 100%;
  max-height: 400px;
}
.carousel {
  top: 0;
  border-bottom: 10px solid var(--cg-red);
  margin-bottom: 25px;
  background-image: url(../img/header-background.png);
  padding-bottom: 45px;
  background-repeat: repeat-x;
  background-position: bottom;
}
.carousel-caption a{
  color: rgba(33,33,33,1) !important;
}
.carousel-caption a:hover, .carousel-caption a:visited{
  text-decoration: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: initial;
}
.carousel-caption .fa-quote-left{
  color: rgba(33,33,33,1);
  margin-right: 15px;
  font-size: 35px;
}
.item h4 {
  display: block;
  padding: 8px;
  text-align: center;
  margin: 1px;
}
.item p{
  font-size: 1.25em;
  max-width:750px;
  word-wrap:break-word;
  text-align: left;
  margin: 10px 15px;
  text-transform: uppercase;
}

.item  p.signature{
  font-size: 18px;
  text-align: right !important;
  font-style: italic;
  color: rgba(33,33,33,1);
  line-height: 1.00;
  text-transform: uppercase;
}
.item h4{
  color:var(--cg-blue);
}

.item-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.carousel-control.right, .carousel-control.left {
  background-image: none;
  filter: none;
}

#slider-holder{
  border-bottom: 1px solid rgba(0,0,0,.02);
}

#main-slider .item{
  background-color: var(--cg-white);
  padding: 8px;
  border-radius: 3px;
  min-height: 330px;
  box-shadow: 0 0 5px #999;
}
/************ REVIEWS ***************/
.open-quote{
  font-size: 72px;
  position: absolute;
  color: rgba(0,0,0,.05);
}
.close-quote{
  font-size: 72px;
  position: absolute;
  color: rgba(0,0,0,.05);
  top: 1.25em;
  right: 36px;
}
.speech-bubble {
  background: #e3e3e3;
  position: relative;
  border-radius: 15px;
  border: 2px solid rgba(0,0,0,.25);
  padding: 1.25em 35px;
}

.speech-bubble:after {
  content: '';
  position: absolute;
  right: 0;
  top:55px;
  width: 0;
  height: 0;
  border: 1.25em solid transparent;
  border-left-color: #AAAAAA;
  border-right: 0;
  border-bottom: 0;
  margin-top: -10px;
  margin-right: -1.25em;
}
.review {
  font-size: 1.25em;
  margin: 35px 0;
}
.review-form {
  margin: 50px 0;
  border-top: 1px solid rgba(0,0,0,.05);
  padding: 50px 0;
}
.review:last-child{
  margin-bottom: 25px;
}

.review .quote{
  text-align:justify;
  min-height:130px;
}

.review .service{
  text-transform: capitalize;
  text-align: right;
  text-shadow: 1px 1px 1px #000;
}
.review .reviewSignature{
  text-align:center;
  text-transform:capitalize;
  font-style: italic;
}
.review img{
  max-width: 450px;
  margin-left: 15px;
}
.review h4{
  font-size: 25px;
}
.icon-review{
  background-color: #be0d2e;
  border-radius: 50%;
  display: inline-block;
  color: var(--cg-white);
  padding: 10px 12px;
  font-size: 44px;
  margin: 10px 0;
  border: 2px solid #aaaaaa;
}
.icon-review-sig{
  display:block;
}
.imageLoad {
  background-color: rgba(0,0,0,.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999 !important;
}
#logo-mobile{
  display:none;
}
@media(max-width:768px){
  .service{
    float:none;
    text-align: center;
  }
  .home-iframe{
    margin: 0 0 25px;
  }
  #logo{
    display: block;
    max-height:40px;
    margin: 0 auto;
  }
  #mainContainer img {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto 15px !important;
    float:none !important;
  }
  #mainContainer p{
    clear:both;
  }
  #mainContainer  .gallImg img{
    height: 250px !important;
    width: 100% !important;
  }
}
@media(max-width:469px){
  #logo-mobile{
    display:block;
    max-width: 300px;
    margin: 15px auto 0;
  }
  .review{
    font-size: 1em;
    padding:8px;
  }
  .hero-bg {
    padding-top: 40px;
  }
  #headerMargin {
    min-height: 0;
  }
  header {
    min-height: 0;
  }
  .youtube-iframe {
    max-width:100%;
    max-height: 200px;
  }
  .header {
    min-height: 161px;
  }

  a.nav-link{
    background-color: var(--cg-blue) !important;
    color: #FFFFFF !important;
  }
  /* .navbar-inverse {
     background-color: transparent;
     border-bottom:none;
   }
   .navbar-inverse .navbar-nav>li>a {
     border-right: none;
     height: auto;
   }

   .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
     padding: 8px 12px;
   }
   .navbar-toggle {
     background-color: rgba(255,255,255,.99);
   }
   .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
     color: #333;
     background-color: transparent;
   }*/

}
.left-arrow{
  display: inline-block;
  position: relative;
  background:var(--cg-blue);
  padding: 7px;
  padding-left: 30px;
  margin-left: 30px;
  margin-bottom: 3px;
  width: 100%;
  transition:all ease-in-out .20s;
}
.left-arrow:after{
  content: '';
  display: block;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -1.25em;
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-right: 19px solid var(--cg-blue);
  border-bottom: 19px solid transparent;
  border-left: 19px solid transparent;
}
.left-arrow:hover{
  opacity: .8;
  background-color: #666666;
}
#bio-image-wrapper{
  margin: 0 auto;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  max-width: 300px;
  max-height: 300px;
}
#bio-image-wrapper  img{
  margin:0 auto;
}
.bio-card {
  border: 1px solid rgba(0,0,0,.15);
  background-color: #e3e3e3;
  padding: 5px 5px 0;
  margin: 10px 0;
}
.bio-card p{
  color: #666666;
  font-weight:bold;
}
.bio-card img{
  border: 3px solid var(--cg-white);
  float: left;
}
.source-div{
  border-top: 1px solid rgba(0,0,0,.2);
}
.source-div p{
  font-size: 75%;
}
.youtube-iframe {
  padding: 6px;
  background-color: var(--cg-white);
  border: 1px solid rgba(0,0,0,.15);
  margin-left:25px;
}
hr{
  margin: 50px 0;
}

legend {
  border-bottom: 2px solid var(--cg-blue);
}
#notice .alert.alert-danger {
  font-size: 18px;
}
#notice .alert.alert-danger span{
  padding-left:25px
}
#notice .alert.alert-danger span:first-of-type{
  font-weight:bold;
  padding-left:0;
}
/*retains aspect ratio for youtube videos @100% width*/
.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 51%;
}
.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
}
.btn-light{
  background-color: var(--cg-white);
  color: var(--cg-red) !important;
}
.iframe-right {
  float:right;
  margin-left:25px;
  height: 315px;
}
.img-left{
  float:left;
  margin-right: 25px;
}