html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


/*article {    border: 1px solid #ccc;    margin-top: 20px !important;}*/

.Outerside,
.entry-header {
    padding: 20px;
}

.entry-content {
    border: 1px solid #ccc;
    box-shadow: 2px 1px 17px 1px #000;
}

.wpcf7-select {
    border: 1px solid #ccc;
    width: 69%;
}

.RightSide {
    float: left;
    max-width: 100%;
    width: 450px;
}

.LeftSide {
    border-right: 2px dotted #ccc;
    float: left;
    margin-right: 30px;
    max-width: 100%;
    padding-right: 20px;
    width: 472px;
}

.wpcf7-form input {
    border: 1px solid #ccc!important;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
    text-align: center;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/*--------------------------------------------------------------2.0 Typography--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
p,
span {
    font-family: 'Lato', sans-serif !important;
}


/*body, button, input, select, textarea {    color: #444545;    font-family: "Comic Sans MS" !important;    font-size: 14px;    line-height: 1.5;}*/

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: normal;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    border-left: 2px solid #00B0C8;
    padding: 5px 5px 5px 10px;
    margin-bottom: 10px;
}

address {
    margin: 0 0 1.5em;
}

pre {
    border-left: 2px solid #00B0C8;
    padding: 5px 5px 5px 10px;
    margin-bottom: 10px;
    overflow: auto;
    line-height: 1.2;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background-color: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------3.0 Elements--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #FFFFFF;
    /*background-image: url(images/bg.jpg);*/
    background-repeat: repeat;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 20px 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-bottom: 1px solid #EBEDED;
}

th {
    padding: 5px 0;
    text-align: left;
    text-transform: uppercase;
    border-top: 1px solid #EBEDED;
}

td {
    padding: 5px 0;
    text-align: left;
    border-top: 1px solid #EBEDED;
}


/*--------------------------------------------------------------4.0 Forms--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    border-radius: 3px;
    background-color: #00B0C8;
    color: #ffffff;
    line-height: 1;
    padding: 10px 15px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    opacity: 0.8;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #000;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #000;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px 5px;
}

textarea {
    padding-left: 3px;
    width: 100%;
}


/*--------------------------------------------------------------5.0 Navigation--------------------------------------------------------------*/


/*--------------------------------------------------------------5.1 Links--------------------------------------------------------------*/

