@font-face {
    font-family: 'Overlock';
    font-style: italic;
    font-weight: 700;
    src: local('Overlock-BoldItalic'), url(https://themes.googleusercontent.com/static/fonts/overlock/v2/wFWnYgeXKYBks6gEUwYnfAFhaRv2pGgT5Kf0An0s4MM.woff) format('woff');
}

@font-face {
    font-family: 'Overlock';
    font-style: normal;
    font-weight: 400;
    src: local('Overlock'), local('Overlock-Regular'), url(https://themes.googleusercontent.com/static/fonts/overlock/v2/Pr-80_x4SIOocpxz2VxC5fesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}

@font-face {
    font-family: 'Overlock';
    font-style: normal;
    font-weight: 900;
    src: local('Overlock-Black'), url(https://themes.googleusercontent.com/static/fonts/overlock/v2/l1JcQwKaHzEH7sWBQ9t-7obN6UDyHWBl620a-IRfuBk.woff) format('woff');
}

@font-face {
    font-family: 'Overlock';
    font-style: italic;
    font-weight: 900;
    src: local('Overlock-BlackItalic'), url(https://themes.googleusercontent.com/static/fonts/overlock/v2/iOZhxT2zlg7W5ij_lb-oDoPAkl-0rCkX4F4zIO7lYWE.woff) format('woff');
}

@font-face {
    font-family: 'Overlock';
    font-style: normal;
    font-weight: 700;
    src: local('Overlock-Bold'), url(https://themes.googleusercontent.com/static/fonts/overlock/v2/EcjpF2hW5gSZ4M16YLdG84bN6UDyHWBl620a-IRfuBk.woff) format('woff');
}

@font-face {
    font-family: 'Overlock';
    font-style: italic;
    font-weight: 400;
    src: local('Overlock-Italic'), url(https://themes.googleusercontent.com/static/fonts/overlock/v2/pYVxOAQWse7sQP47UJIxixsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}

body {
    margin: 0;
    font-family: 'open sans', sans-serif;
    font-kerning: auto;
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-variant-ligatures: normal;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: rgb(84, 84, 84);
    font-family: 'open sans', sans-serif;
    font-kerning: auto;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
}

a:hover {
    text-decoration: underline;
}

#main {
    width: 980px;
    margin-left: auto;
    margin-right: auto
}

.color_28 {
    color: rgb(255, 212, 0);
    font-weight: bold;
}

.color_11 {
    color: rgb(255, 255, 255);
    font-weight: bold;
}

#phone_strip, #top_menu {
    height: 49px;
    position: relative
}



#phone_strip .f_left {
    width: 700px;
    text-align: left;
}
#phone_strip .f_left .color_11, #phone_strip .f_left .color_28 {
    text-align: left;
}

#phone_strip .f_left .color_28:first-child, #phone_strip .f_left .color_28:nth-child(5) {
    width: 250px;
}

.container {
    position: relative;
    z-index: 2;
    top: 7px;
    text-align: center;
}

.footer_menu a {
    color: rgb(169, 14, 0);
    font-family: 'open sans', sans-serif;
    font-size: 15px;
    font-weight: bold;
}

#top_menu a {
    background-color: rgb(255, 255, 255);
    display: inline-block;
    color: rgb(84, 84, 84);
    margin: 0 2px;
    width: 154px;
    height: 32px;
    border: 1px solid #ccc;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    transition: color 0.4s ease 0s;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
    box-shadow: rgba(0, 0, 0, 0.6) 0 1px 4px 0;
    vertical-align: top;
}

.tr #top_menu a:nth-child(5) > div {
    /*padding-top:0px;*/
}

#top_menu a.selected {
    background: rgb(169, 14, 0);
    color: #fff;
}

#top_menu a.selected:hover {
    background: rgb(169, 14, 0);
}

#top_menu a:hover {
    background-color: rgb(0, 14, 0);
    color: #fff;
}

#top_menu a > div {
    padding: 6px 0;
}

