/*

Theme Name: Rocky Mountain Window

Theme URI: http://wordpress.org/themes/twentytwelve

Author: the WordPress team

Author URI: http://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: 1.4

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, 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:none;
}
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 {
	background: #00334b none repeat scroll 0 0;
	color: #fff;
	font-size: 22px;
	font-weight:bold;
	line-height: 50px;
	padding-left: 11px;
}
/* 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,  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: 3px;

	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/

}
.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 {
	background:url(images/main-patteren-bg.jpg) left top repeat;
	font-size: 14px;
	text-rendering: optimizeLegibility;
	color: #6e6e6e;
	text-align:left;
	line-height:22px;
}
body.custom-font-enabled {
	font-family: 'Lato', sans-serif;
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}
/* Assistive text */

.assistive-text,  .site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}
.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 {
	float:right;
}
.main-navigation li {
	padding:0;
	margin:0;
}
.main-navigation li.current-menu-item a {
	background:#efefef;
	border-bottom:3px solid #00334b;
}
.main-navigation a {
	color: #00334b;
	padding:0 15px;
	display:block;
	font-size:15px;
	text-transform:uppercase;
	line-height: 101px;
}
.main-navigation a:hover,  .main-navigation a:focus {
	background:#efefef;
	border-bottom:3px solid #00334b;
}
.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 */
}
/* =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 {
	background: rgba(0, 0, 0, 0) url("images/blue-strip.jpg") no-repeat scroll left bottom;
	border-bottom: 1px solid #e5e5e5;
	color: #000000;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 15px;
	text-align: left;
}
.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: 22px;
	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 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 {
	padding-bottom: 20px;
	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 http://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: 960px;

		max-width: 68.571428571rem;

		overflow: hidden;

*/	}
 .site-content {
 float: left;
 width: 72%;
}
 body.template-front-page .site-content,  body.attachment .site-content,  body.full-width .site-content {
 width: 100%;
}
 .widget-area {
 float: right;
 width: 26%;
}
 .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 {

/*		border-bottom: 1px solid #ededed;

		border-top: 1px solid #ededed;

*/		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;

		color: #6a6a6a;

		line-height: 3.692307692;

		text-transform: uppercase;

		white-space: nowrap;

*/	}
 .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);
}
 .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: #efefef;
 border-bottom: 1px solid #ededed;
 display: block;
 font-size: 11px;
 font-size: 0.785714286rem;
 line-height: 2.181818182;
 padding: 8px 10px;
 padding: 0.571428571rem 0.714285714rem;
 width: 180px;
 width: 12.85714286rem;
 white-space: normal;
}
 .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: #00334b;
}
 .menu-toggle {
 display: none;
}
 .entry-header .entry-title {
 font-size: 22px;
}
 #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: #e6e6e6;*/

	}
 body .site {
/*		padding: 0 40px;

		padding: 0 2.857142857rem;

		margin-top: 48px;

		margin-top: 3.428571429rem;

		margin-bottom: 48px;

		margin-bottom: 3.428571429rem;

		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);

*/	}
 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;
}
}
/* Page structure */

.site {
	padding:0px;
}
.full-width {
	width:100%;
	margin:0 auto;
}
.fix-width {
	max-width:1170px;
	margin:0 auto;
}
h2 {
	font-size:30px;
	font-weight:300;
	line-height:normal;
}
/* Header */

.site-header {
	padding:0px 0;
}
/* Top Info */

.top-wrapper {
	background:#00334b;
/*	background:url(images/top-blue-bar.png) left top repeat-x;*/
	padding:9px 0;
}
.top-info {
	overflow:hidden;
}
.top-call-sec {
	float:left;
}
.top-call-sec p {
	float:left;
	margin-right:20px;
}
.top-call-sec p:last-child {
	margin-right:0;
}
.top-call-sec p a {
	font-size:24px;
	color:#fff;
	padding-left:45px;
	text-decoration:none;
	display:block;
	line-height:32px;
}
.top-call-sec p.top-call a {
	background:url(images/sprite-icon.png) 0 2px no-repeat;
	background-size: 81%;
	min-height: 35px;
}
.top-call-sec p.top-mail a {
	background:url(images/sprite-icon.png) 0 -54px no-repeat;
}
.top-social-sec {
	float:right;
}
.top-social-sec ul {
	list-style:none;
	margin:0;
	padding:0;
}
.top-social-sec ul li {
	float:left;
	margin-right:20px;
}
.top-social-sec ul li:last-child {
	margin-right:0;
}
/*
.top-social-sec ul li a {
	background:url(images/sprite-icon.png) 0 3px no-repeat;
	display:block;
	width:29px;
	height:29px;
	transition: all 0.8s ease 0s;
}*/
.top-social-sec .fab {
    color: #ffffff;
    font-size: 2em;
    line-height: 1;
}
.top-social-sec ul li.top-tw a {
	background-position:0 -119px;
}
.top-social-sec ul li.top-tw a:hover {
	background-position:0 -162px;
}
.top-social-sec ul li.top-fb a {
	background-position:-47px -119px;
}
.top-social-sec ul li.top-fb a:hover {
	background-position:-47px -162px;
}
.top-social-sec ul li.top-gplus a {
	background-position:-89px -119px;
}
.top-social-sec ul li.top-gplus a:hover {
	background-position:-89px -162px;
}
.top-social-sec ul li.top-insta a {
	background-position:-125px -120px;
}
.top-social-sec ul li.top-insta a:hover {
	background-position:-125px -164px;
}
/* Top Info */