a {
    color: #333;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #00B0C8;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}


/*--------------------------------------------------------------5.2 Menus--------------------------------------------------------------*/

.main-navigation {
    display: block;
    width: 100%;
    position: relative;
    min-height: 40px;
    /*border-radius:5px 5px 0 0;*/
    /*background:url(images/nav.jpg) center left;	background:#4bbcd7;*/
    /*border:1px solid #333;*/
}

.main-navigation ul {
    /* background-image: url("images/bluebg.png");	background-size:100% 100%;	background-repeat:no-repeat;  */
    border-radius: 6px;
    float: left;
    letter-spacing: -4px;
    list-style: outside none none;
    margin: 0;
    padding-left: 0;
    word-spacing: -4px;
}

.main-navigation li {
    float: left;
    position: relative;
    height: 100%;
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
}

.main-navigation li:first-child {
    border-radius: 5px 0 0 0;
}

.main-navigation li:first-child a {
    border-radius: 3px 0 0 0;
}

.mr li:first-child {
    /*background-color:#09F;*/
}

.main-navigation a {
    text-decoration: none;
    position: relative;
    height: 100%;
    display: block;
    line-height: 40px;
    /*color: #F5F4F3;*/
    color: #fff;
    font-size: 16px;
}

.main-navigation ul ul {
    float: left;
    position: absolute;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul {
    left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {}


/*.main-navigation .nav-menu > li {	display:block;	padding:0 8px;}*/


/*.main-navigation .nav-menu > li {    border-right: 1px solid #333;    display: block;    padding: 0 20px;}*/

.main-navigation .nav-menu > li {
    /* border-right: 1px solid #333;*/
    background-color: #5eafc4;
    border-bottom: 3px solid #474747;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    display: block;
    margin-right: 5px;
    padding: 0 17px;
}

.main-navigation .nav-menu > li > a:hover {
    position: relative;
    top: -3px;
    color: #FEEA3A;
}

.main-navigation .nav-menu > li span {
    position: absolute;
    display: none;
    width: 100%;
    background: #FEEA3A;
    height: 8px;
    bottom: -8px;
    left: 0;
    right: 0;
}

.nav-menu li.main-menu-dd > a:after {
    font-family: FontAwesome;
    font-weight: normal;
    color: #000;
    content: " \f0d7";
}

.nav-menu li.main-menu-dd > a:hover:after {
    color: #000;
    content: " \f0d8";
}

.nav-menu li li.menu-item-has-children > a i,
.nav-menu li li.page_item_has_children > a i {
    color: #CCC;
    position: absolute;
    top: 9px;
    right: 3px;
}

.nav-menu li > a:only-child::after {
    content: '';
}

.main-navigation .sub-menu,
.main-navigation .children {
    height: 0;
    left: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0;
    z-index: 99999;
    margin-top: 4px;
}

.main-navigation ul.children .current_page_item a:before,
.main-navigation ul.children .current-menu-item a:before {
    font-family: FontAwesome;
    font-weight: normal;
    color: #0CF;
    content: " \f00c";
    margin-right: 5px;
}

.main-navigation li:hover > ul,
.main-navigation .focus > ul {
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
}

.main-navigation ul ul a {
    background-color: #000;
    color: #fff;
    font-size: 13px;
    height: auto;
    line-height: 20px;
    margin: 0;
    padding: 8px 15px;
    width: 250px;
}

.main-navigation ul ul a:hover {
    background: #99E0FF;
    color: #fff;
}

.main-navigation ul ul li {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-radius: 1px;
    border-right: 1px solid #ccc;
    height: auto;
    padding: 0;
}

.main-navigation ul ul li:first-child {
    border-radius: 0;
}

.main-navigation ul ul li:first-child a {
    border-radius: 0;
}

.main-navigation ul .sub-menu ul,
.main-navigation ul .children ul {
    border-left: 0 none;
    left: 100%;
    top: -1px;
}

.main-navigation .mnav {
    width: 100%;
    height: 42px;
    padding: 0 15px;
    font-size: 14px!important;
    margin-bottom: 0;
background: transparent linear-gradient(to bottom, #45484D 0%, #000 100%) repeat scroll 0% 0%;
color: #eee;
border:0; 
}

.nav-foot {
    width: 100%;
    height: 25px;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.site-main #nav-below a {
    text-decoration: none;
    border-radius: 4px;
    box-shadow: 1px 1px 0 #7d7d7d;
    padding: 9px 23px;
    color: #444;
    margin-bottom: 20px;
    display: inline-block;
    background-color: rgba(204, 204, 204, 0.6);
    text-transform: uppercase;
}

.site-main #nav-below a:hover {
    background: #868686;
    color: #fff;
}


/*--------------------------------------------------------------6.0 Accessibility--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/*--------------------------------------------------------------7.0 Alignments--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------8.0 Clearings--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------9.0 Widgets--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    padding-left: 10px;
    padding-right: 13px;
}

.widget-area .widget {
    margin: 0 0 25px;
    padding: 10px;
}


/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}


/* Footer Widgets */

.footer-widget {
    box-shadow: 1px 1px 10px -1px #000;
    float: left;
    margin: 1%;
    padding: 10px;
    height: 325px;
}

.footer-widget .widget-title {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
}

.widget-area {
    width: 30%;
    float: left;
    padding-top: 10px;
}

.widget-area ul,
.widget-area ol {
    list-style: none;
    margin: 0;
}

.widget-area .widget-title {
    color: #000;
    min-height: 35px;
    line-height: 26px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    text-shadow: -1px -1px 1px #545c2b;
}

.widget-area li {
    line-height: 17px;
    padding: 6px 0;
    border-bottom: 1px solid #f2f2f2;
}

.widget-area table {
    width: 100%;
}

.widget-area select {
    max-width: 100%;
}

.widget-area ul ul {
    padding: 0 0 0 10px;
}


/* social media widget */

.sm-widget {
    text-align: center;
}


/*--------------------------------------------------------------10.0 Content--------------------------------------------------------------*/


/*--------------------------------------------------------------10.1 Posts and pages--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.page-links::before {
    content: "\f0c5 ";
    font-family: 'FontAwesome';
    margin-right: 5px;
}

.more-link {
    border-radius: 4px;
    box-shadow: 1px 1px 0 #7d7d7d;
    padding: 7px 10px;
    color: #fff !important;
    margin-bottom: 20px;
    background-color: #61cbe6;
}

.more-link:hover {
    text-decoration: none !important;
    color: #06F;
    background-color: #39F;
}

.more-link::after {
    content: "\f0a9 ";
    font-family: 'FontAwesome';
    margin-right: 5px;
}

.more-link span.meta-nav {
    display: none;
}


/* post types icons */

.sticky .entry-title::before {
    content: "\f08d ";
}

.format-aside .entry-title::before {
    content: "\f0f6 ";
}

.format-image .entry-title::before {
    content: "\f030 ";
}

.format-video .entry-title::before {
    content: "\f03d ";
}

.format-audio .entry-title::before {
    content: "\f001 ";
}

.format-quote .entry-title::before {
    content: "\f10d ";
}

.format-status .entry-title::before {
    content: "\f0e5 ";
}

.format-link .entry-title::before {
    content: "\f08e ";
}

.format-gallery .entry-title::before {
    content: "\f03e ";
}

.post-password-required .entry-title::before {
    content: "\f023 ";
}

.sticky .entry-title::before,
.format-aside .entry-title::before,
.format-image .entry-title::before,
.format-video .entry-title::before,
.format-audio .entry-title::before,
.format-quote .entry-title::before,
.format-status .entry-title::before,
.format-link .entry-title::before,
.format-gallery .entry-title::before,
.post-password-required .entry-title::before {
    font-family: "FontAwesome";
    margin-right: 10px;
}


/*--------------------------------------------------------------10.2 Asides--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}


/*--------------------------------------------------------------10.3 Comments--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------11.0 Infinite scroll--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------12.0 Media--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/* Image Margins */

.entry-content img.alignleft {
    margin-right: 15px;
}

.rog_div {
    cursor: pointer;
    height: 200px;
    width: 200px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.rog_div:hover {
    height: 230px;
    width: 230px;
}

.entry-content img.alignright {
    margin-left: 15px;
}

.entry-content p {
    margin-top: 36px;
}


/*--------------------------------------------------------------12.1 Captions--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}


/*--------------------------------------------------------------12.2 Galleries--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------13.0 Custom css--------------------------------------------------------------*/


/* site */

.site {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}


/* site borders & shadows */

#content {
    /*border:#FFF 10px solid;*/
    border-top: none;
    border-radius: 0px 0px 15px 15px;
    box-shadow: 0 0 16px #85969f;
}


/* header */

header.site-header {
    background-image: none !important;
    /*	background-image:url(images/header.png);	background-position:top center;	background-size:cover;background:#fff;*/
}

.site-branding {
    position: relative;
    line-height: 0;
    padding: 15px 15px;
}

.header-logo-image {
    max-width: 100%;
    float: left;
    /*width:30% !important;*/
}

.header-text {
    color: #FFF;
    float: left;
}

.site-title {
    display: inline-block;
    padding: 10px 20px 0 5px;
}

.site-title a {
    font-size: 50px;
    line-height: 75px;
    color: #000;
    text-shadow: 2px 1px 0 #f5f5f5, 3px 3px 0 #b8b8b5;
}

.header-search .ss {
    float: right;
}

.header-search .ss .sm {
    margin-top: 10px;
    text-align: right;
    padding: 2px 0;
}

.header-search {
    display: block;
    height: auto;
    overflow: hidden;
    word-wrap: break-word;
}

.header-search form {
    float: right;
    margin-left: 15px;
}

.header-search .search-field {
    background: #EEEEEE !important;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    margin: 5px 0 0 0;
    padding: 7px 0 4px 5px;
    border: 1px solid #CCCCCC;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.header-search .search-submit {
    margin: 0 0 0 -5px;
    border: none;
    padding: 8px 7px;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}


/*content*/

.site-content {
    width: 100%;
    min-height: 600px;
    padding: 0 0 50px;
    /*background-color:#FFF;*/
}

.content-area {
    width: 70%;
    float: left;
    /*padding:30px 15px 0;*/
    padding: 5px 15px 0;
}

.page-header {
    line-height: 25px;
    padding: 10px 0 20px;
}

.page-title {
    font-size: 20px;
}

#nav-below {
    height: 25px;
    line-height: 15px;
}

#nav-below .nav-previous {
    float: left;
}

#nav-below .nav-next {
    float: right;
}

