/*!
* Copyright 2017 Husnu Darici

/*------------------------------------------------------------------//
  Favorites                           
  .value(@value) { parameter: @value; parameter: @value; }      
//------------------------------------------------------------------*/

* {
    outline: 0
}

ul {
    padding: 0!important;
    margin: 0!important;
    list-style-type: none!important
}

img {
    pointer-events: none!important
}

a {
    text-decoration: none!important
}

.row {
    margin: 0;
    width: 100%
}

.right {
    float: right!important;
    display: block
}

.left {
    float: left!important;
    display: block
}

.container,
.no-background {
    background: 0 0!important;
    position: relative!important
}

.clear {
    clear: both;
    display: block
}

.full-image img {
    width: 100%!important;
    display: block!important;
    height: auto!important
}

.no-padding {
    padding: 0!important
}

.no-left {
    padding-left: 0!important
}

.no-right {
    padding-right: 0!important
}

.mobileClear {
    clear: both;
    display: none
}

/** Mobile Contact **/
.mContact {
    display: none;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0px 0px;
    z-index: 99999999;
    border: none !important;
    /* font-family: open sans; */ }
  
  .mContact .col-md-6 {
    width: 50% !important;
    float: left;
    padding: 7px !important; }
  
  .mContact .col-md-6 a {
    padding: 10px;
    font-size: 14px; }
  
  .mContact .col-md-6 span {
    font-weight: bold;
    color: #fff;
    padding: 5px;
    position: relative;
    top: 1px; }
  
  .mContact .wp {
    background: #55cd6c; }
  
  .mContact .tl {
    background: #171717; }
  
  .mContact .col-md-6 img {
    width: 30px; }
  
  /** Mobile Contact **/
  

header {
    font-family: Montserrat, sans-serif
}

header .top {
    position: relative;
    padding-bottom: 13px;
}

header .top figure.logo a {
    display: block;
    z-index: 999;
    position: relative;
}

header .top .contact {
    color: #494949;
    padding: 22px 0
}

header .top .contact .phones {
    font-size: 16px;
    font-weight: bolder;
    text-transform: uppercase;
    color: #92a2a9;
}

header .top .contact .phones .icon {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    color: #454445;
    font-size: 40px;
    float: left;
    margin-right: 10px;
    line-height: 40px;
}

header .top .contact .phones span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  color: #92a2a9;
  font-weight: 400;
  float: left;
}

header .top .contact .phones a {
    font-weight: 400;
    color: #494949;
    display: block;
    float: left;
}

header .top .contact .mail {
    font-size: 16px;
    font-weight: bolder;
    text-transform: uppercase;
    color: #92a2a9;
}

header .top .contact .mail .icon {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    color: #454445;
    font-size: 40px;
    float: left;
    margin-right: 10px;
    line-height: 40px;
}

header .top .contact .mail span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  color: #92a2a9;
  font-weight: 400;
  float: left;
}

header .top .contact .mail a {
    font-weight: 400;
    color: #494949;
    display: block;
    float: left;
    text-transform: none;
}

header .top .contact .search {
    position: relative;
    margin-left: 50px;
    width: 200px
}

header .top .contact .search input {
    border-radius: 40px;
    border: 1px solid #494949;
    padding: 7.5px;
    width: 100%
}

header .top .contact .search button {
    background: #494949;
    color: #FFF;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 19px;
    padding: 5px 15px;
    border-radius: 40px
}

header .bottom {
    background: #2a4492;
    position: relative;
    margin-top: -50px;
}

header .bottom nav.menu ul {
    float: right
}

header .bottom nav.menu ul li {
    float: left;
    position: relative
}

header .bottom nav.menu ul li a {
    display: block;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 18px 6px 18px 7px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

header .bottom nav.menu ul li.current-menu-item a {
  background-color: #70889f;
}

#slider {
    position: relative
}

#slider .carousel-inner .item {
    width: 100%
}

