/*
Zerotheme.com | Free Html5 Responsive Templates
Author URI: http://www.zerotheme.com/
*/
@import url(https://fonts.googleapis.com/css?family=Racing+Sans+One);
/* ---------------------------------------------------------------------------- */
/* ------------------------------------Reset----------------------------------- */
/* ---------------------------------------------------------------------------- */
a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
	background: transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table, table td {
	padding: 0;
	border: none;
	border-collapse: collapse;
}
img {
	vertical-align: top;
}
embed {
	vertical-align: top;
}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display: block;
}
mark, rp, rt, ruby, summary, time {
	display: inline;
}
input, textarea {
	border: 0;
	padding: 0;
	margin: 0;
	outline: 0;
}
iframe {
	border: 0;
	margin: 0;
	padding: 0;
}
input, textarea, select {
	margin: 0;
	padding: 0px;
}
/* ---------------------------------------------------------------------------- */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* ---------------------------------------------------------------------------- */

html {
	 -webkit-text-size-adjust: none;
}
.video embed, .video object, .video iframe {
	 width: 100%;
	  height: auto;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
a {
	color: #ea3238;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2 {
	font-size: 25px;
	line-height: 25px;
}
h3, h4 {
	font-size: 20px;
	line-height: 20px;
}
h5, h6 {
	font-size: 16px;
	line-height: 16px;
}
p {
	margin: 10px 0;
	color: #777;
}
.t-center {
	text-align: center;
}
.t-left {
	text-align: left;
}
.t-right {
	text-align: right;
}
.f-right {
	float: right;
}
.f-left {
	float: left;
}
.post {
}
.post:after, .post:before, article:after, article:before, section:after, section:before {
	clear: both;
	content: '\0020';
	display: block;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clear {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix:after, .clearfix:before {
	clear: both;
	content: '\0020';
	display: block;
	visibility: hidden;
	width: 0;
	height: 0;
}
.color-orange {
	color: #39377d !important;
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 20px;
}
/* ---------------------------------------------------------------------------- */
/* ------------------------------------Html-Body------------------------------- */
/* ---------------------------------------------------------------------------- */
html, body {
	width: 100%;
	padding: 0;
	margin: 0;
}
body {
	background: #fff;
	color: #3F3F3F;
	font: 14px/25px Arial, Helvetica, sans-serif;
	font-family: Montserrat, sans-serif;
}
body .wrap-body {
}
/* ---------------------------------------------------------------------------- */
/* -------------------------------------Header--------------------------------- */
/* ---------------------------------------------------------------------------- */
header {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 1px 3px #ccc;
    margin: 0 0 5px;
}
header .wrap-header {
}
.wrap-body {
background:url(../images/bg.png) repeat;
}
header .logo img {
	display: inline-block;
	margin: auto;
	max-width: 290px;
	padding: 6px;
}
@media all and (max-width: 768px) {
header .logo {
	text-align: center;
	width: 100%;
}
header .logo img {
	display: block;
}
}
/* ---------------------------------------------------------------------------- */
/* -------------------------------------Container------------------------------ */
/* ---------------------------------------------------------------------------- */
#container {
}
#container .wrap-container {
}
.header {
	text-align: center;
	margin: 0px auto 50px;
}
.heading {
    color: #000;
    float: left;
    font-size: 30px;
    font-weight: normal;
    height: 47px;
    line-height: 42px;
    padding: 8px 0;
    text-align: left;
    width: 100%;
}
.heading span {
	display: block;

	transform-style: flat;
}
@media(max-width: 768px) {
.heading {
	font-size: 25px;
}
}
.sub-header {
	background: url('../images/bg-4.jpg');
	min-height: 150px;
	padding: 35px 10px 0;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	margin-bottom: 50px;
}
.sub-header h1 {
	font-size: 35px;
	margin-bottom: 10px;
}
.zoom-container {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 100% !important;
}
/* ---content-box--- */
.content-box {
	margin-bottom: 0px;
}
.content-box.box-1 {
	padding-bottom: 30px;
	min-height: 380px;
}
.content-box.box-1 .item:hover .item-content {
	background-color: #eeeeee;
	color: #2c2c2c;
	-webkit-transition: all 100ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	transition: all 100ms ease;
	border: 1px solid #CCC;
}
.content-box.box-1 .item:hover a.btn {

}
.content-box.box-2 {

	padding: 20px 0 10px 0;
	text-align: center;
}
.content-box.box-2 p {
	color:#2E2E2E;
	font-size:16px;
	text-align:left;
}
.content-box.box-3 .post {
	background: #f1f1f1;
	color: #3F3F3F;
	margin-bottom: 30px;
	border: 1px solid #ffffff;
}
.content-box.box-3 .post .wrapper {
	padding: 60px 60px 20px 60px;
	text-align: center;
}
.content-box.box-3 .post img {
	max-height: 440px;
	width: 100%;
	border: none;
}
.content-box.box-4 {
	background: url('../images/bg-3.jpg') fixed 0 0;
	min-height: 380px;
	padding: 40px 0;
	text-align: center;
}
.content-box.box-4 i.fa {
	font-size: 60px;
	margin-bottom: 30px;
}
.content-box.box-5 .item {
	border-right: 1px solid #ccc;
	padding-right: 30px;
	min-height: 380px;
}
.content-box .item {
	padding: 10px 0;
}
.content-box .item img {
	display: block;
	/* width: 100% !important; */
	height: auto;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
	-moz-transition: all .5s ease; /* Firefox */
	-ms-transition: all .5s ease; /* IE 9 */
	-o-transition: all .5s ease; /* Opera */
	transition: all .5s ease;
}
.content-box .item .item-content {
	background-color: #fff;
	padding: 10px 10px;
	border: 1px solid #ddd;
	/* min-height:100px; */
}
a:hover{text-decoration: none;}
.item-content p {
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 17px;
    text-align: left;
	min-height:0px;
}

.one {
    float: right;
    padding: 4px !important;
}

table, th, table>tbody>tr>td {
  border: 1px solid #ccc;
	padding: 5px 5px;
}

.content-box .item span {
	font-size: 15px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
}
.content-box .item:hover .item-content p, .content-box .item:hover .item-content span {
	color: #444444;
}
.content-box .item:hover .zoom-container img {
	-webkit-transform: scale(1.25) rotate(5deg); /* Safari and Chrome */
	-moz-transform: scale(1.25) rotate(5deg); /* Firefox */
	-ms-transform: scale(1.25) rotate(5deg); /* IE 9 */
	-o-transform: scale(1.25) rotate(5deg); /* Opera */
	transform: scale(1.25) rotate(5deg);
}
.link {
	margin-bottom: 25px;
	text-align: left;
}
.link li {
	margin-bottom: 5px;
}
.link a {
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 12px;
}
.link a:hover {
	color: #f26324
}
.link li:before {
	content: '';
	margin-right: 13px;
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-bottom: 2px;
	background-color: #333;
}
.link li ul {
	display: none
}
/* ---MainContent-Article--- */
#main-content {
}
#main-content .wrap-content {
}
article {
	display: inline-block;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
article:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
article:after, article:before {
	clear: both;
	content: '\0020';
	display: block;
	visibility: hidden;
	width: 0;
	height: 0;
}
article .art-header h3 {
	font-size: 25px;
	color: #333;
	margin-bottom: 10px;
}
article .art-header a:hover {
	text-decoration: none;
}
article .art-content a {
	color: #FE9B13;
	font-weight: bold;
}
article .art-content a:hover {
	color: #000;
}
article .art-content blockquote {
	border-left: 3px solid #1c7791;
	font-size: 18px;
	margin: 0px;
	font-style: italic;
	color: #252525 !important;
	padding-left: 20px;
}
article .art-content blockquote p{

	color: #252525 !important;
	margin:10px 0 2px 0 !important;
}
article .art-content ol {
	float: left;
	text-align: justify;
	margin: 10px 50px;
	font-size: 16px;
	list-style-type: circle;
}
article .entry-title {
	margin: 10px 0;
}
article .entry-title h2 {
	line-height: 1.2;
	font-size: 38px;
}
article img {
	display: inline-block;
	float: left;
	margin-right: 15px;
	border: 1px solid #777;
}
/* ---Sidebar-Widget--- */
#sidebar {
}
#sidebar .wrap-sidebar {
	margin: 0px 10px;
}
.widget {
	margin-bottom: 30px;
	padding: 5px 25px 10px;
}
.widget:after, .widget:before {
	clear: both;
	content: '\0020';
	display: block;
	visibility: hidden;
	width: 0;
	height: 0;
}
.widget .wid-header {
}
.widget .wid-header h5 {
	display: inline-block;
	font-size: 23px;
}
.widget .wid-content {
	padding: 10px 0;
}
.widget.wid-about {
}
.widget.wid-tag {
}
.widget.wid-post {
}
.widget.wid-gallery {
}
.widget.wid-gallery img {
	margin: 0 10px 10px 0;
	max-width: 150px;
}
.widget.wid-archive {
}
.widget.wid-archive select {
	margin: 5px 0;
	height: 40px;
	width: 100%;
	padding-left: 10px;
	font-family: "Noto Serif", serif;
	font-size: 16px;
	background-color: #e9e9e9;
	color: #777777;
	border: none;
}
.widget.wid-meta {
}
.widget.wid-meta ul li {
	font-size: 16px;
}
.widget.wid-related {
	background-color: #fff;
}
.widget.wid-related img {
	max-width: 243px;
	width: 100%;
	border: 1px solid #DDD;
}
.widget.wid-related h4 {
	margin-top: 10px;
}
/* ---------------------------------------------------------------------------- */
/* -------------------------------------Footer--------------------------------- */
/* ---------------------------------------------------------------------------- */
footer {
	margin-top: 0px;
	text-align: left;

}