#page-nav-below {
    padding: 30px 15px 0;
}

#page-nav-below .nav-previous {
    float: left;
}

#page-nav-below .nav-next {
    float: right;
}

.page-links {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.page-links a {
    margin: 0 0 0 3px;
    text-decoration: underline;
}

.pagination {
    padding: 40px 0 0;
    font-size: 14px;
}

.pagination .nav-links {
    width: 100%;
    height: 42px;
    line-height: 40px;
    position: relative;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #EBEDED;
    font-size: 14px;
    font-weight: bold;
}

.pagination .nav-links .fa {
    color: #ffffff;
}

.pagination .nav-links a,
.pagination .nav-links span {
    padding: 0 10px;
    display: inline-block;
    height: 40px;
}

.pagination .nav-links a {
    color: #000;
}

.pagination .nav-links a:hover {
    color: #000;
}

.pagination .prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 16px;
    background-color: #cccccc;
}

.pagination .prev:hover {
    background-color: #999999;
}

.pagination .next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 16px;
    background-color: #cccccc;
}

.pagination .next:hover {
    background-color: #999999;
}

.pagination .current {
    color: #000;
}

.pagination .screen-reader-text,
.pagination .nav-links .screen-reader-text {
    display: none;
}


/*post*/

article.post,
article.page {
    margin: 0 0 20px;
    padding: 0 0 40px;
    background: /*url(images/divider.png) center bottom no-repeat*/
    ;
    background-size: 580px auto;
}

.entry-title {
    width: 100%;
    line-height: 32px;
    /*font-weight:bold;  */
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    /*text-shadow: 0 2px #d5d4d4;*/
}

.entry-title,
.entry-title a {
    color: #000;
}

.entry-meta {
    color: #666;
    width: 100%;
    padding: 10px 0 0;
    font-size: 12px;
    line-height: 14px;
}

.entry-meta >span {
    margin: 0 12px 0 0;
}

.entry-meta span a {
    padding: 0 4px 0 0;
    color: #666;
}

.entry-meta .comments-link {
    float: right;
    margin: 0;
    text-align: right;
}

.entry-meta .comments-link a {
    padding: 0;
}


/* .entry-content {	width:100%;	padding:15px 0 0;} */

.entry-content {
    padding: 15px;
    width: 100%;
}

.entry-content a {
    color: #000;
}

.entry-content a:hover {
    text-decoration: underline;
}

.entry-content img {
    margin: 0 0 5px;
}

.entry-content p:last-child {
    margin-bottom: 0;
}

.entry-content input[type="submit"] {
    line-height: 1px;
    padding: 14px 20px;
}

.entry-footer {
    color: #bababa;
    width: 100%;
    padding: 20px 0 0;
    font-size: 12px;
    line-height: 14px;
}

.entry-footer >span {
    margin: 0 12px 0 0;
}