.bg1 {
    background-color: rgb(0, 0, 0);
}

.bg2 {
    background-color: rgb(217, 217, 217);
}

#footer {
    position: relative;
    padding: 10px;
}

.footerBG {
    padding: 10px 0;
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*top: 0;*/
    /*bottom: 0;*/
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.701961) 0 0 5px 0;
    border-top: 6px solid rgb(169, 14, 0);
    border-bottom: 1px solid rgb(169, 14, 0);
}

.f_left {
    float: left;
}

.f_right {
    float: right;
}

input[type="text"], textarea {

    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.6) 0 1px 4px 0;
    background-color: rgb(249, 255, 207);
    font: normal normal normal 15px/1.3em 'open sans', sans-serif;
    color: rgb(0, 0, 0);
    padding: 5px;
    margin: 0 0 5px;
    border: 0 solid rgb(255, 255, 255);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    width: 100%;
    -webkit-appearance: none;
}

.h5, h5 {
    color: rgb(169, 14, 0);
    margin: 0;
    font-size: 26px;
    font-family: overlock, sans-serif;
    font-weight: bold;
}

#HomeContactForm {
    float: left;
    width: 347px;
}

#HomeContactForm > div {
    margin-top: 20px;
}

#slider {
    float: left;
}

#HomeContactForm button {
    float: right;
    max-width: 35%;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.6) 0 1px 4px 0;
    background-color: rgb(20, 118, 125);
    font: normal normal normal 15px/1.3em 'open sans', sans-serif;
    color: rgb(255, 255, 255);
    padding: 5px;
    border: none;
    cursor: pointer;
    margin: 0;
}

#pageBody {
    margin: 20px 0;
    width: 100%;
}

.gradBox > .content {
    padding: 20px 10px;
    position: relative;
    z-index: 1
}

.gradBox > .bg {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(255, 255, 255);
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.6) 0 1px 4px 0;
    border: 0 solid rgb(255, 255, 255);
    background-image: url(https://static.parastorage.com/services/skins/2.1028.13/images/wysiwyg/core/themes/base/apple_box.png);
    background-repeat: repeat-x;
    background-position: 0 0;
}

.gradBox {
    position: relative;
}

#categoriesBox {
    width: 288px;
    float: left
}

#categoriesBox .content > a {
    color: rgb(169, 14, 0);
    font-size: 18px;
    font-weight: bold;
}

#categoriesBox ul a {
    color: rgb(20, 118, 125);
    font-weight: bold;
    font-size: 15px;
    font-family: 'open sans', sans-serif;
}

#categoriesBox ul {
    color: rgb(20, 118, 125);
    line-height: 1.8em;
    font-weight: bold;
    font-size: 15px;
    font-family: 'open sans', sans-serif;
    width: 236px;
    list-style-type: disc;
    padding-left: 1.3em;
    margin-left: 0;
    letter-spacing: normal;

}

.action_buttons a, .btn1 {
    border-radius: 5px;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -webkit-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    box-shadow: rgba(0, 0, 0, 0.6) 0 1px 4px 0;
    border: 0 solid rgb(255, 255, 255);
    background: url(https://static.parastorage.com/services/skins/2.1038.6/images/wysiwyg/core/themes/base/shiny1button_bg.png) 50% 50% repeat-x rgb(20, 118, 125);
    cursor: pointer;
    padding: 10px 20px;
    color: #fff;
    display: inline-block;
}

.action_buttons a:hover, .btn1:hover {
    background-color: rgb(0, 132, 190);
}

.leftUnderShadow {
    width: 165px;
    height: 26px;
    background-image: url(https://static.parastorage.com/services/skins/2.1038.11/images/wysiwyg/core/themes/base/liftedshadow_medium.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    left: -20px;
}

.rightUnderShadow {
    width: 165px;
    height: 26px;
    background-image: url(https://static.parastorage.com/services/skins/2.1038.11/images/wysiwyg/core/themes/base/liftedshadow_medium.png);
    background-repeat: no-repeat;
    background-position: 100% 0;
    position: absolute;
    right: -20px;

}

#contentBox {
    width: 680px;
    float: right
}

#whyShemer {
    padding: 0 20px;
}

#whyShemer li {
    font-size: 15px;
    font-family: 'open sans', sans-serif;
    line-height: 2em;
    color: #000

}

