/* Toolbar Styling */
.tm-toolbar {
	padding:0;
	z-index:10000000;
	background-image:none !important;
	height:44px;
	overflow:hidden;
	border-bottom:none !important;
}

.tm-toolbar span {
    background-color: #056c99;
    color: #fff;
    cursor: default;
    display: inline-block;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 7px;
    padding: 20px 15px 14px 40px;
    position: relative;
    vertical-align:top;
    height:13px;
    margin-right:-1px;
}
.tm-toolbar i {
    background-color: #bfbebd;
    display: inline-block;
    font-size: 1.5em;
    margin-left: -3px;
    padding: 10px 7px 11px 14px;
    text-align: center;
    width: 30px;
    color:#fff;
}
.tm-toolbar span i {
	font-size:1.3em;
	color:#39aadb;
	font-weight:bold;
	padding:0;
	margin:0;
	background:transparent;
	cursor:default;
	position:absolute;
	top:12px;
	left:10px;
}
.tm-toolbar i.uk-icon-twitter {
	background-color:#a89781;
}
.tm-toolbar a:hover i {
	background-color:#d4d3d2;
}
.tm-toolbar a:hover i.uk-icon-twitter {
	background-color:#c5b39c;
}
.tm-toolbar .mod-languages {
	margin:0;
	padding:0;
	border:0;
}
.tm-toolbar .mod-languages ul {
	margin:0;
	padding:0;
	list-style:none;
}
.tm-toolbar .mod-languages ul li {
	margin:0;
	padding:0;
	list-style:none;
}
.tm-toolbar .mod-languages ul li a {
	display:inline-block;
	background-color:#024b6a;
	color:#85c0da;
	font-weight:normal;
	padding:11px 20px;
}
.tm-toolbar .mod-languages ul li a:hover {
	background-color:#036791;
}

@media (max-width: 405px) {
	.tm-toolbar .mod-languages ul li a {
		padding:11px 5px;
		font-size:14px;
	}
	.tm-toolbar span {
		padding-left:30px;
		padding-right:5px;
	}
	.tm-toolbar i {
		padding:10px 1px 11px 8px;
	}
	.tm-toolbar span i {
		left:1px;
		top:10px;
	}
}

/* Navbar re-styling */
a {
	transition:no !important;
}
.uk-navbar-nav > li > a {
	font-weight:normal;
	height:120px;
	line-height:120px;
	/*font-size:1.3vw;*/
}
@media (max-width: 1220px) {
	.uk-navbar-nav > li > a {
		padding:0 5px;
	}
}
@media (max-width: 952px) {
	.uk-navbar-nav > li > a {
		font-size:16px;
	}
}
@media (max-width: 894px) {
	.ocm-logo img {
		width: 240px;
	}
}
@media (max-width: 822px) {
	.uk-navbar-nav > li > a {
		font-size:14px;
	}
}
@media (width: 768px) {
	.uk-navbar-flip {
		margin-top:27px !important;
		margin-bottom:-32px !important;
	}
	.top-parallax .uk-container .uk-grid {
		margin-top:2% !important;
	}
}
.uk-navbar-nav > li > a:hover {
	color:#fff;
}
.uk-navbar-flip {
	margin-top:0;
	height:120px;
}
.tm-headerbar {
	margin-top:44px;
	z-index:100000000;
}
@media (max-width: 768px) {
	.tm-headerbar {
		margin-top:0;
		z-index:100000000;
	}
	.uk-navbar-flip {
		height:auto;
		line-height:20px;
		margin-top:65px;
		float:right;
	}
	.ocm-logo {
		line-height:0px !important;
	}
	.tm-headerbar .uk-container {
    	height: 139px;
    	padding-top: 44px;
    	line-height:95px;
	}
	body.tm-isblog .tm-block:nth-child(3) {
		padding-top:33px;
	}
}
@media (max-width: 383px) {
	.ocm-logo img {
		width: 240px;
	}
}
.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
	color:#fff;
}
.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus {
	color:#fff;
}
.ocm-logo {
	display:inline-block;
	line-height:120px;
}
.uk-navbar-nav > li.uk-open > a {
	background-color:#30a6d9;
}

