/*

Theme Name: fred

Theme URI: https://wordpress.org/themes/twentytwelve/

Author: the WordPress team

Author URI: https://wordpress.org/

Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.

Version: 2.2

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready

Text Domain: twentytwelve



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.

*/



/* =Notes

--------------------------------------------------------------

This stylesheet uses rem values with a pixel fallback. The rem

values (and line heights) are calculated using two variables:



$rembase:     14;

$line-height: 24;



---------- Examples



* Use a pixel value with a rem fallback for font-size, padding, margins, etc.

	padding: 5px 0;

	padding: 0.357142857rem 0; (5 / $rembase)



* Set a font-size and then set a line-height based on the font-size

	font-size: 16px

	font-size: 1.142857143rem; (16 / $rembase)

	line-height: 1.5; ($line-height / 16)



---------- Vertical spacing



Vertical spacing between most elements should use 24px or 48px

to maintain vertical rhythm:



.my-new-div {

	margin: 24px 0;

	margin: 1.714285714rem 0; ( 24 / $rembase )

}



---------- Further reading



http://snook.ca/archives/html_and_css/font-size-with-rem

http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/





/* =Reset

-------------------------------------------------------------- */



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, 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%;

	vertical-align: baseline;

}

body {

	line-height: 1;

}

ol,

ul {

	list-style: none;

}

blockquote,

q {

	quotes: none;

}

blockquote:before,

blockquote:after,

q:before,

q:after {

	content: '';

	content: none;

}

table {

	border-collapse: collapse;

	border-spacing: 0;

}

caption,

th,

td {

	font-weight: normal;

	text-align: left;

}

h1,

h2,

h3,

h4,

h5,

h6 {

	clear: both;

}

html {

	overflow-y: scroll;

	font-size: 100%;

	-webkit-text-size-adjust: 100%;

	-ms-text-size-adjust: 100%;

}

a:focus {

	outline: thin dotted;

}

article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

nav,

section {

	display: block;

}

audio,

canvas,

video {

	display: inline-block;

}

audio:not([controls]) {

	display: none;

}

del {

	color: #333;

}

ins {

	background: #fff9c0;

	text-decoration: none;

}

hr {

	background-color: #ccc;

	border: 0;

	height: 1px;

	margin: 24px;

	margin-bottom: 1.714285714rem;

}

sub,

sup {

	font-size: 75%;

	line-height: 0;

	position: relative;

	vertical-align: baseline;

}

sup {

	top: -0.5em;

}

sub {

	bottom: -0.25em;

}

small {

	font-size: smaller;

}

img {

	border: 0;

	-ms-interpolation-mode: bicubic;

}



/* Clearing floats */

.clear:after,

.wrapper:after,

.format-status .entry-header:after {

	clear: both;

}

.clear:before,

.clear:after,

.wrapper:before,

.wrapper:after,

.format-status .entry-header:before,

.format-status .entry-header:after {

	display: table;

	content: "";

}





/* =Repeatable patterns

-------------------------------------------------------------- */



/* Small headers */

.archive-title,

.page-title,

.widget-title,

.entry-content th,

.comment-content th {

	font-size: 11px;

	font-size: 0.785714286rem;

	line-height: 2.181818182;

	font-weight: bold;

	text-transform: uppercase;

	color: #636363;

}



/* Shared Post Format styling */

article.format-quote footer.entry-meta,

article.format-link footer.entry-meta,

article.format-status footer.entry-meta {

	font-size: 11px;

	font-size: 0.785714286rem;

	line-height: 2.181818182;

}



/* Form fields, general styles first */

button,

input,

select,

textarea {

	border: 1px solid #ccc;

	border-radius: 3px;

	font-family: inherit;

	padding: 6px;

	padding: 0.428571429rem;

}

button,

input {

	line-height: normal;

}

textarea {

	font-size: 100%;

	overflow: auto;

	vertical-align: top;

}



/* Reset non-text input types */

input[type="checkbox"],

input[type="radio"],

input[type="file"],

input[type="hidden"],

input[type="image"],

input[type="color"] {

	border: 0;

	border-radius: 0;

	padding: 0;

}



/* Buttons */

.menu-toggle,

input[type="submit"],

input[type="button"],

input[type="reset"],

article.post-password-required input[type=submit],

.bypostauthor cite span {

	padding: 6px 10px;

	padding: 0.428571429rem 0.714285714rem;

	font-size: 11px;

	font-size: 0.785714286rem;

	line-height: 1.428571429;

	font-weight: normal;

	color: #7c7c7c;

	background-color: #e6e6e6;

	background-repeat: repeat-x;

	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);

	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);

	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);

	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);

	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);

	border: 1px solid #d2d2d2;

	border-radius: 3px;

	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);

}

.menu-toggle,

button,

input[type="submit"],

input[type="button"],

input[type="reset"] {

	cursor: pointer;

}

button[disabled],

input[disabled] {

	cursor: default;

}

.menu-toggle:hover,

.menu-toggle:focus,

button:hover,

input[type="submit"]:hover,

input[type="button"]:hover,

input[type="reset"]:hover,

article.post-password-required input[type=submit]:hover {

	color: #5e5e5e;

	background-color: #ebebeb;

	background-repeat: repeat-x;

	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);

	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);

	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);

	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);

	background-image: linear-gradient(top, #f9f9f9, #ebebeb);

}

.menu-toggle:active,

.menu-toggle.toggled-on,

button:active,

input[type="submit"]:active,

input[type="button"]:active,

input[type="reset"]:active {

	color: #757575;

	background-color: #e1e1e1;

	background-repeat: repeat-x;

	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);

	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);

	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);

	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);

	background-image: linear-gradient(top, #ebebeb, #e1e1e1);

	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;

	border-color: transparent;

}

.bypostauthor cite span {

	color: #fff;

	background-color: #21759b;

	background-image: none;

	border: 1px solid #1f6f93;

	border-radius: 2px;

	box-shadow: none;

	padding: 0;

}



/* Responsive images */

.entry-content img,

.comment-content img,

.widget img {

	max-width: 100%; /* Fluid images for posts, comments, and widgets */

}

img[class*="align"],

img[class*="wp-image-"],

img[class*="attachment-"] {

	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */

}

img.size-full,

img.size-large,

img.header-image,

img.wp-post-image {

	max-width: 100%;

	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */

}



/* Make sure videos and embeds fit their containers */

embed,

iframe,

object,

video {

	max-width: 100%;

}

.entry-content .twitter-tweet-rendered {

	max-width: 100% !important; /* Override the Twitter embed fixed width */

}



/* Images */

.alignleft {

	float: left;

}

.alignright {

	float: right;

}

.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}

.entry-content img,

.comment-content img,

.widget img,

img.header-image,

.author-avatar img,

img.wp-post-image {

	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */

	border-radius: 0;

	box-shadow: 0;

}

.wp-caption {

	max-width: 100%; /* Keep wide captions from overflowing their container. */

	padding: 4px;

}

.wp-caption .wp-caption-text,

.gallery-caption,

.entry-caption {

	/* font-style: italic; */

	font-size: 12px;

	font-size: 0.857142857rem;

	line-height: 2;

	color: #757575;

}

img.wp-smiley,

.rsswidget img {

	border: 0;

	border-radius: 0;

	box-shadow: none;

	margin-bottom: 0;

	margin-top: 0;

	padding: 0;

}

.entry-content dl.gallery-item {

	margin: 0;

}

.gallery-item a,

.gallery-caption {

	width: 90%;

}

.gallery-item a {

	display: block;

}

.gallery-caption a {

	display: inline;

}

.gallery-columns-1 .gallery-item a {

	max-width: 100%;

	width: auto;

}

.gallery .gallery-icon img {

	height: auto;

	max-width: 90%;

	padding: 5%;

}

.gallery-columns-1 .gallery-icon img {

	padding: 3%;

}



/* Navigation */

.site-content nav {

	clear: both;

	line-height: 2;

	overflow: hidden;

}

#nav-above {

	padding: 24px 0;

	padding: 1.714285714rem 0;

}

#nav-above {

	display: none;

}

.paged #nav-above {

	display: block;

}

.nav-previous,

.previous-image {

	float: left;

	width: 50%;

}

.nav-next,

.next-image {

	float: right;

	text-align: right;

	width: 50%;

}

.nav-single + .comments-area,

#comment-nav-above {

	margin: 48px 0;

	margin: 3.428571429rem 0;

}



/* Author profiles */

.author .archive-header {

	margin-bottom: 24px;

	margin-bottom: 1.714285714rem;

}

.author-info {

	border-top: 1px solid #ededed;

	margin: 24px 0;

	margin: 1.714285714rem 0;

	padding-top: 24px;

	padding-top: 1.714285714rem;

	overflow: hidden;

}

.author-description p {

	color: #757575;

	font-size: 13px;

	font-size: 0.928571429rem;

	line-height: 1.846153846;

}

.author.archive .author-info {

	border-top: 0;

	margin: 0 0 48px;

	margin: 0 0 3.428571429rem;

}

.author.archive .author-avatar {

	margin-top: 0;

}





/* =Basic structure

-------------------------------------------------------------- */



/* Body, links, basics */

html {

	font-size: 87.5%;

}

body {

	font-size: 14px;

	font-size: 1rem;

	font-family: Helvetica, Arial, sans-serif;

	text-rendering: optimizeLegibility;

	color: #444;

}

