@import 'shortcodes.css';
@import 'settings-panel.css';

/*													  												  BASE ^
-----------------------------------------------------------------------------------------------------------*/

@font-face {
	font-family: 'FontAwesome';
	src: url('../font/icon/fontawesome-webfont.eot@v=3.0.1');
	src: url('../font/icon/fontawesome-webfont.eot@#iefix&v=3.0.1') format('embedded-opentype'),
		 url('../font/icon/fontawesome-webfont.woff@v=3.0.1') format('woff'),
		 url('../font/icon/fontawesome-webfont.ttf@v=3.0.1') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../font/opensans-bold.eot');
    src: url('../font/opensans-bold.eot@#iefix') format('embedded-opentype'),
         url('../font/opensans-bold.woff') format('woff'),
         url('../font/opensans-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../font/opensans-regular.eot');
    src: url('../font/opensans-regular.eot@#iefix') format('embedded-opentype'),
         url('../font/opensans-regular.woff') format('woff'),
         url('../font/opensans-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'OpenSansItalic';
	src: url('../font/opensans-italic.eot');
	src: url('../font/opensans-italic.eot@#iefix') format('embedded-opentype'),
		 url('../font/opensans-italic.woff') format('woff'),
		 url('../font/opensans-italic.ttf') format('truetype');
	font-weight: normal;
}

@font-face {
    font-family: 'OpenSansSemiboldRegular';
    src: url('../font/opensans-semibold.eot');
    src: url('../font/opensans-semibold.eot@#iefix') format('embedded-opentype'),
         url('../font/opensans-semibold.woff') format('woff'),
         url('../font/opensans-semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansExtraboldRegular';
    src: url('../font/opensans-extrabold.eot');
    src: url('../font/opensans-extrabold.eot@#iefix') format('embedded-opentype'),
         url('../font/opensans-extrabold.woff') format('woff'),
         url('../font/opensans-extrabold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansLightRegular';
    src: url('../font/opensans-light.eot');
    src: url('../font/opensans-light.eot@#iefix') format('embedded-opentype'),
         url('../font/opensans-light.woff') format('woff'),
         url('../font/opensans-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansLightItalic';
    src: url('../font/opensans-lightitalic.eot');
    src: url('../font/opensans-lightitalic.eot@#iefix') format('embedded-opentype'),
         url('../font/opensans-lightitalic.woff') format('woff'),
         url('../font/opensans-lightitalic.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('../font/bebasneue-webfont.eot');
    src: url('../font/bebasneue-webfont.eot@#iefix') format('embedded-opentype'),
         url('../font/bebasneue-webfont.woff') format('woff'),
         url('../font/bebasneue-webfont.ttf') format('truetype'),
         url('../font/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'great_vibesregular';
    src: url('../font/greatvibes-regular-webfont.eot');
    src: url('../font/greatvibes-regular-webfont.eot@#iefix') format('embedded-opentype'),
         url('../font/greatvibes-regular-webfont.woff') format('woff'),
         url('../font/greatvibes-regular-webfont.ttf') format('truetype'),
         url('../font/greatvibes-regular-webfont.svg#great_vibesregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	margin: 0;
font: 13px/20px 'OpenSansRegular';
	color: #65686d;

	
}

.formbx{width:26%;
        float:right;
		height:auto;
		
		}
		
.form1hd {
    width: 92%;
    float: left;
    height: auto;
    background: #302f2b;
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: normal;
    color: #fff;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 7%;
}
		 
.formbx-1 {
    width: 100%;
    float: left;
    height: auto;
 
    border-radius: 5px;
   margin-top: 1%;
   padding-top:2%;
}


.test{width:90%;
      float:left;
	  padding-left:2%;
	  padding-top:2%;
	  padding-bottom:2%;
	  margin-left:4%;
	  
	 }

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
}
#boxes #dialog {
  width:350px; 
  height:auto;
  padding:10px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}
.maintext{
	text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}

#lorem{
	font-family: "Segoe UI", sans-serif;
	font-size: 12pt;
  text-align: left;
}
#popupfoot{
	font-family: "Segoe UI", sans-serif;
	font-size: 16pt;
  padding: 10px 20px;
}
#popupfoot a{
	text-decoration: none;
}
.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}



h2 {
    font-size: 17px;
    font-weight: bold;
    float: left;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    background: #d2a969;
    padding-left: 1%;
    width: 98%;
    padding-right: 1%;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
}

.mbf{width:60%;
     float:left;
	 height:auto;
	} 

*::-moz-selection {
	background-color: #e34735;
	color: #fff;
}

*::selection {
	background-color: #e34735;
	color: #fff;
}

.element-wrap {
	margin-bottom: 30px;
}

.element-wrap iframe, #map_canvas {
	width: 100%;
}

#map_canvas img {
	max-width: none !important;
}

.video-wrap {
	position: relative;
	padding-top: 56.25%;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.video-wrap iframe {
	width: 100%;
	height: 100%;

	position: absolute;
	top: 0;		left: 0;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}



.full-shadow {
	border: 1px solid #ccc;
	box-shadow: 1px 1px 4px 0 rgba(180,180,180,0.3);
}

.img-wrap {
	position: relative;
	clear: both;
}

.img-wrap.shadow, .img-wrap .shadow {
	margin-bottom: 5px;
}

.img-wrap img {
	display: block;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

img.no-shadow {
	box-shadow: none;
}

.pretty-photo-item {
	display: block;
	position: relative;
	z-index: 1;
}

.pretty-photo-item:hover .link-overlay {
	background: rgba(15,16,17,0.5); 
}

.pretty-photo-item:hover .link-overlay:before {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity:1;
}

.img-wrap.m-left, img.m-left {
	float: left;
	margin: 0 25px 20px 0;
}

.img-wrap.m-right, img.m-right {
	float: right;
	margin: 0 0 20px 25px;
}

.img-wrap.m-center {
	display: block;
	margin: 0 0 16px;
	text-align: center;
}

.img-wrap.m-center img {
	display: block;
}

.img-wrap.m-center .shadow {
	display: inline-block;
}

img.m-center {
	display: block;
	margin: 0 auto 20px;
}

.img-title {
	position: absolute;
	bottom: 0;	left: 0;
				right: 0;

	z-index: 1;

	padding: 20% 20px 16px;

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(35,38,40,0)), color-stop(100%,rgba(35,38,40,0.6)));
	background: -webkit-linear-gradient(top,  rgba(35,38,40,0) 0%,rgba(35,38,40,0.6) 100%);
	background: linear-gradient(to bottom,  rgba(35,38,40,0) 0%,rgba(35,38,40,0.6) 100%);

	text-align: left;
	color: #ececec;
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}


.shadow,
.shadow-2 {
	position: relative;
	margin-bottom: 43px;
}

.shadow:after,
.shadow-2:after {
	content: '';
	display: block;

	position: absolute;
}

.shadow:after {
	height: 43px;
	bottom: -46px;	left: 0;
					right: 0;
	background: url("../images/shadow.png") no-repeat scroll 0 0 / 100% auto transparent;
}

.shadow-2:after {
	height: 55px;
	bottom: -55px;	left: 0;
					right: 0;
	background: url("../images/shadow-2.png") no-repeat scroll 0 0 / 100% auto transparent;
}

.col-1_3 .shadow,
.col-1_2 .shadow,
.col-1_4 .shadow,
.col-3_4 .shadow {
	margin-bottom: 0;
}

.col-1_3 .shadow:after,
.col-1_2 .shadow:after,
.col-1_4 .shadow:after,
.col-3_4 .shadow:after {
	height: 20px;
	bottom: -23px;
}

.col-3_4 .shadow:after {
	height: 30px;
	bottom: -33px;
}
.floating_form {
	width:250px;
	height:auto;
	float:right;
	position:fixed;
	bottom:200px;
	right:-224px;
	z-index:99999;
	margin-right:6px;
	}

#floating_heading {
	width:35px;
	float:left;
	color:#fff;
	font-size:20px;
	margin-top: 8px;
	}

#floating_content {
	width:206px;
	height:auto;
	float:left;
	background-color:#FFF;
	color:#fff;
	font-size:20px;
	border: 0px solid #000000;
	-moz-border-radius: 5px;/*Firefox*/
	-webkit-border-radius: 5px;/*Safari, Chrome*/
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px #6e6d6d;
	-webkit-box-shadow: 0px 0px 5px #6e6d6d;
	box-shadow: 0px 0px 5px #6e6d6d;
	padding-bottom: 4px;
	padding-top: 6px;
	}