#slider .owl-controls {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0;
    bottom: 0;
    padding: 13px 0
}

#slider .owl-controls .owl-buttons {
    text-align: left
}

#slider .owl-controls .owl-buttons a {
    border-radius: 0;
    background: #2a4492;
    color: #FFF;
    padding: 5px 15px;
    line-height: 40px;
    display: inline-block;
    position: relative;
    width: auto;
    float: none!important
}

#slider .owl-controls .owl-buttons a i {
    font-size: 18px
}

#slider-thumbs {
    padding: 0;
    background: #2a4492;
    min-height: 75px;
    text-align: center;
    position: relative;
}

#slider-thumbs a {
    border: 4px solid #fff;
    display: inline-block;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: #502e61;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    cursor: pointer;
}

#slider-thumbs a img {
  vertical-align: middle;
}

#slider-thumbs li:hover a {
  background: #70889f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#slider-thumbs .hide-bullets {
  text-align: center;
  margin-top: -35px !important;
}

#slider-thumbs .hide-bullets li {
  float: none;
  display: inline-block;
  width: 80px;
  height: 80px;
  padding: 0;
  margin: 0 10px;
}

main {
    font-family: Montserrat, sans-serif
}

main .posts .post {
    background: #f5f5f5;
    position: relative;
    min-height: 528px;
}

main .posts .post article {
    padding: 30px;
    position: relative;
    bottom: 0;
    width: 100%;
    background-color: rgba(112, 136, 159, 0.67);
    color: #FFF;
    min-height: 250px;
}

main .posts .post article h3 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: bolder;
    text-transform: uppercase;
}

main .posts .post article p {
    font-size: 13px;
    font-weight: 300;
}

main .posts .post article a {
    display: block;
    padding: 0 15px;
    line-height: 40px;
    background: #2a4492;
    color: #FFF;
    float: left;
}

main .contact-form {
    margin: 50px 0;
    border-bottom: 8px solid #2e59b9;
}

main .contact-form .form {
    padding: 40px 70px;
    color: #333;
    /* background: #2a4492 */
}

main .contact-form .form h3 {
    font-size: 40px;
    color: #2d2d2d;
    font-weight: bolder;
    padding: 0 7.5px;
}

main .contact-form .form h3 span {
    display: inline-block;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 400
}

main .contact-form .form .column {
    padding: 10px
}

main .contact-form .form .column input,
main .contact-form .form .column textarea {
    width: 100%;
    padding: 7.5px;
    background: #e1e1e1;
    border: 1px solid #8c8c8c;
}

main .contact-form .form .column textarea {
    height: 75px;
    resize: none
}

main .contact-form .form .column input[type=submit] {
    float: right;
    width: auto;
    background: #ffffff;
    padding: 15px 35px;
    color: #2e59b9;
    border: none;
    border: 2px solid #2e59b9;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

main .contact-form .form .column input[type=submit]:hover {
  background: #2e59b9;
  -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    color: #FFF;
}

main .about {
  margin: 35px 0;
}

main .about figure {
    position: relative
}

main .about figure:before {
    content: "";
    width: 90%;
    height: 92%;
    border: 1px solid #2a4492;
    left: 50%;
    top: 4%;
    position: absolute;
    z-index: -1
}

main .about .text {
    padding: 33px 0;
    position: relative;
    left: -25px
}

main .about .text article {
    padding: 15px;
    background: #f5f5f5
}

main .about .text article h3 {
    margin-top: 0;
    font-weight: bolder;
    color: #2a4492
}

main .about .text article p {
    font-size: 13px
}

main .about .text article a {
    background: #2a4492;
    color: #fff;
    padding: 0 20px;
    line-height: 40px;
    display: block;
    float: left
}

footer .social a {
    margin-left: 2px
}

footer .social i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 100%;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    text-align: center
}

footer .social i:hover {
    background: #fff;
    color: #28428f
}

