/* =CSS Reset
========================================================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp,
strike,tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
body { line-height:1; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
table { border-collapse:collapse; border-spacing:0; }
ol { list-style:decimal; margin:0; padding:0 0 0 35px; margin:10px 0 12px 8px; }
ol li { margin:10px 0 0; padding:0; }
ol li ol { list-style-type:lower-roman; }
ul { list-style:disc; list-style-image: url(../images/bgi/green-bullet.png); margin:0; padding:0 0 0 30px; margin:10px 0 15px; }
ul li { margin:10px 0 0; padding:0; }
ul li ul { list-style-type:circle; }
* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; }
*:before, *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], textarea, select, input[type="button"], input[type="submit"], button { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;  }


/* =Deafult Tag & General Classes
========================================================================================*/
html, body { -webkit-font-smoothing:antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust:100%; }
body { font:16px/1.35 "Open Sans",Arial, Helvetica, sans-serif; color:#393939; font-weight:400; }
img { vertical-align:top; border:0; }
a, input[type="button"], input[type="submit"], button { -moz-transition:background-color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000), color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); -webkit-transition:background-color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000), color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); -o-transition:background-color 0.2s ease-in, color 0.2s ease-in; -ms-transition:background-color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000), color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); transition:background-color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000), color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); }
.allanim, .navtrigger:after, .subnavtrigger:after { -moz-transition:all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); -webkit-transition:all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); -o-transition:all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); -ms-transition:all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); transition:all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); }
a { color:#7d4199; text-decoration:underline;}
a:hover { text-decoration:none; }
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	a:active{ background-color:transparent;}
}
strong { font-weight:bold; }
p { margin:0 0 15px 0; }
h1,h2, h3, h4, h5, h6 { line-height:1.3; margin:0 0 10px; font-weight:700; }
h1 { font-size:48px; font-weight:800;  }
h2 { color:#e7672e; font-size:36px; font-weight:600; line-height:1.25; margin:0 0 14px; }
h3 { color:#7d4199; font-size:26px; margin:0 0 15px; font-family: 'Open Sans Condensed',Arial, Helvetica, sans-serif; }
h4 { font-size:22px; font-family: 'Open Sans Condensed',Arial, Helvetica, sans-serif; color:#e8672e; }
h5 { font-size:22px; font-weight:700; margin:0 0 18px; color:#1bb0ce;   font-family: 'Open Sans Condensed',Arial, Helvetica, sans-serif; }
h6 { color: #7d4199; font-family: "Open Sans Condensed",Arial,Helvetica,sans-serif; font-size: 18px; margin: 0 0 1px; }

h2 { color:#273a40; }
h3 { color:#9b804a; }
strong { color:#4b275c; }
h6 { color:#81371a; }
h4 em { color:#4b275c; }

.cf:before, .cf:after,.wrap:after,.wrap:before, .moduelbox:before, .moduelbox:after, .content-box li:before, .content-box li:after, .bottom-navigation ul:before, .bottom-navigation ul:after, #theater-navigation  ul:before, #theater-navigation  ul:after, .tips-list:before, .tips-list:after, .post-navigation:before, .post-navigation:after, .things-list:before, .things-list:after { content:""; display:table; }
.cf:after,.wrap:after, .moduelbox:after, .content-box li:after, .bottom-navigation ul:after, #theater-navigation  ul:after, .tips-list:after, .post-navigation:after, .things-list:after { clear:both; }
.cf,.wrap, .moduelbox, .content-box li, .bottom-navigation ul, #theater-navigation  ul, .tips-list, .post-navigation, .things-list { zoom:1; }
.nodisplay { display:none; }
.nodisplay_strict { display:none !important; }
.alignleft { float:left; }
.alignright { float:right; }
:focus { outline:none; }
.text_cont p { padding:0 0 10px 0; }
.nopad p, p.nopad { padding:0; }

.cols { *zoom:1; }
.cols:before, .cols:after { display:table; line-height:0; content:""; }
.cols:after { clear:both; }
.cols2 { margin-left:-2%; }
.cols3 { margin-left:-3%; }
.cols4 { margin-left:-2%; }
.cols .col { float:left; min-height:1px; margin-left:30px; }
.cols2 .col { width:48%; margin-left:2%; padding:0; }
.cols3 .col { width:30.3%; margin-left:3%; }
.cols4 .col { width:23%; margin-left:2%; }

/* Responsive Menu line icon*/
#menu, .navtrigger, .subnavtrigger { display:none; }
.menulines-button { padding:0;  transition:550ms; cursor:pointer; user-select:none; text-transform:uppercase; font-size:22px; text-decoration:none; color:#4b275c  }
.menulines-button:hover { opacity:1; text-decoration:none; }
.menulines { display:inline-block; width:28px; height:4px; background:#4b275c; position:relative; float:left; margin:15px 10px 0 0; -moz-transition:all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); -ms-transition:all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); -webkit-transition:all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); transition:all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); opacity:1; }
.menulines:before, .menulines:after { display:inline-block; width:28px; height:4px; background:#4b275c; transition:550ms; position:absolute; left:0; content:''; -webkit-transform-origin:0.28571rem center; transform-origin:0.28571rem center; -moz-transition:all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); -ms-transition:all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); -webkit-transition:all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); transition:all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); -webkit-transform-origin:0.28571rem center; -moz-transform-origin:0.28571rem center; -ms-transform-origin:0.28571rem center; transform-origin:0.28571rem center; }
.menulines:before { top:7px; }
.menulines:after { top:-7px; }
.menuopen .menulines { background:none; }
.menuopen .menulines:before, .menuopen .menulines:after {  -webkit-transform-origin:50% 50%;  -moz-transform-origin:50% 50%;  -ms-transform-origin:50% 50%; transform-origin:50% 50%; top:0; } 
.menuopen .menulines:before { -webkit-transform:rotate3d(0, 0, 1, 45deg); transform:rotate3d(0, 0, 1, 45deg); } 
.menuopen .menulines:after {  -webkit-transform:rotate3d(0, 0, 1, -45deg); transform:rotate3d(0, 0, 1, -45deg); }
.menulines-button  em { font-style:normal; }

/* =Layout Width
========================================================================================*/
#wrapper {  }
.wrap { max-width:1030px;  width:100%; margin:0 auto; padding-left:15px; padding-right:15px; }

#main { padding:25px 0 40px; }
.home #main { padding:85px 0 0; }
#primary { float:left; width:62%; }
#content { }
.home .home-top-box #sidebar { width:100%; }
.home .home-top-box #sidebar figure{ width:50%; margin-right:20px; }
.home .home-top-box #sidebar .read-more { margin-top:5px; }
#sidebar { float:right; width:32%; margin:30px 0 0; }
.full-width #primary { width:auto !important; float:none !important; }


/* =Common-Page (common classes for all pages)
========================================================================================*/
#header { position:relative; z-index:99; }
.top-header { height:68px; background:#4b275c; border-bottom:3px solid #7d4199; }
#logo { float:left; width:260px; height:120px; }

#mainmenu { float:right; width:738px; }
#mainmenu ul { margin:0; padding:0; list-style:none; }
#mainmenu > ul > li {  perspective:500px; position:relative; }
#mainmenu li { float:left; max-width:175px; /*line-height:50px;*/ margin:40px 0 0 20px; /*height:50px;*/ }
#mainmenu li a { text-decoration:none; color:#9b804a;  display:block; line-height:1.35;  font-size:16px; font-weight:600; }
#mainmenu li a:hover { color:#7d4199; }
#mainmenu > ul > li.current-menu-item > a, #mainmenu ul li ul li.current-menu-item > a, #mainmenu > ul > li.current_page_parent > a, #mainmenu ul li ul li.current_page_parent > a, #mainmenu > ul > li.current-menu-ancestor > a, #mainmenu ul li ul li.current-menu-ancestor > a  { color:#7d4199; }

#mainmenu li ul.ul-anim { display:block; width:200px; -moz-opacity:1; -khtml-opacity:1; opacity:1; transform:rotate3d(0, 0, 0, 0); -webkit-transform:rotate3d(0, 0, 0, 0); -moz-transform:rotate3d(0, 0, 0, 0); -ms-transform:rotate3d(0, 0, 0, 0); -o-transform:rotate3d(0, 0, 0, 0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); }
#mainmenu li ul, #mainmenu li ul li ul  { display:block; width:200px; transform:rotate3d(1, 0, 0, -90deg); -webkit-transform:rotate3d(1, 0, 0, -90deg); -moz-transform:rotate3d(1, 0, 0, -90deg); -ms-transform:rotate3d(1, 0, 0, -90deg); -o-transform:rotate3d(1, 0, 0, -90deg); -webkit-transform-origin:0 0 0; -moz-transform-origin:0 0 0; transform-origin:0 0 0; -khtml-opacity:0; -moz-opacity:0; opacity:0; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter:alpha(opacity=0); transition:transform 0.5s, opacity 0.3s; -webkit-transition:-webkit-transform 0.5s, opacity 0.3s; -moz-transition:-moz-transform 0.5s, opacity 0.3s; background:#fff; top:100%; position:absolute; left:0; border-top:3px solid #1bb0ce; }
#mainmenu li ul li {  float:none; display:block; max-width:inherit; margin:0; line-height:100%; height:auto; position:relative;}
#mainmenu li ul li a, #mainmenu li ul li ul li a { font-size:15px; font-weight:400; /*color:#999999;*/ padding:10px 20px; display:block; border-top:1px dotted #1bb0ce; }
#mainmenu > ul >  li > ul > li:first-child > a, #mainmenu > ul >  li > ul > li > ul > li:first-child > a  { border-top:0; }
#mainmenu > ul > li > ul:before { content:""; width:0; height:0; border-bottom:10px solid #7d4199; border-left:10px solid transparent; border-right:10px solid transparent; position:absolute; left:10px; top:-10px; visibility:hidden; }
#mainmenu > ul > li > ul.ul-anim:before {  visibility:visible; }
#mainmenu ul li ul li a:hover { color:#7d4199; }
#mainmenu ul li ul li ul li a {  color:#9b804a; }
#mainmenu > ul > li > ul > li > ul { transform:rotate3d(0, 1, 0, 90deg); -webkit-transform:rotate3d(0, 1, 0, 90deg); -moz-transform:rotate3d(0, 1, 0, 90deg); -ms-transform:rotate3d(0, 1, 0, 90deg); -o-transform:rotate3d(0, 1, 0, 90deg); left:200px; top:-3px; background:#f7f7f7; border-top-color:#4d3f25; }


.call-us { font-weight:300; color:#fff; font-size:12px; position:relative; padding:0 0 0 55px; margin:11px 0 0 15px; float:left; }
.call-us span { font-size:24px; display:block; line-height:100%; }
.call-us:before { content:""; width:48px; height:48px; background:url(../images/bgi/sprites.png) -19px -14px no-repeat; position:absolute; left:0; top:-2px; }
.social { float:right; margin:15px 0; }
.social ul { margin:0; padding:0; font-size:0; list-style:none; }
.social li {  display:inline-block; text-indent:-999em; margin:0 0 0 15px; }
.social li:first-child { margin:0 0 0 -15px; }
.social li a { display:block; background:url(../images/bgi/sprites.png) 0 0 no-repeat; width:32px; height:32px; }
.social li.gp a { background-position:-85px -21px; }
.social li.tw a { background-position:-121px -21px; }
.social li.fb a { background-position:-157px -21px; }
.social li.in a { background-position:-193px -21px; }

.middle-footer { background:#3e3e3e; padding:30px 0 18px; }
.bottom-header{ padding:8px 0; }
.bottom-header.no-padding { padding:8px 0 0; }
.middle-footer h5 { color:#7ac043; margin-bottom:10px; font-weight:400; font-size:23px; font-family:'Open Sans',Arial, Helvetica, sans-serif; }
.middle-footer h6 { font-size:14px; font-weight:400; color:#fcaf3c; margin:0 0 5px; font-family:'Open Sans',Arial, Helvetica, sans-serif; }
.middle-footer p { font-size:12px; color:#b3b3b3; font-weight:300; font-style:italic; }
.footer-about-us .row-content { padding:0 0 0 20px; color: #7A8081; font-size:12px; font-style:italic; text-align:justify; }

.top-footer { background:#7d4199; color:#fff; padding:20px 0 23px; }
.contact-left { display:inline-block; vertical-align:middle;  }
.contact-left h3 { font-weight:300; font-size:30px; margin:0; line-height:1.3; color:#fff; font-family:'Open Sans',Arial, Helvetica, sans-serif; }
.contact-left p {  font-family:18px; line-height:1.3;  width:660px; float:left; margin:0; font-weight:300; }
.contact-link { font-size:30px; background:#7ac043; padding:2px 12px; display:inline-block; vertical-align:middle; text-transform:uppercase; color:#fff; margin:0 0 0 65px; text-decoration:none; }
.contact-link:hover { color:#fff; text-decoration:none; background:#568A2E; }

.footer-menu ul { margin:0; padding:0; list-style:none; }
.footer-menu li { display:block; margin:0; } 
.footer-menu > li > a { font-size:14px; color:#fcaf3c; position:relative; padding:0 0 0 12px; display:block; margin:5px 0; text-decoration:none; }
.footer-menu > li > a:before { content:""; width:7px; height:7px; background:url(../images/bgi/sprites.png) -230px -26px no-repeat; position:absolute; left:0; top:6px; }
.footer-menu > li > a:hover { text-decoration:none; color:#cfc9c9; }
.footer-menu > li.current_page_item > a { color:#7ac043; }
.footer-menu li ul  { margin:0 0 0 12px; }
.footer-menu li ul li a { color:#cfc9c9; font-size:12px; display:block; text-decoration:none; }
.footer-menu li ul li a:hover { color:#fff; text-decoration:none; }
.footer-menu li ul li.current_page_item a { color:#fcaf3c; }
.footer-contact-box h6 { font-weight:bold; font-size:18px; text-transform:uppercase; }
.footer-contact-box span { font-size:14px; color:#fff; display:block; }
.footer-contact-box address  { color:#fff; font-size:14px; margin:17px 0 0; }
.footer-contact-box address strong { font-weight:normal; color:#fcaf3c; text-transform:uppercase; display:block; }

.bottom-footer { background:#343434; }
/*.abuse-tips, */.moduelbox.widget_text { margin:0 0 20px; }
.moduelbox ul { margin:0; padding:0; list-style:none; } 
.moduelbox h3 { font-size:20px; color:#49275a; text-transform:uppercase; font-weight:600; margin-bottom:0; font-family: 'Open Sans',Arial, Helvetica, sans-serif; }
.moduelbox .page-link-widget p { font-size:14px; color:#343434; margin:5px 0 0; font-style:italic; }
.read-more { float:right; text-transform:uppercase; position:relative; padding-right:12px; color:#81371a; text-decoration:none; }
.read-more:after { width:7px; height:7px; position:absolute; background:url(../images/bgi/sprites.png) -230px -36px no-repeat; content:"";  right:0; top:8px; }
.read-more:hover { text-decoration:none; color:#4b275c; }
.read-more:hover:after { background-position:-239px -36px; }
.moduelbox .page-link-widget figure.side-thumb { position:relative; overflow:hidden; }
.moduelbox .page-link-widget figure.side-thumb a:before { content:""; position:absolute; left:0; top:0; width:100%; background:rgba(255, 255, 255, 0.5);   overflow:hidden; height:100%; /*box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.5) inset;*/  -moz-transition:all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620); -webkit-transition:all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620); -o-transition:all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620); -ms-transition:all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620); transition:all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);  }
.moduelbox .page-link-widget figure.side-thumb a:hover:before {  background:rgba(255, 255, 255, 0);  }


/* =Home-Page (only homepage used classes)
========================================================================================*/
.sprites { background-image:url(../images/bgi/sprites.png); }
.sp-after:after { background-image:url(../images/bgi/sprites.png); display:inline-block; width:25px; height:25px; margin-left:10px; content:''; vertical-align:middle; }
.sp-before:before { background-image:url(../images/bgi/sprites.png); display:inline-block; width:25px; height:25px; margin-right:10px; content:''; vertical-align:middle; }

.page-title { margin-bottom:14px; }
.home .page-title { margin-bottom:32px; }
.page-title h3 { color:#e7672e; margin-bottom:0; line-height:1.25; } 
.welcome-box p, .inner-content p { font-size:18px; color:#5f696a; }

.content-box figure { float:left; width:100px; margin-right:5px; }
.content-box .summary-box { overflow:hidden; position:relative; padding:0 0 0 15px; }
#primary .summary-box h4 { font-size:18px; margin:5px 0 0 !important; font-weight:700; color:#4b275c; line-height:1.3; font-family: 'Open Sans',Arial, Helvetica, sans-serif;  }
#primary .summary-box a { text-decoration:none; }
.content-box ul { margin:18px 0 0 8px; padding:0; list-style:none; }
.content-box li { border-top:1px dashed #d1eff5; margin-top:0; }
.summary-box h4:before { content:""; width:0; height:0; display:inline-block; border-left:10px solid #7ac043; border-top:6px solid transparent; position:absolute; left:0; top:10px; border-bottom:6px solid transparent; }
.summary-box  p { font-size:14px; }
.learn-more { font-size:14px; text-transform:uppercase; line-height:100%; color:#fff; background:#7ac043; float:right; padding:6px 12px; margin:0 0 20px; text-decoration:none; }
.learn-more:hover, .highlight:hover { color:#fff; text-decoration:none; background:#568A2E; }
.content-box li:hover { background:rgb(242,236,245); 
background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZWNmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background:-moz-linear-gradient(top,  rgba(242,236,245,1) 0%, rgba(255,255,255,1) 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,236,245,1)), color-stop(100%,rgba(255,255,255,1)));
background:-webkit-linear-gradient(top,  rgba(242,236,245,1) 0%,rgba(255,255,255,1) 100%);
background:-o-linear-gradient(top,  rgba(242,236,245,1) 0%,rgba(255,255,255,1) 100%);
background:-ms-linear-gradient(top,  rgba(242,236,245,1) 0%,rgba(255,255,255,1) 100%);
background:linear-gradient(to bottom,  rgba(242,236,245,1) 0%,rgba(255,255,255,1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2ecf5', endColorstr='#ffffff',GradientType=0 );
 }
 
.bottom-slider-box { margin:84px 0 0; }
.bottom-navigation  { margin:3px 0 0; border-top:10px solid #e8672e; border-bottom:3px solid #fff; }
.bottom-navigation ul { margin:0; padding:0; list-style:none; }
.bottom-navigation li { width:33.33%; float:left; position:relative; overflow:hidden; text-align:center; cursor:pointer; margin:0; }
.bottom-navigation li:after {  content:""; width:3px; height:100%; background:#fff; position:absolute; left:0; top:0; }
.bottom-navigation li:first-child:after { display:none; }
.bottom-navigation li figure img { width:100%; }

.mask-content  { width:100%; position:absolute; left:0; top:0; height:100%;   }
.bottom-navigation li:before {  content:""; width:100%; height:100%; position:absolute; left:0; top:0;   }
.bottom-navigation li:hover .mask {  top:0; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter:alpha(opacity=0); opacity:0; top:0; -webkit-transition-delay:0; -moz-transition-delay:0; -o-transition-delay:0; -ms-transition-delay:0; transition-delay:0;  }
.mask { position:absolute; left:0; top:0; width:100%; height:100%; filter:alpha(opacity=100); opacity:1; top:0; -webkit-transition-delay:550ms; -moz-transition-delay:550ms; -o-transition-delay:550ms; -ms-transition-delay:550ms; transition-delay:550ms; -webkit-animation:0.2s linear; -moz-animation:0.2s linear; -ms-animation:0.2s linear; animation:0.2s linear; }

.bottom-navigation li .mask-content { top:-200px; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter:alpha(opacity=0); opacity:0; -webkit-transition:all 650ms ease-out; -moz-transition:all 650ms ease-out; -o-transition:all 650ms ease-out; -ms-transition:all 650ms ease-out; transition:all 650ms ease-out; transition:all 650ms ease-out; position:absolute; left:0; width:100%; height:100%; }
.bottom-navigation li:hover .mask-content { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); opacity:1; top:0px; -webkit-transition-delay:0s; -moz-transition-delay:0s; -o-transition-delay:0s; -ms-transition-delay:0s; transition-delay:0s; -webkit-animation:bounceY 0.5s linear; -moz-animation:bounceY 0.5s linear; -ms-animation:bounceY 0.5s linear; animation:bounceY 0.5s linear; }

.nav-content-box { display:table; width:100%; height:100%; }
.nav-content { display:table-cell; vertical-align:middle; }
.nav-content h3 { text-align:center; font-size:34px; color:#fff; line-height:100%; padding:2px 0 8px; opacity:1; -moz-transition:all 450ms ease-in; -ms-transition:all 450ms ease-in; -webkit-transition:all 250ms ease-in; transition:all 250ms ease-in; font-family:'Open Sans',Arial, Helvetica, sans-serif; font-weight:600; margin:0 0 10px; }
.bottom-navigation li:hover h3 { opacity:0; -moz-transition:all 200ms ease-in; -ms-transition:all 200ms ease-in; -webkit-transition:all 200ms ease-in; transition:all 200ms ease-in; }

.nav-content p { color:#fff; padding:0 60px; }

.bottom-navigation li.callout-box-1 .nav-content h3 { background:#7d4199; }
.bottom-navigation li.callout-box-2 .nav-content h3 { background:#1bb0ce; }
.bottom-navigation li.callout-box-3 .nav-content h3 { background:#e8672e; }
.bottom-navigation li .learn-more { float:none; display:inline-block; font-size:18px; padding:7px 10px 8px; }

#theater-banner .wrap { height:100%; }
#theater-banner .theater-bg-box { width:100%; height:100%;  display:table;  } 
.theater-content-box { display:table-cell; vertical-align:middle; }
#theater-banner  { height:326px; width:100%; background-size:cover; background-position:center center; }
#theater-navigation { background: rgb(26,15,31);
background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background:-moz-linear-gradient(top,rgba(26,15,31,1) 0%,rgba(125,65,153,1) 100%);
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(26,15,31,1)),color-stop(100%,rgba(125,65,153,1)));
background:-webkit-linear-gradient(top,rgba(26,15,31,1) 0%,rgba(125,65,153,1) 100%);
background:-o-linear-gradient(top,rgba(26,15,31,1) 0%,rgba(125,65,153,1) 100%);
background:-ms-linear-gradient(top,rgba(26,15,31,1) 0%,rgba(125,65,153,1) 100%);
background:linear-gradient(to bottom,rgba(26,15,31,1) 0%,rgba(125,65,153,1) 100%);
height:72px;
position:absolute;
left:0;
top:-44px;
width:97%;
border-radius:5px;
right:0;
margin:0 auto;
box-shadow:0 3px 8px -2px rgba(0,0,0,0.3); }
.theater-box > .wrap { position:relative; }

#theater-navigation a { display:block; }

#theater-navigation:before { z-index:-1; position:absolute; content:"";  left:72px; width:28px; bottom:0; background:rgba(0, 0, 0, 0); box-shadow:-60px -60px 10px rgba(0, 0, 0, 0.3); transform:rotate(-42deg); -ms-transform:rotate(-42deg); -moz-transform:rotate(-42deg); -webkit-transform:rotate(-42deg); display:block; height:42px; }
#theater-navigation:after { z-index:-1; position:absolute; content:"";  right:-7px; width:28px; bottom:63px; background:rgba(0, 0, 0, 0); box-shadow:42px 42px 10px rgba(0, 0, 0, 0.3); transform:rotate(40deg); -webkit-transform:rotate(40deg); -moz-transform:rotate(40deg); -ms-transform:rotate(40deg); display:block; height:42px; }

.slogan-box { background:#9b804a; padding:5px 0; border-bottom:3px solid #fff; }
.slogan-box h4 { text-align:center; font-weight:300; text-transform:uppercase; color:#fff; letter-spacing:.25em; margin-bottom:0; font-size:28px; font-family:'Open Sans',Arial, Helvetica, sans-serif; }

#theater-navigation ul { margin:0; padding:0; list-style:none; }
#theater-navigation ul li{ position:relative; height:72px; line-height:68px; padding-left:0; padding-right:0; width:25%; margin:0; float:left; }
#theater-navigation ul li a { display:inline-block; vertical-align:middle; line-height:1.3; font-weight:700; color:#fff; position:relative; padding:0 5px 0 55px; text-decoration:none; }
#theater-navigation ul li a:before { content:""; width:45px; height:45px; background:url(../images/bgi/sprites.png) -264px -16px no-repeat; position:absolute; left:10px; top:-3px; }
#theater-navigation ul li a:hover { text-decoration:none; color:rgba(255,255,255,.5); }
#theater-navigation ul li a span { display:block; margin:0 0 0 10px; }
#theater-navigation ul li:after { content:""; width:1px; height:100%; background:rgba(255,255,255,.1); position:absolute; left:0; top:0; }
#theater-navigation ul li:first-child:after { display:none;  }

/* =Form Style
========================================================================================*/
button, input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], textarea, select, input[type="submit"], input[type="button"] { font-size:100%; margin:0; vertical-align:baseline; *vertical-align:middle;   }
button, input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], textarea, input[type="submit"], input[type="button"] { -webkit-appearance:none; -webkit-border-radius:0;  border-radius:0; }
button, input { line-height:normal; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], textarea, select { background:#fff; padding:4px 12px; height:42px; line-height:1.55; color:#000; border:solid 1px #d6dadd; font-family:'Open Sans',Arial, Helvetica, sans-serif; font-weight:300; color:#454648;  -moz-transition:box-shadow 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); -webkit-transition:box-shadow 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); -o-transition:box-shadow 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); -ms-transition:box-shadow 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); transition:box-shadow 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); width:100%; max-width:450px; font-family:'Open Sans',Arial, Helvetica, sans-serif; }
textarea {width:100%; height:120px; overflow:auto; resize:both;  }
select { height:auto; padding:10px 12px; -moz-appearance:menulist; -webkit-appearance:menulist;  }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="url"]:focus, textarea:focus, select:focus { box-shadow:0 1px 3px rgba(0,0,0,0.12), inset 0 1px 1px rgba(0,0,0,.07); }
input::-moz-focus-inner, button::-moz-focus-inner {border:0; padding:0;}
input[type="button"], input[type="submit"], button { background:#7ac043; color:#fff;  border:0;  cursor:pointer; width:auto; overflow:visible; padding:11px 25px 11px; vertical-align:middle; text-decoration:none;  text-transform:uppercase; font-size:16px; line-height:1.25; font-family:"Open Sans", Helvetica,Arial,sans-serif }
input[type="button"]:hover, input[type="submit"]:hover, button:hover { background:#568A2E; color:#fff; }
input[type="checkbox"], input[type="radio"] { margin:4px 8px 0 ; vertical-align:top;  }

.formbox .formrow { margin-bottom:10px; }
.formbox .formrow label { padding-bottom:5px; display:inline-block; }
.formbox { max-width:450px; width:100%; }
.date-selrow { margin-left:-1.3333%;  font-size:0; }
.date-selrow select { width:32%; margin-left:1.3333%; font-size:13px; }
.formbox.form-horizontal .formrow label { line-height:2; padding:0; }

/* =Common button CSS
========================================================================================*/
.button { background-color:#7ac043;  text-transform:uppercase; font-size:20px; color:#fff; display:inline-block; line-height:1.35; padding:8px 25px;  }
.button:hover { background-color:#d8810c; text-decoration:none; color:#fff; }
.button.btn-lg { padding:8px 20px; font-size:26px; }
.button.btn-sm { padding:8px 16px; font-size:16px; }
.button.btn-xs { padding:8px 12px; font-size:14px; }
.button.btn-block { display:block; }
.button.btn-secondary { background-color:#1b619b; }

/* =Alertbox CSS
========================================================================================*/
.alert { padding:10px 35px 10px 14px; margin-bottom:20px; background-color:#fcf8e3; border:1px solid #fbeed5; border-radius:5px; color:#c09853; font-size:14px; }
.alert h4 { margin:0; }
.alert-close { color:#c09853; float:right; font-size:20px; font-weight:bold; line-height:1; }
.alert-close:hover { text-decoration:none; }
.alert .alert-close { position:relative; top:-2px; right:-21px; line-height:20px; }
.alert-success { background-color:#a6e07e; border-color:#71bb3f; color:#457724 !important;  }
.alert-warning { background-color:#a6def3; border-color:#24a4db; color:#297896; }
.alert-success .alert-close {color:#51a716; }
.alert-error .alert-close { color:#ba3837; }
.alert-info .alert-close { color:#c39a25; }
.alert-warning .alert-close { color:#368cab; }
.alert-grey .alert-close { color:#777777; }
.alert-danger, .alert-error { background-color:#fd9190; border-color:#cf6a6a; color:#bb1917; }
.alert-grey { background-color:#e0e0e0; border-color:#9c9c9c; color:#555555 !important; }
.alert-info { background-color:#fbd772; border-color:#deb94e; color:#ea6300; }
.alert-block { padding-top:14px; padding-bottom:14px; }
.alert-block > p, .alert-block > ul { margin-bottom:0; }
.alert-block p + p { margin-top:5px; }

/* =Table border CSS
========================================================================================*/
table { max-width:100%; background-color:transparent; border-collapse:collapse; border-spacing:0; }
.table { width:100%; margin-bottom:20px; }
.table th {  background-color:#f4f4f4; }
.table th, .table td { padding:8px; line-height:20px; text-align:left; vertical-align:top; border-top:1px solid #dddddd; }
.table th { border-top:0; }
.table th { font-weight:bold; }
.table thead th { vertical-align:bottom; }
.table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td { border-top:0; }
.table tbody + tbody { border-top:2px solid #dddddd; }
.table-bordered { border:1px solid #dddddd; border-left:0; border-collapse:separate;  *border-collapse:collapse; }
.table-bordered th, .table-bordered td { border-left:1px solid #dddddd; }


/* =Default Page CSS
=======================================================================================*/
#subbanner { background:#4c275b;
background:-moz-linear-gradient(-125deg,rgba(45,14,60,1) 26%,rgba(125,65,153,1) 64%,rgba(76,39,91,1) 100%);
background:-webkit-linear-gradient(-125deg,rgba(45,14,60,1) 26%,rgba(125,65,153,1) 64%,rgba(76,39,91,1) 100%);
background:-o-linear-gradient(-125deg,rgba(45,14,60,1) 26%,rgba(125,65,153,1) 64%,rgba(76,39,91,1) 100%);
background:-ms-linear-gradient(-125deg,rgba(45,14,60,1) 26%,rgba(125,65,153,1) 64%,rgba(76,39,91,1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#130f46',endColorstr='#357299',GradientType=1);
padding:20px 0;
border-bottom:3px solid #cfc8b6;
background-position:center center;
background-repeat:no-repeat;
background-size:cover;
-ms-background-size:cover;
-moz-background-size:cover;
-webkit-background-size:cover;
}

#subbanner h1, #theater-banner h1 { text-transform:uppercase; color:#fff; text-shadow:0 0 5px #030912; margin:0; line-height:1.2;  }
#subbanner p, #theater-banner p { font-size:30px; font-weight:300; font-style:italic; margin:0; line-height:1.35; color:#fff; text-shadow:0 0 5px #030912; position:relative; top:-3px }
.copyright { color:#b3b3b3; font-size:12px; padding:20px 0 15px; margin:0 0 0 15px; }
.copyright span {  margin:0 0 0 5px; }
.copyright span:before  { content:"|"; display:inline-block; vertical-align:middle; position:relative; top:-2px; margin:0 5px 0 0; }


@keyframes bounceY {
   /* 0% { transform:translateY(-205px);}
    40% { transform:translateY(-100px);}
    65% { transform:translateY(-52px);}
    82% { transform:translateY(-25px);}
    92% { transform:translateY(-12px);}
    55%, 75%, 87%, 97%, 100% { transform:translateY(0px);}*/
	
	from { transform:translateY(-100%);}
    to { transform:translateY(0px);}
   
}
@-moz-keyframes bounceY {
   from { transform:translateY(-100%);}
   to { transform:translateY(0px);}
}
@-webkit-keyframes bounceY {
    from { transform:translateY(-100%);}
    to { transform:translateY(0);}
}


/* =Layerslider
===================================================================*/
.ls-inner { position: relative; }
.ls-inner, .ls-layer { width: 100%; height: 100%; overflow: hidden; background-position:center center; background-repeat:no-repeat; background-size:cover;  -ms-background-size:cover; -moz-background-size:cover; -webkit-background-size:cover;  }
.ls-layer { position: absolute; display: none; background-position: center center;  }
.ls-active, .ls-animating { display: block !important; }
.ls-layer  .ls-s1, .ls-layer  .ls-s2, .ls-layer  .ls-s3 { display:table-cell; vertical-align:middle;  }
.ls-layer .ls-bg { left: 50%; top: 50%; }
.ls-bottom-nav-wrapper a { outline: none; }
.ls-nav-prev, .ls-nav-next { outline: none; }
.ls-layer .wrap  {  position:relative; height:100%;   }
.ls-layer .ls-box { width:100%; display:table; height:100%;  }
.ls-wp-forceresponsive-container { width: 100%; position: relative; }
.ls-wp-forceresponsive-helper { position: absolute; margin-left: 50%; }


#layerslider, #layerslider2 { width:100%; height:532px; }
.ls-s1, .ls-s2, .ls-s3 { font-size:30px; color:#fff; text-align:right; } 
.ls-s3 { text-align:left; }
.layer-content { width:600px; display:inline-block; }
.ls-s2 { color:#393939; }
.ls-s3 .layer-content { color:#7d4199; text-align:left; width:500px;  }

/* =Second Index Page
===============================================================*/
.highlight { background:#7ac043; font-size:16px; color:#fff; text-transform:uppercase; width:85%; display:block; margin:40px auto 0; padding:5px 0; text-align:center; text-decoration:none;  }
.home .highlight { margin:40px auto; } 
.forms-box h4, .list-title h4 { font-size:22px;  font-family: 'Open Sans Condensed',Arial, Helvetica, sans-serif; color:#e8672e; margin-bottom:0;  }
.forms-box h4:after { content:""; width:16px; height:2px; background:#e8672e; display:inline-block; vertical-align:middle; margin:-2px 0  0 10px; }
.forms-box  { margin:0; padding:0; list-style:none; }
.forms-box h4 a { color:#e8672e; text-decoration:none; }
.forms-box li { margin:0 0 10px; }
.forms-box li:before, .forms-box li:after { content:""; display:table; }
.forms-box li:after { clear:both; }
.forms-box li { zoom:1; }
.forms-box li p { margin:0 0 10px; }
.forms-box li .learn-more { margin:0; }
.financial-abuse-tips.moduelbox h3 { font-weight:700; font-size:24px; color:#7ac043; text-transform:capitalize; margin:0 0 12px; font-family: 'Open Sans Condensed',Arial, Helvetica, sans-serif; }
.home #sidebar { margin:45px 0 0;  }

.financial-abuse-tips.moduelbox li { position:relative; font-family: 'Open Sans Condensed',Arial, Helvetica, sans-serif; font-weight:700; color:#7d4199; padding:0 0 0 15px; padding-top:8px; border-top:1px dashed #d1eff5; margin-top:8px; }
.financial-abuse-tips.moduelbox li:before { content:""; width:0; height:0;  border-left:8px solid #7ac043; border-top:6px solid transparent; border-bottom:6px solid transparent; position:absolute; left:0; top:13px;  }
.financial-abuse-tips.moduelbox li a { color:#7d4199; text-decoration:none; }
.financial-abuse-tips.moduelbox li a:hover { color:#7ac043; }
.financial-abuse-tips.moduelbox { margin:0 0 30px; }

.financial-abuse-tips.moduelbox li:first-child { border-top:0; padding-top:0; margin-top:0; }
.financial-abuse-tips.moduelbox li:first-child:before { top:6px; }
.things-list, .signs-list { font-family: 'Open Sans Condensed',Arial, Helvetica, sans-serif; }
.common-title, #primary h5 { color:#1bb0ce; font-size:22px; font-weight:700; margin:0 0 18px 0; font-family: 'Open Sans Condensed',Arial, Helvetica, sans-serif; }
.things-list { margin:0; }
.things-list li { color:#7d4199; font-size:28px; font-weight:300; padding:0 0 0 12px; margin:21px 0 0 0; float:left; width:100%; text-align:left; }
.things-list li ul { list-style:none; margin:0; padding:0; }
.things-list li ul li { font-family: 'Open Sans',Arial, Helvetica, sans-serif; font-size:16px; color:#5f696a; font-weight:400; margin:8px 0 0 0; position:relative; color:#5f696a; text-align:left; }
.things-list li ul li:before { background: none repeat scroll 0 0 #7ac043; border-radius:100%; content: ""; height:4px; left:0; position: absolute;
top: 9px; width: 4px; }
.things-list li:first-child { margin:0; }
.things-list li ul li a { color:#4b275c; text-decoration:underline; }
.things-list li ul li a:hover { text-decoration:none; }
.things-list li h4 { font-weight:300; text-transform:uppercase; margin:0 0 16px 0; color:#7d4199; font-size:28px; }
.things-list li p { font-family: 'Open Sans',Arial, Helvetica, sans-serif; color:#5f696a; font-size:16px; font-weight:400; margin:0 0 0 5px; line-height:1.25; }
.things-list li .learn-more { margin:8px 0 0 0; font-family: 'Open Sans',Arial, Helvetica, sans-serif; }
.signs-list { margin:10px 0 0 23px; }
.signs-list li { color:#7d4199; font-weight:700; font-size:18px; margin:10px 0 0 0; }
.list-title h5 { font-style:italic; font-weight:600; font-size:18px; color:#7d4199; }
.image-contain { font-family: 'Open Sans Condensed',Arial, Helvetica, sans-serif; }
.big-image { position:relative; }
.image-contain span { float:left; color:#7d4199; font-size:64px; font-weight:700; line-height:1; }
.signs-link { float:left; width:140px; }
.signs-link span { float:none; display:block; font-size:34px; text-transform:uppercase; margin:5px 0 0 0; }
.moduelbox .mod_content .signs-link p { margin:0 0 0 2px; color:#393939; font-size:20px; font-weight:300; line-height:1; }
.moduelbox .mod_content .signs-link p em { margin:0 0 0 3px; font-style:normal; }
.image-contain { position:absolute; left:16px; top:55px; }
.image-link { position:absolute; bottom:20px; left:0; margin:0; }
.tips-page { margin:0 0 20px 0; }
.highlight-points { margin:0 0 0 10px; }
.highlight-points p { color:#4b275c; margin:15px 0 0 10px; }
.highlight-points span em { font-weight:600; font-style:italic; color:#5f696a; }
.highlight-points em { color:#4b275c; }
.highlight-points li { margin:20px 0 0 0; }
.highlight-points li:first-child { margin:0; }
.goolge-map { margin:0 0 12px 0; }
.contact-steps ul { margin:8px 0 0 15px; }
.primary-slider h4 { font-family: 'Open Sans Condensed',Arial, Helvetica, sans-serif; color:#7d4199; font-size:28px; font-weight:300; text-transform:uppercase; margin:0 0 2px 0; }
.scam-details { padding:20px 15px 10px; background:#f8f8f8; }
.primary-slider .item { border-bottom:2px solid #4b275c; }
.primary-slider .owl-nav { float:right; font-family: 'Open Sans Condensed',Arial, Helvetica, sans-serif; color:#4b275c; font-weight:300; font-size:20px; text-transform:uppercase;  margin:8px 13px 0 0; }
.primary-slider .owl-nav .owl-prev { float:left; position:relative; }
.primary-slider .owl-nav .owl-next { float:left; position:relative; margin:0 0 0 9px; }
.primary-slider .owl-nav .owl-next:before { content:''; height:40px; width:40px; background:url(../images/bgi/sprites.png) -69px -76px no-repeat; display:inline-block; vertical-align:middle; margin:-2px 8px 0 0; }
.primary-slider .owl-nav .owl-prev:after { content:''; height:40px; width:40px; background:url(../images/bgi/sprites.png) -20px -76px no-repeat; display:inline-block; vertical-align:middle; margin:-2px 0 0 8px; }
.primary-slider .owl-nav .owl-prev:hover, .primary-slider .owl-nav .owl-next:hover { color:#e8672e; text-decoration:none; }
.primary-slider .owl-nav .owl-prev:hover:after { background-position:-120px -76px; }
.primary-slider .owl-nav .owl-next:hover:before { background-position:-169px -76px; }
.scam-details p strong { color:#7ac043; }

/* =
===============================================================*/
h3 span { font-size:28px; color:#5f696a; line-height:1.25; font-weight:300; font-family: 'Open Sans',Arial, Helvetica, sans-serif; margin:-14px 0 14px; display:block; }
.home h2 { margin:0 0 4px; }
.home h3 span { margin:-32px 0 32px; }
.forms-box li ul li:before, .forms-box li ul li:after { display:inline-block; }
.forms-box li ul { list-style:disc; } 
h4 em { color: #7d4199; font-size:18px; font-style: italic; font-weight: 600; display:block; font-family: 'Open Sans',Arial, Helvetica, sans-serif; }
.screen-reader-text { display:none; }
h6 a { color:#7d4199; display:block; margin:12px 0; }
.tips-list { margin:8px 0 0 -3%; padding:0; list-style:none; }
.tips-list li { margin:30px 0 0 3%; width:47%; float:left; }
.tips-list li figure { margin:0 0 2px; }
.tips-list li figure img { max-width:100%; width:auto; }
.tips-list h3 { font-family: 'Open Sans',Arial, Helvetica, sans-serif; font-size:16px; font-weight:400; background:#f0f0f0; margin:0; padding:3px 10px 5px; }
.tips-list h3 a { color:#4d285b; font-size:16px; text-decoration:none; }
.tips-list h3 a:hover { color:#568a2e; }
.wp-pagenavi { text-align:center; margin:40px 0 0; } 
.wp-pagenavi a, .wp-pagenavi span { padding:4px 11px; background:#7ac043; border:0; color:#fff; }
.wp-pagenavi span.current, .wp-pagenavi a:hover { background:#568a2e; font-weight:normal; }
.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink { padding:2px 11px 6px; position:relative; top:-2px; }
.nav-links { margin:30px 0 0 0; float:left; width:100%; }
.nav-links a { background:#7ac043; color:#fff; text-decoration:none; display:block; padding:7px 12px 6px; line-height:100%; font-size:14px; text-transform:uppercase; position:relative; }
.nav-links a:hover { background:#568a2e; }
.nav-links .nav-previous { float:left; position:relative; }
.nav-links .nav-next { float:right; position:relative; }
.nav-links a[rel="prev"]:before { content:"«"; vertical-align:middle; margin:0 5px 0 0; color:#fff; font-size:16px; top:-4px; position:relative;  }
.nav-links a[rel="next"]:after { content:"»"; vertical-align:middle; margin:0 0 0 5px; color:#fff; font-size:16px; top:-4px; position:relative; }
#searchform { position:relative; }
#searchform input[type="text"] { max-width:none; }
#searchform input[type="submit"] { position:absolute; right:0; top:0; }
.moduelbox.widget_epc_page_link_widget { margin:0 0 10px; }

/*=======================================================================================
Contact form validation 7 css
=======================================================================================*/ 
.wpcf7-form span.wpcf7-not-valid-tip {  border:0; color: #f00; font-size: 13px; line-height: 1.1; padding: 2px 0;  width: 296px; z-index: 5; margin-top:5px; }
.wpcf7-form div.wpcf7-response-output { margin: 15px 0; padding:8px 12px; color:#f00; font-size:13px; background:#fdeeee; border:solid 1px #f2c9c9; clear:both; max-width:450px; width:100%; } 
.wpcf7-form span.your-message span.wpcf7-not-valid-tip { height:108px; } 
#spotLight #wpss_slideshow_home-slider{ padding:0; }
form.wpcf7-form div.wpcf7-mail-sent-ok{ font-weight:normal; color:#468847; background:#DFF0D8; border:solid 1px #D6E9C6; }
div.wpcf7 img.ajax-loader{ margin-left: 10px; }
.wpcf7-form .formbox em{ color:#f00; margin-left:3px; }


/*=======================================================================================
Custom CSS By Client
=======================================================================================*/ 
.things-list li { font-size: 25px; }
.things-list li p { color: #393939; }
ul.styled-list1 { list-style-image: url(../images/list-ico3.png); }
ul.styled-list1 li { margin-left: 25px; }
ul.styled-list1 li a { text-decoration: none; border-bottom: 1px dotted #1bb0ce; }
ul.styled-list1 li a:hover { color: #21a8ab; border-bottom: 1px dotted #7d4199; }
.sz25 { font-size: 25px; }

.home strong { color:#4b275c; }
.bottom-navigation { border-top:0 solid #e8672e; }
#mainmenu li ul, #mainmenu li ul li ul { border-top:3px solid #4d3f25; }

.things-list-2 li { font-size:20px; color:#383838; line-height:1em; font-weight:300; padding:0 0 0 12px; margin:21px 0 0; float:left; width:100%; text-align:left; }
