body {

   font-family: "Open Sans";
padding:0;
margin:0;
}

.index_con {
width:1070px;
margin:0 auto;
text-align: center;
}

#menu-container {
    background: #243238;
    height: 39px;
    box-shadow: 0px 3px 10px #373737;


}

#menu-container a {
color:#bdbdbd;
text-transform: uppercase;
text-decoration:none;
font-size:15px;
}

#menu-container a:hover {
color:white;
font-weight:bold;
text-decoration:underline;
}

.header_img {

    width: 100%;
   
    background: url(../images/text_bg.jpg);

    background-position: center bottom;
    background-repeat: repeat-x;
 box-shadow: 0px 1px 20px #373737;
}

.resblue {
    width: 100%;
   
    background: url(../images/resbg.jpg);

    background-position: center bottom;
   

}

p {
font-size: 19px;
   font-family: "Open Sans";
color: #43545b;
text-align:left;
line-height: 1.8em;
}

#footer {
    background-color: #fff9e9;
    width: 100%;
}

h1 {
    text-transform: uppercase;
    font-size: 40px;
font-family: "Times New Roman", Georgia, serif;
    color: #2c7ea4;
    text-align: center;
margin-top:15px;
margin-bottom:15px;


}

.text_borders {
border:2px solid #f16504; 
border-radius:0px; 
padding:0px; 
color: #243238; font-size: 17px;     
-webkit-box-shadow: 0px 0px 30px -4px rgba(0,0,0,0.44);
-moz-box-shadow: 0px 0px 30px -4px rgba(0,0,0,0.44);
ox-shadow: 0px 0px 30px -4px rgba(0,0,0,0.44);
width:90%;
background-color:white;
}

.text_borders2 {
border:2px solid #B14141; 
border-radius:0px; 
padding:0px; 
color: #243238; font-size: 17px;     
-webkit-box-shadow: 0px 0px 30px -4px rgba(0,0,0,0.44);
-moz-box-shadow: 0px 0px 30px -4px rgba(0,0,0,0.44);
ox-shadow: 0px 0px 30px -4px rgba(0,0,0,0.44);
width:90%;
background-color:white;
}

.app_bg {
background: white;
border-top:1px dashed silver;
}

.contacts_bg {
    width: 80%;
background-color:white;

  border:1px solid #e4e4e4;
}


.cmt_avatar {
border: 2px solid #fff;
    border-radius: 5%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.cmt_name {
color:#f16504;
font-weight:bold;
font-size:19px;
}

.cmt_text {
font-size: 15px;
   font-family: "Open Sans";
color: #43545b;
line-height: 1.5em;
}

.cmt_left {
float:left; border:0px solid red; width:10%;
}

.cmt_right {
float:right;    
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, .15); 
background-color:white; padding:10px; width:87%; text-align:left;
}

.cmt_a {
font-weight:bold;
font-size:14px;
float:right;
}

.cmt_input {
    background-color: #fcfcfc;
    border: none;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
color: #243238;
 
    font-size: 16px;
    padding: 5px 10px;
    outline: none;
    width: 70%;
    -webkit-transition: 350ms box-shadow;
    -moz-transition: 350ms box-shadow;
    -ms-transition: 350ms box-shadow;
    -o-transition: 350ms box-shadow;
    transition: 350ms box-shadow;
}

.cmt_input_submit {
background-color: #2c7ea4;;
    border: none;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    color: #fff;
    cursor: pointer;
    display: block;
    margin-left: auto;
    outline: none;
    padding: 6px 15px;
    float: left;
    -webkit-transition: 350ms box-shadow;
    -moz-transition: 350ms box-shadow;
    -ms-transition: 350ms box-shadow;
    -o-transition: 350ms box-shadow;
    transition: 350ms box-shadow;
}

.imgborders {
    box-shadow: 0 2px 0 rgba(0,0,0,.04), inset 0 1px 0 0 #fff;
    border: 1px solid #e4e4e4;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #ccc;
    padding: 8px;
    border-radius: 5px;
    background: -webkit-linear-gradient(top, #fafafa 0, #f4f4f4 100%);
    background: linear-gradient(to bottom,#fafafa 0,#f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f4f4f4', GradientType=0);
}

a {    color: #337ab7; }
a:hover { text-decoration:none; }

.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding: 10px;
  width: 80%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\003C';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}



.email_in {
    width: 60%;
    padding: 15px 25px;
    margin: 8px 0;
    box-sizing: border-box;
    border: none;
    background-color: #3CBC8D;
    color: white;
font-size:18px;
}

.email_submit {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 60%;
}

.email_submit:hover {
    background-color: #45a049;

}

.video_op {
float:left; width:47%; 
margin:3px;

    box-shadow: 0 2px 0 rgba(0,0,0,.04), inset 0 1px 0 0 #fff;
    border: 1px solid #e4e4e4;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #ccc;
    padding: 8px;
    border-radius: 5px;
    background: -webkit-linear-gradient(top, #fafafa 0, #f4f4f4 100%);
    background: linear-gradient(to bottom,#fafafa 0,#f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f4f4f4', GradientType=0);


}

.photo_op {
float:left; width:22.5%; 
margin:3px;

    box-shadow: 0 2px 0 rgba(0,0,0,.04), inset 0 1px 0 0 #fff;
    border: 1px solid #e4e4e4;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #ccc;
    padding: 8px;
    border-radius: 5px;
    background: -webkit-linear-gradient(top, #fafafa 0, #f4f4f4 100%);
    background: linear-gradient(to bottom,#fafafa 0,#f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f4f4f4', GradientType=0);


}

.photo_op:hover {
border: 1px solid orange;
}

.blink {
  animation: blinker 1s step-start infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}



.lightbox {
  /** Hide the lightbox */
  display: none;

  /** Apply basic lightbox styling */
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: black;
  background: rgba(0,0,0,0.8);
}

.lightbox img {
  /** Pad the lightbox image */
  max-width: 90%;
  max-height: 90%;
  margin-top: 2%;
}

.lightbox:target {
  /** Show lightbox when it is target */
  display: block;

  /** Remove default browser outline style */
  outline: none;
}