body.custom-font-enabled {

	font-family: "Open Sans", Helvetica, Arial, sans-serif;

}

a {

	outline: none !important;

	color: #21759b;


}

a:hover {

	color: #0f3647;

}



/* Assistive text */

.assistive-text,

.site .screen-reader-text {

	position: absolute !important;

	clip: rect(1px, 1px, 1px, 1px);

	overflow: hidden;

	height: 1px;

	width: 1px;

}

.main-navigation .assistive-text:focus,

.site .screen-reader-text:hover,

.site .screen-reader-text:active,

.site .screen-reader-text:focus {

	background: #fff;

	border: 2px solid #333;

	border-radius: 3px;

	clip: auto !important;

	color: #000;

	display: block;

	font-size: 12px;

	height: auto;

	padding: 12px;

	position: absolute;

	top: 5px;

	left: 5px;

	width: auto;

	z-index: 100000; /* Above WP toolbar */

}



/* Page structure */

.site {

	padding: 0 24px;

	padding: 0 1.714285714rem;

	background-color: #fff;

}

.site-content {

	margin: 24px 0 0;

	margin: 1.714285714rem 0 0;

}

.widget-area {

	margin: 24px 0 0;

	margin: 1.714285714rem 0 0;

}



/* Header */

.site-header {
    padding: 0px 0 0px;
}

.site-header h1,

.site-header h2 {

	text-align: center;

}

.site-header h1 a,

.site-header h2 a {

	color: #515151;

	display: inline-block;

	text-decoration: none;

}

.site-header h1 a:hover,

.site-header h2 a:hover {

	color: #21759b;

}

.site-header h1 {

	font-size: 24px;

	font-size: 1.714285714rem;

	line-height: 1.285714286;

	margin-bottom: 14px;

	margin-bottom: 1rem;

}

.site-header h2 {

	font-weight: normal;

	font-size: 13px;

	font-size: 0.928571429rem;

	line-height: 1.846153846;

	color: #757575;

}

.header-image {

	margin-top: 24px;

	margin-top: 1.714285714rem;

}



/* Navigation Menu */

.main-navigation {
    margin-top: 0;
    text-align: center;
    margin-bottom: 0;
}



.main-navigation li {

	margin-top: 24px;

	margin-top: 1.714285714rem;

	font-size: 12px;

	font-size: 0.857142857rem;

	line-height: 1.42857143;

}

.main-navigation a {

	color: #1d1d1d !important; 

}

.main-navigation a:hover,

.main-navigation a:focus { 

	color: #507eaf !important;

}

.current_page_item a

{

	color: #507eaf !important; 

}

.main-navigation ul.nav-menu,

.main-navigation div.nav-menu > ul {

	display: none;

}

.main-navigation ul.nav-menu.toggled-on,

.menu-toggle {

	display: inline-block;

}



/* Banner */

section[role="banner"] {

	margin-bottom: 48px;

	margin-bottom: 3.428571429rem;

}



/* Sidebar */

.widget-area .widget {

	-webkit-hyphens: auto;

	-moz-hyphens: auto;

	hyphens: auto;

	margin-bottom: 48px;

	margin-bottom: 3.428571429rem;

	word-wrap: break-word;

}

.widget-area .widget h3 {

	margin-bottom: 24px;

	margin-bottom: 1.714285714rem;

}

.widget-area .widget p,

.widget-area .widget li,

.widget-area .widget .textwidget {

	font-size: 13px;

	font-size: 0.928571429rem;

	line-height: 1.846153846;

}

.widget-area .widget p {

	margin-bottom: 24px;

	margin-bottom: 1.714285714rem;

}

.widget-area .textwidget ul {

	list-style: disc outside;

	margin: 0 0 24px;

	margin: 0 0 1.714285714rem;

}

.widget-area .textwidget li {

	margin-left: 36px;

	margin-left: 2.571428571rem;

}

.widget-area .widget a {

	color: #757575;

}

.widget-area .widget a:hover {

	color: #21759b;

}

.widget-area .widget a:visited {

	color: #9f9f9f;

}

.widget-area #s {

	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */

}



/* Footer */

footer[role="contentinfo"] {

	border-top: 1px solid #ededed;

	clear: both;

	font-size: 12px;

	font-size: 0.857142857rem;

	line-height: 2;

	max-width: 960px;

	max-width: 68.571428571rem;

	margin-top: 24px;

	margin-top: 1.714285714rem;

	margin-left: auto;

	margin-right: auto;

	padding: 24px 0;

	padding: 1.714285714rem 0;

}

footer[role="contentinfo"] a {

	color: #686868;

}

footer[role="contentinfo"] a:hover {

	color: #21759b;

}





/* =Main content and comment content

-------------------------------------------------------------- */



.entry-meta {

	clear: both;

}

.entry-header {

	margin-bottom: 24px;

	margin-bottom: 1.714285714rem;

}

.entry-header img.wp-post-image {

	margin-bottom: 24px;

	margin-bottom: 1.714285714rem;

}

.entry-header .entry-title {

	font-size: 20px;

	font-size: 1.428571429rem;

	line-height: 1.2;

	font-weight: normal;

}

.entry-header .entry-title a {

	text-decoration: none;

}

.entry-header .entry-format {

	margin-top: 24px;

	margin-top: 1.714285714rem;

	font-weight: normal;

}

.entry-header .comments-link {

	margin-top: 24px;

	margin-top: 1.714285714rem;

	font-size: 13px;

	font-size: 0.928571429rem;

	line-height: 1.846153846;

	color: #757575;

}

.comments-link a,

.entry-meta a {

	color: #757575;

}

.comments-link a:hover,

.entry-meta a:hover {

	color: #21759b;

}

article.sticky .featured-post {

	border-top: 4px double #ededed;

	border-bottom: 4px double #ededed;

	color: #757575;

	font-size: 13px;

	font-size: 0.928571429rem;

	line-height: 3.692307692;

	margin-bottom: 24px;

	margin-bottom: 1.714285714rem;

	text-align: center;

}

.entry-content,

.entry-summary,

.mu_register {

	line-height: 1.714285714;

}

.entry-content h1,

.comment-content h1,

.entry-content h2,

.comment-content h2,

.entry-content h3,

.comment-content h3,

.entry-content h4,

.comment-content h4,

.entry-content h5,

.comment-content h5,

.entry-content h6,

.comment-content h6 {

	margin: 24px 0;

	margin: 1.714285714rem 0;

	line-height: 1.714285714;

}

.entry-content h1,

.comment-content h1 {

	font-size: 21px;

	font-size: 1.5rem;

	line-height: 1.5;

}

.entry-content h2,

.comment-content h2,

.mu_register h2 {

	font-size: 18px;

	font-size: 1.285714286rem;

	line-height: 1.6;

}

.entry-content h3,

.comment-content h3 {

	font-size: 16px;

	font-size: 1.142857143rem;

	line-height: 1.846153846;

}

.entry-content h4,

.comment-content h4 {

	font-size: 14px;

	font-size: 1rem;

	line-height: 1.846153846;

}

.entry-content h5,

.comment-content h5 {

	font-size: 13px;

	font-size: 0.928571429rem;

	line-height: 1.846153846;

}

.entry-content h6,

.comment-content h6 {

	font-size: 12px;

	font-size: 0.857142857rem;

	line-height: 1.846153846;

}

.entry-content p,

.entry-summary p,

.comment-content p,

.mu_register p {

	margin: 0 0 24px;

	margin: 0 0 1.714285714rem;

	line-height: 1.714285714;

}

.entry-content a:visited,

.comment-content a:visited {

	color: #9f9f9f;

}

.entry-content .more-link {

	white-space: nowrap;

}

.entry-content ol,

.comment-content ol,

.entry-content ul,

.comment-content ul,

.mu_register ul {

	margin: 0 0 24px;

	margin: 0 0 1.714285714rem;

	line-height: 1.714285714;

}

.entry-content ul ul,

.comment-content ul ul,

.entry-content ol ol,

.comment-content ol ol,

.entry-content ul ol,

.comment-content ul ol,

.entry-content ol ul,

.comment-content ol ul {

	margin-bottom: 0;

}

.entry-content ul,

.comment-content ul,

.mu_register ul {

	list-style: disc outside;

}

.entry-content ol,

.comment-content ol {

	list-style: decimal outside;

}

.entry-content li,

.comment-content li,

.mu_register li {

	margin: 0 0 0 36px;

	margin: 0 0 0 2.571428571rem;

}

.entry-content blockquote,

.comment-content blockquote {

	margin-bottom: 24px;

	margin-bottom: 1.714285714rem;

	padding: 24px;

	padding: 1.714285714rem;

	/* font-style: italic; */

}

.entry-content blockquote p:last-child,

.comment-content blockquote p:last-child {

	margin-bottom: 0;

}

.entry-content code,

.comment-content code {

	font-family: Consolas, Monaco, Lucida Console, monospace;

	font-size: 12px;

	font-size: 0.857142857rem;

	line-height: 2;

}

.entry-content pre,

.comment-content pre {

	border: 1px solid #ededed;

	color: #666;

	font-family: Consolas, Monaco, Lucida Console, monospace;

	font-size: 12px;

	font-size: 0.857142857rem;

	line-height: 1.714285714;

	margin: 24px 0;

	margin: 1.714285714rem 0;

	overflow: auto;

	padding: 24px;

	padding: 1.714285714rem;

}

.entry-content pre code,

.comment-content pre code {

	display: block;

}

.entry-content abbr,