/* Hgroup */

.logo-section {
	overflow:hidden;
	padding:0;
}
hgroup {
	float:left;
	padding-top:8px;
}
/* Hgroup */







/* Slider Section */

.slider-wrapper {
	position:relative;
}
.inner-banner {
	width:100%;
	min-height:350px;
	background-size:cover;
}
.home-banner .metaslider .caption {
	padding: 0;
	word-wrap: break-word;
}
.home-banner .metaslider .flexslider {
  margin: 0;
}
.home-banner .metaslider .flex-control-nav {
  display: none;
}

.home-banner .metaslider .caption-wrap {
  background: none;
  color: #ffffff;
  display: block;
  height: auto;
  left: 50%;
  margin-left: -550px;
  opacity: 1;
  position: absolute;
  top: 31%;
  width: 47%;
}
.home-banner .metaslider .caption-wrap h3 {
	background:#00334b;
	width:88%;
	position:relative;
	font-size:24px;
	color:#fff;
	font-weight:400;
	text-align:center;
	line-height:55px;
}
.home-banner .metaslider .caption-wrap h3:after {
	background:url(images/sprite-icon.png) no-repeat 0 -1373px;
	content:"";
	width:20px;
	height:58px;
	position:absolute;
	right:-20px;
	top:0;
}
.home-banner .metaslider .caption-wrap ul {

	display:inline-block;
	width:47%;
	list-style:none!important;
	margin:0!important;
	padding:10px 0 0 22px!important;
}
.home-banner .metaslider .caption-wrap ul li {
	background:#fff;
	border-radius:20px;
	font-size:15px;
	color:#000;
	text-align:left;
	padding-left:12px !important;
	line-height:30px !important;
	margin-bottom:3px !important;
}
/* Home Form Section */

.form-section {
	display:none;
}
body.home .form-section {
	background:url(images/form-trans-bg.png) left top repeat;
	margin-right: -570px;
	position: absolute;
	right: 50%;
	bottom: 0;
	width: 22%;
	padding:16px 25px 0 25px;
	display:block;
}
.home-form h2.form-title {
	font-size:25px;
	text-align:center;
	color:#000;
	padding-bottom:17px;
	line-height:normal;
}
.home-form .wpcf7-form p {
	overflow: hidden;
}
.home-form .wpcf7-form input[type=checkbox] {
	width:auto;
	position:relative;
	top:2px
}
.home-form .wpcf7-form input {
	background:url(images/sprite-icon.png)0 0 no-repeat #fff;
	border: 1px solid #bcbcbc;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #d6d6d6 inset;
	color: #8c8c8c;
	font-size: 13px;
	font-style: italic;
	line-height: 25px;
	margin-bottom: 14px;
	padding-left:50px;
	width:100%;
	box-sizing:border-box
}
.home-form .wpcf7-form span.your-name input {
	background-position:0 -229px;
}
.home-form .wpcf7-form span.your-name input:hover {
	background-position:0 -333px;
}
.home-form .wpcf7-form span.your-email input {
	background-position:0 -444px;
}
.home-form .wpcf7-form span.your-email input:hover {
	background-position:0 -556px;
}
.home-form .wpcf7-form textarea {
	background:url(images/sprite-icon.png)0 0 no-repeat #fff;
	border: 1px solid #bcbcbc;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #d6d6d6 inset;
	color: #8c8c8c;
	font-size: 13px;
	font-style: italic;
	line-height: 25px;
	margin-bottom: 14px;
	padding-left:50px;
	height:94px;
	width:100%;
	box-sizing:border-box
}
.home-form .wpcf7-form span.your-message textarea {
	background-position:0 -644px;
}
.home-form .wpcf7-form span.your-message textarea:hover {
	background-position:0 -794px;
}
.home-form .wpcf7-form input.wpcf7-submit {
	background:#00334b;
	font-size:17px;
	font-weight:400;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	line-height:50px;
	border:none;
	border-radius:3px;
	box-shadow: none;
	width:100%;
	padding:0;
	margin-bottom:0;
}
/* Home Form Section */