.pas {
    padding: 0 50px;
}

footer a {
	color: #fff;
}
.wrap-footer {
    background: url(../images/ab1.png) no-repeat right top;
    color: #fff;
    font-size: 13px;
    margin: -29px 0 0;
    padding: 67px 22px 4px;
	background-size:100%;
}
footer .wrap-footer h3 {
	margin-bottom: 10px;
}
footer ul.quick-link li {
	display: inline-block;
	margin: 0 10px 10px 0;
}
footer ul.quick-link li a {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}
.footer_social ul.social-icons li a {
    background: #fff none repeat scroll 0 0;
    border-radius: 16px;
    color: #fdcc00;
    height: 30px;
    line-height: 31px;
    margin: 0 5px;
    text-align: center;
    width: 30px;
}
.footer_social ul.social-icons li a:hover {
    background-color: white;
    color: #ea3238;
    text-decoration: none;
}

.social-icons > li {
    float: left;
    margin: 0;
}
.footer_social {
    margin: 26px 0 0;
}
.copy {
    float: left;
    font-size: 12px;
    font-weight: normal;
    margin: 5px 0 0;
    width: 100%;
}
.copy1 {
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin: 61px 56px 0 0;
}


/* ---------------------------------------------------------------------------- */
/* -------------------------------------Button--------------------------------- */
/* ---------------------------------------------------------------------------- */
a.button {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #ffffff;
	display: inline-block;
	text-decoration: none;
	background: #303030;
	margin: 5px 0;
	text-transform: uppercase;
	color: #fff;
}
a.button:hover {
	opacity: 0.9;
}
a.button.bt1 {
	background: #56AE33;
	color: #ffffff;
	padding: 5px 20px;
	width: 100%;
	text-align: center;
	border: 1px solid #56AE33;
}
a.button.bt2 {
	background: #0000ff;
	color: #ffffff;
}
/* ---------------------------------------------------------------------------- */
/* -------------------------------------Contact-------------------------------- */
/* ---------------------------------------------------------------------------- */
.contact h2 {
}
#contact_form {
}
#ff label {
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
#ff input {
	display: block;
	width: 100%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #000;
	border: 1px solid #AFAFAF;
	padding: 12px;
	margin: 5px 0 10px 0;
	font-size: 16px;
	max-height: 45px;
}
#ff textarea {
	display: block;
	width: 100%;
	height: 200px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #fff;
	color: #000;
	border: 1px solid #AFAFAF;
	padding: 10px;
	margin: 5px 0 25px 0;
}
#contact_form .btn {
	max-width: 25%;
}
#contact_form .btn:hover {
	opacity: 0.7
}
.maps {
	margin: -30px 0 30px 0;
}
/* ---------------------------------------------------------------------------- */
/* ------------------------------------Subcribe-------------------------------- */
/* ---------------------------------------------------------------------------- */
#subcribe {
	margin: 10px;
}
#subcribe input[type="text"] {
	background: #fff;
	color: #867B6E;
	width: 200px;
	padding: 16px;
}
#subcribe input[type="submit"] {
	background: #303030;
	padding: 16px;
	color: #ffffff;
	cursor: pointer;
	width: 110px;
	outline: none;
}
/* ---------------------------------------------------------------------------- */
/* -------------------------------Menu---------------------------------- */
/* ---------------------------------------------------------------------------- */
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {

	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.access-menu {
    margin: 25px 0 0;
}
.mobile-menu{
	display:none;
}
 #cssmenu ul ul li:hover > a,  #cssmenu ul ul li.active > a {
 color: #ddd;
}
#cssmenu ul li access-submenu {
   background: #ddd none repeat scroll 0 0;
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#cssmenu #menu-button {
	display: none;
}
#cssmenu {
	z-index: 999;
	display: inline-block;
	float: right;
}
#cssmenu > ul > li {
	float: left;
}
#cssmenu.align-center > ul {
	font-size: 0;
	text-align: center;
}
#cssmenu.align-center > ul > li {
	display: inline-block;
	float: none;
}
#cssmenu.align-center ul ul {
	text-align: left;
}
#cssmenu.align-right > ul > li {
	float: right;
}
#cssmenu > ul > li > a {
	padding:17px;
	letter-spacing: 0.6px;
	text-decoration: none;
	color: #333;
	font-weight: 500;
	text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
	background: #39377d;
	color: #fff;
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
}
#cssmenu.align-right ul ul {
	text-align: right;
}
#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#cssmenu li:hover > ul {
	left: auto;
}
#cssmenu.align-right li:hover > ul {
	left: auto;
	right: 0;
}
#cssmenu li:hover > ul > li {
	height: 35px;
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}
#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150, 150, 150, 0.15);
	padding: 11px 15px;
	width: 170px;
	font-size: 12px;
	text-decoration: none;
	color: #39377d;
	font-weight: 400;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
	border-bottom: 0;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	color: #ffffff;
}
 @media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