.comment-content abbr,

.entry-content dfn,

.comment-content dfn,

.entry-content acronym,

.comment-content acronym {

	border-bottom: 1px dotted #666;

	cursor: help;

}

.entry-content address,

.comment-content address {

	display: block;

	line-height: 1.714285714;

	margin: 0 0 24px;

	margin: 0 0 1.714285714rem;

}

img.alignleft,

.wp-caption.alignleft {

	margin: 12px 24px 12px 0;

	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;

}

img.alignright,

.wp-caption.alignright {

	margin: 12px 0 12px 24px;

	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;

}

img.aligncenter,

.wp-caption.aligncenter {

	clear: both;

	margin-top: 12px;

	margin-top: 0.857142857rem;

	margin-bottom: 12px;

	margin-bottom: 0.857142857rem;

}

.entry-content embed,

.entry-content iframe,

.entry-content object,

.entry-content video {

	margin-bottom: 24px;

	margin-bottom: 1.714285714rem;

}

.entry-content dl,

.comment-content dl {

	margin: 0 24px;

	margin: 0 1.714285714rem;

}

.entry-content dt,

.comment-content dt {

	font-weight: bold;

	line-height: 1.714285714;

}

.entry-content dd,

.comment-content dd {

	line-height: 1.714285714;

	margin-bottom: 24px;

	margin-bottom: 1.714285714rem;

}

.entry-content table,

.comment-content table {

	border-bottom: 1px solid #ededed;

	color: #757575;

	font-size: 12px;

	font-size: 0.857142857rem;

	line-height: 2;

	margin: 0 0 24px;

	margin: 0 0 1.714285714rem;

	width: 100%;

}

.entry-content table caption,

.comment-content table caption {

	font-size: 16px;

	font-size: 1.142857143rem;

	margin: 24px 0;

	margin: 1.714285714rem 0;

}

.entry-content td,

.comment-content td {

	border-top: 1px solid #ededed;

	padding: 6px 10px 6px 0;

}

.site-content article {

	border-bottom: 4px double #ededed;

	margin-bottom: 72px;

	margin-bottom: 5.142857143rem;

	padding-bottom: 24px;

	padding-bottom: 1.714285714rem;

	word-wrap: break-word;

	-webkit-hyphens: auto;

	-moz-hyphens: auto;

	hyphens: auto;

}

.page-links {

	clear: both;

	line-height: 1.714285714;

}

footer.entry-meta {

	margin-top: 24px;

	margin-top: 1.714285714rem;

	font-size: 13px;

	font-size: 0.928571429rem;

	line-height: 1.846153846;

	color: #757575;

}

.single-author .entry-meta .by-author {

	display: none;

}

.mu_register h2 {

	color: #757575;

	font-weight: normal;

}





/* =Archives

-------------------------------------------------------------- */



.archive-header,

.page-header {

	margin-bottom: 48px;

	margin-bottom: 3.428571429rem;

	padding-bottom: 22px;

	padding-bottom: 1.571428571rem;

	border-bottom: 1px solid #ededed;

}

.archive-meta {

	color: #757575;

	font-size: 12px;

	font-size: 0.857142857rem;

	line-height: 2;

	margin-top: 22px;

	margin-top: 1.571428571rem;

}



/* =Single audio/video attachment view

-------------------------------------------------------------- */



.attachment .entry-content .mejs-audio {

	max-width: 400px;

}



.attachment .entry-content .mejs-container {

	margin-bottom: 24px;

}





/* =Single image attachment view

-------------------------------------------------------------- */



.article.attachment {

	overflow: hidden;

}

.image-attachment div.attachment {

	text-align: center;

}

.image-attachment div.attachment p {

	text-align: center;

}

.image-attachment div.attachment img {

	display: block;

	height: auto;

	margin: 0 auto;

	max-width: 100%;

}

.image-attachment .entry-caption {

	margin-top: 8px;

	margin-top: 0.571428571rem;

}





/* =Aside post format

-------------------------------------------------------------- */



article.format-aside h1 {

	margin-bottom: 24px;

	margin-bottom: 1.714285714rem;

}

article.format-aside h1 a {

	text-decoration: none;

	color: #4d525a;

}

article.format-aside h1 a:hover {

	color: #2e3542;

}

article.format-aside .aside {

	padding: 24px 24px 0;

	padding: 1.714285714rem;

	background: #d2e0f9;

	border-left: 22px solid #a8bfe8;

}

article.format-aside p {

	font-size: 13px;

	font-size: 0.928571429rem;

	line-height: 1.846153846;

	color: #4a5466;

}

article.format-aside blockquote:last-child,

article.format-aside p:last-child {

	margin-bottom: 0;

}





/* =Post formats

-------------------------------------------------------------- */



/* Image posts */

article.format-image footer h1 {

	font-size: 13px;

	font-size: 0.928571429rem;

	line-height: 1.846153846;

	font-weight: normal;

}

article.format-image footer h2 {

	font-size: 11px;

	font-size: 0.785714286rem;

	line-height: 2.181818182;

}

article.format-image footer a h2 {

	font-weight: normal;

}



/* Link posts */

article.format-link header {

	padding: 0 10px;

	padding: 0 0.714285714rem;

	float: right;

	font-size: 11px;

	font-size: 0.785714286rem;

	line-height: 2.181818182;

	font-weight: bold;

	/* font-style: italic; */

	text-transform: uppercase;

	color: #848484;

	background-color: #ebebeb;

	border-radius: 3px;

}

article.format-link .entry-content {

	max-width: 80%;

	float: left;

}

article.format-link .entry-content a {

	font-size: 22px;

	font-size: 1.571428571rem;

	line-height: 1.090909091;

	text-decoration: none;

}



/* Quote posts */

article.format-quote .entry-content p {

	margin: 0;

	padding-bottom: 24px;

	padding-bottom: 1.714285714rem;

}

article.format-quote .entry-content blockquote {

	display: block;

	padding: 24px 24px 0;

	padding: 1.714285714rem 1.714285714rem 0;

	font-size: 15px;

	font-size: 1.071428571rem;

	line-height: 1.6;

	font-style: normal;

	color: #6a6a6a;

	background: #efefef;

}



/* Status posts */

.format-status .entry-header {

	margin-bottom: 24px;

	margin-bottom: 1.714285714rem;

}

.format-status .entry-header header {

	display: inline-block;

}

.format-status .entry-header h1 {

	font-size: 15px;

	font-size: 1.071428571rem;

	font-weight: normal;

	line-height: 1.6;

	margin: 0;

}

.format-status .entry-header h2 {

	font-size: 12px;

	font-size: 0.857142857rem;

	font-weight: normal;

	line-height: 2;

	margin: 0;

}

.format-status .entry-header header a {

	color: #757575;

}

.format-status .entry-header header a:hover {

	color: #21759b;

}

.format-status .entry-header img {

	float: left;

	margin-right: 21px;

	margin-right: 1.5rem;

}





/* =Comments

-------------------------------------------------------------- */



.comments-title {

	margin-bottom: 48px;

	margin-bottom: 3.428571429rem;

	font-size: 16px;

	font-size: 1.142857143rem;

	line-height: 1.5;

	font-weight: normal;

}

.comments-area article {

	margin: 24px 0;

	margin: 1.714285714rem 0;

}

.comments-area article header {

	margin: 0 0 48px;

	margin: 0 0 3.428571429rem;

	overflow: hidden;

	position: relative;

}

.comments-area article header img {

	float: left;

	padding: 0;

	line-height: 0;

}

.comments-area article header cite,

.comments-area article header time {

	display: block;

	margin-left: 85px;

	margin-left: 6.071428571rem;

}

.comments-area article header cite {

	font-style: normal;

	font-size: 15px;

	font-size: 1.071428571rem;

	line-height: 1.42857143;

}

.comments-area cite b {

	font-weight: normal;

}

.comments-area article header time {

	line-height: 1.714285714;

	text-decoration: none;

	font-size: 12px;

	font-size: 0.857142857rem;

	color: #5e5e5e;

}

.comments-area article header a {

	text-decoration: none;

	color: #5e5e5e;

}

.comments-area article header a:hover {

	color: #21759b;

}

.comments-area article header cite a {

	color: #444;

}

.comments-area article header cite a:hover {

	text-decoration: underline;

}

.comments-area article header h4 {

	position: absolute;

	top: 0;

	right: 0;

	padding: 6px 12px;

	padding: 0.428571429rem 0.857142857rem;

	font-size: 12px;

	font-size: 0.857142857rem;

	font-weight: normal;

	color: #fff;

	background-color: #0088d0;

	background-repeat: repeat-x;

	background-image: -moz-linear-gradient(top, #009cee, #0088d0);

	background-image: -ms-linear-gradient(top, #009cee, #0088d0);

	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);

	background-image: -o-linear-gradient(top, #009cee, #0088d0);

	background-image: linear-gradient(top, #009cee, #0088d0);

	border-radius: 3px;

	border: 1px solid #007cbd;

}

.comments-area .bypostauthor cite span {

	position: absolute;

	margin-left: 5px;

	margin-left: 0.357142857rem;

	padding: 2px 5px;

	padding: 0.142857143rem 0.357142857rem;

	font-size: 10px;

	font-size: 0.714285714rem;

}

.comments-area .bypostauthor cite b {

	font-weight: bold;

}

a.comment-reply-link,

a.comment-edit-link {

	color: #686868;

	font-size: 13px;

	font-size: 0.928571429rem;

	line-height: 1.846153846;

}

a.comment-reply-link:hover,

a.comment-edit-link:hover {

	color: #21759b;

}

.commentlist .pingback {

	line-height: 1.714285714;

	margin-bottom: 24px;

	margin-bottom: 1.714285714rem;

}



/* Comment form */

#respond {

	margin-top: 48px;

	margin-top: 3.428571429rem;

}

#respond h3#reply-title {

	font-size: 16px;

	font-size: 1.142857143rem;

	line-height: 1.5;

}

#respond h3#reply-title #cancel-comment-reply-link {

	margin-left: 10px;

	margin-left: 0.714285714rem;

	font-weight: normal;

	font-size: 12px;

	font-size: 0.857142857rem;

}