/* Slider Section */

/* Header */







/* Main Section */



/* Dark Blie Section */

.dark-blue {
	background: url(images/dark-blue-patteren.jpg) left top repeat;
	padding:40px 0;
	text-align:center;
	color:#fff;
}
.welcome-title {
	margin: 0 auto;
	width: 53%;
}
.welcome-title h1.long-title {
	font-size:34px;
	font-weight:400;
	border-bottom:1px solid #527382;
	padding-bottom:22px;
	margin-bottom:10px;
}
.welcome-title p {
	font-size:17px;
	font-style:italic;
	font-weight:300;
}
/* Dark Blie Section */





/* Service Section */

.service-wrapper {
	background:url(images/mountain-light-bg.jpg) fixed center top no-repeat;
	padding:40px 0 0;
	overflow:hidden;
	background-size:cover;
	transition: all 0.7s ease 0s;
	opacity: 1;
}
.service-wrapper h2 {
	color:#000;
	text-align:center;
	padding-bottom:15px;
}
.service-wrapper ul {
	width:100%;
	float:left;
	margin-bottom:30px;
}
.service-wrapper li {
	float: left;
	margin-right:35px;
	padding:0;
	text-align: center;
	width: 31%;
}
.service-wrapper li:last-child {
	margin-right:0;
}
/*.service-wrapper li a img{ transition: all 0.7s ease 0s;}*/

/*.service-wrapper li a img:hover { transform: scale(1.2); }*/

.service-wrapper li h3 a {
	color:#000;
	display:block;
	font-size: 22px;
	font-weight: 400;
	line-height: 22px;
	padding: 10px 0;
	text-decoration:none;
}
.service-wrapper li h3 a:hover {
	color:#531b7e;
}
.service-wrapper p {
	color: #979797;
	font-size: 14px;
	line-height: 22px;
	font-weight:300;
}
/* Service Section */





/* Purple Section */

.purple-bg {
	background:url(images/purple-patteren-bg.jpg) left top repeat;
	padding:35px 0;
	overflow:hidden;
}
.video-sec {
	float:left;
	width:48%;
}
.video-sec video { width:100%; }
.welcome-sec {
	float:right;
	width:48.5%;
}
.welcome-sec h3 {
	font-size:25px;
	font-style:italic;
	font-weight:400;
	color:#fff;
	padding-bottom:25px;
}
.welcome-sec h3 span {
	background: #fff;
	color: #a399cb;
	display: inline-block;
	font-style: normal;
	line-height: 35px;
	padding: 0 10px;
}
.welcome-sec p {
	color:#fff;
}
.welcome-sec p span {
	font-size:16px;
	font-style:italic;
}
/* Purple Section */





/* Nature Section */

.nature-sec {
	background:url(images/nature-bg.jpg) right top no-repeat;
	overflow:hidden;
	padding:40px 0;
	background-size:cover;
}
.two-column {
	width:48%;
	border-right:1px solid #d5d5d5;
	float:left;
	padding-right:22px;
	margin-right:22px;
}
.two-column:last-child {
	padding-right:0;
	margin-right:0;
	border:none;
	float:right;
}
.two-column h2 {
	padding-bottom:22px;
	color:#000;
}
.blog-title {
	width:100%;
	overflow:hidden;
	padding-bottom:16px;
}
.blog-title h2 {
	float:left;
}
.blog-title span {
	float:right;
}
.blog-title span a {
	background: rgba(0, 0, 0, 0) url("images/small-arrow.png") no-repeat scroll right 10px;
	color: #00334b;
	display: block;
	padding-right: 12px;
	text-decoration: none;
}
.blog-wrap {
	overflow:hidden;
}
.blog_description {
	width:47%;
	float:left;
}
.blog_description:last-child {
	float:right;
}
.blog_description img {
	width:100%;
}
.blog_description p.blog_title a {
	font-size:20px;
	text-align:left;
	font-weight:400;
	color:#000;
	padding-bottom:4px;
	text-decoration:none;
	display:block;
}
.blog_description .post_month {
	font-size:13px;
	color:#6e6e6e;
	font-style:italic;
	margin-bottom:10px;
}
.blog_description .post_month span {
	color:#f58220;
}
.blog_description .blog_cont p {
	color:#6e6e6e;
}
.blog_description .blog_cont .read-more a {
	background: rgba(0, 0, 0, 0) url("images/small-arrow.png") no-repeat scroll right 10px;
	color: #00334b;
	display: inline-block;
	padding-right: 13px;
	text-decoration: none;
}
/* TESTIMONIAL WITH IMAGE */