/* Trophy Styling */
.tm-top-a .ocm-trophy div, .tm-top-a .ocm-trophy h1 {
	width:50%;
	margin:0;
	padding:0;
	display:block;
	float:right;
	text-align:left;
	height:120px;
	position:relative;
} 
.tm-top-a {
	height:120px;
}
 .tm-top-a .ocm-trophy h1 {
 	font-size:32px !important;
 	line-height:34px !important;
 	text-transform:uppercase;
 	text-align:left;
 	width:202px;
	white-space:normal !important;
}
.tm-top-a .ocm-trophy h1 br {
	display:none;
}
.tm-top-a .ocm-trophy h1 sup {
    display: block;
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
    top: 14px;
	line-height:32px;
	padding-left: 0px !important;
}
.tm-top-a .ocm-trophy div img {
    left: 0;
    position: absolute;
    bottom: -57px;
    z-index: 10000;
}
.tm-block-light {
	border-bottom:6px solid #dcdcdc;
	background-image:url(../images/bg-topa.png);
	background-repeat:repeat-x;
	background-position:center top;
}
@media (max-width: 629px) {
	.tm-top-a .ocm-trophy h1 {
		width:218px;
	}
}
@media (max-width: 500px) {
	.tm-top-a .ocm-trophy h1 {
    	font-size: 24px !important;
    	line-height: 30px !important;
    	padding-top: 18px !important;
    	width: 40%;
	}
	.tm-top-a .ocm-trophy div {
		width:60%;
	}
}
@media (max-width: 424px) {
	.tm-top-a .ocm-trophy h1 {
    	font-size: 20px !important;
    	line-height: 26px !important;
    	padding-top: 26px !important;
    	width: 35%;
	}
	.tm-top-a .ocm-trophy div {
		width:65%;
	}
}
@media (max-width: 390px) {
	.tm-top-a .ocm-trophy h1 {
    	font-size: 20px !important;
    	line-height: 26px !important;
    	padding-top: 26px !important;
    	width: 30%;
	}
	.tm-top-a .ocm-trophy div {
		width:70%;
	}
}
@media (max-width: 335px) {
	.tm-top-a .ocm-trophy h1 {
    	font-size: 14px !important;
    	line-height: 23px !important;
    	padding-top: 10px !important;
    	width: 25%;
	}
	.tm-top-a .ocm-trophy div {
		width:75%;
	}
	.tm-top-a .ocm-trophy h1 sup {
		font-size:12px;
	}
}

/* Plans and services */
.cs-box-brown {
	background:transparent;
	background-image:url(../images/bg-plans.png);
	background-repeat:repeat;
	background-position: 0 0;
	position:absolute !important;
	bottom:15px;
	left:0;
	right:0;
	margin:0 !important;
	text-align:left;
}
.uk-article .uk-width-medium-1-2 div.ocm-jsadd1 {
	position:relative;
	padding:0 0 15px 0 !important;
	margin:20px;
	overflow:hidden;
}
.cs-box-brown h2 {
    background-image: url("../images/icon-plans.png");
    background-position: 10px 12px;
    background-repeat: no-repeat;
    font-weight: normal;
    line-height: 35px;
    padding-left: 115px;
    padding-top: 15px;
    text-align: left;
}
.ocm-list h2 span {
	text-transform:lowercase;
}
.cs-box-brown .uk-button {
	background-color:#30a6d9;
	color:#fff;
	margin-left:115px;
}
.ocm-list .uk-width-1-5 {
	width:33%;
	margin-right:-3%;
}
.ocm-list .uk-width-4-5 {
	width:70%;
	padding-bottom:50px;
}
.ocm-list h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
}
.ocm-list p {
	margin:0;
}
.ocm-list .uk-grid {
	position:relative;
}
.ocm-list .uk-grid .uk-button {
	position:absolute;
	bottom:0;
	left:35%;
	background-color:#30a6d9;
	color:#fff;
	font-weight:bold;
	font-size:14px;
}
@media (max-width: 1070px) {
	.cs-box-brown h2 {
    	background-position: -10px 4px;
    	line-height: 28px;
    	padding-left: 100px;
    	padding-top: 7px;
	}
	h2 sup {
    	display: block;
    	font-size: 18px;
    	font-weight: 300;
    	line-height: 21px;
    	padding-top: 10px;
	}
	.cs-box-brown .uk-button {
		margin-left:100px;
		font-size:14px;
		font-weight:bold;
	}
}
@media (max-width: 768px) {
	.ocm-list {
		padding:20px !important;
	}
	.ocm-list .uk-width-4-5 {
		padding-left:0;
	}
	.ocm-list .uk-grid .uk-button {
		left:30%;
	}
}
@media (max-width: 670px) {
	.ocm-list .uk-width-4-5 {
		padding-left:25px;
	}
	.ocm-list .uk-grid .uk-button {
		left:34%;
	}
}
@media (max-width: 550px) {
	.ocm-list .uk-grid .uk-button {
		left:35%;
	}
}
@media (max-width: 450px) {
	.ocm-list .uk-grid .uk-button {
		font-size:12px;
		left:37%;
	}
}
@media (max-width: 480px) {
	.cs-box-brown {
		left:50%;
		top:0;
	}
	.cs-box-brown h2 {
    	background-position: -17px 4px;
    	line-height: 28px;
    	padding-left: 70px;
    	padding-top: 13px;
	}
	.cs-box-brown h2 sup {
		padding-top:25px;
		margin-left:-75px;
	}
	.cs-box-brown .uk-button {
    	font-size: 13px;
    	font-weight: normal;
    	margin-left: 0;
	}
}
@media (max-width: 480px) {
	.cs-box-brown {
		left:40%;
	}
}
@media (max-width: 408px) {
	.cs-box-brown {
		left:30%;
	}
}
@media (max-width: 380px) {
	.cs-box-brown {
		left:20%;
	}
	.cs-box-brown h2 sup {
    	font-size: 14px;
    	margin-left: -75px;
    	padding-top: 20px;
	}
	.cs-box-brown .uk-button {
		margin-top:-15px !important;
	}
}
@media (max-width: 360px) {
	.cs-box-brown {
		left:10%;
		padding-top:0;
	}
	.cs-box-brown h2 {
    	background-position: -18px -4px;
    	line-height: 28px;
    	padding-left: 70px;
    	padding-top: 5px;
	}
}
/* Style Blogs */
.ocm-jsadd2 {
	background-color:#f5f3f4;
}
.ocm-blog-list h3.uk-panel-title {
	text-align:center;
	color:#838383 !important;
	text-transform:uppercase;
	font-size:26px;
	line-height:32px;
	padding-top:20px;
	padding-bottom:10px;
	font-weight:bold;
}
.ocm-blog-list h2.macb-title a {
	text-transform:none !important;
	text-decoration:none;
	font-size:26px;
}
.ocm-blog-list h2.macb-title a::after {
	content:"";
	display:block;
	width:10%;
	height:2px;
	background-color:#ececec;
}
.ocm-blog-list {
	color:#5a5555;
}
.ocm-blog-list .macb-row {
	padding:20px;
	position:relative;
	width:auto !important;
}
.ocm-blog-list .macb-row:nth-child(odd) {
	background-color:#fafafa;
	border: 1px solid #e2e2e2;
}
.ocm-blog-list .macb-date {
    background-color: #2e5d75;
    color: #fff;
    font-size: 26px;
    font-weight: normal;
    left: 0;
    line-height: 26px;
    margin: 0;
    padding: 8px 10px;
    position: absolute;
    top: 26px;
}
.ocm-blog-list .macb-date span {
	display:block;
}
.ocm-blog-list .macb-date span.ocm-year-time {
	font-size:14px;
}
.ocm-blog-list .macb-read-more {
    background: #30a6d9 none repeat scroll 0 0;
    bottom: 20px;
    display: block;
    float: right;
    font-size: 16px;
    font-weight: bold;
    margin-right: 0;
    margin-top: 25px;
    padding: 0 35px;
    position: absolute;
    right: 20px;
}
.ocm-blog-list .macb {
	overflow:visible;
}