.rightShadowDiv {
    background-image: url(https://static.parastorage.com/services/skins/2.1038.12/images/wysiwyg/core/themes/base/fadelinevertical.png);
    background-position: 174px 0;
    position: absolute;
    right: -14px;
    width: 29px;
    content: '';
    top: 0;
    bottom: 0;
}

.about_image, .category_form {
    float: right;
}
.category_form {
    width:240px;
}

.about_Content, .category_Content {
    padding-right: 5px;
    position: relative;
    line-height: 1.4em;
    font-size: 16px;
    float: left;
    color: rgb(84, 84, 84);
    font-family: 'open sans', sans-serif;

}

.about_Content {
    width: 630px;
}

.about_Content span {
    color: rgb(169, 14, 0);
    font-size: 18px;
    font-family: overlock, sans-serif;
    font-weight: bold;

}

.about_Content div {
    margin: 0;
    margin-bottom: 20px;
}

h2, h1 {
    font-size: 24px;
    color: rgb(169, 14, 0);
}

#contactPage input[type="text"], #contactPage textarea {
    width: 600px !important;
}

#contactPage span {
    font-weight: bold;
}

#contactPage textarea {
    margin-bottom: 0;
}
#contactPage .btn1 {
    margin-top: 20px;
}

#wixPage .thank-you{

}

#wixPage .btn1{
    font-size: 32px;
    padding: 0;
    width: 247px;
    text-decoration: none;
    background-color: #ffb81f!important;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGuCAYAAABRKGwGAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABUSURBVHja7IwxDsAgDAMv5jN9Jh8v7saACOpUdcgNlg+ZAFwCJGAI8IyRtVTTiTe79M2NoiiKf9F7B9sIqKj4NGI2ZRpHXdqya5tvOl55oSHgfgYA2rIjMpojycEAAAAASUVORK5CYII=") repeat-x 0 100%;
}

#wixPage{
    width: 255px;
}

#wixPage input{
    background-color:white;
    width: 235px;
}

#wixPage h1{
    color: white;
    font-size: 18px;
    text-align: center;
}

#wixPage div{
    text-align: center;
}


#footer_form input[type="text"], #footer_form textarea {
    width: 507px !important;
}
#footer_form .f_left {
    width: 507px !important;
}
#footer_form .f_right {
    width: 402px !important;
}

.f_right div{
    clear: both;
}

#footer_form .f_right div > span:first-child {
    font-weight: bold;
}
#footer_form .f_right div > span:nth-child(2) {
    display: block;
    float: right;
}
#footer_form {
    margin-bottom: 20px;
}


.line_style_1 {
    height: 22px;
    position: relative
}
.line_3d_style1
{
    background-repeat: repeat-x;
    background-image: url(/gfx/strip1.png);
    height: 22px !important;
    display: block;
}



#contactPage .ContactForm {
    margin: 20px 0;
}

#aboutPage input[type="text"], #aboutPage textarea {
    width: 530px !important;
}

#treatmentsPage ul {
    color: rgb(20, 118, 125);
    line-height: 1.8em;
    font-weight: bold;
    font-size: 15px;
    font-family: 'open sans', sans-serif;
    width: 236px;
    list-style-type: disc;
    padding-left: 1.3em;
    margin-left: 0em;
    letter-spacing: normal;
}

#treatmentsPage ul a {
    color: rgb(20, 118, 125);

}

#treatmentsPage > .f_left {
    width: 768px;
}

#treatmentsPage > .f_right {
    width: 212px;
    overflow-x: hidden;
}

#treatmentsPage h1, #treatmentsPage h5, #categoryPage h1, #categoryPage h5, #specialistsPage h1, #specialistsPage h5 {
    padding: 0;
    margin: 0;
    font-size: 24px;
}