footer {
    background-image: url(../images/footer-bg.jpg);
    background-size: 100%;
    padding-top: 60px;
    margin-top: 50px!important;
    font-family: Montserrat, sans-serif
}

footer .column h3 {
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    text-align: left;
    color: #FFF;
    margin: 0 0 15px;
    line-height: 50px
}

footer .column p {
    padding-top: 15px;
    color: #fff
}

footer .column a {
    color: #fff!important
}

footer .column nav.menu {
    padding-bottom: 15px
}

footer .column nav.menu h4 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px
}

footer .column nav.menu ul li {
    position: relative
}

footer .column nav.menu ul li a {
    text-transform: uppercase;
    line-height: 25px;
    display: block
}

footer .signature {
    background-color: #fff;
    padding: 5px;
    margin-top: 50px
}

footer .signature p {
    color: gray;
    float: left;
    padding-top: 8px
}

footer .signature a {
    float: right
}

footer .signature a img {
    width: 130px
}


.subPage {
    font-family: Montserrat, sans-serif
}

.subPage .title {
    background-image: linear-gradient(145deg, #2a4492 15%, #030e58 100%);
    background-repeat: repeat-x;
    padding: 40px 0;
    text-align: center;
}

.subPage .title h1 {
    margin: 0;
    color: #fff;
    font-size: 31px;
    font-weight: 700;
    text-shadow: 0 1px 15px rgba(0, 0, 0, .55)
}

.subPage .contentInner {
    margin: 40px 0 155px
}

.subPage .contentInner .category ul li {
    position: absolute;
    padding: 8px;
    margin-bottom: 10px
}

.subPage .contentInner .category ul li .item {
    border: 1px solid #ccc;
    padding: 14px;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, .16)
}

.subPage .contentInner .category ul li .article {
    text-align: center
}

.subPage .contentInner .category ul li .article h3 {
    margin: 10px 0;
    font-size: 20px;
    font-weight: 600;
    color: #0a1863;
    letter-spacing: -.5px;
}

.subPage .contentInner .category ul li .article p {
    font-size: 13px
}

.subPage .contentInner .category ul li .article a.more {
    padding: 13px 20px;
    width: 100%;
    border-radius: 90px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background: #091761;
    border: 1px solid transparent;
    margin-top: 1px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    margin: 15px 0;
    display: inline-block;
    width: 100px;
}

.subPage .contentInner .category ul li .article a.more:hover {
    background: 0 0;
    border: 1px solid #091761;
    color: #091761;
}

.subPage .contentInner .leftContent figure {
    margin-bottom: 15px
}

.subPage .contentInner .leftContent article .alignleft {
    float: left;
    margin: 15px 15px 15px 0;
    display: block
}

.subPage .contentInner .leftContent article .alignright {
    float: right;
    margin: 15px 0 15px 15px;
    display: block
}

.subPage .contentInner .leftContent article .aligncenter {
    float: none;
    margin: 15px auto;
    display: block
}

.subPage .contentInner .leftContent article p {
    font-weight: 500
}

.subPage .contentInner .leftContent article p a {
    display: inline-block;
    color: #ad2279;
    font-weight: 700
}

.subPage .contentInner .leftContent article h2 {
    font-size: 25px;
    font-weight: 600;
    position: relative;
    display: block
}

.subPage .contentInner .leftContent article h3 {
    font-size: 23px;
    font-weight: 600;
    position: relative;
    display: block
}

.subPage .contentInner .leftContent article h4 {
    font-size: 21px;
    font-weight: 600;
    position: relative;
    display: block
}

.subPage .contentInner .leftContent article h5 {
    font-size: 19px;
    font-weight: 600;
    position: relative;
    display: block
}

.subPage .contentInner .leftContent article h6 {
    font-size: 17px;
    font-weight: 600;
    position: relative;
    display: block
}

.subPage .contentInner .leftContent article ul {
    padding-left: 30px!important
}

.subPage .contentInner .leftContent article ul li {
    list-style: disc;
    font-size: 15px
}

