/*
Theme Name: arf
Theme URI: http://action-reflexo.fr
Author: Alexis GRAU
Author URI: http://themearf.com/
Description: arf is a WordPress theme for blogs that are designed to have beautiful typoarf. It is developed using mobile-first responsive design, ensuring that your blog will be no less beautiful when viewed on a smartphone or tablet. arf has five widgets available (one sidebar, four footers), and using the sidebar widget also enables you to make a two-column design. In addition, footer widget display is automatically adjusted depending on how many are used. arf also supports Customizer, Custom Menu, and Custom Header, enabling flexible configuration.
Version: 1.0.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light, white, one-column, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: arf

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/**
 * Table of Contents:
 *
 * =Reset
 * =Global
 * =Main
 * =Layout
 * =Header
 * =Menu
 * =Content
 * =Comments
 * =Navigation
 * =Widgets
 * =Footer
 * =Plugins
 * =Print
 * ----------------------------------------------------------------------------
 */



/* =Reset
-------------------------------------------------------------- */

html {
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	word-wrap: break-word;
}
body {
	background-color: #f3f3f3;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	color: inherit;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}


/* BOOTSTRAP */

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}


/* =Global
----------------------------------------------- */

/* Base */
body,
button,
input,
select,
textarea {
	color: #001f42;
	font-family: 'Open Sans';
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	line-height: 24px;
}
::-moz-selection {
	background: #fff9c0;
}

p {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Open Sans', sans-serif;
}
hr {
	background-color: #ddd;
	border: 0;
	height: 1px;
	margin-bottom: 24px;
}

.cta_devis {
	float: left;
    text-align: center;
    text-decoration: none !important;
    font-size: 18px;
    margin: 20px 10px 0 20px;
    padding: 15px 8px;
    width: 42%;
    cursor: pointer;
    border: 1px solid #2493FF;
    display: inline-block;
    color: white;
    background-color: #2493ff;
    transition: background-color .2s ease-out;
    border-radius: 3px;
}

.cta_devis:hover {
	background-color: #177de0;
	color: white !important;
}

p .cta_devis:first-child{
	clear:both;
}

.cadre_formation{
	float:left;
	margin-top:50px;
	margin-bottom:40px;
	width:33%;
}

.w50f{
	width:50%;
	padding:10px;
	box-sizing:border-box;
	float:left;
}

@media screen and (max-width: 779px) {
	.cadre_formation{
		width:50%;
	}
	.w50f{
		width:100%;
		padding:0;
		float:none;
	}
}

@media screen and (max-width: 530px) {
	.cadre_formation{
		float:none;
		width:100%;
	}
}

/* Links */
.current-menu-item{
	background-color: #0053CE;
}
a:hover {
	color: #246ee0;
	transition: color .15s ease-in-out;
}
/* Text elements */
ul, ol {
	margin: 0 0 24px 1.5em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 0 24px 1em;
}
b, strong {
	font-weight: 700;
}
dfn, cite, em, i {
	font-style: italic;
}
cite {
	border-bottom: dotted 1px #999;
}
blockquote {
	font-style: italic;
	margin-bottom: 24px;
}
address {
	font-style: italic;
	margin-bottom: 24px;
}
pre {
	background: #eee;
	font-family: Consolas, 'Courier New', monospace;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	word-wrap: normal;
}
code, kbd, tt, var {
	font-family: Consolas, 'Courier New', monospace;
	font-size: 14px;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin-bottom: 24px;
	width: 100%;
}
caption {
	color: #111;
	margin-bottom: 8px;
	text-align: center;
}
th {
	font-weight: 700;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: middle;
}

