/*
/*
Theme Name: Digital Presence Solutions
Theme URI: http://www.hibiscustechnolab.com
Author: Hibiscus Technolab
Author URI: http://www.hibiscustechnolab.com
Description: DPS theme developed using Hibiscus Theme Framework
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hibiscustechno
Tags:
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Roboto);
html {

	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	
}

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;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
	color:#606060;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	
}

sub,
sup {
	
	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: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	
	
}

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"] {
	
}

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: #404040;
	
	
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color:##606060;;
}
h2
{
font-size:1.4em;
}
h3
{
font-size:1.3em !important;
}
p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	

	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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: #fff9c0;
	text-decoration: none;
}

small {
	
}

big {
	
}

/*--------------------------------------------------------------
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: inherit;
}

body {
	/* background-image:url('images/body-bg.png');*/
}
.white-part
{
background-color:#fff;
min-height:20em;
}
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 1.5em 3em;
}

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%;
}
button.ct-car-rate-btn.ct-btn.ct-btn-s.ct-icon-right.ct-icon-angle-right
{
background-color:#4169E1 !important;
border:0px;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	
}

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: #666;
	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: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
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 {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
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%;
}

/*--------------------------------------------------------------
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;
}
/* custom functions */
body { 
 
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}
.top-bar
{

}
.navbar-static-top, .navbar-fixed-top, .navbar-fixed-bottom
{
margin-top:0px !important;
}
.navbar-default
{

}
.navbar-fixed-top {
    min-height: 80px;
}

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 100px;
	font-weight:400;
}

@media (max-width: 1024px) {
.entry-content
{
min-height: 140em !important;
}
.white-part
{
min-height: 140em !important;
}
}
@media (max-width: 768px) {
.white-part
{
min-height: 140em !important;
}
.entry-content
{
min-height: 140em !important;
}
    .navbar-nav > li > a {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;}
}
.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus ,.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a{
    background-color: transparent!important;
 background-image:none !important;
 box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset;
}
.sl-part
{
height:300px;
margin-top:1em;
margin-bottom:1em;
}
.container-full {
  margin: 0 auto;
  width: 100%;
}
.home-title
{
font-size:1.8em;
color:black;
}
.service-title
{
font-size:1.2em;
font-weight:500;
text-align:center;
padding-top:1em;
padding-left:2em;
}
.widget-title
{
text-align:center;
}
.aln-adj
{
padding-left:8em;
}
.testimonials-widget img
{
margin:auto;
}
.testimonials-widget a
{
padding-left:3em;
}
.service-box1
{
border-right:1px solid ;
border-color:#F2F2F2;
text-align:justify;
min-height:350px;
background-image:url('images/box-bg.png');
background-repeat:repeat-x;

}
.know-more
{
background: #00b6de;
color: #fff;
font-size: 12px;
padding: 0 15px;
height: 27px;
line-height: 27px;
width:10em;
margin-left:40%;
-moz-border-radius:5px;
border-radius:5px;

}
.know-more a
{
color: #fff;
text-decoration:none;
}
.know-more:hover
{
background-color:#FF9900;

}
.service-box1 p,.service-box2 p,.service-box3 p
{
padding-top:1em;
min-height:180px;
}
.service-box1:hover,.service-box2:hover,.service-box3:hover
{
background-image:url('images/box-bg-hover.png');
background-repeat:repeat-x;

}
.service-box2
{
border-right:1px solid ;
border-color:#F2F2F2;
text-align:justify;
min-height:350px;
background-image:url('images/box-bg.png');
background-repeat:repeat-x;
}
.service-box3
{
text-align:justify;
min-height:350px;
background-image:url('images/box-bg.png');
background-repeat:repeat-x;
}
.service-icon1
{
background-image:url('images/seo.jpg');
background-repeat:no-repeat;
height:80px;
margin:auto;
}
.service-icon2
{
background-image:url('images/sem.jpg');
background-repeat:no-repeat;
height:80px;

margin:auto;
}
.service-icon3
{
background-image:url('images/lg.jpg');
background-repeat:no-repeat;
height:80px;
margin:auto;
}
.CTA-DIV
{
min-height:60px;

}
.h1-title
{
color:white !important;
text-align:center;
}
/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
	max-width:200px !important;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin-right:1.2em;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
	display:none;
}

.jcarousel-control-prev {
    left: 15px;
}