/*27-8-2016---*/
 #cssmenu ul ul li a {
 color: #000;
}
#cssmenu .access-submenu {
    top: 0;
}

.wrap-body #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    color: #39377d;
}
.wrap-body #cssmenu ul ul li a {
    color:#39377d;
}
.access-submenu a:hover, .access-submenu a:focus {
    background: #d9d9d9 none repeat scroll 0 0;
    color: #39377d !important;
    outline: medium none;
}
.wrap-body #cssmenu .access-menu  .access-submenu-sub{
background:#ccc none repeat scroll 0 0;
}
.wrap-body #cssmenu .access-menu  .access-submenu-sub li ul a{
 color: #9e9e9e;
}
 .mobile-menu{
	display: block;

}
#cssmenu{
	display:none;
}
.main-mob-img{
   background: #fff url("../images/button-menu.png") no-repeat scroll 67px -1px;
    font-size: 20px;
    overflow: hidden;
    padding-bottom: 10px;
    padding-left: 10px;
    position: relative;
    top: 35px;
}
header .logo img{
	margin-top: 50px;

}
.inner-pages #cssmenu{
	margin-top: 45px;
}

.wrap-body  .top-header .row1 .left-header span {
    display: block;
    margin: 3px 30px 0 0;
}
.wrap-body .row1 .right-header {
    float: left;
}
.wrap-body  .row1 .left-header {
    float: none;
}
.wrap-body  .row1 .langu {
    float: none;
	margin: 10px 0 0;
}
.wrap-body .top-header{
	padding: 5px 15px;
}