/* Media */
embed,
iframe,
object {
	max-width: 100%; /* Make sure embeds and iframes fit their containers */
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.footer-widget:before,
.footer-widget:after {
	content: '';
	display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.footer-widget:after {
	clear: both;
}


/* =Main
----------------------------------------------- */

/* Headings */
.entry-content h1, .comment-content h1 {
	font-size: 30px;
	font-weight: normal;
}
.entry-content h2, .comment-content h2 {
	font-size: 25px;
    font-weight: normal;
}
.entry-content h3, .comment-content h3 {
	font-size: 20px;
	font-weight: normal;
}
.entry-content h4, .comment-content h4 {
	font-size: 16px;
	font-weight: normal;
}
.entry-content h5, .comment-content h5 {
	font-size: 14px;
	font-weight: normal;
}
.entry-content h6, .comment-content h6 {
	font-size: 12px;
	font-weight: normal;
}

/* Text elements */
.entry-content blockquote, .comment-content blockquote {
	padding: 24px 0 1px 30px;
	position: relative;
}
.entry-content blockquote:before, .comment-content blockquote:before {
	color: #ccc;
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 60px;
	left: -5px;
	line-height: 1;
	position: absolute;
	top: 0;
}
.entry-content table, .comment-content table {
	border-top: solid 1px #ddd;
	font-size: 14px;
	line-height: 22px;
}
.entry-content th, .comment-content th,
.entry-content td, .comment-content td {
	border-bottom: solid 1px #ddd;
	padding: 11px 11px 11px 0;
}
.entry-content p img:only-child {
 	margin-top: 8px;
}

@media screen and (min-width: 780px) {

	.entry-content dd {
		margin-left: 2em;
	}
	.entry-content blockquote {
		padding: 28px 0 1px 45px;
	}
	.entry-content blockquote:before {
		font-size: 90px;
	}
	.entry-content th, .entry-content td {
		padding: 12px;
	}
}

/* Alignment */

.aligncenter {
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 40px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
}

/* Caption */
.wp-caption {
	color: #777;
	font-size: 94%;
	font-style: italic;
	margin-bottom: 24px;
	width: auto !important;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 6px auto 0;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 12px 0;
}

/* Smiley */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}


/* =Layout
----------------------------------------------- */

.site {
	margin: 0 auto;
	padding: 0 15px;
}
.site-branding,
.site-content,
.footer-widget,
.site-info {
	margin: 0 auto;
}
.site-content{
	padding: 25px;
	box-sizing: border-box;
	background-color: white;
}

@media screen and (min-width: 960px) {
	.site {
		max-width: 900px;
	}
	.has-sidebar .site-content,
	.footer-widget {
		max-width: 900px;
		margin: 0 auto;
	}
	.has-sidebar .content-area {
		border-right: solid 1px #ddd;
		float: left;
		margin-right: 44px;
		padding-right: 44px;
		width: 570px;
	}
	.has-sidebar .sidebar-area {
		float: left;
		width: 240px;
	}
	.footer-widget .widget-area {
		float: left;
		width: 240px;
	}
	.footer-4 .footer-widget .widget-area {
		margin-left: 6%;
		width: 20.5%;
	}
	.footer-3 .footer-widget .widget-area {
		margin-left: 8%;
		width: 28%;
	}
	.footer-2 .footer-widget .widget-area {
		margin-left: 8%;
		width: 46%;
	}
	.footer-1 .footer-widget .widget-area {
		width: 100%;
	}
	.footer-widget .widget-area:first-child {
		margin-left: 0;
	}
}

@media screen and (min-width: 1180px) {
	.site {
		max-width: 900px;
	}
	.has-sidebar .site-content,
	.has-sidebar .footer-widget,
	.page-template-nosidebar-php .footer-widget {
		max-width: 1120px;
	}
	.has-sidebar .content-area {
		margin-right: 59px;
		padding-right: 59px;
		width: 700px;
	}
	.has-sidebar .sidebar-area {
		width: 300px;
	}
}


/* =Header
----------------------------------------------- */

.site-header {
	margin-bottom: 36px;
	text-align: center;
}
.site-branding {
	margin: 0 auto;
	padding: 12px 0 24px;
}
.site-branding:after {
	content: "";
	display: block;
	clear: both;
}
.site-logo {
	margin-bottom: 2px;
	float: left;
}
.site-logo a:hover {
	opacity: 0.8;
	transition: opacity .15s ease-in-out;
}
.right_part_branding{
	float: right;
	width: 610px;
	color: #004999;
	text-align: left;
}
.site-logo img {
	zoom: 66%;
	width: 170px;
}
.border-radius .site-logo img {
	border-radius: 50%;
}
.site-title {
	font-size: 46px;
	font-weight: 700;
	line-height: 50px;
	margin-top: 6px;
}
.site-title a{
	text-decoration: none;
}
.site-title a:hover {
	color: #003d7a;
}
.site-description {
	font-size: 18px;
}
.site-under_slogan{
	font-size: 12px;
	margin-top: 19px;
}
.header-image {
	margin: 36px -15px 0 -15px;
	max-height: 350px;
	overflow: hidden;
}
.header-image img {
	width: 140%;
	margin-left: -20%;
	max-width: 140%;
}

#contact_ban {
	margin-bottom: 26px;
	font-size: 14px;
	margin-top: 50px;
}