.f_form_one {
	height: 22px;
	width: 175px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	font-family: Arial;
	font-size: 12px;
	color:#666;
	margin-bottom:0px;
	}

.f_form_two {
	height: 60px;
	width: 175px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	margin-bottom:0px;
	}

.floating-btn {
	float:right;
	cursor:pointer;
	padding:3px 8px 5px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	border:0px solid #000;
	background-color:#00468E;
	-moz-border-radius: 5px;/*Firefox*/
	-webkit-border-radius: 5px;/*Safari, Chrome*/
	border-radius: 5px;
	margin:3px 0 4px;
	}

.txt {
	height: 15px;
	width: 80%;
	padding: 6px 4%;
	font-family: "Oxygen",Arial,Helvetica,sans-serif;
	font-weight: 400;
	font-size: 15px;
	border: 1px solid #333;
	box-shadow: 0px 0px 4px #B7B7B7 inset;
	}

.ara {
	width:80%;
	height:82px;
	padding: 6px 4%;
	font-family: "Oxygen",Arial,Helvetica,sans-serif;
	font-weight: 400;
	font-size: 15px;
	border: 1px solid #333;
	box-shadow: 0px 0px 4px #B7B7B7 inset;
	}

.sbmt {
	cursor:pointer;
	padding:3px 8px 5px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	border:0px solid #000;
	background-color:#00468E;
	-moz-border-radius: 5px;/*Firefox*/
	-webkit-border-radius: 5px;/*Safari, Chrome*/
	border-radius: 5px;
	margin:3px 0 4px;
	}
/*-- End Floating Form --*/

.floating_form5 {
	color:#ffffff;
	font-size:15px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin-right:2px;
	padding:12px;
	font-weight:600;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
	top:170px;
	left:4px;
	z-index:99999;
	position:fixed;
	}

.floating_form5 a {
	color:#FFCC33;
	font-size:15px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}