.entry-footer span a {
    padding: 0 4px 0 0;
    display: inline-block;
    color: #bababa;
}

.post-entry-media {
    font-size: 0;
    line-height: 0;
    margin: 0 0 10px;
}


/*comments*/

.comments-area {
    padding: 20px 0 0;
}

.no-comments {
    line-height: 30px;
}

.comments-title {
    display: none;
}

.comment-list {
    list-style: none;
    margin: 0;
}

.comment,
.pingback {
    padding: 0 0 10px;
}

.comment-body {
    padding: 0 0 10px;
    position: relative;
}

.comment-author {
    width: 32px;
    height: 32px;
    float: left;
    background-color: #ffffff;
}

.comment-author img {
    width: 32px;
    height: 32px;
}

.comment-meta {
    line-height: 16px;
    padding: 0 0 4px;
    margin: 0 0 0 40px;
    font-size: 12px;
}

.comment-meta span {
    margin: 0 5px 0 0;
}

.comment-meta .fn {
    font-size: 13px;
    font-weight: bold;
}

.comment-content {
    margin: 0 0 0 40px;
    line-height: 18px;
    font-size: 12px;
    text-align: Justify;
    text-justify: inter-ideograph;
    padding: 2px 0 0;
}

.comment-content p:last-child {
    margin-bottom: 0;
}

.reply {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 20px;
    font-size: 11px;
}

.comments-area .children {
    list-style: none;
    margin: 0 0 0 40px;
}

.comments-area .children .comment {
    padding: 0;
}

.comments-area.children .comment-body {
    padding: 0 0 10px;
}

#respond {
    padding: 10px 0 0;
}

.comment-reply-title {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}

.comment-reply-title small {
    float: right;
    line-height: 40px;
    font-size: 11px;
}

.input-container {
    margin: 0 0 8px;
}

.input-container span {
    margin: 0 0 0 8px;
    font-size: 13px;
}

.input-container-full {
    display: block;
    width: 100%;
    margin: 0 0 8px;
}

#submit {
    display: none;
}

.logged-in-as {
    height: 30px;
    line-height: 20px;
    font-size: 13px;
    margin-bottom: 0;
}

.comment #respond {
    margin: 0 0 0 40px;
    padding: 10px 0 20px;
}

#respond input[type="text"] {
    width: 40%;
}


/*search-form*/

.widget_search .search-form {
    width: 90%;
    height: 32px;
}

.widget_search .search-field {
    width: 75%;
    float: left;
    font-family: inherit;
    font-size: 13px;
    height: 32px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.widget_search .search-submit {
    width: 25%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-family: inherit;
    font-size: 13px;
    float: right;
    background: none;
    border: none;
    background-color: #00B0C8;
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    padding: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}


/* footer */

.site-footer {
    width: 100%;
    padding: 20px 0 0px;
    display: none;
}

footer .quote {
    margin: 15px 0;
    text-align: center;
    display: none;
    font-size: 18px;
}

footer .quote .a {
    font-style: italic;
    font-size: 14px;
}

footer .quote .l {
    margin: 15px 0;
}

footer .sm-footer {
    text-align: center;
    display: none;
}

.site-footer .site-info {
    text-align: right;
    font-size: 13px;
    margin-top: 25px;
    padding: 0 15px;
    line-height: 20px;
    color: #000;
}

.site-footer .site-info a {
    font-weight: normal;
    color: #000;
}

#back_top {
    border-radius: 3px;
    bottom: 35px;
    cursor: pointer;
    height: 36px;
    opacity: 0.8;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 36px;
    z-index: 100;
    background-color: #444545;
    color: #ffffff;
}

#back_top i {
    line-height: 36px;
    font-size: 24px;
    color: #ffffff;
}

#back_top:hover {
    opacity: 1;
}


/*wp-pagenavi*/

.wp-pagenavi {
    padding: 30px 0 10px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    background-color: #ffffff;
    border: 1px solid #EBEDED;
    padding: 5px 10px;
    margin: 0 3px 0 0;
}

#main .wp-pagenavi .page {
    padding: 5px 10px;
    margin: 0 3px 0 0;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border: 1px solid #EBEDED;
}

.wp-pagenavi span.current {
    color: #000;
}


/* =FEATURED SLIDER----------------------------------------------- */

.site-slider {
    line-height: 0;
    font-size: 0;
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    display: none;
}

#slider-text-box {
    color: #ffffff;
}

.slider-content {
    font-size: 14px;
}

#featured-slider {
    position: relative;
}

.slider-image-wrap img {
    width: 100%;
}

.slider-text-wrap {
    position: absolute;
    bottom: 15%;
    left: 5%;
    width: 90%;
}

.slider-text-wrap p {
    margin: 1px;
}

.slider-text-wrap > span {
    display: block;
}

.slider-text-wrap span a {
    display: inline-block;
}

.wide .slider-text-wrap {
    left: 15%;
}

#slider-title {
    font-size: 18px;
    margin-bottom: 2px;
}

#slider-title a {
    color: #FFFFFF;
    padding: 10px;
    line-height: 1;
    background-color: #00B0C8;
}

#slider-content {
    background: none repeat scroll 0 0 rgb(255, 255, 255);
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    padding: 10px;
    display: inline-block;
    max-width: 40%;
    color: #000;
    line-height: 1;
    font-size: 14px;
}