#contact_ban #phone_icon {
	height: 30px;
	margin: 0px 10px 0px 60px;
	vertical-align: top;
}

#contact_ban .telephone_ban {
	font-size: 26px;
	position: relative;
	top: 3px;
	margin: 0 15px 0 10px;
	color: #095F2D;
}

.social_header {
	margin-top: 25px;
}

.social_header a {
	text-decoration: none;
	margin: 0 5px 0 5px;
}

.social_header img {
	width: 22px;
	height: 22px;
	margin-right: 6px;
	margin-left: 19px;
	vertical-align: middle;
}

@media screen and (min-width: 780px) {
	.site-branding {
		padding: 30px 30px 36px;
	}
	.site-logo img {
		zoom: 1;
	}
	.site-header {
		margin-bottom: 60px;
	}
	.site-description {
		font-size: 18px;
	}
	.header-image {
		margin: 36px 0 0 0;
	}
	.header-image img {
		width: 100%;
		margin-left: 0;
		max-width: 100%;
	}
}


/* =Menu
----------------------------------------------- */

.main-navigation-wrapper {
	display: block;
	width: 100%;
	box-sizing: border-box;
	background-color: #002c5c;
	margin-bottom: 30px;
	margin-top: 10px;
	border-radius: 6px;
}
.main-navigation {
	letter-spacing: -0.01em;
	position: relative;
}

.main-navigation a{
	text-decoration: none;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}
.site-header .search-form {
	position: absolute;
	right: 15px;
	top: 0;
	display: none;
}
.site-header .search-field {
	background: url( "images/search-icon.png" ) 5px center no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 38px;
	margin: 6px 0 4px;
	padding: 0 0 0 34px;
	position: relative;
	width: 1px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.site-header .search-field {
		background-image: url( "images/search-icon-2x.png" );
	}
}
.site-header .search-field:focus {
	background-color: #fff;
	border: 1px solid #ddd;
	cursor: text;
	max-width: 100%;
	outline: 0;
	width: 240px;
}
.site-header .search-submit {
	display: none;
}
.ie8 .site-header .search-form input {
	padding-top: 8px;
}

@media screen and (max-width: 779px) {
	.menu-toggle {
		cursor: pointer;
		color: white;
		padding: 10px;
	}
	.main-navigation {
		font-size: 15px;
		text-align: left;
	}
	.main-navigation ul {
		display: none;
	}
	.main-navigation.toggled ul {
		display: block;
	}
	.main-navigation h1 {
		padding: 12px 15px;
	}
	.main-navigation h1:hover {
		opacity: 0.8;
		transition: opacity .15s ease-in-out;
	}
	.main-navigation h1:before {
		content: '\f419';
		display: inline-block;
		-webkit-font-smoothing: antialiased;
		font: normal 16px/1 Genericons;
		margin-right: 10px;
		vertical-align: middle;
	}
	.main-navigation a {
		border-top: solid 1px #ddd;
		display: block;
		padding: 12px 15px;
		color: white;
	}
	.main-navigation ul ul a {
		padding-left: 30px;	
	}
	.main-navigation ul ul ul a {
		padding-left: 45px;	
	}
	.main-navigation ul ul ul ul a {
		padding-left: 60px;	
	}
}