.testimonial-wrap {
	float: left;
	margin-bottom: 70px;
	width: 100%;
}
.testi_sec span a {
	background: rgba(0, 0, 0, 0) url("images/small-arrow.png") no-repeat scroll right 9px;
	color: #00334b;
	display: inline-block;
	padding-right: 14px;
	text-decoration: none;
	padding-left:35px;
}
.testimonial_rotator .has-image .img,  .testimonial_rotator_single.has-image .img {
	width: 23%;
	margin-right: 5%;
	float: left;
	padding: 0;
	padding-top: .5em;
}
.testimonial_rotator .has-image .img img,  .testimonial_rotator_single.has-image .img img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.testimonial_rotator .has-image .text,  .testimonial_rotator_single.has-image .text {
	width: 71%;
	float: left;
	padding: 0;
	margin: 20px 0 0 0;
}
.testimonial_rotator_description h2.testimonial_rotator_slide_title {
	font-size:24px;
	color:#000;
	padding-bottom:10px;
	font-weight:400;
}
.testimonial_rotator_quote {
	font-size:15px;
	color:#6e6e6e;
	line-height:25px;
}
/* TESTIMONIAL WITH IMAGE */



/* PREV / NEXT BUTTON */

.testimonial_rotator_nav {
	bottom: 0;
	left: 5%;
	position: absolute;
	width: 13%;
}
.testimonial_rotator_prev,  .testimonial_rotator_next {
	cursor: pointer;
	position: absolute;
	top: 100%;
	z-index: 8888;
	transition: all 0.25s;
}
.testimonial_rotator_prev:hover, .testimonial_rotator_next:hover {
	color: rgba(0, 0, 0, 0.5);
}
.testimonial_rotator_prev {
	left: 0%;
}
.testimonial_rotator_next {
	right: 0%;
}
.testimonial_rotator_prev .fa {
	background:url(images/sprite-icon.png) no-repeat 0 -1214px;
	width:32px;
	height:32px;
	font-size:0;
}
.testimonial_rotator_next .fa {
	background:url(images/sprite-icon.png) no-repeat -39px -1214px;
	width:32px;
	height:32px;
	font-size:0;
}
/* Nature Section */





/* Gallery Section */

.gallery-sec {
	background:url(images/gallery-bg.jpg) fixed center top no-repeat;
	padding:40px 0;
	background-size:cover;
	overflow:hidden;
	transition: all 0.7s ease 0s;
	opacity: 1;
}
.gallery-wrap h2 {
	color:#fff;
	padding-bottom:32px;
}
.amazingcarousel-image > div a {
	display:none;
}
.amazingcarousel-nav {
	display:none;
}
.gallery-wrap span {
	width:100%;
	display:block;
	text-align:center;
}
.gallery-wrap span a {
	background: rgba(0, 0, 0, 0) url("images/small-white-arrow.png") no-repeat scroll right 9px;
	color: #fff;
	display: inline-block;
	padding-right: 15px;
	text-decoration: none;
	padding-left:35px;
	font-weight:300;
	text-transform:uppercase;
}
.amazingcarousel-prev {
	height:42px!important;
	width:42px!important;
}
.amazingcarousel-next {
	height:42px!important;
	width:42px!important;
}

#wonderplugincarousel-1 .amazingcarousel-prev,
#wonderplugincarousel-1 .amazingcarousel-next { background:url(images/sprite-icon.png) no-repeat 0 0 !important;  }
#wonderplugincarousel-1 .amazingcarousel-prev { background-position:0 -1254px !important; }
#wonderplugincarousel-1 .amazingcarousel-next { background-position:-48px -1254px !important; }