.content-section{
	clear:both;
}
body #col-left .csc-header h3{
	 width: 280px;
}
body.filling-page #col-left .csc-header h3 {
    width: 235px;
}
.right-bar {
	  padding: 0 20px;
}
.callbacks_container{
	 height: 120px;
}
/*--*/



.wrap-body #cssmenu {
    background: #fff none repeat scroll 0 0;
}
 #cssmenu {
 width: 100%;
 background: #3b3b3b;
 margin: 0 0 50px;
}
 #cssmenu ul {
 width: 100%;

}
 #cssmenu.align-center > ul {
 text-align: left;
}
 #cssmenu ul li {
 width: 100%;
 border-top: 1px solid rgba(120, 120, 120, 0.2);
}
 #cssmenu ul ul li,  #cssmenu li:hover > ul > li {
 height: auto;
}
 #cssmenu ul li a,  #cssmenu ul ul li a {
 width: 100%;
 border-bottom: 0;
}
 #cssmenu > ul > li {
 float: none;
}
 #cssmenu ul ul li a {
 padding-left: 25px;
}
 #cssmenu ul ul ul li a {
 padding-left: 35px;
}
 #cssmenu ul ul li a {
 color: #ccc;
}
 #cssmenu ul ul li:hover > a,  #cssmenu ul ul li.active > a {
 color: #ffffff;
}
 #cssmenu ul ul,  #cssmenu ul ul ul,  #cssmenu.align-right ul ul {
 position: relative;
 left: 0;
 width: 100%;
 margin: 0;
 text-align: left;
}
 #cssmenu #menu-button {
 display: block;
 padding: 17px;
 color: #dddddd;
 cursor: pointer;
 font-size: 12px;
 text-transform: uppercase;
 font-weight: 700;
}
 #cssmenu #menu-button:after {
 position: absolute;
 top: 22px;
 right: 17px;
 display: block;
 height: 4px;
 width: 20px;
 border-top: 2px solid #dddddd;
 border-bottom: 2px solid #dddddd;
 content: '';
}
 #cssmenu #menu-button:before {
 position: absolute;
 top: 16px;
 right: 17px;
 display: block;
 height: 2px;
 width: 20px;
 background: #dddddd;
 content: '';
}
 #cssmenu #menu-button.menu-opened:after {
 top: 23px;
 border: 0;
 height: 2px;
 width: 15px;
 background: #ffffff;
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 transform: rotate(45deg);
}
 #cssmenu #menu-button.menu-opened:before {
 top: 23px;
 background: #ffffff;
 width: 15px;
 -webkit-transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 -o-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
 #cssmenu .submenu-button {
 position: absolute;
 z-index: 99;
 right: 0;
 top: 0;
 display: block;
 border-left: 1px solid rgba(120, 120, 120, 0.2);
 height: 46px;
 width: 46px;
 cursor: pointer;
}
 #cssmenu .submenu-button.submenu-opened {
 background: #262626;
}
 #cssmenu ul ul .submenu-button {
 height: 34px;
 width: 34px;
}
 #cssmenu .submenu-button:after {
 position: absolute;
 top: 22px;
 right: 19px;
 width: 8px;
 height: 2px;
 display: block;
 background: #dddddd;
 content: '';
}
 #cssmenu ul ul .submenu-button:after {
 top: 15px;
 right: 13px;
}
 #cssmenu .submenu-button.submenu-opened:after {
 background: #ffffff;
}
 #cssmenu .submenu-button:before {
 position: absolute;
 top: 19px;
 right: 22px;
 display: block;
 width: 2px;
 height: 8px;
 background: #dddddd;
 content: '';
}
 #cssmenu ul ul .submenu-button:before {
 top: 12px;
 right: 16px;
}
 #cssmenu .submenu-button.submenu-opened:before {
 display: none;
}
}
/* ---------------------------------------------------------------------------- */
/* ---------------------------------Slider------------------------------------- */
/* ---------------------------------------------------------------------------- */
.rslides {
}
.callbacks_container {
	z-index: 99;
	position: relative;
	float: left;
	width: 100%;
}
.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	height:360px;
}
.callbacks li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height:100%;
}
.callbacks img {
	display: block;
	position: relative;
	z-index: 1;
	max-height: 370px;
	width: 100%;
	border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0,0,0, .7);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px 20px 10px;
	text-align: center;
	margin: 0;
	max-width: none;
}
.callbacks .caption h1 {
	font-size: 40px;
	margin-bottom: 20px;
}
.callbacks .caption span {
	font-size: 24px;
}
 @media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
 .callbacks .caption {
padding: 12px 10px 5px;
}
 .callbacks .caption h1 {
font-size: 20px;
margin-bottom: 0;
line-height: 1.2;
}
 .callbacks .caption span {
font-size: 12px;
line-height: 1.2;
}
}
@media(max-width: 468px) {
.callbacks .caption {
	display: none;
}
}
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 52%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("../images/themes.png") no-repeat left top;
	margin-top: -37px;
}
.callbacks_nav:active {
	opacity: 1.0;
}
.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}
.btn {
    -moz-user-select: none;
    border: 2px solid #39377d;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-size: 14px;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.access-menu{
	display: table;
}