.jcarousel-control-next {
    right: 15px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
.about-com
{
margin-bottom:2em;
padding-left:0px;
clear:both;
}
.about-com img
{

padding-right:1em;
}
.blue-btn
{
background: #2565E0;
color: #fff;
font-size: 12px;
padding: 0 15px;
height: 27px;
line-height: 27px;
width:10em;
margin-left:50%;
margin-top:5em;
-moz-border-radius:5px;
border-radius:5px;

}
.read-more-blog
{
background: #00b6de;
color: #fff;
font-size: 12px;
padding: 0 15px;
line-height: 27px;
width:10em;
-moz-border-radius:5px;
border-radius:5px;

}
.read-more-blog a
{
color:white;
}
.blue-btn a
{
color:#fff;
}
.site-footer
{
background-color:black;
min-height:7em;
}
.contact_info
{
margin: 0 0 30px 0;
border-color: #282828;
background: #1e1e1e;
border: 1px solid #e5e5e5;
padding:1em;
}
.mae
{
width:100% !important;
}
/*Contact Info Widget*/

#footer .contact_info ul { display:block; margin: 0 0 0 20px; padding: 15px 0; }
#footer .contact_info ul li,#footer .contact_info ul li a { margin:0 0 0px 0; }
#footer .contact_info { margin:0 0 30px 0; border-color:#282828; background:#1e1e1e; }

/*Contact Form Widget*/

#footer input[type="text"],#footer input[type="email"],#footer textarea,#footer .widgetFormTextarea { border-color:#282828; background: #1e1e1e; 
width:100%;

}
#footer textarea
{
height:3em;
width:100%;
}
#footer .widgetFormInput:hover,#footer .widgetFormTextarea:hover { border-color:#333; }

#footer input[type="submit"] { 
	margin-top: 5px;
	color:#999;
	height:2.8em;
	width:10em;
	background-color: #181818;
	background-repeat: repeat-x;
	border-radius:5px;
	border:0px;
	  }

#footer #contactForm2 #submit:hover { color:#aaa;  }

/* Advertise widget */

#footer .sidebar-advertise  ul { margin-top: -23px; }

#footer .sidebar-advertise  ul li  { 	
	width:125px;
	height:125px;
	border:none; 
	padding:0;
	margin:20px 20px 0 0;
	display: inline-block;
	clear:none;   }