.gallery-sec .amazingcarousel-hover-effect { background:url(images/sprite-icon.png) no-repeat 0 -1301px !important; width:60px !important; height:61px !important; left:50% !important; top:50% !important;
transform:translate(-50%, -50%) !important;
-moz-transform:translate(-50%, -50%) !important;
-webkit-transform:translate(-50%, -50%) !important;
-o-transform:translate(-50%, -50%) !important;
-ms-transform:translate(-50%, -50%) !important;
}
/* Gallery Section */





/* Primary Section */

.site-content {
	margin: 0px 0 0;
}
/* Primary Section */





/* Secondary Section */

.widget-area {
	margin: 0px 0 0;
}
.multiple-sidebars h2.widget-title {
	background: rgba(0, 0, 0, 0) url("images/blue-strip.jpg") no-repeat scroll left bottom;
	border-bottom: 1px solid #e5e5e5;
	color: #000000;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 15px;
	text-align: left;
	padding-left:0;
	line-height:normal;
}
.multiple-sidebars .wpcf7-form p {
	margin-bottom:0;
}
.wpcf7-form-control-wrap { clear:both; }

.multiple-sidebars .wpcf7-form input[type="text"] {
	background:url(images/sprite-icon.png)0 0 no-repeat #fff;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #d6d6d6 inset;
	color: #8c8c8c;
	font-size: 13px;
	font-style: italic;
	line-height: 25px;
	margin-bottom: 14px;
	padding-left:50px;
}
.multiple-sidebars .wpcf7-form input {
	margin-bottom:14px;
}
.multiple-sidebars .wpcf7-form span.your-name input {
	background-position:0 -229px;
}
.multiple-sidebars .wpcf7-form span.your-name input:hover {
	background-position:0 -333px;
}
.multiple-sidebars .wpcf7-form span.your-email input {
	background-position:0 -444px;
}
.multiple-sidebars .wpcf7-form span.your-email input:hover {
	background-position:0 -556px;
}
.multiple-sidebars .wpcf7-form textarea {
	background:url(images/sprite-icon.png)0 0 no-repeat #fff;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #d6d6d6 inset;
	color: #8c8c8c;
	font-size: 13px;
	font-style: italic;
	line-height: 25px;
	margin-bottom: 14px;
	padding-left:50px;
	height:94px;
	width:100%;
}
.multiple-sidebars .wpcf7-form span.your-message textarea {
	background-position:0 -644px;
}
.multiple-sidebars .wpcf7-form span.your-message textarea:hover {
	background-position:0 -794px;
}
.multiple-sidebars .wpcf7-form input.wpcf7-submit {
	background:#00334b;
	font-size:17px;
	font-weight:400;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	line-height:50px;
	border:none;
	border-radius:3px;
	box-shadow: none;
	width:100%;
	padding:0;
}
.multiple-sidebars ul {
	list-style: outside none none;
	margin:0;
	padding: 0;
	border: 1px solid #dfdfdf;
}
.multiple-sidebars ul li {
	background:#f1f2f4;
	margin: 0;
	padding: 0;
	border-bottom:1px solid #d8dcdf;
}
.multiple-sidebars ul li a {
	background: url(images/arrow.png) no-repeat scroll 12px 16px;
	color: #000 !important;
	display: block;
	font-size: 14px;
	padding: 8px 0 8px 36px;
	text-decoration: none;
}
.multiple-sidebars ul li a:hover {
	background: url(images/arrow.png) no-repeat scroll 12px -170px #000;
	color: #fff !important;
}
/* Secondary Section */





/* Main Section */





/* Footer */