.ocm-blog-list .macb-thumb {
	float:left;
}	
.ocm-blog-list .macb-title, .ocm-blog-list .macb-introtext {
	margin-left:265px;
	margin-top:0;
}
@media (max-width:699px) {
	.macb-introtext p {
		padding-bottom:35px;
	}
}
@media (max-width:560px) {
	.ocm-blog-list .macb-thumb {
		width:40%;
		overflow:hidden;
	}
	.ocm-blog-list .macb-title, .ocm-blog-list .macb-introtext {
		margin-left:43%;
	}
	.macb-img {
		max-width:184px;
	}
}
@media (max-width:480px) {
	.ocm-blog-list .macb-row {
		background-color:#fafafa;
		border: 1px solid #e2e2e2;
		overflow:visible;
		margin-top:20px;
		margin-bottom:30px;
	}
	.ocm-blog-list .macb-date {
    	background-color: #2e5d75;
    	color: #fff;
    	font-size: 26px;
    	font-weight: normal;
    	left: 40%;
    	line-height: 26px;
    	margin: 0;
    	padding: 8px 10px;
    	position: absolute;
    	top: -18px;
    	z-index:10000;
	}
	.ocm-blog-list .macb-article-info {
		overflow:visible;
	}
	.ocm-blog-list .macb-block {
		float:none;
	}
	.ocm-blog-list .macb-title {
		margin-left:0 !important;
	}
	.ocm-blog-list .macb-thumb {
    	left: 0px;
    	position: relative;
    	top: 0px;
    	width: 100%;
	}
	.ocm-blog-list h2.macb-title a {
    	display: block;
    	font-size: 18px;
    	line-height: 22px;
    	margin-top: 35px;
    	text-decoration: none;
    	text-transform: none !important;
	}
	.macb-img {
    	max-height: auto;
   	 	max-width: 100%;
    	margin:0 auto;
    	display:block;
	}
	.ocm-blog-list .macb-title, .ocm-blog-list .macb-introtext {
		margin-left:0 !important;
	}
	.ocm-blog-list .macb-read-more {
		right:30%;
	}
}