.slider-wrap {
    position: relative;
}

.slider-wrap .displayblock {
    display: block;
}

.slider-wrap .displaynone {
    display: none;
}


/* =SLIDER CONTROLLERS----------------------------------------------- */

#controllers {
    bottom: 15px;
    line-height: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9999;
}

#controllers a {
    background-color: #ffffff;
    color: #ffffff;
    display: inline-block;
    height: 20px;
    margin: 0 4px;
    overflow: hidden;
    width: 20px;
    border-radius: 10px;
}

#controllers a:hover,
#controllers a.active {
    color: #000 background-color: #00B0C8;
}


/* =HOME PAGE----------------------------------------------- */

.hc_home_border {
    border-bottom: 1px solid #e0e0e0;
    margin: 0 auto 50px;
    width: 97.4%;
    clear: both;
}


/* Turn effect*/

.turn {
    opacity: 1;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.turn:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    opacity: 1;
}


/* Homepage Service Section */

#service_section {
    margin-top: 25px;
}

.hc_service_title h1 {
    color: #31A3DD;
}

.hc_service_title p {
    color: #000;
}

.hc_service_title {
    padding: 0px 15px 10px;
    position: relative;
}

.hc_service_title h1 {
    font-size: 36px;
    font-weight: normal;
    line-height: 40px;
    margin: 2px 0 8px;
    text-align: center;
    color: #000;
    text-shadow: 2px 1px 0 #f5f5f5, 3px 3px 0 #b8b8b5;
}

.hc_service_title p {
    font-size: 18px;
    margin: 0px 0px 10px;
    text-align: center;
}

.hc_service_area {
    float: left;
    border-radius: 0px;
    margin-bottom: 35px;
    padding: 0px 5px 5px;
    transition: all 0.4s ease 0s;
    text-align: center;
    min-width: 240px;
}

.hc_service_area i {
    margin-bottom: 26px;
    font-size: 40px;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    line-height: 95px;
}

.hc_service_area i {
    border: 2px solid #31A3DD;
    color: #31A3DD;
    background-color: #ffffff;
}

.hc_service_area i:hover {
    border: 4px solid #31A3DD;
}

.hc_service_area h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 7px 0 15px;
    text-align: center;
    word-wrap: break-word;
    border-bottom: 4px double #aaa;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

.hc_service_area h2 > a {
    color: #000;
}

.hc_service_area h2 > a {
    transition: all 0.4s ease 0s;
}

.hc_service_area h2 > a:hover {
    color: #31A3DD;
}

.hc_service_area p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px;
    margin-top: 5px;
    padding: 0 7px;
    text-align: center;
}

.hc_service_area p {
    color: #000;
}

.hc_service_area p a {
    font-size: 15px;
    color: #31A3DD;
}

.sw-100 {
    width: 100%;
}

.sw-50 {
    width: 50%;
}

.sw-33 {
    width: 33%;
}

.sw-25 {
    width: 25%;
}


/* Homepage Portfolio Section Css */

#project_section {
    padding-left: 5px;
}

#project_section img {
    border: 1px solid #fff;
    box-shadow: 0 0 3px #d7c8a5, 0 0 46px #f2f0d6 inset;
    padding: 7px;
    width: 97%;
}

.hc_project_area {
    float: left;
    position: relative;
    min-width: 240px;
}

.hc_project_area p {
    margin: 0 15px 0 0;
    text-align: justify;
}

.hc_portfolio_title {
    padding: 0px 15px 0px;
    margin: 0 auto 40px;
}

.hc_portfolio_title h1 {
    font-size: 36px;
    line-height: 40px;
    margin: 2px 0 8px;
    text-align: center;
    word-wrap: break-word;
}

.hc_portfolio_title p {
    font-size: 18px;
    margin: 0 0 34px;
    text-align: center;
}

.hc_service_title p {
    font-size: 18px;
    margin: 0 0 30px;
    text-align: center;
}


/* Contact details */

.site-contact {
    float: right;
    color: #fff;
    display: inline-block;
    line-height: 2em;
    margin-right: 19%;
    font-size: 14px;
    /*font-weight:bold;*/
    vertical-align: top;
}

.site-contact span {
    display: inline-block;
}

.site-contact.footer {
    width: 100%;
    text-align: center;
    margin: 10px;
    display: none;
}

.site-contact i {
    margin: 0 5px 0 10px;
}


/* Homepage Post Box CSS */

.post-box {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    display: block;
    padding-bottom: 10px;
    background: url(images/divider.png) center bottom no-repeat;
    background-size: 580px auto;
}

.post-box.entry-content a {
    text-decoration: none;
}

.post-box img {
    float: left;
    margin: 0 15px 10px 0;
}

.post-box .entry-title {
    font-size: 17px;
    padding-bottom: 5px;
}

.post-box .post-box-date span {
    display: inline-block;
    font-size: 12px;
    padding-right: 10px;
}

.post-box .post-box-excerpt p {
    margin: 0 5px;
}

.post-box .post-box-more {
    float: right;
    display: inline-block;
    border-radius: 5px;
    border: #999 1px solid;
    margin: 5px;
    padding: 5px;
}


/* responsive css------------------------------------------------------------ */