#respond form {

	margin: 24px 0;

	margin: 1.714285714rem 0;

}

#respond form p {

	margin: 11px 0;

	margin: 0.785714286rem 0;

}

#respond form p.logged-in-as {

	margin-bottom: 24px;

	margin-bottom: 1.714285714rem;

}

#respond form label {

	display: block;

	line-height: 1.714285714;

}

#respond form input[type="text"],

#respond form textarea {

	-moz-box-sizing: border-box;

	box-sizing: border-box;

	font-size: 12px;

	font-size: 0.857142857rem;

	line-height: 1.714285714;

	padding: 10px;

	padding: 0.714285714rem;

	width: 100%;

}

#respond form p.form-allowed-tags {

	margin: 0;

	font-size: 12px;

	font-size: 0.857142857rem;

	line-height: 2;

	color: #5e5e5e;

}

.required {

	color: red;

}





/* =Front page template

-------------------------------------------------------------- */



.entry-page-image {

	margin-bottom: 14px;

	margin-bottom: 1rem;

}

.template-front-page .site-content article {

	border: 0;

	margin-bottom: 0;

}

.template-front-page .widget-area {

	clear: both;

	float: none;

	width: auto;

	padding-top: 24px;

	padding-top: 1.714285714rem;

	border-top: 1px solid #ededed;

}

.template-front-page .widget-area .widget li {

	margin: 8px 0 0;

	margin: 0.571428571rem 0 0;

	font-size: 13px;

	font-size: 0.928571429rem;

	line-height: 1.714285714;

	list-style-type: square;

	list-style-position: inside;

}

.template-front-page .widget-area .widget li a {

	color: #757575;

}

.template-front-page .widget-area .widget li a:hover {

	color: #21759b;

}

.template-front-page .widget-area .widget_text img {

	float: left;

	margin: 8px 24px 8px 0;

	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;

}





/* =Widgets

-------------------------------------------------------------- */



.widget-area .widget ul ul {

	margin-left: 12px;

	margin-left: 0.857142857rem;

}

.widget_rss li {

	margin: 12px 0;

	margin: 0.857142857rem 0;

}

.widget_recent_entries .post-date,

.widget_rss .rss-date {

	color: #aaa;

	font-size: 11px;

	font-size: 0.785714286rem;

	margin-left: 12px;

	margin-left: 0.857142857rem;

}

#wp-calendar {

	margin: 0;

	width: 100%;

	font-size: 13px;

	font-size: 0.928571429rem;

	line-height: 1.846153846;

	color: #686868;

}

#wp-calendar th,

#wp-calendar td,

#wp-calendar caption {

	text-align: left;

}

#wp-calendar #next {

	padding-right: 24px;

	padding-right: 1.714285714rem;

	text-align: right;

}

.widget_search label {

	display: block;

	font-size: 13px;

	font-size: 0.928571429rem;

	line-height: 1.846153846;

}

.widget_twitter li {

	list-style-type: none;

}

.widget_twitter .timesince {

	display: block;

	text-align: right;

}





/* =Plugins

----------------------------------------------- */



img#wpstats {

	display: block;

	margin: 0 auto 24px;

	margin: 0 auto 1.714285714rem;

}





/* =Media queries

-------------------------------------------------------------- */



/* Does the same thing as <meta name="viewport" content="width=device-width">,

 * but in the future W3C standard way. -ms- prefix is required for IE10+ to

 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor

 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.

 */

@-ms-viewport {

	width: device-width;

}

@viewport {

	width: device-width;

}



/* Minimum width of 600 pixels. */

@media screen and (min-width: 600px) {

	.author-avatar {

		float: left;

		margin-top: 8px;

		margin-top: 0.571428571rem;

	}

	.author-description {

		float: right;

		width: 80%;

	}

	.site {

		margin: 0 auto;

		max-width: 100%; 

		overflow: hidden;

		margin:0;

		padding:0;		

	}

	.site-content {

		float: left;

		width: 65.104166667%;

	}

	body.template-front-page .site-content,

	body.attachment .site-content,

	body.full-width .site-content {

		width: 100%;

	}

	.widget-area {

		float: right;

		width: 26.041666667%;

	}

	.site-header h1,

	.site-header h2 {

		text-align: left;

	}

	.site-header h1 {

		font-size: 26px;

		font-size: 1.857142857rem;

		line-height: 1.846153846;

		margin-bottom: 0;

	}

	.main-navigation ul.nav-menu,

	.main-navigation div.nav-menu > ul { 

		display: inline-block !important;

		text-align: left;

		width: 100%;

	}

	.main-navigation ul {

		margin: 0;

		text-indent: 0;

	}

	.main-navigation li a,

	.main-navigation li {

		display: inline-block;

		text-decoration: none;

	}

.main-navigation li a {
    border-bottom: 0;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 14px;
    padding-right: 24px;
    outline: none !important;
    padding: 17px 0;
    font-family: RobotoRegular !important;
}
	.main-navigation li a:hover,

	.main-navigation li a:focus {

		color: #000;

	}

	.main-navigation li {

		margin: 0 40px 0 0;

		margin: 0 2.857142857rem 0 0;

		position: relative;

	}

.main-navigation li ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 1;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    z-index: 999;
}

	.main-navigation li ul ul {

		top: 0;

		left: 100%;

	}

	.main-navigation ul li:hover > ul,

	.main-navigation ul li:focus > ul,

	.main-navigation .focus > ul {

		border-left: 0;

		clip: inherit;

		overflow: inherit;

		height: inherit;

		width: inherit;

	}

.main-navigation li ul li a {
    background: #707070;
    display: block;
    width: 180px;
    white-space: normal;
    padding: 5px;
    border-bottom: 1px solid #fff;
    color: #fff !important;
}

	.main-navigation li ul li a:hover,

	.main-navigation li ul li a:focus {

		background: #e3e3e3;

		color: #444;

	}

	.main-navigation .current-menu-item > a,

	.main-navigation .current-menu-ancestor > a,

	.main-navigation .current_page_item > a,

	.main-navigation .current_page_ancestor > a {

		/* color: #636363; */

		color:#1d1d1d; 

		 font-family: 'RobotoLight';

		

	}

	.menu-toggle {

		display: none;

	}

	.entry-header .entry-title {

		font-size: 22px;

		font-size: 1.571428571rem;

	}

	#respond form input[type="text"] {

		width: 46.333333333%;

	}

	#respond form textarea.blog-textarea {

		width: 79.666666667%;

	}

	.template-front-page .site-content,

	.template-front-page article {

		overflow: hidden;

	}

	.template-front-page.has-post-thumbnail article {

		float: left;

		width: 47.916666667%;

	}

	.entry-page-image {

		float: right;

		margin-bottom: 0;

		width: 47.916666667%;

	}

	.template-front-page .widget-area .widget,

	.template-front-page.two-sidebars .widget-area .front-widgets {

		float: left;

		width: 51.875%;

		margin-bottom: 24px;

		margin-bottom: 1.714285714rem;

	}

	.template-front-page .widget-area .widget:nth-child(odd) {

		clear: right;

	}

	.template-front-page .widget-area .widget:nth-child(even),

	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {

		float: right;

		width: 39.0625%;

		margin: 0 0 24px;

		margin: 0 0 1.714285714rem;

	}

	.template-front-page.two-sidebars .widget,

	.template-front-page.two-sidebars .widget:nth-child(even) {

		float: none;

		width: auto;

	}

	.commentlist .children {

		margin-left: 48px;

		margin-left: 3.428571429rem;

	}

}



/* Minimum width of 960 pixels. */

@media screen and (min-width: 960px) {

	body {

		background-color: #fff; 

	}

	body .site {

		padding: 0;

		margin: 0;

			}

	body.custom-background-empty {

		background-color: #fff;

	}

	body.custom-background-empty .site,

	body.custom-background-white .site {

		padding: 0;

		margin-top: 0;

		margin-bottom: 0;

		box-shadow: none;

	}

}





/* =Print

----------------------------------------------- */