footer[role="contentinfo"] {
	background:url(images/footer-bg.jpg) left top no-repeat;
	border-bottom:8px solid #00334b;
	padding:50px 0 25px 0;
	background-size:cover;
}
.site-info {
	overflow:hidden;
}
.site-info h2 {
	color:#000000;
	font-weight:300;
	padding-bottom:25px;
}
.ft-info {
	float:left;
	width:31%;
}
.ft-info ul.ft-address {
	list-style:none;
	margin:0;
	padding:0;
}
.ft-info ul.ft-address li {
	padding-bottom:6px;
	padding-left:30px;
}
.ft-info ul.ft-address li a {
	color:#6e6e6e;
}
.ft-info ul.ft-address li.ft-call {
	background:url(images/sprite-icon.png) 0 -932px no-repeat;
	font-size:18px;
}
.ft-info ul.ft-address li.ft-mail {
	background:url(images/sprite-icon.png) 0 -990px no-repeat;
}
.ft-info ul.ft-address li.ft-add {
	background:url(images/sprite-icon.png) 0 -1056px no-repeat;
}
.ft-info ul.ft-social {
	list-style:none;
	margin:40px 0 0 0;
	padding:0;
	width:100%;
}
.ft-info ul.ft-social li {
	float:left;
	margin-right:15px;
}
.ft-info ul.ft-social li:last-child {
	margin-right:0;
}
.ft-info ul.ft-social li.ft-social-title {
	color:#000;
	font-size:30px;
	font-weight:300;
	padding-bottom:8px;
	width:100%;
	margin-bottom:20px;
}
/*
.ft-info ul.ft-social li a {
	background:url(images/sprite-icon.png) 0 3px no-repeat;
	display:block;
	width:29px;
	height:29px;
	transition: all 0.8s ease 0s;
}*/
.ft-social .fab {
    color: #003649;
    font-size: 3em;
    line-height: 1;
}
.ft-info ul.ft-social li.ft-tw a {
	background-position:0 -1139px;
}
.ft-info ul.ft-social li.ft-tw a:hover {
	background-position:0 -1181px;
}
.ft-info ul.ft-social li.ft-fb a {
	background-position:-38px -1140px;
}
.ft-info ul.ft-social li.ft-fb a:hover {
	background-position:-38px -1181px;
}
.ft-info ul.ft-social li.ft-gplus a {
	background-position:-68px -1139px;
}
.ft-info ul.ft-social li.ft-gplus a:hover {
	background-position:-68px -1180px;
}
.ft-info ul.ft-social li.ft-insta a {
	background-position:-104px -1139px;
}
.ft-info ul.ft-social li.ft-insta a:hover {
	background-position:-104px -1181px;
}
.map-wrap {
	float:right;
	width:66%;
}
.copy-sec {
	border-top:1px solid #cdcdcd;
	padding-top:15px;
	margin-top:15px;
	text-align:center;
	color:#6e6e6e;
}
footer[role="contentinfo"] a {
	color: #6e6e6e;
	text-decoration:none;
}
footer[role="contentinfo"] a:hover {
	color: #000000;
}
/* Footer */

















 /*Blog Style*/	

.blogcategery {
	overflow: hidden;
	width: 100%;
	margin-bottom:30px;
}
.men-tips-content {
	border-bottom: 1px solid #ccc;
	line-height: 22px;
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 20px;
	width: 100%;
}
 .men-tips-content:nth-child(3n) {
border-bottom:none;
}
.men-tips-content h2.postTitle a {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding-bottom:10px;
	display:block;
	text-decoration:none;
}
.men-tips-content h2.postTitle a:hover {
	color:#531b7e;
}
.men-tips-content .blog-content {
	width:100%;
	overflow:hidden;
}
.blog-content .blog-img {
	float:left;
	width:28%;
}
.blog-content .blog-img img {
	width:100%;
	border-radius: 0px;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
}
.blog-content .blog-cont {
	float:right;
	width:68%;
}
.blog-content .blog-cont .read-more {
	margin-top:8px;
}
.blog-content .blog-cont .read-more a {
	text-decoration:none;
}
.blog-content .blog-cont .read-more a:hover {
	text-decoration:underline;
}
.tw-pagination a:hover, .tw-pagination a:active {
	background:#531b7e!important;
}
/*Blog Style*/	





/* Contact Page Style */

.inner-wrapper {
	margin-top: 20px;
	margin-bottom:20px;
	overflow: hidden;
}
.contact-full-page {
	overflow:hidden;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom:20px;
	margin-bottom:20px;
}
.contact-full-page h2.cont-title {
	border-left:5px solid #00334b;
	padding-left: 15px;
	font-size: 20px;
	color: #062045;
	margin-bottom:20px;
}
.contact-form {
	width:48%;
	float:left;
}
.contact-form p {
	line-height:22px;
}
.contact-form .wpcf7 {
	padding-top:15px;
}
.contact-form .wpcf7 input, .contact-form .wpcf7 textarea, .contact-form .wpcf7 select {
	background-color:#f0f0f0;
	border-radius:0;
	line-height:25px;
	color:#000;
	text-align:left;
	float:left;
	width:44%;
	margin:0 10px 10px 0;
	color:#06204;
	border:1px solid #e0e0e0;
}
.contact-form .wpcf7 textarea {
	height:60px;
	width:92%;
}
.contact-form .wpcf7 input.wpcf7-submit {
	background:#0e0e0e;
	border: medium none;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	padding: 0 30px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}
.contact-form .wpcf7 input.wpcf7-submit:hover {
	background:#00334b;
}
::-webkit-input-placeholder {
color:#757575
}