@media only screen and (max-width: 799px) {
    .site-branding {
        min-height: 100px;
    }
    .header-logo-image {
        margin-top: 0;
        text-align: center;
    }
    .site-title {
        width: 100%;
        float: none;
        text-align: center;
        padding: 40px 0 20px;
    }
    .site-contact {
        text-align: center;
        float: none;
    }
    .main-navigation {
        min-height: 34px;
    }
    .content-area {
        width: 100%;
        float: left;
        margin: 0;
    }
    .ul_blue {
        border-right: 2px solid #fff;
    }
    .widget-area {
        width: 100%;
        float: none;
        margin: 0;
    }
    .widget-area .widget {
        width: 50%;
        float: left;
        padding: 0 10px 0 0;
    }
    /* home */
    .hc_project_area,
    .hc_service_area {
        width: 50%;
    }
    .hc_service_area img {
        width: 98%;
    }
    #project_section .hc_project_area img {
        width: 98%;
    }
    /* home recent post box */
    .post-box {
        width: 100%;
        float: left;
    }
}

@media only screen and (max-width: 479px) {
    .slider-text-wrap {
        display: none;
    }
    .footer-widget,
    .widget-area .widget {
        width: 100% !important;
        float: none;
        padding: 0;
    }
    .header-search {
        float: none;
        height: auto;
        text-align: center;
        width: 99%;
    }
    .site-footer {
        height: auto;
    }
    .site-footer .div1 {
        width: 96%;
        padding: 0 2% 10px;
    }
    .site-footer .div1 span {
        display: block;
        margin: 0;
    }
    .site-footer .div2 {
        width: 96%;
        padding: 0 2%;
    }
    .ul_blue {
        border-right: 2px solid #fff;
    }
    .site-footer .div2 span {
        display: block;
        margin: 0;
    }
    /* home */
    .hc_project_area,
    .hc_service_area {
        width: 100%;
    }
}

.head-content {
    float: right;
    font-weight: bold;
}

.Banner {
    float: left;
    text-align: center;
    width: 100%;
}

.title-1 > a {
    color: #2d2d29;
    font-size: 22px;
    font-weight: bold;
}

.title-1 {
    padding: 20px 0 5px;
    text-align: center;
}

.inner-content {
    float: left;
    width: 100%;
}

.innn-vid {
    float: left;
    width: 50%;
}

.innn-text {
    float: left;
    padding: 0 10px;
    width: 100%;
}

.home-content {
    /*  border: 1px solid #ccc;*/
    border-radius: 5px;
    float: left;
    padding: 5px 10px;
    width: 100%;
}

.fluid-width-video-wrapper {
    padding-top: 250px !important;
}

.innn-vid > h2 {
    color: #fff;
    font-weight: bold;
}

.innn-text > h2 {
    color: #fff;
    font-weight: bold;
}

.Map > h2 {
    color: #fff;
    font-weight: bold;
}

.Map {
    float: left;
    margin-top: 20px;
    width: 100%;
}

.head-content > p {
    line-height: 15px;
    margin-bottom: 0;
}

#primary-menu li:hover {
    background: #4bbcd7 none repeat scroll 0 0;
    color: #fff;
}


/*	#primary-menu li:focus {    background: green none repeat scroll 0 0;    color: white;}*/

#menu-item-24:focus,
#menu-item-24:active {
    background: #4bbcd7 none repeat scroll 0 0;
    color: #fff;
}

#primary-menu li a:hover {
    /*color: #fff;*/
}

.phone12 {
    font-size: 18px;
    margin-bottom: 0;
}

.header-search {
    background-color: #5eafc4;
    border-bottom: 3px solid #474747;
    margin: 0 auto 35px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
}

.contents {
    float: left;
    width: 100%;
}

.inn-conntent {
    background: #4bbcd7 none repeat scroll 0 0;
    border: 3px solid #0390b2;
    float: left;
    height: 380px;
    margin-right: 9px;
    padding: 10px;
    width: 333px;
    max-width: 100%;
}

.inn-conntent:hover {
    background: #0390b2 none repeat scroll 0 0;
}