@media print {

	body {

		background: none !important;

		color: #000;

		font-size: 10pt;

	}

	footer a[rel=bookmark]:link:after,

	footer a[rel=bookmark]:visited:after {

		content: " [" attr(href) "] "; /* Show URLs */

	}

	a {

		text-decoration: none;

	}

	.entry-content img,

	.comment-content img,

	.author-avatar img,

	img.wp-post-image {

		border-radius: 0;

		box-shadow: none;

	}

	.site {

		clear: both !important;

		display: block !important;

		float: none !important;

		max-width: 100%;

		position: relative !important;

	}

	.site-header {

		margin-bottom: 72px;

		margin-bottom: 5.142857143rem;

		text-align: left;

	}

	.site-header h1 {

		font-size: 21pt;

		line-height: 1;

		text-align: left;

	}

	.site-header h2 {

		color: #000;

		font-size: 10pt;

		text-align: left;

	}

	.site-header h1 a,

	.site-header h2 a {

		color: #000;

	}

	.author-avatar,

	#colophon,

	#respond,

	.commentlist .comment-edit-link,

	.commentlist .reply,

	.entry-header .comments-link,

	.entry-meta .edit-link a,

	.page-link,

	.site-content nav,

	.widget-area,

	img.header-image,

	.main-navigation {

		display: none;

	}

	.wrapper {

		border-top: none;

		box-shadow: none;

	}

	.site-content {

		margin: 0;

		width: auto;

	}



	.entry-header .entry-title,

	.entry-title {

		font-size: 21pt;

	}

	footer.entry-meta,

	footer.entry-meta a {

		color: #444;

		font-size: 10pt;

	}

	.author-description {

		float: none;

		width: auto;

	}



	/* Comments */

	.commentlist > li.comment {

		background: none;

		position: relative;

		width: auto;

	}

	.commentlist .avatar {

		height: 39px;

		left: 2.2em;

		top: 2.2em;

		width: 39px;

	}

	.comments-area article header cite,

	.comments-area article header time {

		margin-left: 50px;

		margin-left: 3.57142857rem;

	}

}





/* custom css start */

@font-face {

    font-family: 'RobotoRegular'; 

    src: url('fonts/RobotoRegular.eot');

    src: url('fonts/RobotoRegular.eot') format('embedded-opentype'),

         url('fonts/RobotoRegular.woff2') format('woff2'),

         url('fonts/RobotoRegular.woff') format('woff'),

         url('fonts/RobotoRegular.ttf') format('truetype'),

         url('fonts/RobotoRegular.svg#RobotoRegular') format('svg');

}

 

@font-face {

    font-family: 'MyriadProBoldIt';

    src: url('fonts/MyriadProBoldIt.eot');

    src: url('fonts/MyriadProBoldIt.eot') format('embedded-opentype'),

         url('fonts/MyriadProBoldIt.woff2') format('woff2'),

         url('fonts/MyriadProBoldIt.woff') format('woff'),

         url('fonts/MyriadProBoldIt.ttf') format('truetype'),

         url('fonts/MyriadProBoldIt.svg#MyriadProBoldIt') format('svg');

}

@font-face {

    font-family: 'RobotoBlack';

    src: url('fonts/RobotoBlack.eot');

    src: url('fonts/RobotoBlack.eot') format('embedded-opentype'),

         url('fonts/RobotoBlack.woff2') format('woff2'),

         url('fonts/RobotoBlack.woff') format('woff'),

         url('fonts/RobotoBlack.ttf') format('truetype'),

         url('fonts/RobotoBlack.svg#RobotoBlack') format('svg');

}

@font-face {

    font-family: 'RobotoLight';

    src: url('fonts/RobotoLight.eot');

    src: url('fonts/RobotoLight.eot') format('embedded-opentype'),

         url('fonts/RobotoLight.woff2') format('woff2'),

         url('fonts/RobotoLight.woff') format('woff'),

         url('fonts/RobotoLight.ttf') format('truetype'),

         url('fonts/RobotoLight.svg#RobotoLight') format('svg');

}

@font-face {

    font-family: 'RobotoBold';

    src: url('fonts/RobotoBold.eot');

    src: url('fonts/RobotoBold.eot') format('embedded-opentype'),

         url('fonts/RobotoBold.woff2') format('woff2'),

         url('fonts/RobotoBold.woff') format('woff'),

         url('fonts/RobotoBold.ttf') format('truetype'),

         url('fonts/RobotoBold.svg#RobotoBold') format('svg');

}

@font-face {

    font-family: 'RobotoItalic';

    src: url('fonts/RobotoItalic.eot');

    src: url('fonts/RobotoItalic.eot') format('embedded-opentype'),

         url('fonts/RobotoItalic.woff2') format('woff2'),

         url('fonts/RobotoItalic.woff') format('woff'),

         url('fonts/RobotoItalic.ttf') format('truetype'),

         url('fonts/RobotoItalic.svg#RobotoItalic') format('svg');

}

@font-face {

    font-family: 'RobotoMedium';

    src: url('fonts/RobotoMedium.eot');

    src: url('fonts/RobotoMedium.eot') format('embedded-opentype'),

         url('fonts/RobotoMedium.woff2') format('woff2'),

         url('fonts/RobotoMedium.woff') format('woff'),

         url('fonts/RobotoMedium.ttf') format('truetype'),

         url('fonts/RobotoMedium.svg#RobotoMedium') format('svg');

}





.more_size_big

{

	max-width:1350px;

	width:100%;

	margin:0 auto; 

} 

.more_size

{

	max-width:1104px;   

	width:100%;

	margin:0 auto; 

}

.header_left

{

	width:80%;

	float:left;

}

.header_right {
    float: right;
    text-align: right;
}

.clear

{

	clear:both;

}

.home_con_head {

    font-size: 45px;

    line-height: 1.5;

    color: #fff;

    font-family: 'RobotoBold';

    margin-top: 0px;

    margin-bottom: 16px; 

}



.home_contac_logo {

     margin-top: 54px;

} 

.contact_section_home {
    margin-left: 36px;
    padding-top: 14px;
    padding-bottom: 52px;
}

.home_cont_wraper button, input, select, textarea {

    border: 1px solid #fff;

    border-radius: 3px;

    font-family: inherit;

    padding: 6px;

    padding: 11px;

    background: transparent;

    width: 100%;

    height: 14px;

    margin-bottom: 0px;

    float: left;

    margin-right: 0px;

    font-family: 'RobotoMedium';

    border-radius: 18px;

	 max-width: 177px;  

} 



.home_cont_wraper br {

    display: none;

}

.choice_p {
    height: 38px;
    width: 100%;
    color: #fff;
    font-family: 'RobotoMedium';
    padding-top: 7px !important;
    max-width: 201px;
    background: #15abf1;
}

 

.submit_con {

    background: #e5e527 !important;

    height: 39px !important;

    border: 1px solid #fff !important;

    font-family: 'RobotoBold' !important;

    font-size: 17px !important;

    border-radius: 16px !important;

    width: 100%;

    max-width: 200px;

    outline: none !important;

} 



.con_phone {

    color: #fff;

}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */

  color: #fff;

  font-family: 'RobotoMedium';

}

::-moz-placeholder { /* Firefox 19+ */

   color: #fff;

   font-family: 'RobotoMedium';

}

:-ms-input-placeholder { /* IE 10+ */

   color: #fff;

   font-family: 'RobotoMedium';

}

:-moz-placeholder { /* Firefox 18- */

   color: #fff; 

   font-family: 'RobotoMedium';

}



i.fa.fa-facebook {

    background: #3b5998;

    padding: 9px 12px;

    color: #fff;

    font-size: 13px;

    margin-right: 7px;

}



i.fa.fa-twitter {

    background: #6acff4;

    padding: 9px 10px;

    color: #fff;

    font-size: 13px;

    margin-right: 11px;

} 



i.fa.fa-google-plus {

    background: #d13f2d;

    padding: 9px 8px;

    color: #fff;

    font-size: 13px;

    margin-right: 6px;

} 



i.fa.fa-linkedin {

    background: #4270a3;

    padding: 9px 10px;

    color: #fff;

    font-size: 13px;

} 

.site-content {

    margin: 24px 0 0;

    margin: 0;

}

/*.phone_top {

    font-size: 24px;

    color: #15abf1;

	font-family: 'RobotoBlack'; 

}*/
.phone_top a {
    font-size: 17px;
    color: #15abf1;
    font-family: 'RobotoBlack';
    text-decoration: none;
}





.book_button_top a {
    background: none;
    color: #15abf1;
    text-decoration: none;
    outline: none;
    padding: 9px 27px;
    font-size: 15px;
    font-family: 'RobotoMedium';
    border-radius: 0;
    border: 1px solid #15abf1;
}
.book_button_top {
    margin-top: 22px;
    float: right;
}
.main-navigation li a:after {

    content: "|";

    position: relative;

    left: 21px;

} 



ul.nav-menu li:last-child a:after {

	display:none; 

}

.home_contact_social {

    margin-top: 13px;

}

.first_slide_layer {

    background-color: rgba(255, 255, 255, 0.77)!important; 

    padding: 20px 75px 20px 20px !important;

}



.slider-text {

font-size:15px!important;

font-family: 'RobotoRegular'!important;

color:#242526!important;

line-height:1.5!important;



	

} 

.heading_big br {

    line-height: 39px !important;

}





.heading_big {
    text-transform: capitalize !important;
    font-family: 'MyriadProBoldIt' !important;
    font-size: 40px!important;
    color: #15abf1!important;
    line-height: 1!important;
    margin-bottom: 8px !important;
}

.head_sec2

{

	 font-family: 'RobotoBold';

	 font-size:45px;

	 line-height:1.5;

	 color:#15abf1;

	 

	

}

.head_sec2 span

{

	 color:#1e1f1f;

} 



.sec2_right p {

    font-size: 16px;

    color: #505151;

    font-family: 'RobotoLight';

    line-height: 1.6; 

    margin-bottom: 24px;

}   



.head_sec2 {
    font-family: 'RobotoBold';
    font-size: 45px;
    line-height: 1;
    color: #15abf1;
    margin-bottom: 16px;
    text-transform: capitalize;
}