#treatmentsPage input[type="text"], #treatmentsPage textarea {
    width: 198px !important;

}

#categoryPage input[type="text"], #categoryPage textarea {
    width: 220px !important;
}

#treatmentsPage .ContactForm,
#specialistsPage .ContactForm,
#categoryPage .ContactForm {
    margin: 20px 2px;
}

#treatmentsPage textarea {
    height: 100px;
}

.faqContent > span {
    font-family: overlock, sans-serif;
    font-size: 18px;
    /*font-weight: bold;*/
    /*color: rgb(169, 14, 0);*/
    background: url(/gfx/faq_question_mark.png) 0 50% no-repeat;
    background-size: 18px 18px;
    padding-left: 25px;
    display: block;
    margin-bottom: 10px;
    cursor: pointer;

}

.faqContent > span:hover {
    text-decoration: underline;
}

.faqContent > div {
    margin: 0 25px 20px 25px;
    padding: 15px;
    display: none;
    font-size: 16px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    /*color: rgb(0, 14, 169);*/
}

.changed {
    background-color: #ff0 !important;
}

.filters > div > span {
    display: inline-block
}

.filters > div > div {
    display: inline-block
}

.filters > div {
    float: left;
    padding: 10px
}

.filters select {
    width: 200px
}

.dataTable table {
    width: 100%
}

.dataTable th {
    color: #fff;
    background-color: #666;
    padding: 10px
}

.dataTable td {
    text-align: center;
    vertical-align: top;
}

.dataTable input[type="text"] {
    width: 80%
}

#MC_Container .footer {
    padding-top: 20px;
}

#MC_Container .action_buttons {

    float: right;
}

#MC_Container .pager {
    float: left;
}

.clear {
    clear: both;
    float: none !important;
}

.action_buttons a {
    display: inline-block;
    margin-right: 10px;
}

.font_5 {
    font-size: 26px;
}

.font_6, .font_6 a {
    font-size: 22px;
    font-weight: normal;
    color: rgb(169, 14, 0);
}

.specialist {
    width: 710px;
    margin-top: 10px;
    border-bottom: 1px solid rgb(84, 7, 0);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.specialist h5 {
    margin-bottom: 10px !important;
}

#specialistsPage > .f_left > div:last-child, .category_Content .specialist {
    border-bottom: 0 solid rgb(84, 7, 0);
}

.specialist > div > div {
    float: left;
}

.category_Content .specialist > div > div:nth-child(2) {
    width:520px;
    font-size: 15px;
    line-height: normal;
    text-align: left;
}
.category_Content .specialist {
    padding-bottom: 0;
    margin-bottom: 0;
}
.category_Content .specialist h5 > .font_6 {
    color: rgb(84, 84, 84);
    font-size: 18px;
    font-weight: bold;
}

.category_Content .specialist h5 > .font_5 {

    font-size: 22px;
    font-weight: bold;
}


.specialist .image {
    width: 140px;
}
/*#specialistsPage > .f_left > div > div:first-child {*/
    /*width: 140px;*/
/*}*/

.specialist > div > div:first-child > img {
    width: 100%;
}

/*#specialistsPage > .f_left > div > div:first-child > img {*/
    /*width: 100%;*/
/*}*/

.specialist > div > div:nth-child(2) {
    margin-left: 20px;
    width: 549px;
    text-align: justify;
}

#specialistsPage .f_left, .category_Content {
    width: 710px;
}

.category_Content h1:first-child {
    margin-bottom: 10px !important;
}

#specialistsPage > .f_right {
    width: 250px;
    overflow-x: hidden;

}

#specialistsPage input[type="text"], #specialistsPage textarea {
    width: 230px !important;

}

#specialist input[type="text"], #specialist textarea {
    width: 96% !important;

}


#specialistsPage textarea {
    height: 100px;
}

.error {
    color: rgb(169, 14, 0);
}