.inn-tittle {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.inn-text {
    color: #fff;
}

.welcome {
    float: left;
    width: 100%;
}

.welcome p {
    font-size: 15px;
}

.welcome-title {
    color: #2d2d29;
    float: left;
    font-size: 22px !important;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
    width: 100%;
}

.tit {
    color: #000;
    padding: 5px 5px;
    font-size: 22px;
    font-weight: bold;
}


/*.banner{    background-image: url("images/medical-instruments.jpg");    background-repeat: no-repeat;    background-size: 100% 100%;    float: left;    height: 300px;    padding-bottom: 20px;    padding-top: 20px;    position: absolute;    width: 99%;}*/

.banner {
    background-image: url("images/5.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    float: left;
    height: auto;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%;
    border-bottom: 4px solid #4bbcd7;
}

.banner_div {
    width: 1210px;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
}


/*.text{    background-color: rgba(0, 0, 0, 0.3);    bottom: 20px;    color: #fff;    left: 0;    padding-bottom: 10px;    position: absolute;    right: 10px;    text-align: left;    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);    z-index: 10;}*/

.text {
    width: auto;
    height: auto;
    float: left;
    margin-top: 25px;
}

.text ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0px;
}


/*.text ul li{   display: inline;    float: left;    text-align: center;    width: 200px;	padding:10px;}*/

.text ul li {
    padding: 10px;
}

.text ul li a {
    color: #0390b2;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.7s ease 0s;
}

.text ul li a:hover {
    color: #4bbcd7;
}

.treatment_div {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 4px 5px 6px 4px #ddd;
    float: left;
    height: auto;
    margin: 20px 8px 12px;
    padding: 10px;
    width: 98%;
}

.treatment_div h2 {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    text-transform: uppercase;
}

.surgical_div {
    float: left;
    height: 241px;
    padding: 25px;
    width: 400px;
    max-width: 100%;
}

.surgical_div img {
    width: 150px;
    margin-left: 17px;
}

.surgical_div h3 {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}

.surgical_div p {
    color: #000;
    font-size: 15px;
    text-align: center;
    line-height: 24px;
    margin-bottom: 10px;
}

.medical_div {
    float: left;
    height: 241px;
    padding: 25px;
    width: 400px;
    max-width: 100%;
}

.medical_div img {
    width: 150px;
    margin-left: 17px;
}

.medical_div h3 {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}

.medical_div p {
    color: #000;
    font-size: 15px;
    text-align: center;
    line-height: 24px;
    margin-bottom: 10px;
}

.main_treatment {
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}

.header_div {
    margin: 0 auto;
    max-width: 1060px;
}

.header_div1 {
    margin: 0 auto;
    max-width: 1060px;
}

.mail {
    float: right;
    color: #0390b2;
}

.footer_container {
    max-width: 1060px;
    height: auto;
    margin: 0 auto;
}

.footer_container1 {
    visibility: hidden;
}

.contact_form {
    width: 290px;
    height: auto;
    float: left;
}

.contact_form p {
    float: left;
    margin-left: 10px;
    margin-bottom: 15px;
}

.div1 {
    border-bottom: 1px solid #ddd;
    width: auto;
    height: auto;
    float: left;
    padding-top: 5px;
}

.header_wrapper {
    width: 100%;
    height: auto;
    border-bottom: 4px solid #4bbcd7;
}

.recent_blog {
    width: auto;
    height: auto;
    float: left;
}

.gray {
    background-color: #f3f3f3;
    height: auto;
    width: 100%;
}


/*.footer_main{	width:100%;	height:auto;	background-color: #f3f3f3;}*/

.appointment {
    height: auto;
    float: left;
    width: 50%;
}

.appointment h6 {
    background: #4bbcd7 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 10px 15px;
    line-height: 24px;
}

.form_div {
    height: auto;
    padding: 15px;
    background-color: #f3f3f3;
}

.form_div input,
select {
    width: 100%;
    height: 40px;
    border: 1px solid #f3f3f3;
    margin-bottom: 10px;
}

.form_div button {
    width: auto;
}

.form_div p {
    margin-bottom: 0px!important;
}

.wpcf7-submit {
    width: auto !important
}

.footer_nav {
    height: auto;
    margin: 20px -15px;
}

.footer_nav ul {
    list-style-type: none;
    float: left;
}

.footer_nav ul li {
    display: inline;
    margin: 0 1px 15px 0;
    padding: 0 5px;
    text-align: center;
    border-right: 1px solid #fff;
}

.footer_nav ul li a {
    font-size: 13px;
    color: #fff;
}

.footer_nav ul li a:hover {
    text-decoration: none;
}

.footer_nav p {
    color: #fff;
    text-align: center;
    font-size: 13px;
}


/*.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-home.menu-item-24:active {    background: yellow none repeat scroll 0 0 !important;    color: white !important;}.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-home.menu-item-24:focus {    background: yellow none repeat scroll 0 0 !important;    color: white !important;}*/

.header-logo-image img {
    margin-bottom: 15px;
    margin-top: -25px;
    height: 50px;
}

.comment-respond {
    display: none;
}

.phone {
    font-size: 25px;
}

.ul_blue {
    list-style-type: none;
    border-right: 2px dotted #ddd;
}

.spacing {
    padding-top: 10px;
    padding-bottom: 10px;
}

.readm {
    background: #2988b0 none repeat scroll 0 0 !important;
    font-weight: bold;
    height: 30px;
    padding: 0 10px !important;
}

.fees_div {
    color: #444;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 20px 0 30px;
    outline: 1px dashed #e8e8e8;
    outline-offset: -8px;
    overflow: hidden;
    width: 100%;
}
/*.fees_div .col-sm-8{ width: 97%;margin: 0 15px;border-bottom: 1px solid #eee;}*/

.col-sm-3.copy {
    font-size: 12px;
}

.col-sm-3.DESIGN {
    font-size: 12px;
}

.byline {
    display: none !important;
}

.col-sm-3.DESIGN {
    text-align: center;
}

#mm0 > option {
    padding-left: 10px;
}

optgroup {
    padding-left: 10px;
}

.text img {
    height: auto;
    max-width: 100%;
}

.footer-widget .textwidget iframe {
    height: 240px !important;
}


/*body.custom-background 
{
	background-image:none !important;
}*/

.LeftSide span {
    font-size: 16px !important;
}