.read_more_b a {

    text-decoration: none;

    background-color: #15abf1;

    color: #fff;

    font-family: 'RobotoBold';

    font-size: 17px;

    padding: 12px 57px;

    border-radius: 22px;

    border: 1px solid #15abf1;

}

.read_more_b {

    margin-top: 36px;

}  



.abc_video {

    text-align: center;

    margin-top: 96px;

}



.abc_video {

    text-align: center;

    margin-top: 96px;

    margin-bottom: 149px;

}

.vid_head

{

	color:#fff;

	font-family: 'RobotoBold';

	font-size:50px;

	line-height:1; 

	margin-bottom: 32px;

	

}



.vid_head span

{

	color:#222222; 

}

a.wp-video-lightbox {

    outline: none !important;

} 



.padding_less_custom .panel-grid-cell {

    padding-right: 15px !important;

    padding-left: 0px !important;

}  

/*.padding_less_custom #pg-w5885e1fc3cb0e-0{

    margin-bottom: 14px !important;  

}

*/

.padding_less_custom .panel-grid {

    margin-bottom: 16px !important;

}



.gallery_title {

    text-align: center;

	font-size:50px;

   font-family: 'RobotoBold';

	color:#222222;

	line-height:1;

	

}

.gallery_title span

{

	color:#15abf1; 

}



.gallery_title {

    text-align: center;

    font-size: 50px;

    font-family: 'RobotoBold';

    color: #222222;

    line-height: 1.5;

    margin-top: 44px;

    margin-bottom: 12px;

}



.footer_cus .widget {

    width: 26.4%;

    float: left;

}

.footer_full {

    background-color: #222222;

    background: #222222;

    width: 100%;

    float: left;

    padding: 52px 0 36px 0;

}







.copy_right_section {

    background-color: #2b2b2b;

    float: left;

    width: 100%;

} 

.copyright_text {

    color: #5f5f5f;

    font-family: 'RobotoRegular';

    font-size: 12px;

    text-align: center;

    padding: 20px;

    float: left;

    width: 100%;

}

.footer_cus h3.widget-title {

    font-family: 'RobotoRegular' !important;

    font-size: 16px;

    color: #fff;

    margin-bottom: 15px;

    text-transform: capitalize;

    position: relative;

    margin-bottom: 23px;

    font-weight: normal;

}

.footer_cus li {

    font-size: 14px;

    margin-bottom: 20px;

    line-height: 1.5;

	color:#5f5f5f;

	font-family: 'RobotoRegular' !important;  

}

.footer_cus li a{

	font-size: 14px;

    margin-bottom: 20px;

    line-height: 1.5;

	color:#5f5f5f;

	font-family: 'RobotoRegular' !important; 

	text-decoration:none;  

}

.footer_cus i.fa.fa-map-marker {

    font-size: 22px;

}

.footer_cus  i.fa {

    margin-right: 10px;

} 

.footer_cus i.fa.fa-globe {

    font-size: 18px;

} 

.footer_cus i.fa.fa-envelope-o {

    color: #888888;

}





.footer_cus i.fa.fa-phone {

    font-size: 17px;

}

i.fa.fa-map-marker {

    position: relative;

    top: 12px;

}

.footer_cus h3.widget-title:after {

   
 content: url(img/footer_bottom.png);

    position: absolute;

    left: 0;

    bottom: -18px;

} 

.footer_cus ul {

    margin-top: 30px !important;

}



aside#nav_menu-2 li {

    margin-bottom: 16px;

}

.clients_review {

    text-align: center; 

	color:#222222;

	font-size:50px;

	line-height:1.2;

	font-family: 'RobotoBold'; 	 

}

.clients_review span

{

	color:#15abf1; 

}







input:focus, textarea:focus, keygen:focus, select:focus{ outline:none !important; box-shadow:none !important;}





aside#nav_menu-2 {

    width: 23% !important;

}



aside#text-4 {

    width: auto !important;

}





.slick-initialized .slick-slide {

    outline: none !important;

   

}



.testmonials-left {

    float: left;

    text-align: left;

}



.testimonial-job {

    text-align: left !important;

}



.testimonial-author{text-align:left !important;}





.testimonial-left {

    float: left;

}











.testmonials-left {

    float: left;

    text-align: left;

    margin-top: 12px;

    margin-left: 24px;

}







.testimonials-text {

    color: #828282;

}



.testimonials-text p em{ font-size:13px;}





.testimonials-text {

    color: #828282;

    padding: 47px 34px;

    padding-top: 31px;

    min-height: 109px;

}





.slick-initialized .slick-slide {

    outline: none !important;

    position: relative;

    padding-top: 29px !important;

}	

.testimonials-text p em {

    font-size: 14px;

    line-height: 26px;

    text-align: left !important;

    float: left;

}





.slick-initialized .slick-slide:before {

    /*content: url(img/quote.png);*/

    position: absolute;

    left: 64px;

    top: 0px;

}





.slider_mane {

    border: 1px solid #ccc;

    margin: 0 10px;

    background: #fff;

}





.testimonials-slidelist .slick-slide{ padding:0 6px;}









.full_bottom_t {

    width: 49%;

    margin: 0 auto;

    position: absolute;

    background: #f5f5f5;

    bottom: -30px;

    left: 0;

    right: 0;

    padding: 4px 8px;

}





.testimonial-author {

    

    font-size: 14px !important	;

}





.quote{margin-bottom:25px !important;}







.testimonials-slidelist .slick-dots li button{border: 1px solid #b5b5b5 !important;} 



.testimonials-slidelist .slick-dots li.slick-active button {

    background: #b5b5b5 !important;

}



.testimonials-slidelist.design-1 .slick-dots{

	

    bottom: -56px !important;	

	}

	

	

.testimonial-job {

    text-align: left !important;

    font-size: 12px !important;

    color: #979797;

    padding-top: 6px;

}	



button:focus{outline:none !important;}



div#panel-w5887068bf29ea-1-1-0 {

    margin-bottom: 14px !important;

}

div#panel-w58870543042ad-1-1-0 {

    margin-bottom: 14px !important;

}

div#panel-w588751fe5f02a-1-1-0{

    margin-bottom: 14px !important;

}



div#panel-6-4-1-0 {

    margin-bottom: 13px !important;

}



.video-h {

    background-size: cover;

    background-attachment: fixed;

    background-position: top center;

}





.read_more_b a:hover {

    background: none;

    color: #15abf1;

    transition: 1s;

}



.submit_con:hover {

    background: none !important;

    color: #fff !important;

    transition: 1s;

}



.abc_video a img:hover {

    background: #15abf1;

    border-radius: 50%;

	

}





.thubnell_full {

    margin-bottom: 39px;

	position:relative;

}



.thubnell_full img {

    width: 100%;

}



.titel-top {

    position: absolute;

    left: 0;

    right: 0;

    top: 50%;

    width: 100%;

    text-align: center;

    color: #fff;

    font-size: 40px;

	    font-weight: bold;

}



div#about-t {

    margin-bottom: 0;

}







.about-top-Dentist h3 {

    font-size: 22px;

    font-family: 'RobotoRegular';

    color: #14abf0;

    margin-bottom: 13px;

    text-transform: capitalize;

    line-height: 30px;

}

.Tripodi-content p {

    font-size: 16px;

    color: #505151;

    font-family: 'RobotoRegular';

    line-height: 1.6;

    margin-bottom: 20px;

}







.Top-Doctor .sow-features-feature {

    border: 1px solid #ccc;

    padding: 21px 8px !important;

    margin: 0 18px;

    width: 30% !important;

    min-height: 261px;

}



.Dental-right {

    background: #1faff0;

    padding: 13px;

    -webkit-box-shadow: 0px 0px 8px 2px rgba(133,133,133,1);

    -moz-box-shadow: 0px 0px 8px 2px rgba(133,133,133,1);

    box-shadow: 0px 0px 8px 2px rgba(133,133,133,1);

}



.Dental-right a {

    color: #fff;

    text-decoration: none;

}





.Dental-right ul 	li{

    display: block;

    border: 1px solid #fff;

    padding: 0 6px;

    margin-bottom: 4px;

}





.Dental-right .fa {

    margin-right: 4px;

    color: #fff;

}	



.Our-Promise {

    height: 300px;

    background-size: contain;

    text-align: center;

    /* background-attachment: fixed; */

    /* background-position: 100%; */

/*    background-repeat: no-repeat !important;*/

}





.button_header2, .button_header {

    background: rgba(0, 0, 0, 0.63);

    padding: 14px 0;

    color: #fff;

    font-size: 18px;

    cursor: pointer;

}



.search_header2, .search_header {

    text-align: left;

    padding: 16px 32px;

    background: rgba(31, 175, 240, 0.89);

    color: #fff;

    position: relative;

    transition: 1s;

}



.search_header2 li, .search_header li {

    font-size: 15px;

    color: #ffffff;

    font-family: 'RobotoBlack';

    line-height: 1.1;

    margin-bottom: 11px;

    position: relative;

}



.search_header2 i.fa,  .search_header i.fa {

    position: absolute;

    left: -13px;

    font-size: 10px;

    top: 3px;

}



.background_img {

    background-attachment: fixed;

    background-position: top center;

}



.Tripodi-content .sow-image-container img {

	-webkit-box-shadow: 0px 0px 8px 2px rgba(133,133,133,1);

    -moz-box-shadow: 0px 0px 8px 2px rgba(133,133,133,1);

    

    border: 5px solid rgb(21, 169, 239);

}