@media screen and (min-width: 780px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation {
		line-height: 54px;
		font-size: 12px;
	}
	.main-navigation li {
		position: relative;
	}
	.main-navigation div.menu > ul > li.page_item_has_children > a,
	.main-navigation ul.menu > li.page_item_has_children > a,
	.main-navigation div.menu > ul > li.menu-item-has-children > a,
	.main-navigation ul.menu > li.menu-item-has-children > a {
		padding-right: 24px;
	}
	.main-navigation div.menu > ul > li.page_item_has_children > a:before,
	.main-navigation ul.menu > li.page_item_has_children > a:before,
	.main-navigation div.menu > ul > li.menu-item-has-children > a:before,
	.main-navigation ul.menu > li.menu-item-has-children > a:before {
		content: "\f107";
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		position: absolute;
		right: 3px;
		font-size: 15px;
		top: 19px;
	}
	.main-navigation div.menu > ul,
	.main-navigation ul.menu {
		letter-spacing: -.40em;
		padding: 0;
	}
	.main-navigation div.menu > ul > li,
	.main-navigation ul.menu > li {
		display: inline-block;
		letter-spacing: normal;
	}
	.main-navigation ul.menu > li:hover {
		background-color: #0053CE;
	}
	.main-navigation li a {
		display: block;
		padding: 0 18px;
		white-space: nowrap;
		color: white;
		text-transform: uppercase;
		font-size: 12px;
		font-family: sans-serif;
	}
	.main-navigation ul ul {
		background-color: #002c5c;
		left: -9999px;
		opacity: 0;
		padding: 0;
		position: absolute;
		text-align: left;
		top: auto;
		transition: opacity .15s ease-in-out;
		z-index: 99999;
	}
	.main-navigation ul li:hover > ul {
		left: 0;
		opacity: 1;
	}
	.main-navigation ul ul ul {
		top: 0;
	}
	.main-navigation ul ul li:hover > ul {
		left: 100%;
		opacity: 1;
	}
	.main-navigation ul ul li a {
		line-height: 26px;
		padding-bottom: 10px;
		padding-top: 10px;
		white-space: nowrap;
		background-color: #0053CE;
	}
	.main-navigation ul ul li a:hover {
		background-color: #3B88FB;
	}
	.main-navigation  ul ul li.page_item_has_children > a:before,
	.main-navigation  ul ul li.menu-item-has-children > a:before {
		content: ">";
		display: inline-block;
		position: absolute;
		right: 5px;
		top: 8px;
	}
	.site-header .search-field {
		margin: 9px 0 7px;
		transition: width .4s ease, background .4s ease;
	}
}


/* =Content
----------------------------------------------- */

/* Base */
.hentry {
	background: url("images/line.png") no-repeat center bottom;
	padding-bottom: 24px;
}
.has-sidebar .hentry {
	background: url("images/line.png") no-repeat left bottom;
}
.single .hentry,
.page .hentry {
	background: none;
	padding-bottom: 0;
}