.access-menu > li{
	display: inline-block;
	position: relative;
}

.access-menu > li + li{
}
.access-submenu > li {
    margin: 0 !important;
    width: 100%;
}


.access-menu > li:hover .access-submenu{
	top: 100%;
	left: auto;
}

.access-menu a{
	color:#252525;
	display: block;
	padding: .5em 2em;
	text-decoration: none;

	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.access-submenu a:hover,
.access-submenu a:focus{
	background: #d9d9d9;
	outline: none;
	color:#39377d !important;
}

.art-content p {
    padding: 0 18px 0 0 !important;
	margin:0 0 5px 0 !important;
}

.access-submenu{
	background: #f7f7f7;
	left: -9999px;
	position: absolute;
	top: -9999px;
	width: 150%;
	z-index:999;
}

.access-submenu > li + li{
	border-top: solid 1px #1C3470;
}

.access-submenu > li:last-child{
	border-bottom: solid 3px #1C3470;
}
.access-submenu li a {
    font-size: 16px !important;
    padding: 0.5em 1.3em !important;
    width: 100% !important;
}

.is-show{
	left: auto;
	top: 100%;
}
.top-header {
background: rgba(255,206,0,1);
background: -moz-linear-gradient(left, rgba(255,206,0,1) 0%, rgba(221,0,0,1) 41%, rgba(204,0,0,1) 57%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,206,0,1)), color-stop(41%, rgba(221,0,0,1)), color-stop(57%, rgba(204,0,0,1)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(left, rgba(255,206,0,1) 0%, rgba(221,0,0,1) 41%, rgba(204,0,0,1) 57%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(left, rgba(255,206,0,1) 0%, rgba(221,0,0,1) 41%, rgba(204,0,0,1) 57%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(left, rgba(255,206,0,1) 0%, rgba(221,0,0,1) 41%, rgba(204,0,0,1) 57%, rgba(0,0,0,1) 100%);
background: linear-gradient(to right, rgba(255,206,0,1) 0%, rgba(221,0,0,1) 41%, rgba(204,0,0,1) 57%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffce00', endColorstr='#000000', GradientType=1 );
    color: white;
    padding: 5px 0;
	float:left;
	width:100%;
}

.left-header {
    float: left;
    width: 50%;
}
.right-header {
    float: right;
}
.text-right {
    text-align: right;
}

.top_nave {
    float: right;
}
.top_nave li {
    float: left;
    width: 40%;
}
.top_nave li a {
    color: #fff;
    padding: 0;
}
.top-header .left-header span {
    display: inline-block;
    margin: 3px 30px 0 0;
}
.langu {
    float: right;
    margin: 3px 0 0;
    width: 26%;
}
.pad1 {
    float: left;
    list-style: outside none none;
    margin: 0 5% 0 0;
    width: 45%;
}
.pad1 img {
    margin: 4px 4px 0 0;
    width: 46%;
}
.pad1 > a {
    color: #fff;
}
.top-header .left-header span i {
    margin-right: 10px;
}
.top-header .right-header ul.social-icons li {
    display: inline-block;
}
.top-header .right-header ul.social-icons li a {
    border: 1px solid white;
    border-radius: 16px;
    color: white;
    height: 32px;
    line-height: 30px;
    margin: 0 5px;
    text-align: center;
    width: 32px;
}
.top-header .right-header ul.social-icons li a:hover {
    background-color: white;
    color: #ea3238;
	text-decoration:none;
}
.row1 {
	width:1030px;
	margin:0 auto;
}
.item > p {
    /* min-height: 102px; */
	color:#363636;
}

.embed-container.maps {
    float: left;
    width: 100%;
}

.contact {
    margin: 0 0 60px;
}


.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: 1px solid #ccc;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

#contact .contact-form .full-row {
    margin-bottom: 10px;
    width: 100%;
}
#contact .contact-form input, #contact .contact-form textarea {
    border: 1px solid #cccccc;
    color: #777777;
    display: block;
    max-width: 100%;
    outline: 0 none;
    padding: 12px 10px;
    width: 100%;
}
#contact .contact-form label {
    display: block;
    margin-bottom: 0px;
}
#contact .contact-form input.mainBtn {

    display: inline-block;
    padding: 10px 15px;
    width: auto;

    border: 3px solid #39377d;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-family: "Racing Sans One",cursive;
    font-size: 14px;
    line-height: 1.42857;
    margin-bottom: 0;
    text-align: center;
    transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
    vertical-align: middle;
    white-space: nowrap;

}
#contact .map-holder {
    background-color: white;
    border: 1px solid #d6d6d6;
    padding: 5px;
	margin: 18px 0 0 0;
}
#contact .contact-info {
    margin-top: 30px;
}
#contact .contact-info span {
    display: block;
    font-size: 14px;
    margin-top: 4px;
}
#contact .contact-info span i {
    color: #2f358b;
    font-size: 16px;
    margin-right: 12px;
}
.left-header span i {
    font-size: 19px;
    margin: 4px 7px 0 0 !important;
}
#menu-btn {
    background: #333 none repeat scroll 0 0;
    cursor: pointer;
    display: none;
    float: right;
    height: 36px;
    margin-top: 5px;
    padding: 6px;
    text-align: center;
    width: 36px;
}
#menu-btn::before {
    color: #eceff3;
    content: "";
    font-family: FontAwesome;
    font-size: 24px;
}
#menu-btn:hover {
    background: #fff none repeat scroll 0 0;
}
#menu-btn:hover::before {
    color: #222;
}

