/*
Theme Name: LimCon 2016
Theme URI: http://www.limconstructions.com
Description: LimCon Custom Template.
Author: Ioakeim Liassides
Version: 1.0.1
*/

/**
Imports and Fonts
**/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);


/**
Simple Css 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%;
	font: inherit;
	vertical-align: baseline;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
    box-sizing: border-box;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body{
	font-family: 'Open Sans', Arial, sans-serif;
}

a {outline : none; color:inherit; text-decoration:none;}
a img {outline : none;}
img {border : 0; display:block;}

/**
Grid
**/
[class*="col-"] {
	float:left;
}	
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

/***
Main Styles
***/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

body , html{
    margin: 0;
	padding:0;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size:12px;
	background:#fff;
	overflow-x:hidden;
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

::selection {color:#FFF;background:#1558ab;}
::-moz-selection {color:#FFF;background:#1558ab;}

html::-webkit-scrollbar{
width:5px;
background:none;
-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
} 

html::-webkit-scrollbar-thumb{
background-color:#1558ab;
-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	width:5px;
}

img{display:block;}

/***
Backgrounds & Colours
***/

.bg_gay{background:#ededed;}
.bg_blue{background:#1558ab;}

/***
Sections and Main Divs
***/
.header{
	position:fixed;
	top:0;
	left:0;
	height:60px;
	width:70%;
	background:#fff;
	z-index:1000;
}

.wrapper{
	float:right;
	width:90%;
	
}
.logo {
	height:50px;
	float:left;
	margin-top:5px;
}
.logo img{
	height:100%;
	float:left;
}

.menu{
	float:right;
	line-height:60px;
	padding:0px 30px;
}

.menu a{
	text-decoration:none;
	color:#444;
	text-transform:uppercase;
	padding:0px 10px;
}

.menu a:hover{
	color:#0e3b72;
}

.menu{
	float:right;
	list-style:none;
	margin:0;
	padding:0;
	padding-right:30px;
}

.menu li{
	float:left;
}

.clearhead{
	float:left;
	width:100%;
	height:60px;
	background:#fff;
}

.gridp{
	margin:0;
	padding:0;
	list-style:none;
}

.gridp a:nth-child(5) .plist{
	width:50%;
	height:59.999vh;
}

.gridp a:nth-child(14) .plist{
	width:50%;
	height:59.999vh;
}

.plist{
	float:left;
	width:25%;
	height:30vh;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	position:relative;
	-o-background-size: cover;
	overflow:hidden;
}

.plisthover{
	position:absolute;
	bottom:-100px;
	left:0;
	width:100%;
	background:#fff;
	padding:10px;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.plist:hover .plisthover{ 
	bottom:0;
}

.slider{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	overflow:hidden;
	background:#3a3e42;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    }

.altmenu{
	position:fixed;
	bottom:0;
	right:0;
	background:#fff;
	padding:20px 30px;
}

.altmenu a{
	text-decoration:none;
	color:#000;
	margin:0px 10px;
	font-weight:700;
}

.title{
	position:absolute;
	bottom:0;
	left:0%;
	text-align:center;
	width:100%;
	margin-bottom:30vh;
	color:#fff;
}

.title h1{
	font-size:3em;
	text-shadow: 3px 2px rgba(0,0,0,0.6);
	text-transform:uppercase;
	margin-bottom:0;
	padding-bottom:0;
	font-weight:700;
}

.title p{
	padding:0;
	margin:0;
	margin-bottom:30px;
}

.title a{
	background:#174986;
	color:#fff;
	text-decoration:none;
	padding:10px 20px;
	display:inline-block;
	border-radius:5px;
}

/**
Single
**/
.background{
	z-index:0;
	height:75vh;
	width:100%;
	background-color:#15294c;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	position:relative;
	
}

#gmap_canvas2{
	width:100%;
	height:75vh;
}

.common{
	width:70%;
	background:#fff;
	overflow:hidden;
	padding-right:30px;
	position:relative;
	margin-top:-80px;
	z-index:10;
}

.propertyimage{
	width:100%;
	height:auto;
	max-height:50vh;
	float:left;
	overflow:hidden;
	margin:20px 0px;
}

.propertyimage img{
	width:100%;
	height:auto;
	margin-top:-10%;
}

.common h1{
	font-size:2.1em;
	margin:30px 0px 10px;
	border-bottom:1px solid #ededed;
	padding-bottom:10px;
}

.common p{
	font-size:1.2em;
	text-align:justify;
	line-height: 2em;
	margin-bottom:20px;
}

.pdetails{
	width:100%;
	float:left;
	margin-top:10px;
	font-size:1.2em;
}

.common h2{
	font-weight:700;
	font-size:1.3em;
	border-bottom:1px solid #ededed;
	padding-bottom:10px;
	margin-bottom:10px;
}

.pdetails span{
	font-weight:700;
	
}

#gmap_canvas{
	width:100%;
	height:40vh;
	float:left;
}
/**Gallery**/

.gallery{
	width:100%;
	margin-top:20px!important;
	margin-bottom:20px!important;
	display:inline-block;
	float:left;
}

.gallery-item{
	float:left;
	width:20%!important;
	overflow:hidden;
	margin-top: 0px!important;
	text-align: center;
	height:140px;
}

.gallery-item img{
	border:5px solid #fff!important;
	width:100%;
	height:auto;
}

.gallery-icon {
	float:left;
	width:100%;
	overflow:hidden;
}

.gallery-icon a{
	float:left;
	width:100%;
	overflow:hidden;
}

.gallery br {
	display: none!important;
}


.wpcf7{
	width:90%;
	float:left;
}

.wpcf7 span{
	width:100%;
	float:left;
	margin-bottom:10px;
}

.wpcf7  input[type=text],
.wpcf7  input[type=email]
{
	width:100%;
	float:left;
	height:35px;
	margin-top:5px;
	padding:0px 10px;
	border:1px solid #cdcdcd;
}

.wpcf7 textarea{
	width:100%;
	float:left;
	margin-top:5px;
	padding:10px 10px;
	border:1px solid #cdcdcd;
}

.wpcf7 input[type=submit]{
	border:none;
	padding:10px 20px;
	color:#fff;
	cursor:pointer;
	background:#05d5b5;
}



.copyrights{
	border-top:2px solid #ededed;
	padding-top:20px;
	margin-top:100px;
	padding-bottom:50px;
	color:#999;
}

.copyrights span{
	font-weight:700;
	width:100%;
	color:#000;
	float:left;
	font-size:13px;
	margin-bottom:10px;
}

.copyrights a{
	color:#777;
}

.copyrights a:hover{
	color:#05d5b5;
}

.jp-carousel-image-meta, #jp-carousel-comment-form, #jp-carousel-comment-form-container{
	display:none;
}