/* Entry Header */
.entry-header {
	
}
.entry-title {
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	padding: 9px;
	color: white;
	max-width: none;
	margin-top: 0px;
	background-color: #002c5c;
}
.entry-title a {
	color: white;
}
.entry-title a:hover {
	color: #e0e0e0;
}
.entry-meta {
	color: #777;
	font-size: 14px;
	text-align: center;
}
.entry-meta a {
	border-bottom: solid 1px #ccc;
	color: #777;
}
.entry-meta a:hover {
	color: #333;
}
.entry-meta {
	margin-bottom: 24px;
}
.post-thumbnail {
	margin-bottom: 24px;
	text-align: center;
}
.post-thumbnail a:hover {
	opacity: 0.8;
	transition: opacity .15s ease-in-out;
}
.has-sidebar .entry-title,
.has-sidebar .entry-meta,
.has-sidebar .post-thumbnail {
	text-align: left;
}
.entry-content {
	margin-bottom: 24px;
}
@media screen and (min-width: 780px) {
	.entry-meta {
		font-size: 16px;
	}
}
@media screen and (min-width: 960px) {
	.no-sidebar .post-thumbnail {
		margin-left: -50px;
		margin-right: -50px;
	}
}

/* Sticky Post */
.no-sidebar .sticky .entry-title:before {
	color: #999;
	content: '\f308';
	display: block;
	-webkit-font-smoothing: antialiased;
	font: normal 32px/1 Genericons;
	margin-bottom: 8px;
	text-align: center;
}
.has-sidebar .sticky .entry-title:after {
	color: #999;
	content: '\f308';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 26px/1 Genericons;
	margin-left: 5px;
	vertical-align: text-top;
}

/* Entry Summary */
.entry-summary {
	margin-bottom: 24px;
}
.continue-reading {
	text-transform: uppercase;
}

/* Page Links */
.page-links {
	clear: both;
	margin: 0 0 24px;
}

/* Archive */
.page-header {
	margin-bottom: 36px;
}
.page-title {
	font-size: 22px;
	line-height: 30px;
}

/* Hide Title */
.format-aside .entry-title,
.format-image .entry-title,
.format-link .entry-title,
.format-quote .entry-title {
	display: none;
}

/* Link */
.format-link .entry-content a {
	font-style: italic;
}

/* Quote */
.format-quote .entry-content blockquote {
	font-size: 20px;
	line-height: 32px;
}
.format-quote .entry-content cite {
	display: inline-block;
	margin-top: 12px;
}
@media screen and (min-width: 780px) {
	.format-quote .entry-content blockquote {
		font-size: 24px;
		line-height: 36px;
	}
}

/* Status */
.format-status .entry-content {
	font-size: 18px;
	line-height: 28px;
}
@media screen and (min-width: 780px) {
	.format-status .entry-content {
		font-size: 19px;
		line-height: 32px;
	}
}

/* Gallery */
.gallery {
	display: table;
	margin: 0 auto 24px;
}
.gallery dl {
	float: left;
}
.gallery dt {
	margin-bottom: 10px;
	margin-right: 10px;
}
.gallery .gallery-caption {
	display: none;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.6%;
}
.gallery-columns-7 .gallery-item {
	width: 14.2%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.1%;
}


/* =Comments
----------------------------------------------- */

/* Base */
.comments-area {
	margin-top: 48px;
}

/* Comment Header */
.comments-title,
.comment-reply-title {
	font-size: 18px;
	margin-bottom: 24px;
}
@media screen and (min-width: 780px) {
	.comments-title,
	.comment-reply-title {
		font-size: 22px;
		line-height: 28px;
	}
}

/* Comment Structure */
.comment-list {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0 0 24px 0;
}
.comment-list .children {
	list-style: none;
	margin-left: 28px;
}
.comment-list .comment-body {
	border-top: 1px solid #ddd;
	padding: 24px 15px;
	position: relative;
}
.has-avatars .comment .comment-body {
	padding-left: 72px;
}
.bypostauthor > .comment-body {
	background: #f8f8f8;
}

/* Comment Meta */
.comment-author {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 2px;
}
.comment-author a {
	color: #333;
}
.comment-author a:hover {
	color: #555;
}
.comment-author .avatar {
	height: 42px;
	left: 15px;
	position: absolute;
	top: 28px;
	width: 42px;
}
.comment-author .says {
	display: none;
}
.comment-metadata {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 12px;
}
.comment-metadata a,
a.comment-edit-link {
	color: #777;
}
.comment-metadata a:hover,
a.comment-edit-link:hover {
	color: #333;
}
.comment-edit-link {
	margin-left: 15px;
}