.nav.nav-pills a {
    background-position: left center;
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    font-size: 13px;
    height: 40px;
    padding: 9px 0 0 18px;
    width: 200px;
}
.right-bar  .nav.nav-pills li.materials-class a{
    background: rgba(0, 0, 0, 0) url("../images/1_03.png") no-repeat scroll 0 0;
    height: 36px;
    margin-bottom: 7px;
    width: 222px;
	border: medium none;
}
.right-bar .nav-pills > li.materials-class > a, .right-bar .nav-pills > li.materials-class > a:focus, .right-bar .nav-pills > li.materials-class > a:hover{
   background: rgba(0, 0, 0, 0) url("../images/1_03.png") no-repeat scroll 0 0;
    height: 36px;
    margin-bottom: 7px;
    width: 222px;

}
.right-bar .nav.nav-pills li.active a,
.right-bar .nav-pills > li.active > a:hover{
	color:#fff;
	cursor:pointer;
}
.right-bar .nav-pills > li.active > a,
.right-bar .nav-pills > li > a:hover,
.right-bar .nav.nav-pills li.active a:focus,
.right-bar .nav-pills > li.active > a:hover{
		text-decoration: underline;
}
.right-bar  .nav.nav-pills li.line-class a{
    background: rgba(0, 0, 0, 0) url("../images/2_03.png") no-repeat scroll 0 0;
    height: 36px;
    margin-bottom: 7px;
    width: 222px;
	border: medium none;
}
.right-bar  .nav.nav-pills li.line-class a:hover{
    background: rgba(0, 0, 0, 0) url("../images/2_03.png") no-repeat scroll 0 0;
}
.right-bar  .nav.nav-pills li.filling-class a{
    background: rgba(0, 0, 0, 0) url("../images/3_03.png") no-repeat scroll 0 0;
    height: 36px;
    margin-bottom: 7px;
    width: 222px;
	border: medium none;
}
.right-bar  .nav.nav-pills li.filling-class a:hover{
    background: rgba(0, 0, 0, 0) url("../images/3_03.png") no-repeat scroll 0 0;
}
.right-bar  .nav.nav-pills li.luting-class a{
    background: rgba(0, 0, 0, 0) url("../images/4_03.png") no-repeat scroll 0 0;
    height: 36px;
    margin-bottom: 7px;
    width: 222px;
	border: medium none;
}
.right-bar  .nav.nav-pills li.luting-class a:hover{
    background: rgba(0, 0, 0, 0) url("../images/4_03.png") no-repeat scroll 0 0;
}
.right-bar  .nav.nav-pills li.bonding-class a{
    background: rgba(0, 0, 0, 0) url("../images/5_03.png") no-repeat scroll 0 0;
    height: 36px;
    margin-bottom: 7px;
    width: 222px;
	border: medium none;
}
.right-bar  .nav.nav-pills li.bonding-class a:hover{
    background: rgba(0, 0, 0, 0) url("../images/5_03.png") no-repeat scroll 0 0;
}
.right-bar  .nav.nav-pills li.temporary-class a{
    background: rgba(0, 0, 0, 0) url("../images/6_03.png") no-repeat scroll 0 0;
    height: 36px;
    margin-bottom: 7px;
    width: 222px;
	border: medium none;
}
.right-bar  .nav.nav-pills li.temporary-class a:hover{
    background: rgba(0, 0, 0, 0) url("../images/6_03.png") no-repeat scroll 0 0;
}
.right-bar  .nav.nav-pills li.prophylaxis-class a{
    background: rgba(0, 0, 0, 0) url("../images/7_03.png") no-repeat scroll 0 0;
    height: 36px;
    margin-bottom: 7px;
    width: 222px;
	border: medium none;
}
.right-bar  .nav.nav-pills li.prophylaxis-class a:hover{
    background: rgba(0, 0, 0, 0) url("../images/7_03.png") no-repeat scroll 0 0;
}
.right-bar  .nav.nav-pills li.Cleaning-class a{
    background: rgba(0, 0, 0, 0) url("../images/9_03.png") no-repeat scroll 0 0;
    height: 36px;
    margin-bottom: 7px;
    width: 222px;
	border: medium none;
}
.right-bar  .nav.nav-pills li.Cleaning-class a:hover{
    background: rgba(0, 0, 0, 0) url("../images/9_03.png") no-repeat scroll 0 0;
}
.right-bar  .nav.nav-pills li.Accessories-class a{
    background: rgba(0, 0, 0, 0) url("../images/10_01.png") no-repeat scroll 0 0;
    height: 36px;
    margin-bottom: 7px;
    width: 222px;
	border: medium none;
}
.right-bar  .nav.nav-pills li.Accessories-class a:hover{
    background: rgba(0, 0, 0, 0) url("../images/10_01.png") no-repeat scroll 0 0;
}
.dental-page header h2{
	 padding-left: 15px;
}
.dental-page .tab-content{
    overflow: hidden;
    padding-left: 20px;
}
.dental-tab .heading {
    height: 47px;
    margin: 0;
    padding: 0 10px;
}
.dental-tab .header{
	margin:0;
}
body.dental-tab-body .right-bar .nav.nav-pills li a,
body.dental-tab-body{

}
body.filling-page{
	font-size:11px;
}
.content-section{
	overflow: hidden;
}
.content-section #col-left{
	width:85%;
}
#col-left .csc-header h3{
	 background:url("../images/bg-metallic-boxhead-large.jpg") no-repeat scroll left center;
  font-size: 15px;
    padding: 10px;
    text-align: center;
    width: 504px;
}
#col-right .csc-header h3{
	background:url("../images/bg-metallic-boxhead-small.jpg") no-repeat scroll left center;
     font-size: 15px;
    padding: 10px;
    text-align: center;
    width: 248px;
}
.listitem-text h2 a {
    font-size: 14px;
    font-weight: bold;
	color: #68696b;
}
.bodytext{
	color: #000;
}
.filling-body #col-left .csc-header h3{
    font-size: 12px;
    padding: 10px;
    text-align: center;
    width: 342px;
}

.listitem-image {
    float: right;
}
.listitem-text {
	 width: 85%;
}
.listitem-paginate{
	clear: both;
}
.it24depdates-title a{
	color: #68696b;
	font-size: 12px;
    font-weight: bold;
}
.it24depdates-ticker{
	padding: 5px 0;
}
.it24depdates-tickerinfo  td{
	padding-left:5px;
}
.listitem-teaser h3{
	  font-size: 14px;
    font-weight: bold;
}
.listitem{
	border-bottom: 1px solid #ddd;
}
.listitem:last-child {
	border-bottom:none;
}
.filling-page .listitem-text h2 a {
    color: #68696b;
    font-size: 12px;
}
.nav.nav-pills{
	border-bottom: 0 none;
}