/* Footer contact details */
.ocm-jsadd3 {
	background:#2e5d75 url("../images/footer.jpg") no-repeat scroll center 0px !important;
}
.ocm-jsadd3 .ocm-contact-form {
	background-color:rgba(46, 93, 117, 0.65);
	height:auto !important;
	padding:35px 35px 20px 35px !important;
}
.ocm-jsadd3 .ocm-contact-form h3 {
    color: #fff !important;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    width: 100% !important;
}
.ocm-jsadd3 .formResponsive input[type="text"] {
	display:block;
}
.ocm-jsadd3 .formResponsive textarea {
	display:block;
}
.ocm-jsadd3 .formResponsive input[type="submit"] {
    background: #30a6d9 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    clear: both;
    color: #ffffff;
    float: none;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 12px 40px;
}
.ocm-jsadd3 .cs-form-right {
	background:transparent url("../images/bg-contact-det.png") repeat scroll center top !important;
	padding:21px !important;
	margin-right:15px;
	margin-left:-15px;
}
.ocm-jsadd3 .cs-form-right h3 {
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	font-size26px !important;
}
.ocm-logo-footer img {
    position: absolute;
    right: 35px;
    top: 85px;
    width: 155px;
}
.ocm-jsadd3 hr {
	margin:26px 0 !important;
}
.ocm-jsadd3 .ocm-contact-form {
	margin-left:15px;
	margin-right:-15px;
}
.ocm-jsadd3 .ocm-heading {
    background: transparent url("../images/bg-contact-head.png") repeat scroll center top !important;
    color: #2e5d75;
    font-size: 26px;
    line-height: 30px;
    margin-left: -49px;
    margin-right: -16px;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
}
.ocm-foot-cont {
	color:#fff;
	margin-top:40px;
}
.ocm-foot-cont p span {
	display: block;
	text-align: left;
	color: rgb(255, 255, 255) !important;
}
.ocm-foot-cont1 {
	float:left;
	width: 40%;
}
.ocm-foot-cont .uk-width-medium-1-3 {
	float:right;
}
.ocm-foot-cont .uk-width-medium-1-3 span, .ocm-foot-cont .uk-width-medium-1-3 a {
	color:#fff !important;
}
.ocm-jsadd3 .formBody {
	text-align:center;
}
.tm-footer {
	margin-right:15px;
	margin-left:50px;
}
@media (max-width:885px) {
	.ocm-jsadd3 .cs-form-right {
		padding:15px !important;
	}
	.ocm-jsadd3 .ocm-contact-form {
		padding:15px 15px 20px !important;
	}
	.ocm-logo-footer img {
    	right: 15px;
    	top: 62px;
	}
	.ocm-jsadd3 .uk-width-1-3 {
		font-size:14px !important;
	}
}
@media (max-width:777px) {
	.ocm-logo-footer img {
    	right: 5px;
	}
}
@media (max-width:767px) {
	.ocm-jsadd3 {
		background:#2e5d75 url("../images/footer.jpg") no-repeat scroll center -60px !important;
	}
	.ocm-jsadd3 .ocm-contact-form {
    	padding: 35px 35px 20px !important;
	}
	.ocm-jsadd3 .cs-form-right {
    	padding: 35px !important;
	}
	.ocm-logo-footer img {
    	right: 35px;
    	top: 85px;
	}
	.ocm-jsadd3 .cs-form-right {
		margin-left:0;
		margin-right:0;
	}
	.ocm-jsadd3 .ocm-contact-form {
		margin-right:0;
	}
	.ocm-jsadd3 .ocm-heading {
		margin-left:-25px;
		margin-right:0px;
	}
}
@media (max-width:767px) {
	.ocm-jsadd3 {
		background:#2e5d75 url("../images/footer.jpg") no-repeat scroll center -20px !important;
	}
}
@media (max-width:462px) {
	.ocm-logo-footer img {
		display:none;
	}	
}
@media (max-width:394px) {
	.ocm-jsadd3 .ocm-heading {
		padding:15px;
	}
	.ocm-jsadd3 .cs-form-right {
    	padding: 10px !important;
	}
	.ocm-jsadd3 .ocm-contact-form {
		background-color:transparent;
	}
	.ocm-jsadd3 .ocm-contact-form {
		padding:0 !important;
	}
	.ocm-jsadd3 .ocm-contact-form h3 {
		font-size:20px;
	}
	.ocm-jsadd3 .uk-width-1-3 {
		width:50%;
	}
	.ocm-jsadd3 {
    	background: #2e5d75 url("../images/footer.jpg") no-repeat scroll center 0 !important;
	}
	.ocm-jsadd3 hr {
    	margin: 5px 0 !important;
	}
	.ocm-jsadd3 .uk-width-1-1 p {
		margin-bottom:5px;
	}
	.ocm-jsadd3 .uk-width-1-1 br {
		display:none;
	}
}
.ocm-jsadd3 i {
	font-size:1.3em;
	font-weight:bold;
	color:#2e5d75;
}
.ocm-jsadd3 p.uk-width-1-3 i {
	font-size:14px;
}
.ocm-jsadd3 p {
	color:#404040;
	font-weight:normal;
}
.marker {
	position:relative;
}
.marker i {
	position:absolute;
	top:5px;
	left:0;
	font-size:32px;
}
.ocm-jsadd3 b {
	font-size:1.1em;
	color:#2e5d75;
}
.ocm-logo-footer img {
    position: absolute;
    right: 35px;
    top: 114px;
    width: 130px;
}
.ocm-jsadd3 {
	position:relative;
}
.ocm-footer1 {
    background-color: #2e5d75;
    color: #fff;
    margin-bottom: -36px !important;
    margin-top: 87px;
    padding: 10px;
}
.ocm-footer1 a {
	color:#fff;
}
@media (max-width:888px) {
	.ocm-footer1 {
		margin-top:101px;
	}
}
@media (max-width:767px) {
	.ocm-footer1 {
    	margin-bottom:0px !important;
    	margin-top: 0px;
    	padding: 0px;
	}
}
.uk-button-ocm, .uk-button-ocm:hover {
	background:#f5f3f4 !important;
	color: #968d8d;
	border: 2px solid #e1e1e1;
	text-transform:uppercase !important;
	font-size:14px !important;
	font-weight:normal;
}
.special-one textarea {
	height:35px !important;
}