.full_cantent h3.widget-title {

    font-size: 17px;

    display: -webkit-inline-box;

    border-bottom: 3px solid #15a9ef;

    color: #222222;

    text-transform: inherit;

    margin-bottom: 23px;

}





.Meet-The-Rest h3.widget-title {

    text-align: center;

    font-size: 37px;

    padding-top: 12px;

}





div#pg-8-4 {

    margin-bottom: 0;

}





.Insurance_u li {

    float: left;

    width: 49%;

    font-size: 15px;

    padding: 4px;

    font-family: 'RobotoRegular';

}



div#Policies {

    margin-bottom: 0;

}





.Insurance_u .fa {

    margin-right: 6px;

    color: #15a9ef;

}





.Contact_u h3.widget-title {

    text-align: left;

}




.Family_u {
    padding: 0 21px;
}
.Family_u h3.widget-title {
    font-size: 27px;
    line-height: 1;
    text-transform: capitalize;
    color: #1faff0;
    margin-bottom: 25px;
}


.Complete li {
    line-height: 23px;
    color: #fff;
}



.Cosmetic-means {
    padding-right: 63px;
}

.Cosmetic h3.widget-title {
    color: #fff;
}

.Cosmetic p {
    color: #fff;
}
.Cosmetic p a {
    color: #fff;
}


div#top-row-u {
    border-top: 3px solid #fff;
    padding-top: 41px;
}

div#Cosmetic-Dentistry {
    margin-bottom: 0;
}
.Restorative {
    padding-left: 0;
    padding-right: 47px;
}


.right_testi a {
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    color: #13a6eb;
}
#wpadminbar {
    position: absolute !important;
    top: -32px !important;
}

.right_testi a {
    text-decoration: none;
}

.right_testi {
    float: left;
    width: 86%;
    padding: 12px 0 18px 50px !important;
    margin-bottom: 8px;
}



#wpadminbar {
    margin-top: -32px;
}


.logo {
    float: left;
}

.logo img {
    margin-top: 0;
}


.menu-topmenu-container {
    padding-top: 4px !important;
}


.main-navigation li ul li a:after{content: normal !important;}



.head_sec2 h3.widget-title {
    font-family: 'RobotoBold';
    font-size: 25px;
    line-height: 1;
    color: #15abf1;
    margin-bottom: 16px;
    text-transform: capitalize;
    padding-top: 11px;
}
.head_sec2 h3.widget-title span {
    color: #1e1f1f;
}


div#to-row {
    background: #f5f5f5;
    margin-bottom: 0;
}

.Services_u h5 {
    font-size: 20px;
    color: #20aff1;
}


.Services_u p {
    font-size: 16px;
    color: #505151;
    font-family: 'RobotoRegular';
    line-height: 1.6;
    margin-bottom: 24px;
}

.Services_u p.sow-more-text a:hover {
    background: #20aff1;
    border: 1px solid #20aff1;
	text-decoration:none !important;
    color: #fff !important;
	transition:1s;
    
}

.Services_u p.sow-more-text a {
    border: 1px solid #20aff1;
    color: #20aff1 !important;
    padding: 8px 17px;
    border-radius: 21px;
	text-decoration:none;}
	
.sow-features-list .sow-features-feature h5 a:hover {
    text-decoration: none !important;
}	
	
	
	
div#Gallery-row {
    background: #f5f5f5;
    margin-bottom: 0;
    padding-bottom: 30px;
}


#Gallery-row-2	{
    background: #f5f5f5;
    margin-bottom: 0 !important;
    padding-bottom: 0px;
}

.Read-More_u {
    background: #f5f5f5;
    padding-top: 2px;
    text-align: center;
    padding-bottom: 63px;
}
.Read-More_u .read_more_b {
    margin-top: 0;
}


.contact_section_home h1 {
    font-size: 19px;
    color: #fff;
    margin-top: 31px;
}




.contact_page_c h3 {
    font-size: 22px;
    font-family: 'RobotoRegular';
    color: #14abf0;
    margin-bottom: 13px;
    text-transform: capitalize;
    line-height: 30px;
} 


.contact_cc a {
    text-decoration: none;
	color: #222222;
	font-family: 'RobotoMedium';
	font-size:16px; 
	line-height:1.2;  
	
}     
.address_c {
    font-size: 18px;
    display: -webkit-inline-box;
    color: #222222;
    text-transform: inherit;
    margin-bottom: 12px;
    font-family: 'RobotoBold';
    line-height: 1.2;
}
.contact_cc a:hover {
	color:#14abf0;   
}
.google_image_c {
    width: auto;
    float: right;
}
.contact_list_head {
    font-size: 17px;
    display: -webkit-inline-box;
    border-bottom: 3px solid #15a9ef;
    color: #222222;
    text-transform: inherit;
    margin-bottom: 23px;
	font-family: 'RobotoBold';
}  
.contact_list li 
{
    float: left;
    width: 100%;
    font-size: 15px;
    padding: 4px;
    font-family: 'RobotoRegular';
	margin-bottom:10px; 
}
.contact_secttionli { 
    width: 100%;
    float: left;
}
.contact_list li i { 
    margin-right: 6px !important;
    color: #15a9ef !important;  
}  

.contact_list_head {
    font-size: 18px;
    display: -webkit-inline-box;
    border-bottom: 3px solid #15a9ef;
    color: #222222;
    text-transform: inherit;
    margin-bottom: 23px;
    font-family: 'RobotoBold';
    padding-bottom: 12px;
    margin-top: 15px;
}

.contact-right { 

    padding: 13px;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(133,133,133,1);
    -moz-box-shadow: 0px 0px 8px 2px rgba(133,133,133,1);
    box-shadow: 0px 0px 8px 2px rgba(133,133,133,1);
}
div.wpcf7-validation-errors {
	 border:none !important;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    border: none !important;
    margin-top: 48px;
} 
div.wpcf7-validation-errors {
    margin-top: 39px;
    margin-bottom: -10px;
}
ul#afp-filter {
    display: block;
    list-style: none;
    margin-bottom: 30px !important;
}  
ul#afp-filter li {
    display: inline-block;
    padding-right: 35px;
}

ul#afp-filter li  a {
    outline: none !important;
    margin-bottom: 20px;
	font-family: 'RobotoBold';
	color:#222222;
	text-decoration:none;
	font-size:18px;
	text-transform:uppercase; 	
}
ul#afp-filter li a:hover {
    color: #15abf1;
}
.afp-active-cat a
{
	color: #15abf1 !important;    
}
li.afp-single-item {
    float: left;
    padding-right: 16px;
    padding-bottom: 14px;
}  
.colam_u-l {
    margin-top: -18px;
} 
.colam_u-l-2 {
    margin-top: -20px;
} 
.gel_center{
    text-align: center;
}
div#pgc-6-3-0 {
    margin-bottom: 0px;
}
.colam_u-l {
    margin-top: -15px;
}
.colam_u-l3 {
    margin-top: -14px;
}
div#pgc-w588acf01e53d4-0-0 {
    margin-bottom: 15px;
} 
.colam_u-l-2 {
    margin-top: -15px;
}  
.slider_mobile {
    display: none;
}



.header_top {
    background: #FFF;
    position: relative;
    padding-top: 13px;
    padding-bottom: 12px;
}

.header-top-right {
    float: right;
    padding-top: 12px;
}
.header_left_top {
    float: left;
}
.hader-top-center {
    float: left;
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    top: 26px;
    color: #15ABF1;
    width: 40%;
    margin: 0 auto;
}

.hader-top-center h4 {
    font-size: 26px;
}

.header-top-right {
    float: right;
}

.header_left_top img{margin-top:0;}





.header-top-right ul li {
    font-size: 17px;
    color: #15ABF1;
    font-family: 'RobotoBlack';
    text-decoration: none;
    margin-bottom: 2px;
}

.header-top-right ul li a {
    font-size: 17px;
    color: #15ABF1;
    font-family: 'RobotoBlack';
    text-decoration: none;
}


.book_button_top a:hover {
    background: #15abf1;
    color: #ffffff;
	transition:1s;
 
}


.wrapfixed .header_top {
    padding-top: 4px;
    padding-bottom: 4px;
}

.wrapfixed .hader-top-center {
    
    top: 19px;
  
}



.hader-top-center2 h4 {
    display: none;
}

li.afp-single-item{
	
	}
