html,
body,
button,
input,
select,
textarea {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
}
html,
body {
    font-size: 14px;
    line-height: 1.6;
}
p {
    font-size: 1rem;
}
a,
a:hover,
a:focus {
    text-decoration: underline;
    color: #ba6592;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;
       -moz-transition: color .2s ease-in-out, background-color .2s ease-in-out;
         -o-transition: color .2s ease-in-out, background-color .2s ease-in-out;
            transition: color .2s ease-in-out, background-color .2s ease-in-out;
}
img {
    max-width: 100%;
}
.caption { position: relative;}
.caption .caption-text {
    position: absolute;
    left: 0; right: 0;bottom: 0;
    background: #000;
    background: rgba(34,34,34,0.75);
    color:#fff;
    font-size: 13px; 
    padding: 10px;
}
.btn,
.ccms_form_element .btn {
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 12px;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.6);
    border: 0;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #222;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;
       -moz-transition: color .2s ease-in-out, background-color .2s ease-in-out;
         -o-transition: color .2s ease-in-out, background-color .2s ease-in-out;
            transition: color .2s ease-in-out, background-color .2s ease-in-out;
}
.ccms_form_element .btn {
    padding: 5px 25px !important;
    border: 0 !important;
}
.btn:after {
    content: ' \3e';
    display:inline-block;
    padding-left: 10px;
    -webkit-transform: scale(0.8, 1.5); -moz-transform: scale(0.8, 1.5); -ms-transform: scale(0.8, 1.5); -o-transform: scale(0.8, 1.5); transform: scale(0.8, 1.5); ;
} 
.btn:hover,
.btn:focus,
.ccms_form_element .btn:hover,
.ccms_form_element .btn:focus {
    text-decoration: none;
    color: #fff;
    background-color: #888888;
}

h1 {
    font-size: 40px; line-height: 1.2; color: #878787; font-weight: normal; border-bottom: #DDD 1px solid;
    padding-bottom: 23px;
    margin-bottom: 37px;
}
h2 {
    font-size: 28px; color: #666;line-height: 1.3; 
}
h3 {
   font-size: 22px; color: #666; line-height: 1.3; 
}
h4 {
    font-size: 15px; color: #666; line-height: 1.3;
}
.readall a,
.readmore a {
    font-size: 11px; font-weight: bold; line-height: 1.2; text-transform: uppercase; color: #333; text-decoration: none;
}
.readall a:after,
.readmore a:after {
    content: ' \3e';
    font-weight: normal;
} 
.btn.search {
        text-shadow: none;

}
.btn.search:after,
.readmore a.btn:after {
    content: '';

} 
.box_transition, .btn {
  -webkit-transition: all 0.22s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
          transition: all 0.22s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}