.floating_form5 a:hover {
	color:#FFFFFF;
	font-size:15px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
/*-- End Floating Form --*/
































strong { color: #313538; }

hr {
	height: 1px;
	margin: 20px 0;
	background-color: #e2e2e2;
	border: none;
}

hr.dashed {
	height: 1px;
	margin: 20px 0;
	background: none;
	border-top: 1px dashed #dee1e2;
}

hr.striped {
	height: 14px;
	margin: 20px 0;
	background: url(../images/bg-head.jpg) repeat;
}

.mb{display:none;
	
	
	}

hr.shadow-2 {
	margin: 35px 0;
	background: none;
	border-top: none;
}

a {
	text-decoration: none;
	color: #e34735;
	
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a:hover {
	color: #313538;
}

a.link, a.dark-link {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a.link {
	text-decoration: none;
	color: #FFFFFF;
}

a.link:hover {
	color: #FFFFFF;
}

a.dark-link {
	text-decoration: none;
	color: #FFFFFF;
}

a.dark-link:hover {
	color: #FFFFFF;
}

p {
	position: relative;
	margin: 0 0 15px 0;
}

strong {
	font-family: 'OpenSansSemiboldRegular';
	font-weight: normal;
}

small,
sub,
sup { 
	position: relative; 
	font-size: 9px; 
	vertical-align: baseline; 
	}

sub { top: 3px; }

sup { bottom: 3px; }

pre {
	height: auto;

	margin: 0 0 20px;
	padding: 10px 20px;

	overflow-x: auto;

	background: none repeat scroll 0 0 #F7F7F7;
	border-radius: 2px;
	border: 1px solid #E2E2E2;	

	font-family: monospace;
}

.title {
	margin-bottom: 20px;
}

.p-20 {
	font: 18px/24px 'OpenSansRegular';
	margin-bottom: 20px;
	color: #3c3c40;
}

.margin-0 {
	margin-bottom: 0px;
}

.margin-10 {
	margin-bottom: 10px;
}

.margin-20 {
	margin-bottom: 20px;
}

.margin-30 {
	margin-bottom: 30px;
}

.margin-40 {
	margin-bottom: 40px;
}

.margin-50 {
	margin-bottom: 50px;
}

mark {
	display: inline;
	padding: 2px 4px;
	margin: 0 2px;
	
	background-color: #313538;
	
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	
	color: #edeff1;
}

mark.green {
	background-color: #b0f154;
	color: #28381f;
}

mark.yellow {
	background-color: #f7f962;
	color: #382d1f;
}

.centered {	
	text-align: center;
}

.uppercase {	
	text-transform: uppercase;
}

/*													  columns ^
--------------------------------------------------------------*/
.row {
	margin: 0 -12px;

	line-height: 0;
	font-size: 0px;

	letter-spacing: -.31em;
	word-spacing: -.43em;
}

.row-item1 {
	display: inline-block;

	margin: 0 12px;
	vertical-align: top;	

	text-align: left;
	line-height: 20px;
	font-size: 13px;
color:#fff;
	letter-spacing: normal;
	word-spacing: normal;
}
.row-item {
	display: inline-block;

	margin: 0 12px;
	vertical-align: top;	

	text-align: left;
	line-height: 20px;
	font-size: 13px;
 color:#000;
	letter-spacing: normal;
	word-spacing: normal;
}

.col-1_2 	{ 	width: 493px; }
.col-1_3 	{ 	width: 320px;}
.col-2_3 	{ 	width: 664px;}
.col-1_4 	{ 	width: 234px;}
.col-3_4 	{ 	width: 750px;}


/*														  headers ^
--------------------------------------------------------------*/

h1, h3, h4, h5, h6 {
	margin: 0 0 10px;
	padding: 0;

	line-height: 1em;
	font-weight: normal;
	color: #313538;
}

h1 { font: 38px/38px 'OpenSansRegular';}

h3 { font: 18px 'OpenSansSemiboldRegular'; }
h4 { font: 16px 'OpenSansSemiboldRegular';}
h5 { font: 14px 'OpenSansSemiboldRegular';}
h6 { font: 12px 'OpenSansBold'; text-transform: uppercase;}

h1.lined:before, h1.lined:after,

h3.lined:before, h3.lined:after,
h4.lined:before, h4.lined:after,
h5.lined:before, h5.lined:after,
h6.lined:before, h6.lined:after

{
	content: "";

	width: 200%;
	height: 0.75em;

	display: inline-block;
	margin: 0 -200% 0 0;

	position: relative;
	left: 20px;
	bottom: 0.2em;

	background: url(../images/bg-head.jpg) repeat-x;
	vertical-align: bottom;
}

h1.lined.m-dark:before, h1.lined.m-dark:after,
h2.lined.m-dark:before, h2.lined.m-dark:after,
h3.lined.m-dark:before, h3.lined.m-dark:after,
h4.lined.m-dark:before, h4.lined.m-dark:after,
h5.lined.m-dark:before, h5.lined.m-dark:after,
h6.lined.m-dark:before, h6.lined.m-dark:after 

{
	background: url(../images/bg-head-dark.jpg) repeat-x;
}

h1.lined:before,
h2.lined:before,
h3.lined:before,
h4.lined:before,
h5.lined:before,
h6.lined:before

{
	left: -20px;
	margin: 0 0 0 -200%;
}

h1.lined,
h2.lined,
h3.lined,
h4.lined,
h5.lined,
h6.lined

{
	overflow: hidden;
	position: relative;
}

.sidebar h3 {
	margin-bottom: 13px;
	
	font: 12px 'OpenSansBold';
	text-transform: uppercase;
}

h2.error-404 {
	font: 120px/120px 'OpenSansLightRegular';
	text-shadow: 0 4px 0 #dcdcdc;
}

i.ita {
	font-family:great_vibesregular;
	font-style:normal;
	font-weight:normal; 
	font-size: 150%; 
	vertical-align: middle; 
	display: inline-block; 
}

.semibold {
	font-family: 'OpenSansSemiboldRegular';
}

.great-vibesregular {
	font-family: 'great_vibesregular';
}

/*-----------------------------------------------------------------------------------------------------------*/

.btn-layout {
	width: 32px;
	height: 32px;

	position: fixed;
	top: 10px;	left: 10px;
	z-index: 100;

	border: 1px solid #FC5E32;
	box-shadow: inset 0 1px 0 #FCAB94;
	text-shadow: inset 0 1px 0 #FC5E32;

	background: #ff855f;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#ff855f), color-stop(100%,#ff6d41));
	background: -webkit-linear-gradient(top,  #ff855f 2%,#ff6d41 100%);
	background: linear-gradient(to bottom,  #ff855f 2%,#ff6d41 100%);

	text-align: center;
	font: 20px/31px 'FontAwesome';
	color: #fff;

	cursor: pointer;
}

.btn-layout.active {
	background: #444;
	box-shadow: inset 0 0 3px #333;
	border: 1px solid #333;
}

.main {
	margin: 0 auto;

	background:  #fff;
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

.main.boxed { 
	width: 1090px; 
	margin-top: 20px;
	margin-bottom: 20px;
}

.layout {
	width: 1010px;
	font-family: "Gotham", Arial, sans-serif;
	min-width: 200px;
	margin: auto;
	padding: 0 30px;
}

/*													  												HEADER ^
-----------------------------------------------------------------------------------------------------------*/
.header {
position: relative;
	background-color: #005483;
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,red), color-stop(100%,red));
	background: -webkit-linear-gradient(top,  #red 2%,red 100%);
	background: linear-gradient(to bottom,  #red 2%, 100%);*/

	
}

.header .layout {
	position: relative;
	padding: 0 40px;

	
	
}

.content .header .layout {
	position: relative;
	padding: 40px 40px 0 !important;

	text-align: right;
}

.logo {
	display: inline-block;
	position: static;
	margin: 0;


	line-height: 79px;
	text-align: left;
}

.logo img {
	vertical-align: middle;

}

.mob-layout {
    max-height: 80px;
    float: left;
    text-align: left;
    width: 15%;
    margin-left: 2%;
}

.mob-layout.m-center .wrap-center {
	text-align: center;
}

.mob-layout.m-center .wrap-left {
	position: absolute;
	bottom: 0; left: 40px;
}

.mob-layout.m-center .wrap-left .slogan {
	margin-left: 0;
}

.mob-layout.m-center .wrap-right {
	position: absolute;
	bottom: 0; right: 40px;
}


/*----------------------------------------------*/

.header .layout {
	height: 80px;
	

}

.m-alt-head .mob-layout {
	float: none;
}

.m-alt-head .b-social {
	float: right;
	vertical-align: middle;
}

.slogan {
	display: inline-block;
	margin: 0 0 0 30px;
	vertical-align: top;
	font-size: 12px;
}



/*---------------------------------------------------------- search */

.b-search-form {
	float: right;
	margin: 0 0 0 26px;
}

.b-search-form i {
	margin-top: 0px;
	line-height: 66px;
}

.b-search-form input {
	width: 95px;
	height: 33px;
	background: white;
}

.b-search-form .input-wrap {
	margin-bottom: 0;
}

.b-search-form input:focus {
	width: 180px;
	border: 1px solid #e2e2e2;
	border-top: 1px solid #d4d4d4;
	box-shadow: none;
}

.search-form {  	
    position: relative;

    letter-spacing: -.31em;
	word-spacing: -.43em;
}

.search-text-remove, .search-submit {
    display: none;
}

.search-text {
    width: 0;
    height: 29px;
    
    padding-left: 21px;
    opacity: 0.5;    
    
    background: url(../images/search2.png) no-repeat 0 50%;    
    border: 1px solid transparent;
    
    outline: none;
    cursor: pointer;
    font: 13px 'OpenSansSemiboldRegular';
    color: #555;
    
    -webkit-transition: width 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: width 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.search-text:hover {
    opacity: 1;
}

.search-text:focus {
    width: 127px;
    padding-left: 31px;
    opacity: 1;
    
    border: 1px solid #e2e2e2;
    background-color: #fff;
    box-shadow: 0 0 0 4px #f6f6f6, inset 0 1px 3px rgba(0,0,0,0.04);
    
    cursor: text;
}


/*----------------------------------------------------------------------------------*/

.btn-search {
	display: none;

	width: 24px;
	height: 24px;

	color: #c5c5c5;
	font: 24px/23px 'FontAwesome';
	cursor: pointer;
}

.btn-search.active {
	color: #313538;
}

/*													  											    SLIDER ^
-----------------------------------------------------------------------------------------------------------*/
.accessibility
{
    
    	width: 100% !important;
    	position: relative;
	padding: 0;
	margin-bottom:-5px;
	overflow: hidden;
    
    }

.fullwidthbanner-container {
	width: 100%;
	position: relative;
	padding: 0;
	overflow: hidden;
}



.top-shadow:before {
	content: '';

	display: block;
	width: 70%;
	height: 5px;

	position: relative;
	z-index: 40;

	margin: auto;

	box-shadow: 0 2px 3px rgba(0,0,0,0.1) inset;
}

.tp-leftarrow.default, .tp-rightarrow.default {
	width: 32px !important;
	height: 80px !important;

	left: -40px !important;

	background:../images/left-arrow.jpg;
	border-radius: 2px !important;

	-webkit-transition: background-color 0.4s ease, left 0.2s ease, right 0.2s ease !important;
	transition: background-color 0.4s ease, left 0.2s ease, right 0.2s ease !important;
}

.tp-rightarrow.default {
	left: auto !important;
	right: -40px !important;
}

.tp-leftarrow.default:before, .tp-rightarrow.default:before {
	background:../images/large_left.png;
    display: block;
    text-align: center;
	line-height: 80px;
	font: 20px/80px 'FontAwesome';
	color: #fff;
}

.tp-rightarrow.default:before {
	
}

.tp-leftarrow.default:hover, .tp-rightarrow.default:hover {
	background: #ec1651 !important;
}

.tp-bullets {
	bottom: 22px !important;
	-webkit-transition: bottom 0.2s ease !important;
	transition: bottom 0.2s ease !important;
}

.bullet {
	width: 13px !important;
	height: 13px !important;

	border-radius: 50%;
	background: rgba(0,0,0,0.4) !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.4), 0 1px 0 rgba(250,250,250,0.1);

	margin: 0 4px !important;

	-webkit-transition: opacity 0.2s ease !important;
	transition: opacity 0.2s ease !important;
}

.b-main-slider:hover .ls-fullwidth .ls-bottom-slidebuttons a {
	opacity: 1;
}

.bullet.selected {
	background: #ec1651 !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 1px 2px rgba(0,0,0,0.15);
}



.fullwidthbanner-container:hover .tp-leftarrow.default {
	left: 20px !important;
}

.fullwidthbanner-container:hover .tp-rightarrow.default {
	right: 20px !important;
}

.tp-caption span {
	display: block;

	border-radius: 2px;
	line-height: 1.1em;
	color: #fff;

	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.tp-caption span a {
	color: #FFFFFF;
}

.tp-caption span a:hover {
	color: #e34735;
}

.tp-caption.m-text-color span {
	padding: 0 !important;
	color: #e34735;
}

.tp-caption.m-text-black span {
	padding: 0 !important;
	color: #313538;
}

.tp-caption.m-text-white span {
	padding: 0 !important;
}

.tp-caption.m-bg-white span {
	background-color: #fff !important;
	color: #3f4144;
}
.tp-caption.m-bg-red span {
	background-color: #00b7b6 !important;
	color: #FFFFFF;
}
.tp-caption.m-bg-black span {
	background-color: rgba(255,255,255,0.8) !important;
	color: #000;

}

.tp-caption.m-bg-color span {
	background-color: rgba(227,71,53,0.8) !important;
	color: #fff;
}

.tp-caption.m-7em span {
	padding: 0.25em 0.4em 0.3em;
	line-height: 0.9em;
	font-size: 7em;
}

.tp-caption.m-6em span {
	padding: 0.25em 0.4em 0.3em;
	line-height: 0.9em;
	font-size: 6em;
}

.tp-caption.m-5em span {
	padding: 0.3em 0.4em 0.35em;
	line-height: 0.9em;
	font-size: 5em;
	
}

.tp-caption.m-4em span {
	padding: 0.85em 1.1em 0.9em;
	line-height: 0.9em;
	font-size: 4em;
}

.tp-caption.m-3-8em span {
	padding: 1.3em 1.1em 0.9em;

		margin-top:-45px;
}

.tp-caption.m-3-6em span {
	padding: 0.85em 1.1em 0.9em;
	line-height: 0.9em;
	font-size: 3.6em;
}

.tp-caption.m-3-4em span {
	padding: 0.85em 1.1em 0.9em;
	line-height: 0.95em;
	font-size: 3.4em;
}

.tp-caption.m-3-2em span {
	padding: 0.85em 1.1em 0.9em;
	line-height: 0.95em;
	font-size: 3.2em;
}

.tp-caption.m-3em span {
	padding: 0.85em 1.1em 0.9em;
	line-height: 1em;
	font-size: 3em;
}

.tp-caption.m-2-8em span {
	padding: 0.85em 1.1em 0.9em;
	line-height: 1em;
	font-size: 2.8em;
}

.tp-caption.m-2-6em span {
	padding: 0.35em 0.7em 0.4em;
	font-size: 1.5em;
	margin:9.15em 0.00em;
	

}

.tp-caption.m-2-4em span {
	padding: 0.35em 0.7em 0.4em;
	font-size: 1.9em;
	margin:2.75em 0.61em;

}

.tp-caption.m-2-2em span {
	padding: 0.38em 0.7em 0.43em;
	font-size: 2.2em;
	
}

.tp-caption.m-2em span {
	padding: 0.85em 1.1em 0.9em;
	font-size: 2em;
}

.tp-caption.m-1-8em span {
	padding: 0.85em 1.0em 0.5em;
		font-size: 1.2em;
		margin-left:400px;
		line-height: 1.2em;
}

.tp-caption.m-1-6em span {
	padding: 0.25em 1.0em 0.5em;
	margin-top:-30px;
	margin-left:15.25em;
	font-size: 1.6em;
}

.tp-caption.m-1-4em span {
	padding: 0.55em 1.0em 0.6em;
	line-height: 1.2em;
	font-size: 1.4em;
}

.tp-caption.m-1-2em span {
	padding: 0.6em 1.1em 0.65em;
	line-height: 1.4em;
	font-size: 1.5em;
}

.tp-caption.m-bebas_neueregular span {
	font-family: 'bebas_neueregular';
}

.tp-caption.m-great-vibesregular span {
	font-family: 'great_vibesregular';
}

.tp-caption.m-semibold span {
	font-family: 'OpenSansSemiboldRegular';
}

.tp-caption.m-opensansitalic span {
	font-family: 'OpenSansItalic';
}

.tp-caption.m-opensanslightitalic span {
	font-family: 'OpenSansLightItalic';
}

.tp-caption.m-bold span {
	font-family: 'OpenSansBold';
}

.tp-caption.m-extra-bold span {
	font-family: 'OpenSansExtraboldRegular';
}

.tp-caption.m-light span {
	font-family: 'OpenSansLightRegular';
}

.tp-caption.m-opacity-80 span {
	opacity: 0.8;
}

.tp-caption.m-letter-spacing-1 span {
	letter-spacing: 1px;
}

.tp-caption.m-uppercase span {
	text-transform: uppercase !important;
}

.tp-caption.m-lowercase span {
	text-transform: lowercase !important;
}

.shortcodes .tp-caption span {
	margin-bottom: 20px;
}
/*													  											   CONTENT ^
-----------------------------------------------------------------------------------------------------------*/
.content {
background-color:#fff

}

.content1 {
background:  url(../images/bg-head.jpg) repeat;


}

.content.gray-content {
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#fcfcfc), color-stop(100%,#f9f9f9));
	background: -webkit-linear-gradient(top,  #fcfcfc 2%,#f9f9f9 100%);
	background: linear-gradient(to bottom,  #fcfcfc 2%,#f9f9f9 100%);
}

.content.gray-content .layout {
	padding: 35px 40px;
}

.content .layout {
	padding: 20px ;
}

.crumbs {
	float: right;

	margin: 0;
	padding: 0;

	list-style: none;
	font-size: 11px;
	color: #c4c4c4;
}

.crumbs li {
	display: inline-block;
	line-height: 54px;
}

.crumbs li:after {
	content: "\f054";

	display: inline-block;
	position: relative;
	top: -1px;

	padding: 0 0 0 3px;

	font: 6px/54px 'FontAwesome';
}

.crumbs li:first-child:after, .crumbs li:last-child:after {
	display: none;
}

.crumbs a {
	padding: 0 4px;
	text-decoration: none;
	color: #c4c4c4;

	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.crumbs a:hover {
	color: #ee4a37;
}

.b-titlebar {
	padding: 0;
	border-top: 1px solid #e4e4e4;
	background: #fff;
}

.b-titlebar h1 {
	margin-bottom: 0;
	line-height: 54px;
	
	white-space: nowrap;
	color: #313538;
	font-size: 20px;
	font-family: 'OpenSansRegular';
}

.b-titlebar.m-dark {
	position: relative;
	overflow: hidden;

	background: #2f3338 url(../img/page-head-bg.gif) repeat;
	box-shadow: 0 2px 3px rgba(0,0,0,0.3) inset;
	border-top: none;
}

.b-titlebar.m-dark .layout {
	position: relative;
	padding: 35px 0 35px;
}

.b-titlebar.m-dark .img-wrap {
	position: absolute;
	top: 0;		left: -9999px;
	bottom: 0;	right: -9999px;

	padding: 0;
}

.b-titlebar.m-dark .img-wrap img {
	display: block;

	height: 100%;

	margin: 0 auto;
}

.b-titlebar.m-dark h1 {
	margin-top: 0;
	
	white-space: normal;
	text-align: center;

	font: 40px/1 'OpenSansSemiboldRegular';
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
}

.b-titlebar.m-dark p {
	margin-top: 9px;
	margin-bottom: 1px;

	text-align: center;
	font-size: 14px;
	color: #d2d6d9;
}


.blockquote {
	position: relative;
	margin-bottom: 20px;
	padding-left: 32px;
	font: 20px/24px 'OpenSansItalic', serif;
	color: #65686d;
}

.blockquote:before {
	content: '“';

	position: absolute;
	top: -10px;		left: 0;

	font: 52px 'OpenSansLightItalic';
	color: #e34735;
}

.blockquote.m-left, .blockquote.m-right {
	width: 50%;

	position: relative;
	z-index: 1;

	float: left;
	margin: 0 20px 20px 0;
}

.blockquote.m-right {
	width: 50%;
	float: right;
	margin: 0 0 20px 20px;
}

/*						

/*													  												FOOTER ^
-----------------------------------------------------------------------------------------------------------*/
.footer {
	border-top: 1px solid #ec1651;
	}

.footer .layout {
	padding: 0;
}

.b-widgets {
	padding: 35px 40px 25px;
	background: #ec1651;

	color: #FFFFFF;
	border:8px solid red;
}

.b-widgets h1, .b-widgets h2, .b-widgets h3, .b-widgets h4, .b-widgets h5, .b-widgets h6 {
	color: #FFFFFF;
}

.b-widgets h3 {
	margin-bottom: 15px;

	font-size: 12px;
	font-family: 'OpenSansBold';
	text-transform: uppercase;
		
		
}

.b-widgets .b-list {
	margin-bottom: 30px;

}

.b-widgets .b-list i {
	font-size: 15px;
	color: #FFFFFF;
	
}

.b-widgets h5 { color: #303030; }
	
.b-copyright {
	overflow: hidden;
	padding: 0 30px;

	background: #FFF;

	font-size: 14px;
	line-height: 64px;
}

.copy {
	float: left;
	font-size: 12px;
	color: #FFFFFF;
}

.copy a {
	color: #FFFFF;
	
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.copy a:hover {
	color: #FFFFFF;
}

.b-copyright .b-social {
	margin: 0;
}

.b-copyright .b-social li {
	margin: 0 12px 0 0;
	
	font-size: 12px;
	color: #FFFFFF;
}

.b-copyright .b-social a {
	width: 18px;
	height: 18px;
	
	background: none;
	
	border: none;

	text-align: center;
	line-height: 18px;
	font-size: 16px;
	color: #000;
	
	cursor: pointer;
	
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.b-copyright .b-social a.tw {
	font-size: 15px;
}

.b-copyright .b-social a.fb:hover {
	color: #576ec7;
	text-shadow: 0 0 12px #3c4978;
}

.b-copyright .b-social a.tw:hover {
	color: #5db4f0;
	text-shadow: 0 0 12px #3f6c8d;
}

.b-copyright .b-social a.pt:hover {
	color: #c8222f;
	text-shadow: 0 0 12px #74232c;
}

.b-copyright .b-social a.lin:hover {
	color: #007bb6;
	text-shadow: 0 0 12px #105070;
}

.b-copyright .b-social a.gl:hover {
	color: #ba3526;
	text-shadow: 0 0 12px #6d2d27;
}

.b-copyright .b-social a.dr:hover {
	color: #e24d87;
	text-shadow: 0 0 12px #813958;
}

.b-copyright .b-social a.tl:hover {
	color: #35506b;
	text-shadow: 0 0 12px #2b3a4a;
}

.b-copyright .b-social a.vk:hover {
	color: #45688e;
	text-shadow: 0 0 12px #33465c;
}

.b-copyright .b-social a.dx:hover {
	color: #0073ce;
	text-shadow: 0 0 12px #104c7c;
}

.b-copyright .b-social a.fs:hover {
	color: #219bce;
	text-shadow: 0 0 12px #21607c;
}

.b-copyright .b-social a.is:hover {
	color: #c07145;
	text-shadow: 0 0 12px #704b37;
}

.b-copyright .b-social a.mx:hover {
	color: #fa9200;
	text-shadow: 0 0 12px #8d5b14;
}

.b-copyright .b-social a.sk:hover {
	color: #29aae1;
	text-shadow: 0 0 12px #256785;
}

.b-copyright .b-social a.yt:hover {
	color: #ed3639;
	text-shadow: 0 0 12px #872d31;
}

.b-copyright .b-social a.gh:hover {
	color: #a0a3a8;
	text-shadow: 0 0 12px #60646a;
}

.b-copyright .b-social {
	float: left;
}


.b-contact li {
	margin-bottom: 8px;
}

.b-contact i:before {
	font-size: 14px;
	color: #ec1651;
	text-shadow: 0 1px 0 white;
}

.contact-mail a {
	color: #000;

}

.contact-mail a:hover {
	color: #ec1651;
}

.b-contact .contact-address i:before {
	font-size: 16px !important;
}

.footer .b-contact i:before {
	color: #000;
}
/*													  									  CONTENT-FEATURED ^
-----------------------------------------------------------------------------------------------------------*/

.content-featured {
	padding: 15px 0;	
	background: #005483;		
	color: #FFFFFF;
	font-size: 14px;
	line-height:18px;
	text-align:justify;
	
	
}

.content-featured p {
	margin-bottom: 0;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.content-featured h1 {
	margin-bottom: 5px;
	
font-family: Arial,Helvetica,sans-serif;
	
	color: #FFFFFF;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.content-featured a {
	font-family: Arial, Helvetica, sans-serif;
}

.content-featured a:hover {
	color: blue;
}

/*													  											 PORTFOLIO ^
-----------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------- MAIN PAGE */

.b-filter-list {
	margin: -10px 0 20px;
	padding: 0;

	list-style: none;
}

.b-filter-list li {
	display: inline-block;
	position: relative;
	
	margin-right: 23px;
	padding-bottom: 10px;

	font-size: 13px;
	color: #313538;
	cursor: pointer;
}

.b-filter-list li.active {
	color: #e34735;
}

.b-filter-list li:before, .b-filter-list li.active:before { 
	content: '';
	display: block;
	height: 0;

	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;

	z-index: 53;

	background: #888;

	-webkit-transition: height 0.2s ease;
	transition: height 0.2s ease;
}

.b-filter-list li:hover:before { height: 2px; }

.b-filter-list li.active:before {
	height: 2px;
	background: #e34735;
}


.b-filter-select {
	display: none;

    position: relative;
    margin-top: -15px;
    margin-bottom: 25px;
}

.b-filter-select ul {
    display: none;
    position: absolute;
    left: 0;    right: 0;
    z-index: 10;    
    margin: 0;
    padding: 0;    
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: none;
    
    list-style: none;
}

.b-filter-select .filter-current {
	background: #fafafa;
	border: 1px solid #e2e2e2;
	border-bottom: 1px solid #dfdfdf;
}

.b-filter-select .filter-current:hover {
	background: #fafafa url(../images/light-btn.jpg) repeat-x top;
	box-shadow: 0 2px 2px rgba(0,0,0,0.04);
	border-color: #d9d9d9;
	border-bottom: 1px solid #cecece;
}

.b-filter-select .filter-current:active {
	background: #f5f5f5;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
	border-color: #d9d9d9;
}

.b-filter-select .filter-current:after {
	content: "\f0d7";

	float: right;
	margin-top: 5px;
	font: 12px 'FontAwesome';
}

.b-filter-select li, .b-filter-select .filter-current {
    padding: 5px 15px 4px;
    
    line-height: 22px;
    cursor: pointer;
}

.b-filter-select li:hover {
    margin: 0 -1px;
    
    background: #e34735;
    color: #fff;
}


/*--------------------------------------------------*/

.tag {
	margin: 15px 7px 0 0;
	padding: 0 13px;

	line-height: 28px;
}

.work {
	position: relative;
	margin-bottom: 10px;

	text-align: center;
}

.work-image {
    display: block;
    position: relative;
    z-index: 150;
    overflow: hidden;
	  color:#fff;
  text-decoration:none;
  position:relative;
 overflow:hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
 
}


.work-image:hover {
  z-index:100;
  box-shadow:rgba(0, 0, 0, 0.3) 0 20px 16px 0;
  -webkit-box-shadow:rgba(0, 0, 0, 0.3) 0 20px 16px 0;
  -moz-box-shadow:rgba(0, 0, 0, 0.3) 0 20px 16px 0;
}

.link-overlay {
	position: absolute;
	top: 0;       left: 0;
	bottom: 0;    right: 0;

	background: rgba(0,0,0,0);

	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.link-overlay:before {
	display: block;

	width: 46px;
	height: 46px;

	position: absolute;
	top: 50%;    left: 50%;

	margin: -22px 0 0 -25px;

	border-radius: 50%;
	background: #fff;

	text-align: center;
	font: 14px/46px 'FontAwesome';
	color: #2c2c2c;

	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	opacity:0;

	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.work-image:hover .link-overlay { background: rgba(20,22,23,0.6);}

.work-image:hover  .link-overlay:before {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity:1;
}


.work p { margin: 0; }

.work-name {
	display: inline-block;
	margin: 15px 0 6px;

	font: 16px 'OpenSansSemiboldRegular';
}

a.work-name {
	color: #00b6b5;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;

	position: relative;
}

a.work-name:hover {
	color: #e34735;
}

.tags {

	font: 14px 'OpenSansItalic';
	color: #000;
}


/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/*-------------------------------------------------------------- INNER PAGE */

/* Carousel ----------------------------------*/

.b-carousel {
	margin-bottom: 20px;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15)
}

.b-carousel, .carousel-content {
    position: relative;
}

.carousel-item {
	width: 100%;
    display: block;

    visibility: hidden;
    
    position: absolute;
    top: 0;    left: 0;
}

.carousel-item.active {
	display: block;
    visibility: visible;
    position: static;
}

.carousel-item.current {    
    left: 0;
    right: 0;
    visibility: visible;
    z-index: 1;
}

.carousel-item {
	max-width: 100%;
	display: block;
}

.carousel-control {
	position: absolute;
	top: 0;		left: 0;
	bottom: 0;	right: 0;

	overflow: hidden;
}

.b-carousel:hover .carousel-prev { left: 10px; }
.b-carousel:hover .carousel-next { right: 10px; }

.carousel-prev, .carousel-next {
	width: 32px;
	height: 80px;

	position: absolute;
	top: 50%;	left: -40px;

	z-index: 2;

	margin-top: -40px;

	background: rgba(20,22,23,0.6);
	border-radius: 2px;

	cursor: pointer;

	-webkit-transition: background-color 0.2s ease, left 0.2s ease, right 0.2s ease;
	transition: background-color 0.2s ease, left 0.2s ease, right 0.2s ease;
}

.carousel-next {
	left: auto;
	right: -40px;
}

.carousel-prev:hover, .carousel-next:hover {
	background: rgba(215,47,28,0.9);
}

.carousel-prev:before, .carousel-next:before {
	content: '\f104';

	display: block;

	text-align: center;
	line-height: 80px;
	font: 20px/80px 'FontAwesome';
	color: #fff;
}

.carousel-next:before {
	content: '\f105';
}

.carousel-next:hover:before,
.carousel-prev:hover:before
{
	color: #fff;
}

.carousel-pagination {
	position: absolute;
	bottom: 20px;
	left: 50%;

	-webkit-transition: bottom 0.2s ease;
	transition: bottom 0.2s ease;

	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);

	z-index: 2;

	margin: 0;
	padding: 0;

	list-style: none;
	text-align: center;
	line-height: 50px;
}

.carousel-pagination li {
	float: left;

	width: 13px;
	height: 13px;

	margin: 0 3px;

	background: rgba(0,0,0,0.5);
	border-radius: 50%;

	cursor: pointer;
}

.carousel-pagination li.active {
	background: #e34735;
}

/* Description block ----------------------------------*/

.b-description {
	margin-bottom: 30px;
}

.project-description {
	margin: -8px 0 18px;
	padding: 0;

	list-style: none;
}

.project-description li {
	border-top: 1px dotted #d1d1d2;
	line-height: 34px;
}

.project-description li:first-child {
	border-top: none;
}

.project-description strong {
	display: inline-block;
	min-width: 70px;

	font-weight: normal;
}

.live-preview {
	margin: 0 0 30px 0;
}

.project-social {
	float: none;
	margin: 18px 0;

	font-size: 16px;
}

.project-social li {
	font-size: 16px;
}

/*													  											 	  BLOG ^
-----------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------- MAIN PAGE */

.post-preview {
	padding: 0;
	border-bottom: 1px dashed #dee1e2;
	margin-bottom: 25px;
}

.post-preview:first-child {
	padding-top: 0;
}

.post-preview h3 {
	white-space: normal;
}

.post-preview .btn {
	margin-bottom: 30px;
}

.post-image-wrap {
	position: relative;
}

.post-image {
	display: block;
	overflow: hidden;
	
	position: relative;
	margin-bottom: 25px;
	
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);

	z-index: 2;
}

.post-image img {
	display: block;
	position: relative;
	width: 100%;

	-webkit-transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
}

.post-image:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.post-image:hover .link-overlay { background: rgba(20,22,23,0.6); }
.post-image:hover  .link-overlay:before {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity:1;
}



.post-meta {
	margin: -5px 0 20px;

	font: 12px/20px 'OpenSansItalic';
	color: #c9c9c9;
}


.post-meta i {
	margin-right: 8px;
	color: #e2e2e2;
}

.post-meta a {
	color: #c9c9c9;

	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.post-meta a:hover {
	color: #e34735;
}

.post-preview p {
	margin-bottom: 20px;
}

.post-link {
	font-size: 12px;
	color: #FFFFFF;
}

.post-link:hover {
	color: #313538;
}

.post-link:after {
	content: "\f101";
	margin-left: 5px;

	font: 13px 'FontAwesome';
	vertical-align: baseline;
}

/*-------------------------------------------------*/

.pagination {
	margin: 30px 0 30px;
	padding: 0;

	list-style: none;
	line-height: 25px;
	word-spacing: -1px;
}

.pagination div, .pagination a {
	display: inline-block;

	height: 25px;
	margin-right: 3px;
	padding: 0 9px;

	background: #fafafa url(../images/btn-bg.png) repeat-x top;

	border-radius: 2px;
	border: 1px solid #e2e2e2;
	
	text-shadow: 0 1px 0 white;	
	font-family: 'OpenSansSemiboldRegular';

	text-align: center;
	font-size: 12px;
	color: #424346;

	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.pagination a:hover {
	background: #e34735 url(../images/btn-bg.png) repeat-x top;
	border: 1px solid #df4432;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	
	color: #fff;
	text-shadow: 0 -1px 0px #e42a1d;
}

.pagination a.active {
	background: #f5f5f5;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
	border-color: #d9d9d9;
}

.pagination a.active:hover {
	text-shadow: 0 1px 0 white;	
	color: #424346;
}

.pagination a.active, .pagination div {
	cursor: default;
}

/*-------------------------------------------------*/

.b-recent-post {
	margin-bottom: 30px;
}

.b-recent-post.m-medium {
	margin-bottom: 20px;
	border-bottom: 1px dashed #dee1e2;
}

.b-recent-post .post-image-wrap {
	margin-bottom: 16px;
}

.b-recent-post .post-meta {
	margin: -6px 0 2px 0;
	font-size: 15px;
}

.b-recent-post h1,
.b-recent-post h2,
.b-recent-post h3,
.b-recent-post h4,
.b-recent-post h5,
.b-recent-post h6 {
	white-space: normal;
}

.b-recent-post.m-medium .post-image-wrap {
	float: left;
	width: 100px;
	margin-bottom: 0;
	margin-top: 5px;
}

.b-recent-post.m-medium .post-image-wrap + div {
	margin-left: 120px;
}

/*-------------------------------------------------*/

.just-links {
	margin-bottom: 20px;
}

.just-links li {
	line-height: 24px;

}

.just-links a {
	color: #000;
	display: block;
}

.just-links.m-dark a {
	color: #000;
}

.just-links.m-dark a:hover {
	color:#ec1651;
}

/*--------------------------------------------------*/

.recent-post {
	margin-bottom: 35px;
}

.recent-post li {
	margin-bottom: 3px;
	line-height: 20px;
}

.recent-post li:before {
	content: "\f105";
	float: left;
	margin-right: 10px;

	color: #caccce;
	font: 14px/21px 'FontAwesome';
	text-shadow: 0 1px 0 white;
}

.recent-post a {
	color: #e34735;
	font-family: 'OpenSansRegular';

	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.recent-post a:hover {
	color: #313538;
}

.recent-post.m-dark li:before {
	color: #4a4c4c;
}

.recent-post.m-dark a {
	color: #4a4c4c;
}

.recent-post.m-dark a:hover {
	color: #c9c9c9;
}

/*-------------------------------------------------*/

.b-blog-search {
	margin-bottom: 35px;
}

.b-blog-search input {
	width: 100%;
}

/*-------------------------------------------------*/

.latest-project {
	margin: 0 -5px 20px;

	font-size: 0px;
	letter-spacing: -.31em;
	word-spacing: -.43em;
}

.latest-project-item {
	display: inline-block;
	position: relative;
	z-index: 2;
	
	width: 66px;
	height: 66px;

	margin: 0 7px 7px !important;

	background: none;

	-webkit-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}

.latest-project a, .latest-project img {
	position: relative;
	display: block;

}

.latest-project a:after {
	content: '';

	position: absolute;
	top: 0;		left: 0;
	bottom: 0;	right: 0;

	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.latest-project a:hover:after {
	background: rgba(15,16,17,0.5); 
}

.latest-project a img {
	max-width: 100%;
}

.latest-project.m-dark a {
	border-color: #2f3132;
}

.latest-project.m-dark a:hover {
	border-color: #e34735;
}

.latest-project.m-dark a:after{
	background: rgba(0,0,0,0.5);
}

.latest-project.m-dark a:hover:after {
	background: none;
}

/*-------------------------------------------------*/



.b-twitter ul {
	margin: 0 0 20px 0;
	padding: 0;

	list-style: none;
}

.b-twitter li {
	position: relative;
	padding: 0 0 18px 25px;
}

.b-twitter li:before {
	content: "\f099";

	position: absolute;
	top: 2px;	left: 0;

	font: 16px 'FontAwesome';
	color: #e2e2e2;
}

.b-twitter span {
	display: block;
	margin: 2px 0 0;
}

.twit-date {
	font: 11px 'OpenSansItalic';
	color: #FFFFFF;
}

.b-twitter.m-footer a {
	color: #FFFFFF;
}

.b-twitter.m-footer a:hover {
	color: #FFF;
}

.b-twitter.m-footer li:before {
	color: #FFFFFF;
	text-shadow: 0 1px 0 white;
}

.b-twitter.m-footer .twit-date {
	color: #444;
}

/*-------------------------------------------------*/

.b-tag-cloud {
	font-size: 0px;
	letter-spacing: -.31em;
	word-spacing: -.43em;
	margin-bottom: 20px;
}

.b-tag-cloud span {
	display: inline-block;
	margin-right: 10px;

	font: 14px 'OpenSansSemiboldRegular';
	color: #313538;

}

.b-tag-cloud a {
	display: inline-block;
	position: relative;
	margin: 0 10px 10px 0;
	padding: 0 15px;

	border-radius: 2px;
	background: #fafafa url(../images/btn-soc.png) repeat-x top;
	border: 1px solid #e2e2e2;
	
	text-shadow: 0 1px 0 white;
	font: 11px/29px 'OpenSansSemiboldRegular';
	color: #424346;

	letter-spacing: normal;
	word-spacing: normal;

	-webkit-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
}

.b-tag-cloud a:hover {
	background: #e34735 url(../images/btn-bg.png) repeat-x top;
	border: 1px solid #df4432;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	
	color: #fff;
	text-shadow: 0 -1px 0px #e42a1d;
}

.b-tag-cloud a:hover:before {
	opacity: 1;
}

.b-tag-cloud.m-dark {
	margin-bottom: 13px;
}

.b-tag-cloud.m-dark a {
	background: #fff url(../images/btn-bg.png) repeat-x top;
	border-color: #dddddd;

}

.b-tag-cloud.m-dark a:hover {
	background: #e34735 url(../images/btn-bg.png) repeat-x top;
	border: 1px solid #df4432;

	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	
	color: #fff;
	text-shadow: 0 -1px 0px #e42a1d;
}

/*-------------------------------------------------*/

.widget-recent-posts {
	margin-bottom: 30px;
}

.widget-recent-posts .shadow {
	float: left;
}

.widget-recent-posts .shadow a {
	display: block;
	position: relative;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.widget-recent-posts .shadow a:after {
	content: "";

	position: absolute;
	top: 0;		left: 0;
	bottom: 0;	right: 0;

	z-index: 5;    

	-webkit-transition: background-color 0.2s ease 0s;
	transition: background-color 0.2s ease 0s;    
}

.widget-recent-posts .shadow a:hover:after {
	background-color: rgba(0,0,0,0.3);
}

.widget-recent-posts img {
	display: block;

	width: 40px;
	height: 40px;
	
	margin-top: 5px;
}

.widget-recent-posts-item {
	margin-bottom: 15px;
}

.widget-recent-posts-item-content {
	margin-left: 58px;
}

.widget-recent-posts-item-content a {
	position: relative;
	margin-bottom: 14px;

	font-family: 'OpenSansSemiboldRegular';
}

.widget-recent-posts-item-content .date {
	margin-top: 4px;
	
	font: 11px 'OpenSansItalic';
	color: #d3d3d3;
}

/*-------------------------------------------------*/

.b-categories {
	margin-bottom: 35px;
}

.b-categories li {
	margin-bottom: 3px;
	line-height: 20px;
}

.b-categories li:before {
	content: "\f105";
	float: left;
	margin-right: 10px;

	color: #ddd;
	font: 14px/22px 'FontAwesome';
}

.b-categories a {
	padding: 0;

	color: #e34735;
	font-family: 'OpenSansRegular';

	-webkit-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
}

.b-categories a:hover {
	color: #313538;
}

.b-categories .count {
	color: #d3d3d3;
	font-weight: normal;
	font-family: 'OpenSansItalic';
}

/*-------------------------------------------------*/

.preview-medium:after {
	content: '';
	display: block;
	clear: both;
}

.preview-medium p {
	margin-bottom: 20px;
}

.preview-medium .btn {
	margin-bottom: 30px;
}

.preview-medium .post-image-wrap, .preview-medium .b-carousel {
	width: 237px;
	float: left;
	
	margin-top: 4px;
	margin-bottom: 10px;	
}

.preview-medium .post-image-wrap + div,
.preview-medium .b-carousel + div {
	margin-left: 267px;
}

/*-------------------------------------------------*/


.post-content {
	margin-bottom: 30px;
}

.post-content h3 {
	font-family: "Gotham", Arial, sans-serif;
	font-weight:bold;
}

.post-content p {
	margin-bottom: 20px;
}

.b-user-info {
	position: relative;
	margin: 0 0 50px 0;
	padding: 20px 20px 3px;

	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#ffffff), color-stop(100%,#fbfbfb));
	background: -webkit-linear-gradient(top,  #ffffff 2%,#fbfbfb 100%);
	background: linear-gradient(to bottom,  #ffffff 2%,#fbfbfb 100%);
	border: 1px solid #e2e2e2;
	
	box-shadow: 0 1px 1px rgba(0,0,0,0.03);
}

.b-user-info:before {
	content: '';
	
	position: absolute;
	top: -3px;
	left: -1px;
	right: -1px;

	border-top: 2px solid #e34735;
}

.user-info-ava {
	width: 60px;
	height: 60px;

	float: left;
	overflow: hidden;

	border-radius: 50%;
}

.user-info-name {
	margin-bottom: 10px;
	
	color: #313538;
	font: 14px 'OpenSansSemiboldRegular';
}

.user-info-bio {
	margin-left: 79px;
}

.related-post {
	margin-bottom: 20px;
}

.related-post .post-preview {
	border-bottom: none;
}

.related-post .post-image {
	margin-bottom: 14px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}


.b-comments {	margin-bottom: 50px;	}

.comment {
	position: relative;
	padding-top: 25px;
	border-top: 1px dashed #ddd;
}

.comment:first-child {
	padding-top: 0;
	border-top: none;
}

.comment-ava {
	width: 60px;
	height: 60px;

	float: left;
	overflow: hidden;

	background: #fafafa;
	
	border-radius: 50%;
}

.comment-content {
	margin-left: 79px;
}

.comment-content p {
	margin-bottom: 25px;
}

.comment-meta {
	margin-bottom: 10px;
}

.comment-name {	
	color: #424346;
	font-family: 'OpenSansSemiboldRegular';
}

.comment-date {
	font: 12px 'OpenSansItalic';
	color: #c9c9c9;
}

.btn-reply {
	margin-left: 10px;
	padding: 2px 8px 2px;

	background: #fafafa url(../images/btn-bg.png) repeat-x top;
	border-radius: 2px;
	border: 1px solid #e2e2e2;
	border-bottom: 1px solid #dfdfdf;

	line-height: 15px;
	font: 10px 'OpenSansSemiboldRegular';
	color: #424346;
	cursor: pointer;

	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn-reply:hover {
	background: #fafafa url(../images/btn-bg.png) repeat-x top;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07);
	border-color: #d9d9d9;
	border-bottom: 1px solid #cecece;
}

.btn-reply b {
	font-weight: normal;
}

.btn-reply.cancel-reply {
	padding-bottom: 2px;

	background: #e34735 url(../images/btn-bg.png) repeat-x top;
	border: 1px solid #df4432;

	color: #fff7f5;
	text-shadow: 0 -1px 0px #db3e2d;

	line-height: 17px;
}

.btn-reply.cancel-reply b {
	color: #fff;
}

.comment-reply {
	margin-left: 40px;
}


.comment .b-comment-form {
	margin-bottom: 30px;
}

.cancel-reply2 {
	display: none;
	margin-left: 15px;
}

.cancel-reply2:after {
	content: "\f00d";
	margin-left: 8px;

	font: 14px 'FontAwesome';
	color: #ddd;
}

.comment .cancel-reply2 {
	display: inline-block;
}

.mt20 {margin-top:20px;}

.content-featured p {margin-bottom:20px;}

.maincontentbx{width:100%;
           float:left;
		   height:auto;
		   background:none;
           }
		   
.contentbx {
    width: 98%;
    float: left;
    height: auto;
    font-family: 'Open Sans', sans-serif, Arial;
    font-weight: normal;
    text-align: justify;
    font-size: 14px;
    color: #444;
    margin-left: 1%;
    margin-right: 2%;
    margin-top: 1%;
    line-height: 24px;
}
		   
.contentbx h1 {
    font-size: 17px;
    font-weight: bold;
    /* text-align: center; */
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    background: #00b0b9;
    padding-left: 1%;
    width: 98%;
    padding-right: 1%;
}
			  
.footerbx{width:98%;
          height:auto;
		  float:left;
		  margin-top:1%;
		  background-color:#0c0b0b;
		  padding-top:1%;
		  padding-bottom:1%;
		  padding-left:1%;
		  padding-right:1%;
		  
		  }
		  
.footer-1{width:80%;
          float:left;
		  height:auto;
		  color:#fff;
		  font-family:Arial, Helvetica, sans-serif;
		  font-size:13px;
		  font-weight:bold;
		  margin-top:1%;
		  }
		  
.footer-2{width:19%;
          float:right;
		  height:auto;
		  
		   }
		   
.socialicons{width:100%;
             float:left;
			 height:auto;
			 
	        }
			
.sc-1{width:18%;
      float:left;
	  height:auto;
	 }
	 
.innerheader {
    width: 98%;
    float: left;
    height: auto;
    background:#fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 1%;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
}

.innerheader-1 {
    width: 50%;
    float: left;
    height: auto;
    border-right: solid 3px #545c66;
}


.br{border: 2px solid#910048;
	
	
	}

.innerheader-1img {
    width: 41%;
    float: left;
    height: auto;
    padding-top:1%;
	margin-left:2%;
}


.innerheader-1des {
    width: 45%;
    float: left;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #231f20;
    padding-left: 2%;
    padding-right: 2%;
    margin-top: 5%;
    margin-left: 8%;
}

.innerheader-2 {
    width: 45%;
    float: left;
    height: auto;
    padding-left: 2%;
    padding-right: 2%;
    margin-top: .5%;
}

.innerheader-2des {
    width: 25%;
    float: left;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #231f20;
	text-align:center;
}

.innerheader-2des-1 {
    width: 25%;
    float: left;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #231f20;
    margin-left: 12%;
   text-align:center;
}

.innerheader-2des-1 {
    width: 25%;
    float: left;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #231f20;
    margin-left: 12%;
    text-align:center;
}


	 
.mainfloorplans{width:100%;
                float:left;
				height:auto;
				}
				
				
.mbl{width:40%;
     float:left;
	 }
				
				
.floor-1{width:30%;
         float:left;
		 height:auto;
		 }
		 
.floor-2{width:30%;
         float:left;
		 height:auto;
		 margin-left:4%;
		 }
		 
.floor-3{width:18%;
         float:left;
		 height:auto;
		 margin-left:4%;
		 }
		 
.mainfacilitiesbx{width:98%;
                  float:left;
				  height:auto;
				  background-color:#444;
				  margin-top:1%;
				  margin-left:1%;
				  margin-right:1%;
	             }
				 
.faclibx{width:96%;
         float:left;
		 height:auto;
		 margin-top:2%;
		 margin-left:2%;
		 margin-right:2%;
		 margin-bottom:1%;
		 }
		 
.facl-1{width:100%;
        float:left;
		height:auto;
		}
		
.fac-1img {
    width: 50%;
    float: left;
    height: auto;
    margin-left: 20%;
}

.fac-1hd {
    width: 100%;
    float: left;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin-top: 10%;
}
		
.facl-2{width:100%;
        float:left;
		height:auto;
		margin-top:3%;
		}
		
.facl-first{width:9%;
            float:left;
			height:auto;
			
			}
			
.fac2-first{width:9%;
            float:left;
			height:auto;
			margin-left:1%;
			}
			
.fac3-first{width:9%;
            float:left;
			height:auto;
			margin-left:1%;
			}
			
.fac4-first{width:9%;
            float:left;
			height:auto;
			margin-left:1%;
			}
			
.fac5-first{width:9%;
            float:left;
			height:auto;
			margin-left:1%;
			}
			
.fac6-first{width:9%;
            float:left;
			height:auto;
			margin-left:1%;
			}

.fac7-first{width:10%;
            float:left;
			height:auto;
			margin-left:1%;
			}
			
.fac8-first{width:9%;
            float:left;
			height:auto;
			margin-left:1%;
			}

.menu-1{width:98%;
      float:left;
	  height:auto;
	  margin-left:1%;
	  margin-right:1%;
	  margin-top:1%;
	  background:#910048;
	 }
	 
	 
.nav {
    list-style: none;
    font-weight: bold;
    font-size: 16px;
    padding-top: 1.5%;
    margin-left: 4%;
}




.number {
    /* width: 20%; */
    float: right;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-top: 2%;
    margin-right: 5%;
}
	 
/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/******************************************************/
/******************** Desain Menu *********************/
/******************************************************/

nav {
	height: auto;
	width: 100%;
	border-radius:5px;
	font-size: 11pt;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: bold;
	position: relative;
	float:left;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #fff;
	display: inline-block;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	font-size:15px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}
nav li:hover a   {
	background-color: #B9D9EB;
	color: #000;
}

nav ul li .active  {
	background-color: #B9D9EB;
	color: #000;
}


nav a#pull {
	display: none;
}


/******************************************************/
/*************** Desain Menu Responsive ***************/
/******************************************************/

/* Desain untuk perangkat dengan layar 600px kebawah*/

@media screen and (max-width: 942px) {

nav {
  		height: auto;
  		border-bottom: 0;
  		background: #c1b492;
  	}
  	nav ul {
  		width: 100%;
  		display: none;
  		height: auto;
  	}
  	nav li {
  		width: 100%;
  		float: none;
  		display: block;
  		background: #ffffff;
  	}
  	nav li a {
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
	  	color: #333333;
  	}
  	nav a#pull {
		display: block;
		background: #c1b492;
		width: 100%;
		position: relative;
		color: #ffffff;
	}
	nav a#pull:after {
		content:"";
		background: url('../images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	
	

@media screen and (max-width: 480px) {
	 
.header {
    position: relative;
    background-color: #0c0b0b;
    
    width: 100%;
    float: left;
}

	 
.mob-layout {
    max-height: 80px;
    float: none;
    text-align: left;
    width: 45%;
    margin-left: 33%;
}

.menu {
    width: 100%;
    height: auto;
    float: left;
    background: #00b6b5;
}

.number {
    width: 100%;
    float: left;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.footerform {
    width: 100%;
    float: left;
    height: auto;
    display: inline;
    margin-bottom: 2%;
}


.tb {display:none;
	}
	
	
.mb {
    display: inline;
}

.menu-1 {
    width: 92%;
    float: left;
    height: auto;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 1%;
    background: #910048;
}

#floating_content1 {
    width: 96%;
    height: auto;
    float: left;
    background-color: #910048;
    color: #fff;
    font-size: 20px;
    border: 0px solid #000000;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #6e6d6d;
    padding-bottom: 4px;
    padding-top: 15px;
    margin-left: 2%;
}


.mbt{width:100%;
     float:left;
	}
	
.f_form_one1{
    height: 22px;
    width: 100%;
    border: 1px solid #CCCCCC;
    padding: 2px;
    font-family: Arial;
    font-size: 12px;
    color: #666;
    margin-bottom: 0px;
}

.f_form_two1 {
    height: 60px;
    width: 100%;
    border: 1px solid #CCCCCC;
    padding: 2px;
    font-family: Arial;
    font-size: 12px;
    color: #666666;
    margin-bottom: 0px;
}

.innerheader-1 {
    width: 30%;
    float: left;
    height: auto;
    border-right: solid 3px #545c66;
    padding-bottom: 2%;
    padding-botoom: 1.7%;
    margin-top: 1;
}

.innerheader-1img {
    width: 96%;
    float: left;
    height: auto;
    padding-top: 1%;
    margin-left: 2%;
    padding-bottom: 1%;
    margin-top: 3%;
}

.innerheader-1des {
    display: none;
}

.innerheader-2 {
    width: 67%;
    float: left;
    height: auto;
    padding-left: 1%;
    padding-right: 1%;
    margin-top: .3%;
}

.innerheader-2des {
    width: 30%;
    height: auto;
    float: left;
    margin-left: 2%;
    font-size: 12px;
    line-height: 1em;
}

.innerheader-2des-1 {
    width: 30%;
    height: auto;
    float: left;
    margin-left: 4%;
    font-size: 12px;
    line-height: 1em;
}

.facl-first {
    width: 18%;
    float: left;
    height: auto;
}

.fac-1img {
    width: 50%;
    float: left;
    height: auto;
}

.fac2-first {
    width: 18%;
    float: left;
    height: auto;
    margin-left: 2%;
}

.fac3-first {
    width: 18%;
    float: left;
    height: auto;
    margin-left: 2%;
}

.fac4-first {
    width: 18%;
    float: left;
    height: auto;
    margin-left: 2%;
}

.fac6-first {
    width: 18%;
    float: left;
    height: auto;
    margin-left: 1%;
}

.fac8-first {
    width: 18%;
    float: left;
    height: auto;
    margin-top: 2%;
}
	  
.mbf{width:100%;
     float:left;
	 height:auto;
	} 


.footer-1 {
    width: 100%;
    float: left;
    height: auto;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-top: 1%;
    text-align: center;
}

.mbl{width:100%;
     float:left;
	 }
	 
.socialicons {
    width: 50%;
    float: left;
    height: auto;
    margin-left: 33%;
    margin-top: 2%;
}

.sc-1 {
    width: 15%;
    float: left;
    height: auto;
}

.footer-2 {
    width: 100%;
    float: right;
    height: auto;
}

.floor-1 {
    width: 100%;
    float: left;
    height: auto;
}

.floor-2 {
    width: 100%;
    float: left;
    height: auto;
    margin-left:0px;
}
	 
	 
	 
	 }
  
  

	
	
	
	
	
	
	
	
	
	
	 

	 