/*responsive css start */
@media(max-width:1024px)
{
	
	
	
	.main-navigation li ul {

    left: -24px;

.home_cont_wraper button, input, select, textarea {	margin-bottom: 0px !important; }
    
}

	
	.hader-top-center h4 {
    font-size: 22px;
}
	
	
	.contact_section_home {
   
    padding-bottom: 42px;
}

.head_sec2 h3.widget-title {
 
    font-size: 21px;

}


.testimonials-text {

    min-height: 135px;
}
	
	
.Our-Promise {
    height: 300px;
    background-size: contain;
    text-align: center;
    background-attachment: inherit;
  
}

.contact_section_home h1 {
    font-size: 17px;
    color: #fff;
    margin-top: 0;
}

.Top-Doctor .sow-features-feature {
    border: 1px solid #ccc;
    padding: 21px 8px !important;
    margin: 0 16px;
    width: 30% !important;
    min-height: 261px;
}  
.Top-Doctor .sow-features-feature {
    border: none;
    padding: 21px 8px !important;
    margin: 0 auto;
    width: 33.33% !important;
    min-height: 261px;
    float: none;
    margin-bottom: 18px !important;
}
.main-navigation li a {
    border-bottom: 0;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 12px;
   
    padding-right: 10px;
    outline: none !important;
} 
.header_left {
    width: 78%;
    float: left;
} 
.header_right {
    float: right;
    width: 22%;
    text-align: right;
}  


.home_cont_wraper button, input, select, textarea {


    width: 118px;

    margin-bottom: 0px;
    
    margin-right: 3px;


    max-width: 177px;
}






.choice_p {
    height: 38px;
    width: 100%;
    color: #fff;
    font-family: 'RobotoMedium';
    padding-top: 8px !important;
    max-width: 139px;
    font-size: 12px;
} 
.submit_con {
    background: #e5e527 !important;
    height: 39px !important;
    border: 1px solid #fff !important;
    font-family: 'RobotoBold' !important;
    font-size: 14px !important;
    border-radius: 16px !important;
    max-width: 136px;
    outline: none !important;
	margin-bottom: 10px; 
} 
.home_contac_logo {
    margin-top: 13px;
} 
.home_con_head {
    font-size: 30px;
    line-height: 1.5;
    color: #fff;
    font-family: 'RobotoBold';
    margin-top: 0px;
    margin-bottom: 6px;
} 



.padding_less_custom .panel-grid-cell {
    padding-right: 15px !important;
    padding-left: 14px !important;
} 
.padding_less_custom .panel-grid-cell {
    padding-right: 12px !important;
    padding-left: 10px !important;
} 
.more_size
{
	width:94%; 
}
.footer_cus .widget {
    width: 26.2%;
    float: left;
} 
}

/*-----------768---------------*/
@media(max-width:850px)
{
	.contact_page_c {
    text-align: center;
}

.header-u {
    padding: 16px 0;
}

.google_image_c {
    width: auto;
    float: none;
    text-align: center;
}
.contact-right {
    width: 341px;
    margin: 0 auto;
    text-align: center;
}

	
	
.hader-top-center2 h4 {
    display: block;
    float: left;
    color: #15abf1;
    padding: 8px 0;
}
	
.hader-top-center {
    display: none;
}


	
	
	
	
.head_sec2 {
    text-align: center;
    margin-bottom: 0;
}
.head_sec2 h3.widget-title {
    font-size: 21px;
    margin-bottom: 0;
}
.head_sec2 img{margin:0 auto;}
	
	.sec2_right {
    text-align: center;
}

.Services_u p {
    font-size: 14px;

}

.Services_u h5 {
    font-size: 16px;

}
	
	.slider_mobile {
    display: block;
    padding-bottom: 19px;
}

.slider_right {
    display: none;
}	
	
.Insurance_u li {
    width: 1;
    width: 100%;
    width: 99%;
    font-size: 15px;
    padding: 4px;
    font-family: 'RobotoRegular';
}  
.header_right {
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 7px;
} 
.phone_top {
    float: left;
}
.book_button_top {
    margin-top: 11px;
    float: right;
}
.myfixed {
    margin: 0 auto!important;
    float: none!important;
    border: 0px!important;
    background: none!important;
    max-width: 100%!important;
    display: none;
}  

.so-widget-sow-features-default-ee8da4feb5f3 .sow-features-list .sow-features-feature .textwidget > h5 {
    font-size: 14px;

}

.so-widget-sow-features-default-ee8da4feb5f3 .sow-features-list .sow-features-feature .textwidget > p {
    font-size: 12px;

}

.Tripodi-content .sow-image-container img {
     border:none;
}
	.current_page_item a {
		color: #1e1f1f !important; 
	}
.home_cont_wraper button, input, select, textarea {
    font-size: 10px;
    max-width: 67%;
    width: 100%;
	float: none;
}
.choice_p {
    height: 38px;
    width: 100%;
    color: #fff;
    font-family: 'RobotoMedium';
    padding-top: 8px !important;
    max-width: 71%;
    font-size: 12px;
}
.sub_btn_c {
    width: 100%;
    float: left;
    text-align: center;
}       
.submit_con {  
    margin: 0 auto;
    float: none;
	max-width: 206px;
	margin-bottom: 8px !important;
}

.contact_section_home {
    margin-left: 0;
    text-align: center;
    width: 100%;
    float: left;
	padding: 10px 0;  
} 
.home_cont_wraper {
    width: 100%;
    float: none;
    text-align: center;
    max-width: 690px;
    margin: 0 auto;
}
.header_left {
    display: block;
    width: 43%;
}

nav#site-navigation {
    display: none;
}
.footer_cus .widget {
    width: 100%;
    float: left;
    text-align: center;
} 

  
aside#nav_menu-2 {
    width: 100% !important;
}
.footer_cus .widget {
    float: none;
    text-align: center; 
}   

.header_right {
    text-align: center;
    width: auto;
    float: right;
}

.footer_cus h3.widget-title {
    margin-bottom: 0!important; 
}  
 
   
	
} 

@media(max-width:667px)
{
	.contact_section_home {
    margin-left: 0;
    text-align: center;
    width: 96%;
    float: none;
    margin: 0 auto;
}
.home_cont_wraper button, input, select, textarea {
    font-size: 12px;
    max-width: 599px;
    width: 100%;
} 
.choice_p {
    height: 38px;
    width: 100%;
    color: #fff;
    font-family: 'RobotoMedium';
    padding-top: 8px !important;
    max-width: 623px;
    font-size: 12px;
} 
	

.home_cont_wraper button, input, select, textarea {	margin-bottom: 0px !important; }
} 

@media(max-width:600px)
{
	
	
	.hader-top-center2 h4 {
  
    font-size: 12px;
}

.book_button_top a {
    background: none;
    color: #15abf1;
    text-decoration: none;
    outline: none;
    padding: 12px 27px;
    font-size: 12px;
    font-family: 'RobotoMedium';
    border-radius: 0;
    border: 1px solid #15abf1;
    position: relative;
    top: -2px;
}


.so-widget-sow-features-default-ee8da4feb5f3 .sow-features-list .sow-features-feature .textwidget > h5 {
    font-size: 11px;
  
}

.so-widget-sow-features-default-ee8da4feb5f3 .sow-features-list .sow-features-feature .textwidget > p {
    font-size: 9px;
    
}
	
	
.Services_u h5 {
    font-size: 13px;
}
.Services_u p {
    font-size: 11px;
}

.gallery_title {
    font-size: 40px;

}	
	
	
	.clients_review {
    font-size: 40px;
    
}
	
	
	.clients_review {

    font-size: 40px;

}
	
	.testimonials-text {
    min-height: auto !important;
}
	
	
.home_cont_wraper button, input, select, textarea {
    font-size: 101px;
    max-width: 599px;
    width: 95% !important;
} 
.choice_p {
      width: 99% !important;
   
} 
.site {
    padding: 0;   
    background-color: #fff;  
} 

.home_cont_wraper button, input, select, textarea {	margin-bottom: 0px !important; }
}


@media(max-width:568px){

body.custom-font-enabled {
    overflow: hidden;
}

}

/*---------------414-----------------------*/
@media(max-width:550px){
	
	
	
	.contact-right {
    width: 94%;
    margin: 0 auto;
    text-align: center;
}
	
	.header_left_top {
    float: none;
    width: 100%;
    text-align: center;
}

.header-top-right {
    float: none;
    width: 100%;
    clear: both;
    text-align: center;
}

.header_left {
    display: block;
    width: 100%;
    text-align: center;
}

.hader-top-center2 h4 {
    display: block;
    float: none;
    color: #15abf1;
    padding: 8px 0;
    width: 100%;
}

.header_right {
    text-align: center;
    width: auto;
    float: none;
    clear: both;
    padding-top: 1px;
    padding-bottom: 4px;
}

.titel-top {
    position: absolute;
    left: 0;
    right: 0;
    top: 33%;
    width: 100%;
    text-align: center;
    color: #15ABF1;
    font-size: 25px;
    font-weight: bold;
}


	
	
	.full_bottom_t {
    width: 78%;
    
}
.read_more_b a {
    font-size: 10px;
    padding: 7px 38px;
 
}
	
	
	
	
	.heading_big {	
    font-size: 24px!important;
   
}

.slider-text {
    font-size: 9px!important;
   
}
	
	

.titel-top {
    position: absolute;
    left: 0;
    right: 0;
    top: 44%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 34px;
    font-weight: bold;
} 
.phone_top {
    float: none;
} 
.book_button_top {
    margin-top: 16px;
    float: none;
    margin-bottom: 7px;
} 	
.choice_p {
    width: 100% !important;
} 
.home_cont_wraper button, input, select, textarea {
    font-size: 10px;
    max-width: 599px;
    width: 93% !important;
}  

	
	
	}





@media(max-width:384px){

.gallery_title {
    font-size: 25px;
}

.clients_review {
    font-size: 25px;
}

.head_sec2 h3.widget-title {
    font-size: 14px;
}

.sec2_right p {
    font-size: 13px;
    color: #505151;
    font-family: 'RobotoRegular';
    line-height: 1.6;
    margin-bottom: 10px;
}

.home_cont_wraper button, input, select, textarea {	margin-bottom: 0px !important; }

}

.home_cont_wraper button, input, select, textarea {	margin-bottom: 0px !important; }

.scrollToTop {
    position: fixed;
    bottom: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 99;
}