.not_valid {
    border: 1px solid rgb(169, 14, 0) !important;
    background-color: #fee !important;

}

#amazingslider-wrapper-1 {
    display: block;
    position: relative;
    margin: 0 auto;
    height: 300px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 610px;
}

#amazingslider-1 {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top:5px;

}


.amazingslider-text-wrapper-0 {
    padding: 0 10px;
}

.amazingslider-title-0 {
    color: rgb(169, 14, 0) !important;
    font-weight: normal !important;

}

.topMenu {
    margin-left: -2px;
    text-align: left !important;
}

#logo {
    margin: 10px 0;
}

#logo {
    border: 0;
}
.footer_links > div {
    width: 25%;
    float: left;
    text-align: left;
}
.footer_links {
    padding: 10px 0;
}
.footer_links > span {
    display: block;
    font-weight: bold;
    color: #000;
    text-align: left;
    margin-bottom: 10px;
}

.languageBar {
    text-align: right;
    height: 28px;
    position: relative;
}
.languageBar a {
    display: inline-block;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    margin-right: 20px;
    margin-top: 6px;
    position: relative;
    color: #fff;
}

.bg3 {
    /*background-color: #66aa00;*/
    background-color: #666;
    border-bottom: 1px solid #fff;
}

#categoryPage h3 {
    margin-bottom: 3px;
    color: rgb(14,79,144);
    font-family: 'open sans', sans-serif;
    font-size: 16px;
}


.sitemap > div > div > div {
    float:left;
    width: 24%;
}

.sitemap > div > div {
    margin: 10px 2%;
}

.sitemap > div  {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.sitemap h2 {
    font-size: 16px;
    color: rgb(20, 118, 125);
    margin:0

}


.row1 {
    background-color: #fff;
}
.row0 {
    background-color: #ddd;
}
.row_hover {
    background-color: #ffa !important;
}
.jscarousal

{

    width: 630px;

    height: 180px;

    background-color: #121212;

    border: solid 1px #7A7677;

    margin: 0;

    padding: 0;

    padding: 22px 8px 22px 8px;

    position: relative; /*overflow: hidden;*/

}

.jscarousal .jscarousal-left, .jscarousal .jscarousal-right

{

    float: left;

    width: 23px;

    height: 98px;

    background-color: #121212;

    color: White;

    position: relative;

    top: 12px;

    cursor: pointer;

}

.jscarousal .jscarousal-left

{

    background-image: url(/gfx/left_arrow.jpg);

    background-repeat: no-repeat;

    background-position: left;

}

.jscarousal .jscarousal-right

{

    background-image: url(/gfx/right_arrow.jpg);

    background-repeat: no-repeat;

    background-position: right;

}

.jscarousal-contents

{

    width: 580px;

    height: 180px;

    float: left;

    position: relative;

    overflow: hidden;

}

.jscarousal-contents > div
{

    position: absolute;

    width: 100%;

    height: 160px;

}

.jscarousal-contents > div > div

{

    float: left;

    margin-left: 8px;

    margin-right: 0px;

}

.jscarousal-contents img

{

    width: 105px;

    height: 144px;

    border: solid 1px #7A7677;

}

.hidden

{

    display: none;

}

.visible

{

    display: block;

}

.thumbnail-active

{

    filter: alpha(opacity=100);

    opacity: 0.8;

    cursor: pointer;

}

.thumbnail-inactive

{

    filter: alpha(opacity=20);

    opacity: 1.0;

    cursor: pointer;

}

.thumbnail-text

{

    color: #7A7677;

    font-weight: bold;

    text-align: left;

    display: block;

    padding: 10px 2px 2px 0px;

}

.jscarousal span {
    color:#fff;
}

.activeNewsSLide {
    background: #a00 !important;
    opacity: 1 !important;
}

.tslideNumber {
    display: inline-block;
    background: #000;
    color: #fff;
    margin: 3px;
    padding:3px;
    cursor: pointer;
    border-radius: 10px;
    opacity: 0.5
}