.macb-img {
	max-width:250px;
	max-height:190px;
}
.macb-thumbnail {
	width:94%;
}
.tm-top-a {
	height:70px;
}

.tm-top-a h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 70px;
    margin: 0 !important;
    padding-left:65px;
    white-space: nowrap;
}



@media (max-width:767px) {
.tm-top-a h1 {
    padding-left:0px;
    font-size: 20px;
}
}
    

.tm-top-a .uk-panel-header p {
	display:none;
}
.tm-top-a .triangle {
    left: 8px;
    position: absolute;
    top: 24px;
}
 
/* slider styling */
.top-parallax .uk-grid {
	position:relative;
}
.ocm-left {
    color: #fff;
    display: block;
    font-size: 3em;
    position: absolute;
    right: -25px;
    top: 44%;
}
.ocm-right {
    color: #fff;
    display: block;
    font-size: 3em;
    left: -25px;
    position: absolute;
    top: 44%;
}
#accueil-top-image {
	background-image:url(../../../images/slider/ocm-bg0.jpg);
}
.cs-top-parallax {
    background-size: cover;
    max-height: 200px;
    min-height: 200px;
    overflow: hidden;
}
.ocm-bg1, .ocm-bg2, .ocm-bg0 {
	background-size: cover;
    max-height: 660px;
    min-height: 660px;
    overflow: hidden;
}
.tm-top-a h1 br {
	display:none !important;
}
.tm-top-a h1 sup {
	padding-left:5px !important;
	top:-2px !important;
	white-space: nowrap;
}
.handle {
	
}
.open {
	margin-right:4px !important;
	z-index:100000;
}
.open .handle {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
    color: #ababab !important;
    display: block !important;
    font-size: 20px !important;
    height: 30px !important;
    left: 345px !important;
    outline: medium none !important;
    position: absolute !important;
    text-decoration: none !important;
    text-indent: 0 !important;
    top: 5px !important;
    width: 30px !important;
}
.handle {
	border: 4px solid #a69279;
	border-right:none !important;
	height:447px;
}
.slide-out-div {
    padding: 5px 20px 20px 20px;
    width: 322px;
    background: #f5f3f4;
	border: 4px solid #a69279;
	height:494px !important; 
	
} 
.ocm-submit input {
    background-image: url("../images/paper-plane.png");
    background-position: 192px 3px;
    background-repeat: no-repeat;
    font-size: 18px;
    font-weight: normal !important;
    margin-left:-15px;
}
.slide-out-div h2 {
	background-image:url(../images/header-bg.png);
	background-repeat:no-repeat;
	background-position:8px 0;
	height:114px;
	width:321px;
	line-height:30px;
}
.ocm1 {
    color: #2e5d75;
    display: inline-block;
    font-size: 33px;
    font-weight: bold;
    padding-left: 8px;
    padding-top: 18px;
    text-transform: capitalize;
    width:70%;
}
.ocm2 {
    color: #30a6d9;
    font-size: 29px;
    padding-left: 8px;
    text-transform: lowercase;
}
.ocm-submit {
    background: rgb(46, 93, 117) none repeat scroll 0 0;
    margin-left: 15px;
    margin-right: -8px;
    padding-bottom: 20px;
    padding-right: 15px;
    padding-top: 20px;
}
.blogues .top-parallax {
	padding-top:164px;
}
.ocmbg1 {
	background-image:url(../images/ocmbg1.png);
	background-repeat:no-repeat;
	background-position:center top;
	height:51px;
	width:100%;
	margin:0;
	padding:0;
}
.bgloc {
	background-image:url(../images/bgloc.png);
	background-repeat:no-repeat;
	background-position:center top;
	height:62px;
	width:100%;
	margin:0;
	padding:0;
}
.ocmcom {
	background-image:url(../images/ocmcom.png);
	background-repeat:no-repeat;
	background-position:center top;
	height:48px;
	width:100%;
	margin:0;
	padding:0;
}
.ocm-visitor input, .ocm-visitor textarea, .ocm-visitor select {
	background-color:#f5f3f4 !important;
	color:#a5a6a8 !important;
	border:1px solid #a5a6a8 !important;
}
.ocm-visitor input:hover, .ocm-visitor textarea:hover, .ocm-visitor select:hover {
	background-color:#31a7d9;
}
.ocm-send input {
	background-color:#31a7d9 !important;
	padding:0 40px;
	border:none !important;
	color:#fff !important;
	text-transform:uppercase !important;
	font-weight:bold !important;
}
.ocmremove {
	font-size:24px;
	color:#fff;
}
.ocm-blog-list {
	position:relative;
}
.ocm-blog-list .ocmicon {
    background-color: #f5f3f4;
    background-image: url("../images/blog-title-bg.jpg");
    background-position: 15px 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 27px;
    margin-bottom: -7px;
    padding-left: 15px;
    padding-right: 4px;
    position: relative;
    width: 28px;
    z-index: 22;
}
.ocm-blog-list .uk-panel-title {
	position:relative;
}
.ocm-blog-list .ocmline {
    background-color: #d4d4d4;
    height: 1px;
    left: 20%;
    position: absolute;
    top: 35px;
    width: 60%;
    z-index:0;
}
.ocm-blog-list .ocmtitle1 {
	background-color: #f5f3f4;
	display:inline-block;
	padding-right:15px;
	position:relative;
	z-index:22;
}
.uk-modal {
	z-index:2147483647 !important;
}
.nous_contact .formResponsive input[type="text"]:focus, .nous_contact .formResponsive textarea:focus {
	border-width:0 !important;
}
.ocmbg1, .bgloc, .ocmcom {
	margin-top:10px;
	margin-bottom:10px;
}
.ocm-jsadd3 b {
	display:block;
}
.ocm-jsadd3 .uk-width-1-1 br {
	display:block;
}
.ocm-jsadd3 .uk-width-1-1 p a {
	font-size:14px;
}
@media (max-width:487px) {
	.ocm-logo-footer img {
		right:13px;
	}
}