/* Comment Body */
.comment-body .reply a {
	color: #777;
	font-size: 14px;
}
.comment-body .reply a:hover {
	color: #333;
}
.comment-body .reply a:before {
	content: "\f412";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 13px/1 Genericons;
	margin-right: 3px;
	text-decoration: inherit;
	vertical-align: middle;
}

.comment-awaiting-moderation {
	color: #777;
}

/* Comment Form */
.comment-respond {
	padding-top: 24px;
	margin-bottom: 48px;
}
.comment-respond a {
	text-decoration: underline;
}
#commentform label {
	display: block;
}


/* =Navigation
----------------------------------------------- */

/* Post Navigation */
.post-navigation h2 {
	color: #777;
	font-size: 14px;
	text-transform: uppercase;
}
.post-navigation a {
	text-decoration: underline;
}
.post-navigation .nav-previous {
	margin-bottom: 24px;
}
.post-navigation .nav-next {
	text-align: right;
	margin-bottom: 24px;
}
@media screen and (min-width: 780px) {
	.post-navigation h2 {
		font-size: 15px;
	}
	.post-navigation {
		overflow: hidden;
	}
	.post-navigation .nav-previous {
		float: left;
		width: 45%;
	}
	.post-navigation .nav-next {
		float: right;
		width: 45%;	
	}
}

/* Paging Navigation */
.paging-navigation {
	overflow: hidden;
	text-transform: uppercase;
}
.paging-navigation a {
	text-decoration: underline;
}
.paging-navigation .nav-previous {
	float: left;
	width: 50%;
}
.paging-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* Comment Navigation */
.comment-navigation {
	margin-bottom: 24px;
	overflow: hidden;
	text-transform: uppercase;
}
.comment-navigation a {
	text-decoration: underline;
}
.comment-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =Widgets
----------------------------------------------- */

/* Base */
.widget {
	color: #555;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 48px;
}
@media screen and (min-width: 780px) {
	.widget {
		font-size: 15px;
		line-height: 24px;
	}
}

/* Heading */
.widget h1 {
	font-size: 16px;
	margin-bottom: 12px;
}
@media screen and (min-width: 780px) {
	.widget h1 {
		font-size: 17px;
	}
}

/* List */
.widget ul {
	list-style: none;
	margin-left: 1.5em;
}
.widget ul li {
	line-height: 20px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.widget ul li li:last-child {
	padding-bottom: 0;
}
.widget ul li:before {
	content: '\f428';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 Genericons;
	left: -1.2em;
	position: relative;
	top: 0.21em;
	width: 0;
}
@media screen and (min-width: 780px) {
	.widget ul li {
		line-height: 22px;
	}
}

/* Meta */
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #999;
	display: block;
	font-size: 13px;
}
.widget_rss .rssSummary,
.widget_rss cite {
	color: #777;
	font-size: 13px;
}
@media screen and (min-width: 780px) {
	.widget_recent_entries .post-date,
	.widget_rss .rss-date {
		font-size: 14px;
	}
	.widget_rss .rssSummary,
	.widget_rss cite {
		font-size: 14px;
	}
}

/* Text */
.textwidget a {
	text-decoration: underline;
}

/* Search */
.widget_search input[type="search"] {
	max-width: 300px;
	width: 100%;
}
.widget_search .search-submit {
	display: none;
}

/* Recent Comments */
.widget_recent_comments a {
	text-decoration: underline;
}

