h1, h2, h3, h4, h5, h6 {
  color: #0092A7;
}

p {
  font-size: 16px;
  color: #444;
}

.fancybox img {
  transition: all 0.2s linear;
}

.fancybox img:hover {
  transform: scale(1.1);
}

.fancybox img {
 
}


.navigation .current a, .navigation .current a:link, .navigation .current a:visited { 
 background-color: #F08927;
}

#navigation li a {
   
  transition: all;
  transition-duration: 0.5s;
}

#navigation li a:hover {
   background-color: #FFB06B;
    color: #FFFFFF;
}

#main {
  background-color: #D1F1F9;
}

input, textarea {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    font-size: 13px;
    padding: 6px;
  width: 50% !important;
}

#submit-element {
  margin: 0! important;
  padding: 0 !important;
}

#submit-element input {
  cursor: pointer;
  margin: 0;
  padding: 8px;
  color: #fff;
  border: none;
  font-size: 16px;
  background: #0092a7; /* Old browsers */
background: -moz-linear-gradient(top,  #0092a7 0%, #00727f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0092a7), color-stop(100%,#00727f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0092a7 0%,#00727f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0092a7 0%,#00727f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0092a7 0%,#00727f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0092a7 0%,#00727f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0092a7', endColorstr='#00727f',GradientType=0 ); /* IE6-9 */
}

#submit-element input:hover {
background: #0092a7; /* Old browsers */
background: -moz-linear-gradient(top,  #0092a7 0%, #4ed8e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0092a7), color-stop(100%,#4ed8e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0092a7 0%,#4ed8e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0092a7 0%,#4ed8e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0092a7 0%,#4ed8e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0092a7 0%,#4ed8e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0092a7', endColorstr='#4ed8e8',GradientType=0 ); /* IE6-9 */

}