.RightSide span {
    font-size: 16px !important;
}
.RightSide strong span,.LeftSide strong span{background: #2580a8!important;
    background: -moz-linear-gradient(top, #2580a8 0%, #006da0 73%);
    background: -webkit-linear-gradient(top, #2580a8 0%,#006da0 73%);
    background: linear-gradient(to bottom, #2580a8 0%,#006da0 73%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2580a8', endColorstr='#006da0',GradientType=0 );}

#site-navigation select {
    font-size: 14px;
background: transparent linear-gradient(to bottom, #45484D 0%, #000 100%) repeat scroll 0% 0%;
padding: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border:0;
outline:none;
cursor: pointer;
}
#site-navigation select option, #site-navigation select optgroup{color: #333;}
.main-navigation .mnav{background: transparent linear-gradient(to bottom, #45484D 0%, #000 100%) repeat scroll 0% 0%;}
 /*.main-navigation::after {
    font-family: FontAwesome;
    font-weight: normal;
    color: #fff;
    content: " "; z-index:1; position:absolute; right:20px; top:9px;}*/

.entry-content > h1 {
    text-decoration: underline;
}

.entry-content > h2 {
    text-decoration: underline;
}

@media screen and (max-width:1054px) {
    .LeftSide {
        width: 450px;
    }
    .RightSide {
        width: 450px;
    }
}

@media screen and (max-width:1045px) {
    .main-navigation .nav-menu > li {
        padding: 0 15px;
    }
    .text {
        margin-top: 0;
    }
    .text ul {
        margin: 0;
    }
}

@media screen and (max-width:1040px) {
    .main-navigation .nav-menu > li {
        padding: 0 15px;
    }
}

@media screen and (max-width:1031px) {
    .LeftSide {
        width: 445px;
    }
    .RightSide {
        width: 445px;
    }
}

@media screen and (max-width:1021px) {
    .LeftSide {
        width: 440px;
    }
    .RightSide {
        width: 440px;
    }
}

@media screen and (max-width:1011px) {
    .LeftSide {
        width: 435px;
    }
    .RightSide {
        width: 435px;
    }
}

@media screen and (max-width:1001px) {
    .LeftSide {
        width: 430px;
    }
    .RightSide {
        width: 430px;
    }
}

@media screen and (max-width:998px) {
    .LeftSide {
        width: 430px;
    }
    .RightSide {
        width: 430px;
    }
}

@media screen and (max-width:991px) {
    .LeftSide {
        width: 425px;
    }
    .RightSide {
        width: 425px;
    }
}

@media screen and (max-width:981px) {
    .main-navigation .nav-menu > li {
        padding: 0 13px;
    }
    .LeftSide {
        width: 420px;
    }
    .RightSide {
        width: 420px;
    }
}

@media screen and (max-width:978px) {
    .LeftSide {
        width: 420px;
    }
    .RightSide {
        width: 420px;
    }
}

@media screen and (max-width:971px) {
    .LeftSide {
        width: 415px;
    }
    .RightSide {
        width: 415px;
    }
}

@media screen and (max-width:960px) {
    .LeftSide {
        width: 410px;
    }
    .RightSide {
        width: 410px;
    }
}

@media screen and (max-width:951px) {
    .LeftSide {
        width: 405px;
    }
    .RightSide {
        width: 405px;
    }
}

@media screen and (max-width:941px) {
    .LeftSide {
        width: 400px;
    }
    .RightSide {
        width: 400px;
    }
    .main-navigation .nav-menu > li {
        padding: 0 12px;
    }
}

@media screen and (max-width:931px) {
    .LeftSide {
        width: 395px;
    }
    .RightSide {
        width: 395px;
    }
}

@media screen and (max-width:928px) {
    .main-navigation .nav-menu > li {
        padding: 0 12px;
    }
}

@media screen and (max-width:920px) {
    .LeftSide {
        width: 390px;
    }
    .RightSide {
        width: 390px;
    }
    .main-navigation .nav-menu > li {
        padding: 0 10px;
    }
}

@media screen and (max-width:910px) {
    .LeftSide {
        width: 385px;
    }
    .RightSide {
        width: 385px;
    }
}

@media screen and (max-width:901px) {
    .LeftSide {
        width: 100%;
        border-right: none;
        margin-right: 0px;
        padding-right: 0px;
    }
    .RightSide {
        width: 100%;
    }
}

@media screen and (max-width:890px) {
    .main-navigation .nav-menu > li {
        padding: 0 8px;
    }
}

@media screen and (max-width:852px) {
    .main-navigation .nav-menu > li {
        padding: 0 7px;
    }
}

@media screen and (max-width:825px) {
    .main-navigation .nav-menu > li {
        padding: 0 6px;
    }
}

@media screen and (max-width:805px) {
    .main-navigation .nav-menu > li {
        padding: 0 5px;
    }
}

@media screen and (max-width:768px) {
    .col-sm-3.DESIGN {
        float: left;
        width: 100% !important;
    }
}

@media screen and (max-width:600px) {
    .text img {
        height: 28px;
    }
    .text ul li a {
        font-size: 14px;
        line-height: 35px;
    }
    .text {
        margin-top: 0;
    }
    .text ul {
        margin: 0;
    }
}

@media screen and (max-width:355px) {
    .LeftSide span {
        font-size: 13px !important;
    }
    .RightSide span {
        font-size: 13px !important;
    }
}