/* Calendar */
.widget_calendar table {
	max-width: 300px;
	line-height: 28px;
}
.widget_calendar td,
.widget_calendar th {
	text-align: center;
}
.widget_calendar thead th {
	border-bottom: double 3px #ddd;
	border-top: solid 1px #ddd;
	padding: 3px 0;
}
.widget_calendar tbody td {
	border-bottom: solid 1px #eee;
}
.widget_calendar tbody td a {
	background-color: #eee;
	display: block;
	text-decoration: underline;
}
.widget_calendar tbody td a:hover {
	background-color: #f6f6f6;
}
.widget_calendar tfoot td {
	padding-top: 8px; 
}
.widget_calendar tfoot td a {
	text-decoration: underline;
}
.widget_calendar tfoot td#prev {
	text-align: left;
}
.widget_calendar tfoot td#next {
	text-align: right;
}


/* =Footer
----------------------------------------------- */

/* Base */
.site-footer {
	border-top: solid 1px #ddd;
}

/* Footer Widget */
.footer-area {
	border-bottom: solid 1px #ddd;
	margin-top: 48px;
}

/* Footer Info */
.site-info {
	color: #555;
	margin: 24px auto;
	text-align: center;
}
.site-copyright {
	font-size: 12px;
	margin-bottom: 12px;
}
.site-copyright a:hover {
	color: #111;
}
.site-credit {
	color: #777;
	font-size: 13px;
}
.site-credit a {
	border-bottom: solid 1px #ccc;
}
.site-credit a:hover {
	color: #333;
}
@media screen and (min-width: 780px) {
	.site-copyright {
		font-size: 12px;
	}
	.site-credit {
		font-size: 14px;
	}
}


/* =Plugins
----------------------------------------------- */

/* Jetpack Infinite Scroll */
.infinite-scroll .paging-navigation {
	display: none;
}
.infinite-loader {
	margin: 0 auto;
	width: 25px;
}
#infinite-handle {
	text-align:center;
}
#infinite-handle span {
	background: #333;
	border-radius: 0;
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	padding: 9px 24px 8px;
	text-align: center;
}
#infinite-handle span:hover {
	background: #666;
}
@media screen and (min-width: 780px) {
	#infinite-handle span {
		font-size: 16px;
	}
}

/* Jetpack Widgets */
#subscribe-email input {
	margin-top: 0;
	max-width: 300px;
	padding: 8px;
	width: 100%;
}
.widget_jetpack_display_posts_widget h4 {
	margin-bottom: 12px;
}
.widget_jetpack_display_posts_widget img {
	margin-bottom: 12px;
}
.widget_jetpack_display_posts_widget p {
	line-height: 22px;
}
.grofile-thumbnail {
	max-width: 150px;
}

/* Contact Form 7 */
.wpcf7-list-item-label {
	font-size: 94%;
}
.wpcf7-file {
	border: solid 1px #ddd;
	padding: 5px;
}

@media screen and (max-width: 850px) {
	.right_part_branding{
		float: none;
		width: 100%;
		text-align: center;
	}
	.site-logo {
		float: none;
	}
}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	.main-navigation,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comment-respond,
	.navigation,
	.sidebar-area,
	.footer-area {
		display: none;
	}
	.site {
		padding: 0;
	}
	.site-content {
		max-width: 100%;
	}
}


/* WOOCOMMERCE */

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 35%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 60%;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	margin-bottom: 1em;
}

.woocommerce div.product form.cart, .woocommerce div.product p.cart {
    margin-top: 2em;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 2em;
}

.product_title {
    font-size: 30px;
    text-align: left;
    background-color: transparent;
	color: #444444;
	text-transform: capitalize;
}

.woocommerce #reviews #comments ol.commentlist {
    padding-left: 0px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-weight: normal;
}

.woocommerce table.shop_table td {
    border-top: none;
}

.related.products {
    margin-top: 50px;
}

.woocommerce .blockUI.blockOverlay {
  position: relative!important;
  display: none!important;
}

.sku_wrapper{
	display: none;
}

.woocommerce div.product form.cart .variations {
    width: 80%;
}

.woocommerce-variation-price{
	margin-bottom: 20px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #002c5c;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #385d86;
}

.woocommerce-Price-amount.amount{
	margin-right: 5px;
}

#coupon_code{
	width: 100px !important;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0;
    display: inline-block;
}