.srp-post-title a
{
color:grey;
}
#wpcf7-f70-p30-o1 input[type="submit"]
{
width:100%;
background-color:#278DCF;
color:white;
border:0px;
border-radius:5px;
height:2.5em;
}
#wpcf7-f70-p30-o1 input[type="text"],input[type="email"] ,input[type="tel"] ,input[type="url"] 
{
width:100%;
background-image:url('images/input.png');
border:1px solid #EEEEEE;
border-radius:5px;
padding:4px;
}
.footer-col2
{
padding-left:4em;
}
.form-div1
{
background-image:url('images/sl-bg.png');
background-repeat:repeat-x;
padding-left:2em;
padding-right:2em;
padding-top:0em;
padding-bottom:1em;
}
.slider-shw
{
/* background-image:url('images/shadow2.png'); */
width:100%;
height:150px;
background-repeat:no-repeat;
background-size:100% auto;
}
.align-c
{
text-align:center;
}
.hdr-style
{
margin-bottom: 20px;
line-height: 0;
font-size: 0px;
padding-bottom: 0px;
margin-top: 0px;
border-bottom: 1px dashed #DDD;
width:100%;
}
.hdr-style span {
    display: inline-block;
    margin-bottom: -26px;
    height: 2px;
    width: 30px;
    background: none repeat scroll 0% 0% #888;
    bottom: 0px;
}
#footer .Ca_border {
    border-bottom: 3px double #383838;
    margin-bottom: 25px;
}
#footer .Ca_border span
{
background: none repeat scroll 0% 0% #585858;
height: 3px;
width: 80px;
display: block;
margin-bottom: -3px;
}
#footer h3
{
font-size:1.3em;
}
#footer h4
{
font-size:1em !important;
}
h1
{
1.4em;
}
.side-bar
{
/*padding-left:10%; */
/* padding-bottom:5em; */
padding-top:3em;
}
.sidebar
{
font-size:1em;

}
.jcarousel-pagination
{
display:none;
}
.navbar-nav > li > a
{
font-size:1.2em;
}
blockquote
{
border:0px;
margin:0px;
padding:0px;
font-size:1em;
text-align:justify;
}
.contact_info ,.srp-post-content
{
font-size:0.9em;
}
#footer a
{
color:#aaaaaa;
}
.navbar
{
margin-bottom:0px;
}
.blog-content1
{
min-height:1000px;
}
.entry-thumbnail
{
float:right;
margin-right:1em;
padding-bottom:2em;
}
.posts-navigation
{
font-size:1.4em;
margin:0px auto;
text-align:center;
}
.posts-navigation a
{
color:black;
text-shadow: 1px 1px #aaaaaa;
}
.form-cap
{
color:#606060;
text-align:center;
}
.entry-title
{
font-size:2em;
}
.page-part
{
margin-top:1.5em;
margin-bottom:1em;
}
.hibiscus-col-50
{
margin-left:1%;
width:48%;
float:left;
}
.hibiscus-col-75
{

width:75%;
}
.hibiscus-col-25
{

width:23%;
float:left;
margin-left:1%;
}
.hibiscus-col-100
{
width:100%;
}
.contactpage-frm input
{
background-image:none;
}
.contactpage-frm input[type="submit"]
{
background: #00b6de;
color: #fff;
font-size: 12px;
padding: 0 15px;
height: 27px;
line-height: 27px;
width:10em;
border:0px;
-moz-border-radius:5px;
border-radius:5px;
}
#wpcf7-f70-p30-o1 textarea
{
height:60px;
background-color:#FCFCFC;
}
.cp-area
{

margin-left:1%;
}
.bottom-privacy
{
font-size:.8em;
}
.terms-d
{
font-size:.8em;
text-align:justify;
}
.header-ad
{
background-color:#333333;
margin:auto;
text-align:center;
height:2em;
}
.header-ad p
{
margin-bottom:0px;
color:#fff;
font-size:.9em;
vertical-align:middle;
padding-top:.5em;
padding-bottom:.2em;
}
.map-mark
{
color:#980000;
}
.ph-mark
{
color:#00B83A;
}
.sticky {
	position: fixed;
	width: 100%;
	left: 0;
	/*margin-top:1em;*/
	z-index: 100;
	border-top: 0;
	opacity:.9;
top:0px !important;
}
.sticky-ad {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	border-top: 0;
	opacity:.7;
	z-index:9999;
}
.g-page,#widget_bounds
{
max-width:100% !important;
}
.adv img
{
padding-left:30%;
}
.about-com img
{
margin:1em;
}
.sr-row
{
min-height:20em;
}
.entry-footer span
{
margin-left:1em;
}
.widget_lsi_widget
{
padding-left:52%;
}
@media (min-width: 767px)
{
#home-ul li
{
display: inline;
list-style-type: none;
padding-right: 20px;
font-weight:800;
}
.check-ico
{
color:#48A4F1;
padding-right:1em;
}
.navbar-default .navbar-nav>li 
{
  
   
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}
.navbar-default .navbar-nav>li:hover
{
transition: background-image 1s ease-in-out;
background-image:url('images/menu-bg.png') !important;
background-repeat:no-repeat;
border-radius:5px !important;
color:white !important;
}
.navbar-default .navbar-nav>li a:hover
{
color:white !important;
}
}
.content-adj
{
padding-left:1em;
padding-right:1em;
}
.first-tag
{
padding-left:1em;
}
.ul-first
{
margin-left:0em !important;
}
.whitetodiv
{
color:white;
}
.cptr_related_posts
{
margin-left:0px;

}
ul#cptr_related_posts
{
list-style:none;
margin-left:0px;
}
#cptr_related_posts .wp-post-image
{
float:left;
margin-right:1em;
}
#cptr_related_posts p
{
text-align:justify;
}
.entry-content p
{
text-align:justify !important;
}
/* break point - 1 */
@media screen and (max-width: 1190px) 
{
.srp-widget-container
{
padding-left:1em !important;
}
#home-ul
{
list-style:disc !important

}
.check-ico
{
display:none;
}
.widget_lsi_widget
{
padding-left:0px !important;
}
#lsi_widget-2 h3
{
padding-right:5em !important;
}
.widget-title
{
text-align:left !important;
}
.footer-col2
{
padding-left:1em !important
}
ul#menu-footer-menu a {
  margin-left: -5em;
}
.post-txt-div
{
/* top:350px; */
}
#cptr_related_posts
{
min-height:2200px;
}
.side-bar
{
/* position:absolute; */
/* top:100px; */
}

}
nav.navbar.navbar-default.navbar-top.nav-con {
  z-index: 9999;
}
.country-search-row
{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	
}
.country-top-search
{	

padding:2em;
	max-width:100%;
	margin:0px auto;
	background-color:#F6F6F6;
	
}
@media (min-width: 767px)
{
.country-search-row
{

	height:395px;
}	
.country-top-search
{	

padding:2em;
	max-width:60% !important;
	margin:0px auto;
	background-color:#F6F6F6;
	margin-top:50px;
}

}
@media (max-width:1024px)
{
#colophon
{
padding-left:2em;
padding-right:2em;
}
}

@media (min-width:1024px)
{
#menu-country_list li
{
display: inline-block;
padding-right:1.1em;
font-weight:800;
font-size:1.1em;
}
.menu-country_list-container
{
text-align:center;
}
}