:-moz-placeholder {
color:#757575;
opacity:1
}

::-moz-placeholder {
color:#757575;
opacity:1
}

:-ms-input-placeholder {
color:#757575
}
input[type="text"], input[type="email"], textarea, select, input[type="tel"], input[type="password"], input[type="date"] {
	background-color:#fff;
	border-radius:0;
	line-height:25px;
	color:#000;
	text-align:left;
	float:left;
	width:100%;
	margin:0 0px 10px 0;
	color:#06204;
	border:1px solid #ccc;
	box-sizing:border-box
}
.site-content .wpcf7 input.wpcf7-submit {
	background:#0e0e0e;
	border: medium none;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	padding: 0 30px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}
.site-content .wpcf7 input.wpcf7-submit:hover {
}
.contact-page-details {
	width:48%;
	float:right;
}
.contact-page-details p {
	line-height:22px;
}
.contact-page-details ul {
	margin:0;
	padding:15px 0 0 0;
}
.contact-page-details ul li {
	background:url(images/contact-page-icons.png) 0 0 no-repeat;
	padding-bottom:15px;
	font-size:14px;
	color:#062045;
	text-align:left;
	padding-left:50px;
	line-height:35px;
}
.contact-page-details ul li a {
	color: #00334b;
	text-decoration:none;
}
.contact-page-details ul li a:hover {
	color: #fe3b3b;
}
.contact-page-details ul li.map-icon {
	background-position:0 4px;
}
.contact-page-details ul li.calling-icon {
	background-position:0 -65px;
}
.contact-page-details ul li.mailing-icon {
	background-position:0 -140px;
}
.contact-page-details ul li.timing-icon {
	background-position:0 -230px;
}
.contact-full-map {
	overflow:hidden;
}
body.page-template-contact-page .site-info {
	display:none;
}
body.page-template-contact-page footer[role="contentinfo"] {
	padding:10px 0 25px;
}
body.page-template-contact-page .copy-sec {
	border:none;
	margin-top:0;
}
/* Contact Page Style */






.page-template-services_template .site-content {
	width:100%
}
.page-template-services_template .service-wrapper {
	background:none;
	padding:0
}
/*animation part*/
 .service-wrapper li:hover {
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-o-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
}
.service-wrapper li {
	transition:all 400ms linear 0s;
	overflow: hidden;
}
.service-wrapper li:hover img {
	-webkit-animation: moveFromLeft 400ms ease;
	-moz-animation: moveFromLeft 400ms ease;
	-ms-animation: moveFromLeft 400ms ease;
}
.service-wrapper li:hover h3 {
	-webkit-animation: moveFromLeft 400ms ease;
	-moz-animation: moveFromLeft 400ms ease;
	-ms-animation: moveFromLeft 400ms ease;
}
.service-wrapper li:hover p {
	-webkit-animation: moveFromBottom 400ms ease;
	-moz-animation: moveFromBottom 400ms ease;
	-ms-animation: moveFromBottom 400ms ease;
}
 @-webkit-keyframes moveFromTop {
 from {
 -webkit-transform: translateY(-300%);
}
to {
	-webkit-transform: translateY(0%);
}
}
@-moz-keyframes moveFromTop {
 from {
 -moz-transform: translateY(-300%);
}
to {
	-moz-transform: translateY(0%);
}
}
@-ms-keyframes moveFromTop {
 from {
 -ms-transform: translateY(-300%);
}
to {
	-ms-transform: translateY(0%);
}
}
 @-webkit-keyframes moveFromBottom {
 from {
 -webkit-transform: translateY(200%);
}
to {
	-webkit-transform: translateY(0%);
}
}
@-moz-keyframes moveFromBottom {
 from {
 -moz-transform: translateY(200%);
}
to {
	-moz-transform: translateY(0%);
}
}
@-ms-keyframes moveFromBottom {
 from {
 -ms-transform: translateY(200%);
}
to {
	-ms-transform: translateY(0%);
}
}
 @-webkit-keyframes moveFromLeft {
 from {
 -webkit-transform: translateX(-100%);
}
to {
	-webkit-transform: translateX(0%);
}
}
 @-moz-keyframes moveFromLeft {
 from {
 -moz-transform: translateX(-100%);
}
to {
	-moz-transform: translateX(0%);
}
}
 @-ms-keyframes moveFromLeft {
 from {
 -ms-transform: translateX(-100%);
}
to {
	-ms-transform: translateX(0%);
}
}
/* Page structure */