.subPage .contentInner .leftContent article ul li ul li {
    list-style-type: circle
}

.subPage .contentInner .leftContent.contact h3 {
    margin-top: 0;
    line-height: 45px;
    border-bottom: 1px solid #333;
    display: block;
    position: relative
}

.subPage .contentInner .leftContent.contact h3:after {
    content: "";
    height: 2px;
    width: 200px;
    background-color: #333;
    position: absolute;
    bottom: 0;
    left: 0
}

.subPage .contentInner .leftContent.contact .item {
    display: block;
    margin-bottom: 10px
}

.subPage .contentInner .leftContent.contact .item i {
    width: 35px;
    text-align: center
}

.subPage .contentInner .leftContent.contact .item a {
    color: #000
}

.subPage aside.sidebar {
    background-image: linear-gradient(145deg, #ad2279 15%, #3e4a9d 100%);
    background-image: linear-gradient(145deg, #2a4492 15%, #030e58 100%);
    background-repeat: repeat-x;
    padding: 30px 20px 0;
    text-align: center;
    border-radius: 5px;
    padding-bottom: 30px;
}

.subPage aside.sidebar .topIcon {
    width: 60px;
    background: #0e1e69;
    position: absolute;
    top: -25px;
    height: 60px;
    left: 50%;
    line-height: 62px;
    margin-left: -30px;
    color: #fff;
    font-size: 30px;
    border: 1px solid #fff;
    border-radius: 100%;
    box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, .5);
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

.subPage aside.sidebar .topIcon.active {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
}

.subPage aside.sidebar span.titleForm {
    color: #fff;
    font-size: 20px;
    display: block;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px
}

.subPage aside.sidebar textarea {
    height: 70px;
    resize: none;
    width: 100%;
    color: #fff;
    padding: 10px;
    border: none;
    background: 0 0;
    border-bottom: 2px solid rgba(255, 255, 255, .35);
    margin-bottom: 5px;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s
}

.subPage aside.sidebar textarea::-webkit-input-placeholder {
    color: #fff
}

.subPage aside.sidebar textarea:focus {
    border-bottom: 2px solid rgba(255, 255, 255, .85)
}

.subPage aside.sidebar input {
    resize: none;
    width: 100%;
    color: #fff;
    padding: 10px;
    border: none;
    background: 0 0;
    border-bottom: 2px solid rgba(255, 255, 255, .35);
    margin-bottom: 5px;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s
}

.subPage aside.sidebar input::-webkit-input-placeholder {
    color: #fff
}

.subPage aside.sidebar input:focus {
    border-bottom: 2px solid rgba(255, 255, 255, .85)
}

.subPage aside.sidebar .col-md-6,
.subPage aside.sidebar col-md-12 {
    width: 100%
}

.subPage aside.sidebar input[type=submit] {
    background: #1a2d76;
    padding: 13px 20px;
    width: 100%;
    border-radius: 5px;
    font-weight: 700;
    color: #fff;
    border: 1px solid #fff;
    margin-top: 1px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

.subPage aside.sidebar button:hover {
    background: 0 0;
    border: 1px solid #fff;
    color: #fff
}

.subPage .contentInner .leftContent .a-z .navigation {
    border-radius: 20px;
    background-color: #70889F;
    height: 30px;
    position: relative;
    display: block;
    padding: 0 10px;
    margin-bottom: 20px
}

.subPage .contentInner .leftContent .a-z .navigation a {
    float: left;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
    color: #FFF;
    -webkit-transition: all, .3s;
    -o-transition: all, .3s;
    transition: all, .3s
}

.subPage .contentInner .leftContent .a-z .navigation a:hover {
    -webkit-transition: all, .3s;
    -o-transition: all, .3s;
    transition: all, .3s;
    background-color: #2a448d
}

.subPage .contentInner .leftContent .a-z .letters-list li a {
    line-height: 25px;
    padding: 0 5px
}

.subPage .contentInner .leftContent .a-z .letters-list li a:hover {
    text-decoration: underline!important
}

.main-content article .a-z h1 {
    margin: 0 0 10px;
    font-size: 25px;
    font-weight: 700
}

header nav.menu ul li ul {
    position: absolute;
    background-color: #2a4492;
    opacity: 0;
    left: 0px;
    pointer-events: none;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    z-index: 9999;
    top: 50px;
    overflow: hidden;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

header nav.menu ul li ul li {
    float: none;
    min-width: 261px;
    /* margin-left: 20px; */
    /* margin-right: 20px; */
    padding: 0px;
}

header nav.menu ul li ul li:last-child {
    border-bottom: none !important;
}

header nav.menu ul li ul li a {
    text-align: left;
    font-size: 13px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
    color: #fff;
    line-height: 19px !important;
    padding: 7px 15px !important;
    font-weight: 600;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

header nav.menu ul li ul li a:after {
    display: none;
}

header nav.menu ul li ul li:last-child a {
    border: none;
}

header nav.menu ul li ul li ul {
    top: 0px !important;
    opacity: 1;
    left: 100%;
    position: absolute;
    margin-top: 0px !important;
    /* right: 0px; */
    box-shadow: none;
    pointer-events: none !important;
    opacity: 0;
    /* display: table-caption; */
    /* height: 0px; */
    background: none;
    background-color: rgba(0, 0, 0, 0.63);
}

header nav.menu ul li:hover>ul {
    opacity: 1;
    pointer-events: auto !important;
    top: 50px;
    overflow: inherit;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    z-index: 9999;
}

header nav.menu ul li:hover>ul li ul {
    /* pointer-events: auto !important; */
}

span.wpcf7-not-valid-tip {
    color: #fff !important;
    font-size: 11px !important;
    display: block;
    float: left;
    top: -23px;
    /* margin-top: -10px; */
    background: red;
    color: #FFF;
    font-size: 11px;
    padding: 2px;
    position: relative;
    position: absolute;
    left: 0;
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    position: absolute;
    left: 25px;
    bottom: 25px;
    width: 350px;
    background: #f7e700;
    font-size: 11px;
    border: 1px solid #333;
}

div.wpcf7-mail-sent-ng {
    border: 2px solid #f7e700;
    position: absolute;
    left: 25px;
    bottom: 0;
    width: 350px;
    background: #ff0000;
    font-size: 11px;
    border: 1px solid #333;
    color: #FFF;
}

header .logo img{
        width: 227px;
    position: relative;
    top: 2px;
}

/* Fast Menu */
.fast-menu {
    position: fixed;
    left: 0;
    width: 50px;
    height: 300px;
    top: 50%;
    margin-top: -150px;
    color: #FFF;
    font-weight: bold;
    z-index: 999;
    font-family: Montserrat, sans-serif;
  }
  
  .fast-menu .open {
    text-align: center;
    width: 300px;
    height: 50px;
    line-height: 50px;
    transform: rotate(90deg);
    position:  absolute;
    left: -125px;
    top: 125px;
    font-size:  25px;
    cursor: pointer;
    z-index: 2;
    background-color: #1a2d76;
    color: #FFF;
  }
  
  .fast-menu .open i {
    margin-right: 15px;
    transition: all, .4s;
    transform: rotate(-180deg);
  }
  
  .fast-menu .menu-detail {
    position: absolute;
    background-color: #FFF;
    width: 300px;
    height: 100%;
    border: 1px solid #ccc;
    z-index: 1;
    padding: 15px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    overflow: hidden;
    left: 0;
    transition: all, .4s;
  }
  
  .fast-menu ul {
    padding-left: 60px !important;
  }
  
  .fast-menu ul li a {
    color: #000;
    line-height: 30px;
    display: block;
    border-bottom: 1px solid #ccc;
    position: relative;
  }
  
  .fast-menu ul li a:after {
    content: "";
    height: 1px;
    width: 0;
    background-color: #1a2d76;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all, .4s;
  }
  
  .fast-menu ul li a:hover:after {
    width: 100%;
    transition: all, .4s;
  }
  
  .fast-menu ul li a:before {
    content: "\f101";
    font-family: fontAwesome;
    margin-right: 10px;
  }
  
  .fast-menu .open:hover i {
    transform: rotate(-180deg);
    transition: all, .4s;
  }
  .fast-menu:hover .menu-detail {
    left: 0;
    transition: all, .4s;
  }

  #comments{border-radius:3px;overflow:hidden;/* border:1px solid #dad9d9; *//* background-color:#f7f7f7; */font-family: Montserrat, sans-serif;}
    #comments p {padding: 15px 15px 0 15px;}
    #comments #title{margin:0;letter-spacing:-0.5px;font-family: Montserrat, sans-serif;font-size:22px;line-height:40px;padding:0 15px;border-bottom:1px solid #c3c3c3;color:#FFF;background:rgba(48,65,89,1);background:-moz-linear-gradient(top, rgba(48,65,89,1) 0%, rgba(35,47,64,1) 100%);background:-webkit-gradient(left top, left bottom, color-stop(0%, rgba(48,65,89,1)), color-stop(100%, rgba(35,47,64,1)));background:-webkit-linear-gradient(top, rgba(48,65,89,1) 0%, rgba(35,47,64,1) 100%);background:-o-linear-gradient(top, rgba(48,65,89,1) 0%, rgba(35,47,64,1) 100%);background:-ms-linear-gradient(top, rgba(48,65,89,1) 0%, rgba(35,47,64,1) 100%);background:linear-gradient(to bottom, rgba(48,65,89,1) 0%, rgba(35,47,64,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#304159', endColorstr='#232f40', GradientType=0);}
    #comments ul{padding:15px;list-style-type:none;}
    #comments ul li.comment{background:#e6e6e6;padding:10px;margin:10px 0;margin-bottom: 5;border-radius:4px;border:1px solid #d6d6d6;}
    #comments ul li.comment .image{float:left;margin-right:10px;margin-bottom:10px;width:4.75%;}
    #comments ul li.comment .comment-content{float:left;width: 93.3%;}
    #comments ul li.comment .comment-content strong{font-family: Montserrat, sans-serif;}
    #comments ul li.comment .comment-content .timeago{font-size:12px;font-family: Montserrat, sans-serif;font-weight:300;float:right;}
    #comments #commentform{padding: 15px;border: 1px solid #dad9d9; *//* background-color: #f7f7f7; */}
    #comments #commentform #contact-form h1{margin:0 0 10px 0;font-size:20px;font-weight:bold;letter-spacing:-0.5px;}
    #comments #commentform #contact-form input{padding:7.5px;border-radius:4px;width:100%;border:1px solid #dad9d9;margin:5px 0;}
    #comments #commentform #contact-form input[type="submit"]{width:125px;background:rgba(48,65,89,1);background:-moz-linear-gradient(top, rgba(48,65,89,1) 0%, rgba(35,47,64,1) 100%);background:-webkit-gradient(left top, left bottom, color-stop(0%, rgba(48,65,89,1)), color-stop(100%, rgba(35,47,64,1)));background:-webkit-linear-gradient(top, rgba(48,65,89,1) 0%, rgba(35,47,64,1) 100%);background:-o-linear-gradient(top, rgba(48,65,89,1) 0%, rgba(35,47,64,1) 100%);background:-ms-linear-gradient(top, rgba(48,65,89,1) 0%, rgba(35,47,64,1) 100%);background:linear-gradient(to bottom, rgba(48,65,89,1) 0%, rgba(35,47,64,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#304159', endColorstr='#232f40', GradientType=0);color:#FFF;float:left;}
    #comments #commentform #contact-form textarea{padding:7.5px;border-radius:4px;width:100%;border:1px solid #dad9d9;margin:5px 0;resize:none;height:75px;}