/* Visit for V4 */
#rsform_21_page_0, #rsform_24_page_0 {
	color:#fff;
	font-size:18px !important;
}
#rsform_21_page_0 input, #rsform_24_page_0 input, #rsform_21_page_0 select, #rsform_24_page_0 select, #rsform_21_page_0 textarea, #rsform_24_page_0 textarea {
	font-size:18px !important;
}
#rsform_21_page_0 label, #rsform_24_page_0 label {
	padding:0 5px;
}
@media (min-width:770px) {
	.ocmcur2 {
		padding-left:1% !important;
	}
}
@media (min-width:480px) and (max-width:768px) {
	.ocmphones {
		width:33% !important;
	}
	.ocmcur2 {
		width: 66%;
		padding-left:1%;
	}
}

/* Project Styling */
.project-intro, .project-desc {
	float:left;
	position:relative;
	margin-bottom:25px;
    font-size: 20px;
    line-height: 24px;	
}
.project-desc p {
	padding-left:10px;
}
.ocm-caption {
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 0;
    color: #555e31;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 57px;
    left: 0;
    line-height: 18px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.ocm-caption span {
    background-image: url("../images/green-house.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 41px;
    padding-left: 50px;
    padding-top: 14px;
}
.virtual-tour {
	clear:both;
	background-color:#f5f3f4;
	padding:15px;
	color:#004360;
	font-size:20px;
	position:relative;
}
.virtual-tour p {
	margin:0;
}
.virtual-tour p span {
	font-size:30px;
	line-height:34px;
	color:#056c99;
	text-transform:uppercase;
	display:block;
}
.virtual-tour a {
    background-color: #30a6d9;
    color: #fff;
    display: block;
    font-weight: bold;
    height: 56px;
    line-height: 56px;
    padding: 0 56px;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 15px;
}
.virtual-tour a:hover {
	background-color:#37baf2;
}
h1.big-title {
	color:#004360;
	font-weight:lighter;
	text-align:center;
	font-size:36px;
	line-height:36px;
	padding-bottom:20px;
	padding-top:35px;
	margin:0;
      margin-left: 20%;
    margin-right: 20%;
}
h1.big-title::after {
	content: "";
	display:block;
	width:270px;
	height:1px;
	background-color:#9fb6bf;
	margin:-4px auto 0;
}
h1.big-title span::after {
	content:"";
	display:block;
	width:75px;
	height:3px;
	background-color:#003c56;
	margin:15px auto 0 auto;
}
.ocm-contacts {
	margin-top:25px;
}
.ocm-contacts .uk-width-1-3 {
	padding:20px;
	border:1px solid #f5f3f4;
	color:#5a5555;
	line-height:25px;
	height:232px;
}
.ocm-contacts .ocm-clock, .ocm-contacts .ocm-map {
	border-left:0;
}
.ocm-contacts .uk-width-1-3 h3 {
	font-size:20px;
	line-height:20px;
	color:#056c99;
	margin:0;
}
.ocm-contacts .uk-width-1-3 a {
	color:#056c99;
	text-decoration:none;
}
.ocm-contacts .uk-width-1-3 a:hover {
	text-decoration:underline;
}
.ocm-contacts .ocm-phone h3 {
    background-image: url("../images/ocm-contact-phone.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding-left: 48px;
}
.ocm-contacts .ocm-clock h3 {
    background-image: url("../images/ocm-contacts-clock.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding-left: 48px;
}
.ocm-contacts .ocm-map h3 {
    background-image: url("../images/ocm-contacts-map.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding-left: 48px;
}
.ocm-contacts .uk-width-1-3 span.ocm-content {
	padding-left:48px;
	padding-top:20px;
	display:inline-block;
}
.ocm-mmap {
	padding-left:48px;
}
@media (max-width:941px) {
	.virtual-tour p {
    	width:70%;
	}
}
@media (min-width:768px) and (max-width:920px) {
	.ocm-contacts .uk-width-1-3 span.ocm-content {
		padding-left:0;
	}
	.ocm-contacts .uk-width-1-3 {
		padding:10px;
	}
	.ocm-contacts {
		margin-left:1px;
	}
	.ocm-mmap {
		padding-left:0;
	}
	.ocm-clock table {
		font-size:14px;
	}
}
@media (min-width:768px) and (max-width:826px) {
	.ocm-clock .uk-table-condensed td {
		padding:0;
		text-align:center;
	}
}
@media (min-width:500px) and (max-width:768px) {
	.project-intro, .project-desc {
		width:50%;
	}
	.ocm-contacts .uk-width-1-3 {
		width:50%;
	}
	.ocm-contacts {
		margin-left:1px;
	}
	.ocm-map {
		border-left:1px solid #f5f3f4 !important;
		width:100% !important;
	}
	
}
@media (max-width:768px) {
	.project-intro, .project-desc {
		width:50%;
	}
}
@media (max-width:743px) {
	.virtual-tour a {
		padding:0 35px;
	}
}
@media (min-width:500px) and (max-width:663px) {
	.ocm-contacts .uk-width-1-3 span.ocm-content {
		padding-left:0;
	}
	.ocm-contacts .uk-width-1-3 {
		padding:10px;
	}
	.ocm-clock .uk-table-condensed td {
		line-height:18px;
	}
}
@media (max-width:650px) {
	.project-intro {
    	margin: 0 0 25px;
    	text-align: center;
    	width: 100%;
	}
	.project-desc {
		float:none;
		width:100%;
	}
	.virtual-tour p {
    	width:60%;
	}
}
@media (max-width:500px) {
	.virtual-tour {
		text-align:center;
	}
	.virtual-tour p {
    	width:100%;
	}
	.virtual-tour a {
		position:relative;
		top:auto;
		right:auto;
		display:inline-block;
		margin-top:10px;
	}
	.virtual-tour p span {
		margin-top:10px;
	}
	.ocm-contacts .uk-width-1-3 {
		width:100%;
	}
	.ocm-contacts {
		margin-left:1px;
	}
	.ocm-contacts .ocm-clock, .ocm-contacts .ocm-map {
		border-left:1px solid #f5f3f4;
	}
	.ocm-clock, .ocm-map {
		border-top:0 !important;
	}
}
@media (max-width:365px) {
	.ocm-contacts .uk-width-1-3 span.ocm-content, .ocm-mmap {
		padding-left:0;
	}
	.ocm-contacts .uk-table-condensed td {
		line-height:18px;
	}
}
.ocm-plans {
    background-color: #faf9f9;
    background-position: 50% 0;
    background-repeat: no-repeat;
    padding-top: 145px;
}

.ocm-fr {
    background-image: url("../images/select-model-fr.png");
}

.ocm-en {
    background-image: url("../images/select-model-en.png");
}

.ocm-plans .nav-container {
	background:none;
	border:none;
	text-align:center;
	box-shadow:none;
	height:65px;
}
.ocm-plans .nav-container ul {
	border:0;
	margin:0;
	float:none;
	width:100%;
}
.ocm-plans .nav-container ul li {
	display:inline-block !important;
	float:none !important;
	background-color:#f3f3f3 !important;
	border:0 none !important;
	margin:0 !important;
	padding:0 !important;
	margin-left:-3px !important;
}
.ocm-plans .wk-slideshow-tabsbar .nav-container span {
    border: 1px solid #dedcdc;
    color: #aeaeae;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin-right: 0;
    overflow: hidden;
    padding: 0 50px 0 15px;
    position: relative;
    text-shadow:none;
}
.ocm-plans .wk-slideshow-tabsbar .nav-container span span {
    background-image: url("../images/ocm-house-off.png");
    background-position: 0 2px;
    background-repeat: no-repeat;
    border: medium none;
    display: inline-block;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 0;
    width: 42px;
}
.ocm-plans .wk-slideshow-tabsbar .nav-container .active span {
    background-color: #024a6a;
    color: #fff;
    font-size: 20px;
    padding: 0 66px 0 15px;
    height:65px;
    line-height:65px;
    border:0;
}
.ocm-plans .wk-slideshow-tabsbar .nav-container .active span span {
    background-image: url("../images/ocm-house-on.png");
    height: 51px;
    line-height: 51px !important;
    text-align: center;
    width: 53px;
    padding:0;
    background-position:0px -2px;
    top:9px;
}
.ocm-plans .uk-width-1-1 {
	background:#024a6a;
}
.ocm-plans .uk-container {
	margin-top:-65px;
}
.ocm-plans .wk-slideshow-tabsbar .slides-container {
	background:transparent;
	border:none;
	color:#fff;
}
/* Slider Stuff */
.ocm-plans ul.icon {
	margin:0;
	padding:15px 0 0 0;
	width:100%;
	text-align:center;
	height:40px;
}
.ocm-plans ul.icon li {
	display:inline-block;
	width:25px;
	height:25px;
	border-radius:5px;
	background-color:#848484;
	border:none;
	float:none;
}
.ocm-plans ul.icon li.active {
	background-color:#30a6d9;
}
.ocm-plans ul.icon li span {
	display:none !important;
}
.ocm-plans h1.big-title, .ocm-photos h1.big-title {
	color:#fff;
	padding-top:15px;
	padding-bottom:30px;
}
.ocm-photos h1.big-title {
	padding-top:30px;
}
.ocm-plans h1.big-title::after, .ocm-photos h1.big-title::after {
	background-color:#fff;
}
.ocm-plans h1.big-title span::after, .ocm-photos h1.big-title span::after {
	background-color:#fff;
}
/* Photos Styling */
.ocm-photos {
	background-color:#004360;
}
.ocm-photos .uk-width-10-10 {
	text-align:center;
}
.ocm-photos .wk-slideset {
	display:inline-block !important;
	margin-bottom:30px;
}
@media (max-width:820px) {
	.ocm-photos .wk-slideset {
		display:block !important;
	}
}
.ocm-photos .wk-slideset-default > div .prev, .ocm-photos .wk-slideset-default > div:hover .prev {
    background: #30a6d9 none repeat scroll 0 0;
    color: #fff;
    font-family: "FontAwesome";
    font-size: 25px;
    font-weight: lighter;
    height: 50px;
    left: 0;
    line-height: 55px;
    margin-top: -25px;
    text-align: center;
    top: 50%;
    width: 50px;
}
.ocm-photos .wk-slideset-default > div .next, .ocm-photos .wk-slideset-default > div:hover .next {
    background: #30a6d9 none repeat scroll 0 0;
    color: #fff;
    font-family: "FontAwesome";
    font-size: 25px;
    font-weight: lighter;
    height: 50px;
    right: 0;
    line-height: 55px;
    margin-top: -25px;
    text-align: center;
    top: 50%;
    width: 50px;
}
.ocm-photos .wk-slideset-default > div .prev:hover {
	background:#37baf3;
}
.ocm-photos .wk-slideset-default > div .next:hover {
	background:#37baf3;
}
.ocm-photos .wk-slideset-default > div .prev:before {
  content: "\f053";
}
.ocm-photos .wk-slideset-default > div .next:before {
  content: "\f054";
}
.tm-bottom-b h1.big-title {
    padding-bottom: 30px;
    padding-top: 0;
    width: 100%;
    color:#004360;
}
.tm-bottom-b h1.big-title span::after {
	background-color:#a89781;
}
.ocm-design .ocm-design-content p {
	margin:0;
	padding:40px;
	background:#fff;
	position:relative;
	color:#5a5555;
}
.ocm-design .ocm-design-content p span {
	position:absolute;
	left:-18px;
	top:50%;
	height:61px;
	width:18px;
	margin-top:-30px;
	display:block;
	background-image:url(../images/ocm-design-arrow.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
@media (max-width:650px) {
	.ocm-design .uk-width-1-2 {
		width:100%;
	}
	.ocm-design .ocm-design-content p {
		margin-top:35px;
	}
	.ocm-design .ocm-design-content p span {
		-ms-transform: rotate(90deg); /* IE 9 */
    	-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    	transform: rotate(90deg);
    	left:50%;
    	top:-39px;
    	margin:0;
    }
}
#lightbox-overlay {
	z-index:999999999;
}
#lightbox-wrap{
	z-index:9999999999;
}