.reqEstimate {
	background:#8374be;
	color: #ffffff;
	display: block;
	float: right;
	margin-right: 40px;
	padding: 5px 18px;
	text-decoration: none;
	text-transform: uppercase;
}
.reqEstimate:hover {
	background: #a4d3e7;
	color: #00324b;
}
.site-header.darkHeader {
	background: rgba(0, 0, 0, 0) url("images/main-patteren-bg.jpg") repeat scroll left top;
	border-bottom: 2px solid #00324b;
	height: 111px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	transition: all 0.8s ease 0s;
	opacity: 0.9;
}
.site-header.darkHeader .top-wrapper .top-info {
	display: none;
}
.site-header.darkHeader .top-wrapper {
	height: 8px;
	padding: 0;
}
.page-id-15 form {
	box-sizing: border-box;
}
.page-id-15 .contact-form .wpcf7 input, textarea {
	box-sizing: border-box;
	width:49%;
}
.page-id-15 .contact-form .wpcf7 span.your-email input {
	margin-right: 0;
}
.page-id-15 .contact-form .wpcf7 textarea {
	width:100%;
}
.page-id-15 .contact-form .wpcf7 select {
	width:49%;
	height:39px;
	color:#6e6e6e;
	padding-left: 3px;
	margin-right:0
}
.page-id-15 .contact-form .wpcf7 input.wpcf7-submit {
	width:auto;
	margin-top:10px;
}
.page-id-161 .site-content .wpcf7 input, select {
	float: left;
	width: 49%;
	box-sizing: border-box;
}
.page-id-161 .site-content .wpcf7 select {
	height:39px;
	color:#6e6e6e;
	padding-left: 3px;
	float:right;
}
.page-id-161 .site-content .wpcf7 span.your-email input {
	float: right;
	margin-right: 0;
}
.page-id-161 .site-content .wpcf7 textarea {
	width: 100%;
	box-sizing: border-box;
	height:100px;
}
.page-id-161 .site-content .wpcf7 input.wpcf7-submit {
	width: auto;
	margin-top:10px;
}
div.wpcf7-response-output {
	clear:both;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing:border-box
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
}
.col-md-12 {
	width: 100%;
}
.col-md-11 {
	width: 91.66666667%;
}
.col-md-10 {
	width: 83.33333333%;
}
.col-md-9 {
	width: 75%;
}
.col-md-8 {
	width: 66.66666667%;
}
.col-md-7 {
	width: 58.33333333%;
}
.col-md-6 {
	width: 50%;
}
.col-md-5 {
	width: 41.66666667%;
}
.col-md-4 {
	width: 33.33333333%;
}
.col-md-3 {
	width: 25%;
}
.col-md-2 {
	width: 16.66666667%;
}
.col-md-1 {
	width: 8.33333333%;
}
span.wpcf7-list-item {
	margin:0
}
.app_frm form.wpcf7-form {
	margin: 0 -15px;
}
.app_frm textarea {
	resize:none;
	height:85px;
	width:100%
}
.app_frm h2 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 15px;
}
.app_frm h2 small {
	color:#999
}
.col-md-12 > span {
	float: left;
	width: 100%;
}
.padding-l {
	padding-left:0;
}
.padding-r {
	padding-right:0;
}
.block_1 p:last-child {
	margin-bottom:0
}
.block_1 {
	padding:25px 10px;
	display: inline-block;
	width: 97%;
	box-sizing: border-box;
	border:1px solid #e5e5e5;
	margin: 0 20px 30px;
}
.app_frm p {
	font-size: 16px;
	margin-bottom: 10px;
}
.app_frm h4 {
	font-size: 17px;
	font-weight: 600;
	margin: 5px 0;
}
.app_frm span {
	font-size: 15px;
	padding: 0 5px 0 0;
}
div.wpcf7-response-output {
	margin: 2em 1em 1em;
	padding: 0.2em 1em;
}
.wpcf7-not-valid {
	border: 1px solid #f00 !important;
}
span.wpcf7-not-valid-tip {
	display: none;
}
@media only screen and (min-width: 1240px){
li#field_1_3 {
    margin-bottom: -45px;
}
}
input#gform_submit_button_1 {
    background: #003649;
    color: #ffffff;
    border: none;
    padding: 12px 38px;
}
input#gform_submit_button_2 {
    background: #003649;
    color: #ffffff;
    border: none;
    padding: 12px 38px;
}

.home-banner .metaslider .caption {
    max-width: 90%;
}
/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
    opacity: 0;
}
/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}
