/* ----------------------------------------------------------------------------- 

Weve Template v1.00
Made by Suelo. 

 ----------------------------------------------------------------------------- /*

/*
			1.  Document Setup
			2.  Wrap
			3.  Header
			4.  Homepage
			5.  Portfolio
			6.  Blog
			7.  Footer 
			8.  Slider
			9.  Metro Boxes
			10. Forms
			11. Buttons
			12. Subpages
			13. Sidebar
			14. Elements
			15. Media Queries		
*/

/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
/* ---- 1.  DOCUMENT SETUP
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */


	html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,and,address,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,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,textarea, button {margin:0;padding:0;outline:0;border:0;background:transparent;vertical-align:baseline;font-size:100%;} 
	article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{§ght:1;}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:none;}del{text-decoration:line-through;}hr{clear:both;margin:0;padding:0;height:1px;border:0;background:transparent;color:transparent;}mark{background-color:#ffffb3;font-style:italic;}ins{background-color:red;color:white;text-decoration:none;}ol,ul{list-style:none;}table{border-spacing:0;border-collapse:collapse;}

	.clear{display:block;visibility:hidden;clear:both;overflow:hidden;width:0;height:0;}.clearfix:after{display:block;visibility:hidden;clear:both;width:0;height:0;content:' ';font-size:0;line-height:0;line-line-line-line-line-line-;}* html .clearfix,:first-child+html .clearfix{zoom:1;}

    html {
        overflow-x: hidden;
        width: 100%;
        height: 100%;
    }
	
    body {
        overflow-x: hidden;
        overflow-y: hidden; 
        font: 14px 'Open Sans', Arial, Helvetica, sans-serif;
		color: rgb(40,40,40);
        -webkit-font-smoothing: antialiased;
		
	}
	
	
	a, a > * {
		color: inherit;
		text-decoration: none;
		transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-webkit-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
    p, pre, dl, dd, blockquote, address, table, fieldset, form {
	    margin-bottom: 0px; 
    }

    img {
        display: block;
        max-width: 100%;
        height: auto;
        -webkit-backface-visibility: hidden;
    }

    object, video {
        display: block;
        height: auto;
    }
	/*------ MEDIA QUERIES START-------*/
	
	@media (max-width:991px){
	#nav > ul > li {
  margin-right: 21px !important; 
}

.footer-second-row ul.small-menu li {
  margin-top: 30px !important;

}
.nav > li {
  padding: 0px !important;
  font-size: 13px !important;
  padding-left: 20px !important;
}
.nav > li > a{
/* padding:0px 0px 10px 0px !important; */
}
/*	#nav > ul {
  position: relative;
  font-size: 12px !important; 
  font-weight: 600;
}*/
}
@media (max-width: 979px){
.nav > li {
  padding: 10px !important;
  font-size: 16px !important;
  padding-left: 23px !important;
}
#Applicant1Title{
height: 79% !important;
}
#ApplicantFirstname{
height: 92% !important;
}
header {
  /* height: 155px !important; */
}
.dropdown-menu {
font-size: 11px !important;
 }
}	
	/*------ MEDIA QUERIES END --------*/
	/* ----  Paragraph
 	----------------------------------------------------------------------------- */	
	
	p {
		font-weight: normal;
		line-height: 24px;
                font-size:14px;
	}
	
	p.intro {
		 font-size: 20px;
		 font-weight: 100;
		 color:#000;
	 }
	
	p > span {
		font-size: 12px;
		font-weight: bold;
	}
	
	p.short {
		margin-bottom: 0 !important;
	}
	
	/* ----  Basic styles
 	----------------------------------------------------------------------------- */	
	
	.text-center { text-align: center;}
	.text-left { text-align: center;}
	.text-right { text-align: center;}
	.f-left { float: left; }
	.f-right { float: right; }
		
	/* ----  Headers
 	----------------------------------------------------------------------------- */	
		
	h1 { font-size: 40px; }
	h2 { font-size: 30px;}
	h3 { font-size: 30px;}
	h4 { font-size: 18px;}
	h5 { font-size: 14px;}
	
	h1,h2,h3,h4 { font-weight: 100; }
	
	h1 strong, h2 strong, h3 strong, h4 strong { font-weight: 700; }
	h1.short, h2.short, h3.short, h4.short, h5.short { margin-bottom: 0px !important; }
	
	
	h1 { margin-bottom: 20px;  }
	h2 { margin-bottom: 10px; color: rgb(22, 129, 209);}
	h3 { margin-bottom:20px; }
	h4 { margin-bottom:14px; }
	h5 { margin-bottom:10px; }
	
	h1.intro-header { margin-bottom: 60px;margin-top: 30px; }

	/* ----  Lists
 	----------------------------------------------------------------------------- */	
	
	ul.arrow,
	ul.check {
		margin-bottom: 30px;
		line-height: 20px;
	}
	
	ul.arrow li,
	ul.check li {
		padding: 15px 0px;
		border-bottom: rgb(230, 230, 230) 1px solid;
	}
	
	ul.arrow li:last-child,
	ul.check li:last-child {
		border-bottom: none;
	}
	
	ul.arrow li:before,
	ul.check li:before {
		font-family: "FontAwesome"; 
		font-weight: normal;
		margin-right: 10px;
		font-size: 10px;
		content:'\f0da';
	}
	
	ul.arrow li:first-child,
	ul.check li:first-child {
		padding-top: 0;
	}
	
	ul.arrow li:before { content:'\f0da'; }
	ul.check li:before { content:'\f00c'; }
	
	ul.contact-list li {
		margin-bottom: 12px;
		font-weight: 600;
		font-size:13px;
	}
	
	ul.contact-list li i {
		margin-right: 7px;
	}
	
	ul.nav-list {
		position: relative;
	}
	
	ul.nav-list > li {	
		position: relative;
		font-size: 13px;
		font-weight: 700;
		margin-bottom: 9px;
	}
	
	ul.nav-list a:hover {
		text-decoration: none;
	}
	
	ul.nav-list li:after {	
	     position: absolute;
		 top: 3px;
		 right: 5px;
		 font-family: "FontAwesome"; 
		 font-size: 10px;
		 content: "\f105";
	}
	
	ul.nav-list > li li {	
		position: relative;
		margin-top: 5px;
		left: 10px;
		font-size: 11px;
		font-weight: 700;
	}
	
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
/* ---- 2.  Wrap
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
	
    .container {
        position: relative;
        margin: 0 auto;
        padding: 0;
        max-width: 940px;
    }
	
    .container:after {
		content: "\0020";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
    }
	
	.center {
		position: relative;
		margin-left: auto !important;
		margin-right: auto !important;
		float: none !important;
	}
	
	/* ----  Columns 
 	----------------------------------------------------------------------------- */	

    .one-half  { width: 49%; }
    .one-third { width: 32%; }
    .two-third { width: 64%; }
    .one-fourth { width: 23.5%; }
    .three-fourth { width: 74.5%; }
    .one-fifth { width: 18.4%; }
    .two-fifth { width: 38.8%; }
    .three-fifth { width: 59.2%; }
    .four-fifth { width: 79.6%; }
	.one-sixth { width: 15%; }
	.five-sixth { width: 75%; }
	
    .one-half,
    .one-third,
    .two-third,
    .three-fourth,
    .one-fourth,
    .one-fifth,
    .two-fifth,
    .three-fifth,
    .four-fifth,
	.one-sixth,
	.five-sixth {
        position: relative;
        float: left;
        margin-right: 2%;
	}

    .last-in-row,
	.two-in-row > *:nth-child(2n),
	.three-in-row > *:nth-child(3n) {
        clear: right;
        margin-right: 0!important;
    }
	
	.one-in-row > * {
		clear: both;
		margin-left: auto !important;
		margin-right: auto !important;
		float: none !important;
	}

    hr {
        display: block;
    }

	.sep1 { height: 1px; background-color:rgb(235,235,235); }
    .sep10   { height: 10px; }
    .sep20   { height: 20px; }
    .sep30   { height: 30px; }
    .sep40   { height: 40px; }
    .sep50   { height: 50px; }
    .sep60   { height: 60px; }
    .sep70   { height: 70px; }
    .sep80   { height: 80px; }
    .sep90   { height: 90px; }
    .sep100  { height: 100px; }
	
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
/* ---- 3.  HEADER
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
	
	header {
	/* 	position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 2; */
       
        background: #82A5CA !important;
      /*   border-top: 32px solid !important; */
        /*border-bottom: 1px solid !important; */
}
.nav > li > a {
  position: relative !important;
  display: block !important;
  padding: 0px 0px ;
  /*  padding: 10px 0px ; */
}	
	.logo-left-bg {
		position: absolute;
		top:0;
		left:-1000%;
		width: 1000%;
	}
	
	/* .top {
		position: relative;
		margin-bottom: 35px;
	} */
	
	.logo-left {
		position: relative;
	}
	
	.top-right {
		position: relative;
	}
	
	/* ---- Logo
	 ----------------------------------------------------------------------------- */
	
	.logo-left .logo {
		position: relative;
		font-size: 35px;
		font-weight: 600;
		margin-top: 12px;
		display:block;
	}
	
	.logo-left .logo:hover {
		text-decoration: none !important;
	}
	
	.logo-left .logo span {
		display: block;
		font-size: 10px;
		font-weight: 900;
		text-transform: uppercase;
		margin-top: -7px;
	}
	
	/* ---- Main menu 
	 ----------------------------------------------------------------------------- */	
	 
	 #nav {
		position: absolute !important;
		bottom: 0px;
		left: 0;
		width: 100%;
	 }
	 .navbar {
			position: relative !important;
			 min-height: 0px !important;
}
	 #nav a {
		 /*color: inherit;*/
		 color: #000;
		 font-weight:800;
	 }
	 
	 #nav a:hover {
		 text-decoration: none !important;
	 }
	 
	 #nav > ul {
		 position: relative;
		 font-size: 15px;
		 font-weight: 600;
	 }
	 
	 #nav > ul > li {
		 position: relative;
		 float: left;
		 height: 14px;
		 margin-right: 36px;
		 cursor: default;
	 }
	 
	 #nav > ul > li:last-child {
		 margin-right: 0  !important;
	 }
	  
	 #nav > ul > li.parent:after {
		 font-family: "FontAwesome"; 
		 font-size: 10px;
		 margin-left: 10px;
		 content: "\f107";
		 transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-webkit-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
	 }
	 
	 #nav > ul > li.parent > a:hover {
		 color: inherit !important;
	 }
	 
	 #nav > ul > li > ul {
		 position: absolute;
		 top: 20px;
		 height: 0px;
		 padding: 15px;
		 overflow: hidden;
		 visibility: hidden; 
		 opacity: 0;
		 z-index: 9999;
		 transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out 0.2s;
		-moz-transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out 0.2s;
		-webkit-transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out 0.2s;
		-o-transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out 0.2s; 
	 }
	 
	 #nav > ul > li:hover > ul {
		 width: auto;
		 height: auto;
		 padding: 15px;
		 overflow: visible;
		 visibility: visible;
		 opacity: 1;
	 }
	 
	 #nav > ul > li > ul > li {
		 position: relative;
		 font-size: 12px;
		 font-weight:700;
		 width: 130px;
		 clear: both;
		 margin-bottom:10px;
	 }
	 
	  #nav > ul > li > ul > li > a:after {
	     position: absolute;
		 top: 3px;
		 right: 5px;
		 font-family: "FontAwesome"; 
		 font-size: 8px;
		 content: "\f105";
		 transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-webkit-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
	 }
	 
	 #nav > ul > li > ul > li > a:hover:after {
		 right: 3px;
	 }
	 
	 #nav > ul > li > ul > li:last-child {
		 margin-bottom: 0px;
	 }
	 
	 #nav > ul > li > ul > li > ul {
		/* margin-top: 9px; */
		margin-top:3px;
		width:114%;
	 }
	 
	 #nav > ul > li > ul > li > ul > li {
		 font-size: 14px;
		 margin-bottom: 4px;
		 font-weight: 700;
	 }
	 
	  #nav > ul > li > ul > li > ul > li a:hover {
		  padding-left: 0px;
          list-style: square !important;
	 }
	 
	/* ---- Responsive menu
	 ----------------------------------------------------------------------------- */	 
	 
	 #responsive-menu {
		 display: block;
	 }
	 
	 .top-bar {
		 position: absolute;
		 width: 100%;
		  margin-top: 10px;
	 }
	 
	/* ---- Search box
	 ----------------------------------------------------------------------------- */	
	 
	 .search-box {
		 position: absolute;
		 bottom: 0;
		 left: 0;
		 margin-bottom: -2px;
	 }
	 
	 .search-box,
	 .search-box i  {
		 color:rgb(11, 0, 0);
	 }
	 
	 .search-box i {
		 font-size: 14px;
	 }
     .lence{
      position: relative;
      color: red !important;
      background-color: transparent;
      padding: 1px 3px;
      margin-left: -24px
     }
     
     .searchbox{
     padding: 7px 8px;
     border-color: currentColor !important;
     }
	 /* ---- Social icons
	 ----------------------------------------------------------------------------- */	
	 
	 .top-social-icons {
		 float: right;
		 padding-bottom: 22px;
		 padding-top: 22px;
		 margin-bottom: -2px;
		 border-bottom: 2px solid;
	 }
		
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
/* ---- 4.  HOME PAGE
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
	
	/* ---- Text slides
	 ----------------------------------------------------------------------------- */	
	 
	 .text-slides {
		 text-align:center;
	 }
	 
	 .text-slides p.intro {
		 margin-bottom: 20px;
	 }
	
	.text-slides .button-outline {
		margin-bottom: 0px;
	 }
	
	/* ---- Project Carousel
	 ----------------------------------------------------------------------------- */	
	 
	 .project-slides {
		position: relative;
		border-top: 8px solid rgb(244,244,244);
		padding-top: 40px;
	 }
	 
	 .project-slides h1 {
	    margin-bottom: 50px;
		float: left;
     }
	
	.project-slides h1 span {
		display: block;
		font-size: 11px;
		font-weight: 700;
		margin-top: -5px;
    }
	 
	 .project-carousel {
		position:relative;
        width: 100%;
		overflow: hidden;
		clear: both;
    }
		
	.project-carousel ul {
		width: 20000em;
		position: relative;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
    .project-carousel li {
        position: relative;
        display: block;
        float: left;
        overflow: hidden;
        margin: 0 20px 0 0;
        width: 300px;
    }
	
	.project-carousel .project-image {
	}
	
	/* ---- Navigation -- */
	
	.jcarousel-control {
		float: right;
		margin-top: 20px;
    }
	
	.jcarousel-next, .jcarousel-prev {
		position: relative;
		display: block;
        width: 21px;
        height: 41px;
        transition: all 0.1s linear;
		cursor: pointer;
		float: left;
		opacity: 0.2;
		margin-left: 25px;
	}
	
    .jcarousel-next {
		background:url(../images/template/next-arrow.png) no-repeat top left;
	}
    .jcarousel-prev {
        background:url(../images/template/prev-arrow.png) no-repeat top left;
    }
	
	.jcarousel-next:hover, .jcarousel-prev:hover {
		opacity: 1;
	}
	
	/* ---- Pagination -- */
	
	.jcarousel-pagination {
		position:absolute;
		top:-8px;
		left:0;
		display: table;
		width: 100%;
		height: 8px;
	}
	
	.jcarousel-pagination a {
		display: table-cell;
		text-indent: -9999px;
		line-height: 0;
	}
	 
	 /* ---- Partners logos 
	 ----------------------------------------------------------------------------- */	
	 
	 .partners-logos {
		 text-align: center;
	 }
	 
	 ul.partners-logos-list {
		 margin-top: 20px;
		 width: 100%;
	 }
	 
	 ul.partners-logos-list li {
		 opacity: 0.6;
		 transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
	 }
	 
	 ul.partners-logos-list li:hover {
		 opacity: 1;
	 }
	 
	 /* ---- End of Content
	 ----------------------------------------------------------------------------- */	
	 
	 .end-of-content {	
		  border-top: 1px solid rgb(230,230,230);
		  box-shadow:inset 1px 0px 1px 1px rgb(240,240,240);
		  padding-bottom: 40px;
	  }
	 
	 .end-of-content h1,
	 .end-of-content h2,
	 .end-of-content h3,
	 .end-of-content h4 {
		 display: inline-block;
	 	 border-top: 5px solid;
		 margin-top: -3px;
		 padding-top: 35px;
	  }
	 
	 /* ---- Post slides
	 ----------------------------------------------------------------------------- */	
	
	.post-slides .flex-control-nav {
		 margin-top: 0px !important;
	 }
	 
	 .post-slides ul.slides {
		 padding-bottom: 24px;
	 }
	
	.post-slides ul.slides > li {
	    box-shadow: inset 1px 1px 0px 0px rgb(230,230,230), inset -1px -1px 0px 0px rgb(230,230,230);
	    overflow: visible !important;
	    box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    -webkit-box-sizing:border-box;
	}
	
	.post-slides ul.slides > li:after {
		position: absolute;
		bottom: -23px;
		right: 20px;
		width: 24px;
		height: 24px;
		display: block;
		content: " ";
		background: url(../images/template/post-slides-bubble.png) no-repeat top left;
	}
	
	.post-slides ul.slides > li > ul {
		margin: 20px 20px 0px 20px;
	}
	 
	 /* ---- Blockquote Slides
	 ----------------------------------------------------------------------------- */	

	 .blockquote-slides blockquote {
		 margin-bottom: 0px !important;
	 }
	 
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
/* ---- 5.  PORTFOLIO
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */	
	
	
	/* Projects Feed
	-----------------------------------------------------*/	
	
	.projects-list {
		overflow: hidden;
	}
	
	.projects-list > li {
		margin-bottom: 20px;
		overflow: hidden;
	}
	
	.project-item a {
		color: inherit;
	}
	
	.project-item a:hover {
		text-decoration: none !important;
	}

	.project-item .project-image {
		position: relative;
		height: 100%;
		overflow: hidden;
	}
	
    .project-image img {
        position: relative;
        display: block;
		max-width:100%;
		transition: all 1.0s ease-in-out 0.2s;
		-moz-transition: all 1.0s ease-in-out 0.2s;
		-webkit-transition: all 1.0s ease-in-out 0.2s;
		-o-transition: all 1.0s ease-in-out 0.2s;
    }

	.project-mask {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		overflow: hidden;
		transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-webkit-user-select: none;
		-webkit-touch-callout: none
	}
	
	.project-mask a.project-zoom {
		position: absolute;
		top: -30px;
		left: 50%;
		margin-left: -40px;
		margin-top: -60px;
		width: 80px;
		height: 80px;
		display: block;
		border: 3px solid rgb(255,255,255);
		border-radius: 50%;
		transition: top 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out;
		-moz-transition: top 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out;
		-webkit-transition: top 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out;
		-o-transition: top 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out;
	}	
	
	.project-mask a.project-zoom i {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 30px;
		height: 30px;
		margin-top: -15px;
		margin-left: -15px;
		font-size: 30px;
		text-align: center;
		color: rgb(255,255,255);
		transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
		-webkit-transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out;
	}	

	.project-item h5 {
		position: absolute;
		bottom: 0;
		left: -100%;
		font-size: 11px;
		font-weight: 900;
		text-transform: uppercase;
		border-left: 5px solid rgb(255,255,255);
		padding: 0px 10px;
		margin: 14px 0px;
		line-height: 14px;
		text-align: left;
		color: rgb(255,255,255);
		transition: all 0.4s ease-in-out 0.5s;
		-moz-transition: all 0.4s ease-in-out 0.5s;
		-webkit-transition: all 0.4s ease-in-out 0.5s;
		-o-transition: all 0.4s ease-in-out 0.5s;
	}
	
	.project-item:hover .project-image img {
		opacity: .3;
		transform: scale(1.4,1.4);
		-ms-transform: scale(1.4,1.4);
		-webkit-transform: scale(1.4,1.4);
	}
	
	.project-item:hover h5 {
		left: 0;
	}
	
	.project-item:hover .project-mask {
		opacity: 1;
	}
	
	.project-item:hover a.project-zoom {
		top: 50%;
	}
	
	.project-mask .project-mask-title a:hover {
		padding-left: 3px;
	}
	
	.project-item a.project-zoom:hover {
		transform: scale(1.1,1.1);
		-ms-transform: scale(1.1,1.1);
		-webkit-transform: scale(1.1,1.1);
	}
	
	.project-item a.project-zoom:hover i {
		transform: rotate(360deg) scale(1.2,1.2);
		-ms-transform: rotate(360deg) scale(1.2,1.2);
		-webkit-transform: rotate(360deg) scale(1.2,1.2);
	}	
	
	/* Single project
	-----------------------------------------------------*/
	
	.projects-nav-bar a.to-projects-list {
		font-size: 24px;
		color: inherit;
		font-weight: 100;
	}
	
	ul.projects-nav {
		float: right;
	}
	
	ul.projects-nav li {
		opacity: 0.2;
		float: left;
		margin-left: 25px;
	}
	
	ul.projects-nav li:hover {
		opacity: 1;
	}
	
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
/* ---- 6.  BLOG 
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */	
	
	.single-post {
		margin-bottom: 30px; 
	}
	
	.single-post h2 {
		padding-left: 5px;
	}
	
	.single-post p {
		margin-bottom: 20px; 
	}	

	.single-post h2 a {
		color: inherit;
	}
	
	.post-date {
		margin-top: 10px;
		float: left;
	 }
	 
	 .post-date .day,
	 .post-date .month {
		 color: rgb(255,255,255);
		 font-weight: 700;
		 padding: 9px;
		 width: 26px;
		 text-align: center;
		 display: block
	 }
	 
	 .post-date .month {
		 background-color: rgb(10,10,10);
	 }
	
	.post-meta {
		padding-left: 65px;
		margin-bottom: 20px;
		font-size: 10px;
	}
	
	.post-meta i {
		margin-right: 7px;
		color: rgb(200,200,200);
	}
	
	.post-meta span {
		float: left;
		padding: 7px;
		margin-right: 10px;
		margin-bottom: 3px;
		font-weight: 700;
		border: 1px solid rgb(230,230,230);
		box-shadow: 1px 1px 0px 0px rgb(240,240,240);
	}
	
	.post-photo,
	.post-video {
		margin-bottom: 20px;
	}
	
	.post-author {
		font-size: 11px;
		margin-bottom: 30px;
		border: 1px solid rgb(230,230,230);
		box-shadow: 1px 1px 0px 0px rgb(240,240,240);
		padding: 10px;
	}
	
	.post-author-photo {
		width: 120px;
		float: left;
	}
	
	.post-author-info {
		padding-left: 150px;
		padding-top: 10px;
	}
	
	.post-author {
		font-size: 11px;
		margin-bottom: 30px;
		border: 1px solid rgb(230,230,230);
		box-shadow: 1px 1px 0px 0px rgb(240,240,240);
		padding: 10px;
	}
	
	.post-author .social-icons {
		margin-top: 5px;
	}


/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
/* ----7.  FOOTER
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */	
	
	footer {
		position: relative;
		font-size: 11px;
	}
	
	footer:before {
		position: absolute;
		top: 0;
		left: 0;
		opacity: .10;
		background: center;
		background-attachment: cover;
		background-size: cover;
		width: 100%;
		height: 100%;
		content: " ";
	}
	
	.footer-widget {
		position: relative;
	}
	
	.footer-first-row {
		position: relative;
		padding-top: 70px;
		padding-bottom: 30px;
	}
	

    .bg{
   background-image: url(../images/pattern.png);
     margin-bottom: -20px; 
    }
	/* ----  Newsletter
 	----------------------------------------------------------------------------- */	
	
	.newsletter {
		position:relative;
		width: 100%;
	}
	
	
	/* ----  Flickr 
 	----------------------------------------------------------------------------- */	
	
	.photo-stream a {
		margin-right: 5%;
		margin-bottom:5%;
		display: inline-block;
		width: 21%;
		height: 21%;
	}
	
	.photo-stream a:nth-child(4n+2) {
		margin-right: 0;
	}
	
	.photo-stream img:hover {
		opacity: 0.6;
	}
	
	/* ----  Social icons
 	----------------------------------------------------------------------------- */	
	
	footer .social-widget:before {
		display:none;
		/*position: absolute;
		top: -70px;
		left: 0;
		display: block;
		background: url(../images/template/white-bubble-speech.png) top left no-repeat;
		height: 26px;
		width: 25px;
		content: " ";*/
	}
	
	/* ----  Second row
 	----------------------------------------------------------------------------- */	
	
	.footer-second-row {
		height: 180px;
	}
	 
	 /* ----  Copyright
 	----------------------------------------------------------------------------- */	
	
	.footer-second-row .copyright {
		opacity: 0.8;
        margin-top: 78px;
        float: left;
		  font-size: 13px;
	}
	
	/* ----  Small menu 
 	----------------------------------------------------------------------------- */	
	 
	 .footer-second-row ul.small-menu {
		 position: relative;
		 float: right;
	 }
		
	 .footer-second-row ul.small-menu li {
		 position: relative;
		 float: left;
		 margin-left: 20px;
		 font-weight: 700;
		 margin-top: 80px;
	 	 transition: all 0.1s ease-in-out;
	 	 -moz-transition: all 0.1s ease-in-out;
		 -webkit-transition: all 0.1s ease-in-out;
		 -o-transition: all 0.1s ease-in-out;
		   font-size: 14px;
	  }
	  
	  .footer-second-row ul.small-menu a:hover {
		  text-decoration: none !important;
		    color: rgb(22, 129, 209) !important;
	  }
	  
	  .footer-second-row ul.small-menu a:hover:before {
		  position: absolute;
		  display:block;
		  height: 3px;
		  width: 100%;
		  content: " ";
		  top: -1px;
		  left: 0;
	  }

		
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
/* ---- 8.  SLIDER
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */

	#slider {
		position:relative;
		width: 100%;
		z-index:1;
		padding:27px;
	}
	
	/* #slider .slider-content {
		margin-top: 154px;
		padding-top: 35px;
	} */
	
	#slider:before {
		position: absolute;
		top: 0;
		left: 0;
		opacity: .25;
		background: center;
		background-attachment: cover;
		background-size: cover;
		width: 100%;
		height: 100%;
		content: " ";
	}
	
	#slider h1 {
		margin-bottom: 30px;
		margin-top:30px;
	}
	
	#slider .number {
		font-size: 22px;
		margin-right: 10px;
	}
	 
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
/* ---- 9. METRO BOXES
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */	 
	
	.metro-boxes {
		position: relative;
		width: 100%;
	}
	
	.metro-boxes img {
		max-width: none !important;
	}
	
	/* Metro box
	-----------------------------------------------------*/
	
	.metro-box  { 
		position: relative;
		height: 170px;
		margin-right: 1%;
		margin-bottom: 1%;
		float: left;
		text-align: center;
		color: rgb(255,255,255);
		overflow: hidden;
		display: block;
	}
	
	.metro-box.normal {
		width: 19.2%;
	}
	
	.metro-box.wide  { 
		width: 39.2%;
	}
	
	.metro-box.fullwidth {
		width: 100%;
		margin-right: none !important;
		clear: both;
	}
	
	.metro-box.first-in-row {
		position: relative;
		clear: left;
	}
	
	.metro-box-title {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	.metro-box-title h5 {
		font-size: 11px;
		font-weight: 900;
		text-transform: uppercase;
		border-left: 5px solid rgb(255,255,255);
		padding: 0 10px;
		margin: 14px 0;
		line-height: 10px;
		transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-webkit-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		text-align: left;
	}
	
	.metro-box-icon {
		position: relative;
		display: inline-block;
		margin-top: 28px;
		width: 80px;
		height: 80px;
		border: 3px solid rgb(255,255,255);
		border-radius: 50%;
		transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
	}	
	
	.metro-box-icon i {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 30px;
		height: 30px;
		margin-top: -15px;
		margin-left: -15px;
		font-size: 30px;
		text-align: center;
		color: rgb(255,255,255);
		transition: all 0.6s ease-in-out 0.2s;
		-moz-transition: all 0.6s ease-in-out 0.2s;
		-webkit-transition: all 0.6s ease-in-out 0.2s;
		-o-transition: all 0.6s ease-in-out 0.2s;
	}	
	
	.metro-box-photo,
	.metro-box-video {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
	}
	
	.metro-box .metro-box-photo img {
		opacity: .5;
		transition: opacity 0.3s ease-in-out, transform 1.5s ease-in-out 0.25s;
		-moz-transition: opacity 0.3s ease-in-out, transform 1.5s ease-in-out 0.25s;
		-webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 1.5s ease-in-out 0.25s;
		-o-transition: opacity 0.3s ease-in-out, transform 1.5s ease-in-out 0.25s;
	}
	
	.metro-box.normal .metro-box-photo img {
		height: 100%;
	}
	
	.metro-box.wide .metro-box-photo img,
	.metro-box.fullwidth .metro-box-photo img {
		height: auto;
		width: 100%;
	}
	
	.metro-box:hover .metro-box-photo img {
		transform: scale(1.4,1.4);
		-ms-transform: scale(1.4,1.4);
		-webkit-transform: scale(1.4,1.4);
		opacity: 1;
	}
	
	.metro-box:hover .metro-box-icon i {
		transform: rotate(360deg) scale(1.2,1.2);
		-ms-transform: rotate(360deg) scale(1.2,1.2);
		-webkit-transform: rotate(360deg) scale(1.2,1.2);
	}
	
	.metro-box:hover .metro-box-icon {
		transform: scale(1.1,1.1);
		-ms-transform: scale(1.1,1.1);
		-webkit-transform: scale(1.1,1.1);
	}
	
	/* Background colors
	-----------------------------------------------------*/
	
	.blue-gradient {
		background: rgb(47,128,227); /* Old browsers */
		background: -moz-linear-gradient(45deg,  rgb(47,128,227) 0%, rgb(109,192,254) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgb(47,128,227)), color-stop(100%,rgb(109,192,254))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(45deg,  rgb(47,128,227) 0%,rgb(109,192,254) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(45deg,  rgb(47,128,227) 0%,rgb(109,192,254) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(45deg,  rgb(47,128,227) 0%,rgb(109,192,254) 100%); /* IE10+ */
		background: linear-gradient(45deg,  rgb(47,128,227) 0%,rgb(109,192,254) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f80e3', endColorstr='#6dc0fe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
	
	.green-gradient {
		background: rgb(125,188,29); /* Old browsers */
		background: -moz-linear-gradient(45deg,  rgb(125,188,29) 0%, rgb(211,224,54) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgb(125,188,29)), color-stop(100%,rgb(211,224,54))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(45deg,  rgb(125,188,29) 0%,rgb(211,224,54) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(45deg,  rgb(125,188,29) 0%,rgb(211,224,54) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(45deg,  rgb(125,188,29) 0%,rgb(211,224,54) 100%); /* IE10+ */
		background: linear-gradient(45deg,  rgb(125,188,29) 0%,rgb(211,224,54) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dbc1d', endColorstr='#d3e036',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
	
	.orange-gradient {
		background: rgb(247,124,23); /* Old browsers */
		background: -moz-linear-gradient(45deg,  rgb(247,124,23) 0%, rgb(255,186,46) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgb(247,124,23)), color-stop(100%,rgb(255,186,46))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(45deg,  rgb(247,124,23) 0%,rgb(255,186,46) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(45deg,  rgb(247,124,23) 0%,rgb(255,186,46) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(45deg,  rgb(247,124,23) 0%,rgb(255,186,46) 100%); /* IE10+ */
		background: linear-gradient(45deg,  rgb(247,124,23) 0%,rgb(255,186,46) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77c17', endColorstr='#ffba2e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
	
	.yellow-gradient {
		background: rgb(255,180,29); /* Old browsers */
		background: -moz-linear-gradient(45deg,  rgb(255,180,29) 0%, rgb(255,229,62) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgb(255,180,29)), color-stop(100%,rgb(255,229,62))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(45deg,  rgb(255,180,29) 0%,rgb(255,229,62) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(45deg,  rgb(255,180,29) 0%,rgb(255,229,62) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(45deg,  rgb(255,180,29) 0%,rgb(255,229,62) 100%); /* IE10+ */
		background: linear-gradient(45deg,  rgb(255,180,29) 0%,rgb(255,229,62) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb41d', endColorstr='#ffe53e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
	
	.violet-gradient {
		background: rgb(127,60,184); /* Old browsers */
		background: -moz-linear-gradient(45deg,  rgb(127,60,184) 0%, rgb(174,108,254) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgb(127,60,184)), color-stop(100%,rgb(174,108,254))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(45deg,  rgb(127,60,184) 0%,rgb(174,108,254) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(45deg,  rgb(127,60,184) 0%,rgb(174,108,254) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(45deg,  rgb(127,60,184) 0%,rgb(174,108,254) 100%); /* IE10+ */
		background: linear-gradient(45deg,  rgb(127,60,184) 0%,rgb(174,108,254) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f3cb8', endColorstr='#ae6cfe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
	
	.red-gradient {
		background: rgb(200,36,27); /* Old browsers */
		background: -moz-linear-gradient(45deg,  rgb(200,36,27) 0%, rgb(254,112,69) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgb(200,36,27)), color-stop(100%,rgb(254,112,69))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(45deg,  rgb(200,36,27) 0%,rgb(254,112,69) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(45deg,  rgb(200,36,27) 0%,rgb(254,112,69) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(45deg,  rgb(200,36,27) 0%,rgb(254,112,69) 100%); /* IE10+ */
		background: linear-gradient(45deg,  rgb(200,36,27) 0%,rgb(254,112,69) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8241b', endColorstr='#fe7045',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
	
	.black-gradient {
		background: rgb(0,0,0); /* Old browsers */
		background: -moz-linear-gradient(45deg,  rgb(0,0,0) 0%, rgb(76,76,76) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgb(0,0,0)), color-stop(100%,rgb(76,76,76))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(45deg,  rgb(0,0,0) 0%,rgb(76,76,76) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(45deg,  rgb(0,0,0) 0%,rgb(76,76,76) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(45deg,  rgb(0,0,0) 0%,rgb(76,76,76) 100%); /* IE10+ */
		background: linear-gradient(45deg,  rgb(0,0,0) 0%,rgb(76,76,76) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#4c4c4c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}

	.empty {
		background: none !important;
	}
	
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
/* ---- 10. FORMS
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */	 

	/* labels Styles
	-----------------------------------------------------*/
	
	label {
	  vertical-align: middle;
	 /* display: block;*/
	  font-size: 18px;
	  font-weight: bold;
	  margin-bottom: 5px;
	}
	
	label.error {
		color: rgb(204,0,0);
		margin-top: -10px;
		margin-bottom: 10px;
		font-size: 11px;
	}
	
	/* Input Styles
	-----------------------------------------------------*/
	
	

/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
/* ---- 11. LINKS & BUTTONS
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */

	/* Buttons
	-----------------------------------------------------*/

	.button-outline {
		padding: 10px 16px;
		font-size: 12px;
		cursor: pointer;
		border: 2px solid;
		display: inline-block;
		font-weight: 700;
		color: inherit;
		margin-right: 15px;
		margin-bottom: 15px;
	}
	
	.button-outline:hover {
		text-decoration: none;
		color: rgb(255,255,255);
	}
	
	/* Colors
	-----------------------------------------------------*/
	
	.button-outline.blue { border-color: rgb(60,159,255); }
	.button-outline.blue:hover { background-color: rgb(60,159,255); }
	
	.button-outline.orange { border-color: rgb(250,144,48); }
	.button-outline.orange:hover { background-color: rgb(250,144,48); }
	
	.button-outline.green { border-color: rgb(181,218,40); }
	.button-outline.green:hover { background-color: rgb(181,218,40); }
	
	.button-outline.red { border-color: rgb(224,70,46); }
	.button-outline.red:hover { background-color: rgb(224,70,46); }
	
	.button-outline.violet { border-color: rgb(180,114,243); }
	.button-outline.violet:hover { background-color: rgb(180,114,243); }
	
	.button-outline.yellow { border-color: rgb(255,180,0); }
	.button-outline.yellow:hover { background-color: rgb(255,180,0); }
	
	.button-outline.grey { border-color: rgb(220,220,220); }
	.button-outline.grey:hover { background-color: rgb(220,220,220); }


	/* Social icons
	-----------------------------------------------------*/
	
	ul.social-icons {
		position: relative;
		font-size: 20px;
	}
	
	ul.social-icons li {
		float:left;
		margin-right: 2px;
		background-color: rgba(0,0,0,0.20);
		color: rgb(255,255,255);
		text-align: center;
	}
	
	ul.social-icons li a {
		display: block;
		width: 30px;
		height: 30px;
		color: inherit;
		transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-webkit-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
	}
	
	ul.social-icons li a:hover {
		text-decoration: none !important;
	}
	
	ul.social-icons li i {
		display: inline-block;
		margin-top: 9px;
	}
	
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
/* ---- 12.  SUBPAGES
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
	
		
	/* Page title
	-----------------------------------------------------*/		
	
	#page-title {
		position:relative;
		width: 100%;
		z-index:1;
		overflow: hidden;
		padding-top: 210px;
		padding-bottom: 40px;
	}
	
	#page-title:before {
		position: absolute;
		top: 0;
		left: 0;
		opacity: .25;
		background: center;
		background-attachment: cover;
		background-size: cover;
		width: 100%;
		height: 100%;
		content: " ";
	}
	
	#page-title h1 {
		font-size: 60px;
		margin-bottom: 0px;
	}
	
	#page-title .sub-title {
		margin-top: -10px;
		font-size: 24px;
		display: block;
		font-weight: 100;
	}
	
	/* Breadcumbs
	-----------------------------------------------------*/		
	
	.breadcumbs {
		font-size: 10px;
		width: 100%;
		border-bottom: 0px solid rgb(230,230,230);
		box-shadow: 1px 0px 1px 1px rgb(240,240,240);
	}
	
	.breadcumbs a {
		color: inherit;
		padding: 15px;
		font-weight: 400;
		border-left: 1px solid rgb(230,230,230);
		float: left;
	}
	
	.breadcumbs a:hover {
		text-decoration: none !important;
	}
	
	.breadcumbs a.current  {
		font-weight: 700;
	}
	
	.breadcumbs a.current {
		cursor: default;
		border-right: 1px solid rgb(230,230,230);
	}
	
	.breadcumbs a.current:hover {
		color: inherit !important;
		text-decoration: none;
	}
	
	/* Filter
	-----------------------------------------------------*/	
	
	#filter ul {
		font-size: 24px;
		font-weight: 100;
	}
	
	#filter ul li {
		float: left;
		margin-right: 20px;
	}
	
	#filter ul li:last-child {
		margin-right: 0 !important;
	}
	
	#filter ul li a {
		color: inherit;
	}
	
	#filter ul li.active a {
		cursor: default;
	}
	
	#filter ul li.active a:hover {
		text-decoration: none !important;
	}


	
	/* Numeral Info
	-----------------------------------------------------*/
	
	.numeral-info-box {
		border-bottom: 2px solid rgb(230,230,230);
	}
	
	.numeral-info-number {
		font-weight: 100;
		font-size: 70px;
		display: block;
		line-height: 65px;
	}
	
	.numeral-info-description {
		font-weight: 700;
		font-size: 20px;
		line-height: 22px;
		border-bottom: 2px solid;
		padding-bottom: 20px;
		margin-bottom: -2px;
		display: inline-block;
	}
	
	/* Error 404
	-----------------------------------------------------*/
	
	.sign-404 {
		display: block;
		font-size: 160px;
		line-height: 160px;
		font-weight: 100;
	}
	
	.info-404 {
		font-size: 20px;
		font-weight: 100;
		color: rgb(123,123,123);
	}
	
	/* Sitemap
	-----------------------------------------------------*/
	
	ul.sitemap > li {
		font-size: 16px;
		font-weight: 700;
		margin-bottom: 15px;
	}
	
	ul.sitemap > li > a {
		color: inherit;
	}
	
	ul.sitemap > li > ul > li {
		font-size: 14px;
		font-weight: 600;
		padding-left: 15px;
		margin-top: 7px;
	}
	
	ul.sitemap > li > ul > li > ul >li {
		font-size: 11px;
		font-weight: 600;
		padding-left: 15px;
	}
	
	/* Comments
	-----------------------------------------------------*/
	
	ul.comments-list {
		position: relative;
		font-size: 11px;
		margin-bottom: 40px;
	}
	
	ul.comments-list li {
		position: relative;
		margin-bottom: 20px;
	}

	ul.comment-children {
		position: relative;
		margin-left: 100px;
		margin-top: 20px;
	}
	
	.comment-avatar {
		position: relative;
		width: 80px;
		height: 80px;
		float: left;
		overflow: hidden;
	}
	
	.comment-avatar img {
		border-radius: 50%;
		overflow: hidden;
	}
	
	.comment-content {
		position: relative;
		margin-left: 100px;
		padding: 20px;
		border: rgb(230, 230, 230) 1px solid;
	    box-shadow: 1px 1px 0px 0px rgb(240,240,240);
	}
	
	ul.comment-children .comment-content {
		border: 2px solid;
	}
	
	.comment-content p {
		margin-bottom: 0 !important;
	}
	
	.comment-meta {
		position: relative;
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: rgb(235, 235, 235) 1px solid;
		overflow: auto;
		font-weight:bold;
	}
	
	.comment-author {
		position: relative;
		font-size: 12px;
		float: left !important;
		margin-left: 0 !important;
	}
	
	.comment-meta span {
		float: right;
		margin-left: 20px;
	}
	
	.comment-meta span i {
		margin-right: 10px;
	}

	
	/* Contact
	-----------------------------------------------------*/
	
	#google-map { 
		height: 300px;
		width: 100%;
		font-size: 16px;
		color: rgb(60,60,60);
		font-weight: bold;
	}
	
	#google-map span { 
		font-size: 11px;
		display:block;
	}
	
	#google-map img { 
		max-width: none;
	}
	
	/* Team members
	-----------------------------------------------------*/
	
	.member-box {
		margin-bottom: 30px;
		border-bottom: 2px solid rgb(230,230,230);
	}
	
	.members-list > li:nth-child(4n) {
		margin-right: 0px !important;
	}
	
	.member-photo {
		position: relative;
		margin-bottom: 20px;
	}
	
	.member-name {
		font-size: 30px;
		font-weight: 100;
		line-height: 33px;
		display: block;
	}
	
	.member-type {
		font-size: 12px;
		font-weight: 700;
		display:block;
		margin-bottom: 20px;
	}
	
	.member-box ul.social-icons {
		position: absolute;
		bottom: 0px;
		left: 0px;
	}
	
	/* Features 
	-----------------------------------------------------*/
	
	.feature-box {
		position: relative;
		clear: both;
	}
	
	.feature-icon {
		font-size: 45px;
		float: left;
		width: 80px;
		text-align: center;
	}
	
	.feature-info {
		padding-top:7px;
		padding-left: 90px;
	}
	
	.feature-info p {
		font-size: 11px;
		line-height: 16px;
		color: rgb(123,123,123);
	}
	
	/* Services 
	-----------------------------------------------------*/
	
	.services {
		position: relative;
	}
	
	.services .flex-control-nav {
		background: url(../images/template/services-shadow.png);
		height: 33px;
	}
	
	
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
/* ---- 13.  SIDEBAR
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
	
	#sidebar {
		font-size: 11px;
	}
	
	/* Serach widget
	-----------------------------------------------------*/
	
	.widget-search {
		margin-bottom: 20px;
	}
	
	.widget-search input {
		margin-bottom: 0px !important;
		width: 100%;
	}
	
	.search-form {
		position: relative;
		width: 100%;
		height: 100%;
	}	
	
	/* Posts list 
	-----------------------------------------------------*/
	
	ul.posts-list li {
		width: 48%;
		margin-right: 4%;
		float: left;
	}
	
	ul.posts-list li:nth-child(2n) {
		margin-right: 0 !important;
	}
	
	ul.posts-list .post-photo {
		margin-bottom: 8px;
	}
	
	ul.posts-list .post-meta {
		padding-left: 0 !important;
		margin-bottom: 15px;
	}
	
	ul.posts-list a {
		font-weight: 700;
	}
	
	/* Twitter widget
	-----------------------------------------------------*/
	
	.tweet ul {
		position: relative;
	}

	.tweet ul li {
		position: relative;
		margin-bottom: 12px;
		padding-bottom: 15px;
		border-bottom: rgb(235, 235, 235) 1px solid;
	}
	
	.tweet ul li:last-child {
		border-bottom: none;
	}
	
   .tweet .tweet_time {
	    display:block;
		margin-bottom: 3px;
		font-weight: 700;
	}
	
	
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
/* ---- 14. ELEMENTS
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */	
	
	
	/* Blockquote
	-----------------------------------------------------*/
	
	blockquote {
		position: relative;
		padding-top: 20px;
		font-size: 14px;
		line-height: 24px;
		font-weight: 400;
	}
	
	blockquote:before {
		position: absolute;
		top: 0;
		left: 45px; 
		width: 101px;
		height: 93px;
		/*background: url(../images/template/blockquote-bg.png) top left no-repeat;*/
		content: " ";
	}
	
	blockquote .author-photo {
		position: relative;
		float: left;
		width: 100px;
	}
	
	blockquote .author-photo img {
		width: 88px;
		height: 88px;
		border-radius: 50%;
		overflow: hidden;
		background-color: rgb(255,255,255);
		margin-right: 20px;
	}
	
	blockquote .quote-content {
		position: relative;
		margin-left: 105px;
	}
	
	blockquote .quote-meta {
		position: relative;
		display: block;
		margin-top: 15px;
		padding-left: 105px;
	}
	
	blockquote span {
		display: inline-block;
		position: relative;
		padding: 3px 10px;
		font-weight: 700;
		font-size: 11px;
		border: 1px solid rgb(230,230,230);
		box-shadow: 1px 1px 0px 0px rgb(240,240,240);
		background: rgb(255,255,255);
	}	
	
	/* Tabs
	-----------------------------------------------------*/
	
	.tabs ul.nav-tabs {
		position: relative;
		font-weight: bold;
		margin-bottom: -0px !important;
	}
	
	.tabs ul.nav-tabs li {
		position: relative;
		float: left;
		padding: 14px;
		border: 1px solid rgb(230,230,230);
	    box-shadow: inset 1px 1px 1px 0px rgb(240,240,240);
		color: rgb(123,123,123);
		border-bottom: none !important;
	}
	
	.tabs ul.nav-tabs li a {
		color: inherit;
	}
	
	.tabs ul.nav-tabs li a:hover {
		color: rgb(40,40,40);
		text-decoration: none !important;
	}
	
	.tabs ul.nav-tabs .ui-tabs-active {
		border: 2px solid;
		padding: 13px 13px 14px 13px;
		cursor: default;
		color: rgb(40,40,40);
	}
	
	.tabs ul.nav-tabs .ui-tabs-active a {
		cursor: default;
	}
	
	.tabs ul.nav-tabs .ui-tabs-active:last-child {
		border-right: 2px solid;
	}
	
	.tabs ul.nav-tabs li:last-child {
		border-right: 1px solid rgb(230,230,230);
	}
	
	.tab-content {
		padding: 15px;
		border: 1px solid rgb(230,230,230);
		box-sizing:border-box;
  		-moz-box-sizing:border-box;
  		-webkit-box-sizing:border-box;
		overflow: auto;
		clear: both;
	}
	
		
	/* Accordion
	-----------------------------------------------------*/
	
	.accordion h5 {
		font-size: inherit !important;
		padding: 12px;
		cursor: pointer;
		border: 1px solid rgb(230,230,230);
	    box-shadow: 1px 1px 1px 0px rgb(240,240,240);
		margin-bottom: 5px;
	}
	
	.accordion div {
		padding: 15px 0px;
	}
	
	h5.ui-accordion-header-active {
		border: 2px solid;
		padding-top: 11px;
		padding-left: 11px;
	}
	
	span.ui-accordion-header-icon {
		position: relative;
		display: block;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		float: left;
		margin-top: -3px;
		margin-right: 7px;
		text-align: center;
		transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
	}
	
	span.ui-accordion-header-icon:after  {
		font-family: "FontAwesome";
		font-weight: normal;
		font-size: 11px;
		content: '\f067';
		position: relative;
		top: 3px;
	}
	
	.ui-accordion-header-active span.ui-accordion-header-icon:after {
		content: '\f068';
	}
	
	/* Pagination
	-----------------------------------------------------*/
	
	.pagination {
		text-align: center;
		color: rgb(22, 140, 217);
		margin-left: 40%;
	}
	
	.pagination a {
		color: inherit;
	}
	
	.pagination ul {
		position: relative;
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 20px;
		display: inline-block;
	}
	
	.pagination li {
		position: relative;
		float: left;
		padding: 10px 18px;
		border-left: rgb(230,230,230) 1px solid;
		border-bottom: rgb(230,230,230) 1px solid;
		border-top: rgb(230,230,230) 1px solid;
	}
	
	.pagination li.active {
		border: 2px solid;
		padding-bottom: 8px;
		cursor: default;
	}
	
	.pagination li:last-child {
		border-right: rgb(230,230,230) 1px solid; 
	}
	
	/* ---- Pagination - small ---- */
	
	.pagination-small ul {
		font-size: 10px;
	}
	
	.pagination-small  li {
		padding: 8px 14px;
	}
	
	.pagination-small  li.active {
		padding-bottom: 6px;
	}
	
	/* ---- Pagination - big ---- */
	
	.pagination-big ul {
		font-size: 14px;
	}
	
	.pagination-big li {
		padding: 12px 20px;
	}
	
	.pagination-big li.active {
		padding-bottom: 10px;
	}
	
	/* Alerts
	-----------------------------------------------------*/
	
	.alert {
		padding: 12px;
		margin-bottom: 20px;
		border-left: 2px solid;
		border-right: 1px solid rgb(230,230,230);
		border-top: 1px solid rgb(230,230,230);
		border-bottom: 1px solid rgb(230,230,230);
		color: rgb(60,60,60);
		font-size: 11px;
		text-transform: uppercase;
		font-weight: 700;
	}
	
	.alert i {
		margin-right: 10px;
		font-size: 30px;
		display: block;
		clear: both;
		text-align: center;
		margin-bottom: 10px;
	}
	
	.alert strong {
		margin-right: 7px;
		font-weight: 700;
	}
	
	.alert-success    { border-left-color: rgb(143,194,62); }
	.alert-info          { border-left-color: rgb(65,154,241); }
	.alert-warning    { border-left-color: rgb(255,132,0); }
	.alert-error 	 	{ border-left-color: rgb(217,66,66); }
	
	.alert-success i, .alert-success strong    { color: rgb(143,194,62); }
	.alert-info i, .alert-info strong          { color: rgb(65,154,241); }
	.alert-warning i, .alert-warning strong    { color: rgb(255,132,0); }
	.alert-error i, .alert-error strong 		{ color: rgb(217,66,66); }
	
	/* Pricing table
	-----------------------------------------------------*/
	
	.column {
		float: left;
		box-sizing:border-box;
  		-moz-box-sizing:border-box;
  		-webkit-box-sizing:border-box;
		font-size: 12px;
		text-align: center;
	}
	
	.five-cols .column  { width: 20%; }
    .four-cols .column  { width: 25%; }
    .three-cols .column { width: 33.33%; }
    .two-cols .column   { width: 50%; }
    .one-cols .column   { width: 100%; }
	
	/* 1- Pricing table - defalut ----- */
	
	.pricing-table-defalut .column {
		border-bottom: rgb(235, 235, 235) 1px solid;
		border-top: rgb(235, 235, 235) 1px solid;
		border-left: rgb(235, 235, 235) 1px solid;
	}
	
	.pricing-table-defalut .premium {
		border: 2px solid;
	}
	
	.pricing-table-defalut .column:last-child {
		border-right: rgb(235, 235, 235) 1px solid;
	}
	
	.pricing-table-defalut .features-list {
		font-weight: bold;
		margin-top: 126px;
	}
	
	.pricing-table-defalut .features-list li {
		text-align: right !important;
	}
	
	.pricing-table-defalut .column-title {
		height: 125px;
		border-bottom: rgb(235, 235, 235) 1px solid;
	}
	
	.pricing-table-defalut h1 {
		padding-top: 20px;
		font-size: 20px;
		margin-bottom: 0px !important;
		line-height: 20px;
	}
	
	.pricing-table-defalut .price {
		display: block;
		font-size: 40px;
		line-height: 45px;
	}
	
	.pricing-table-defalut .type {
		display: block;
		font-weight: bold;
	}
	
	.pricing-table-defalut li {
		padding: 15px;
		border-bottom: rgb(235, 235, 235) 1px solid;
	}
	
	.pricing-table-defalut li:last-child {
		border-bottom: none;
	}
	
	.pricing-table-defalut .column-end {
		border-top: rgb(235, 235, 235) 1px solid;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
/* ---- 15. MEDIA QUERIES 
/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */
@media only screen and (max-width: 1359px) {
#nav {
  /*padding-left: 194px !important;*/
}
}
@media only screen and (max-width: 1325px) {
#nav {
  /*padding-left: 186px !important;*/
}
}
@media only screen and (max-width: 1300px){
#nav {
  /*padding-left: 160px  !important;*/
}
}
@media only screen and (max-width: 1255px){
#nav {
 /* padding-left: 144px !important;*/
}
#nav > ul > li {
  margin-right: 43px !important;
}
#nav > ul {
  font-size: 14px !important;
} 
}
@media only screen and (max-width: 1229px){
#nav {
  /*padding-left: 139px !important; */
}
}
@media only screen and (max-width: 1200px){
#nav {
  /*padding-left: 120px !important;*/
}
}
@media only screen and (max-width: 1177px){
#nav {
  /*padding-left: 112px !important;*/
}
}
@media only screen and (max-width: 1147px){
#nav {
 /* padding-left: 100px !important;*/
}
}
@media only screen and (max-width: 1131px){
#nav {
 /* padding-left: 90px !important;*/
}
}
@media only screen and (max-width: 1090px){
#nav > ul {
  font-size: 13px !important;
}
#nav > ul > li {
  margin-right: 50px !important;
}
}
@media only screen and (max-width: 1030px){
#nav {
  /*padding-left: 44px !important;*/
}
#nav > ul > li {
  margin-right: 49px  !important;
}
}
@media only screen and (max-width: 1000px){
#nav {
  /*padding-left: 26px !important;*/
}
}
@media only screen and (max-width: 991px){
#nav > ul {
  font-size: 12px !important;
}
#nav {
 /* padding-left: 107px !important;*/
}
#nav > ul > li {
  margin-right: 20px !important;
}
.phone-num {
  float: right !important;
 /*  margin-top: -38px !important; */
  margin-right: -17px !important;
    padding-Left: 549px !important;
	font-size: 20px !important;
}
}
@media only screen and (max-width: 978px){
#nav > ul {
  font-size: 11px !important;
}
#nav {
  /*padding-left: 118px !important;*/
}
.phone-num {
  /* margin-top: -45px !important; */
  /* margin-right: -17px !important;
  padding-Left:519px !important; */
}
#nav > ul > li > ul > li > ul > li {
  font-size: 12px !important;
}
/* .top {
  margin-bottom: 50px !important;
} */
}

@media only screen and (max-width: 979px) {

    .container {
        max-width: 945px;
    }
	
	.metro-box  { 
		height: 140px;
	}
	
	.metro-box-icon {
		margin-top: 24px;
		width: 60px;
		height: 60px;
	}	
	
	.metro-box-icon i {
		width: 26px;
		height: 26px;
		margin-top: -13px;
		margin-left: -13px;
		font-size: 26px;
	}
	
	.project-carousel li {
        width: 224px;
    }
	
}

@media only screen and (min-width: 767px) and (max-width: 979px) {
	
	.main-flex-direction-nav {
		right: 90px !important;
		top: 115px !important;
	}
	
	.main-flex-prev { top: 145px !important; }

}
@media only screen and (max-width: 930px){
#nav {
  /*padding-left: 84px  !important;*/
}
.phone-num {
  /* margin-top: -50px !important;
  margin-right: -17px !important; */
}
}
@media only screen and (max-width: 896px){
#nav > ul > li {
  margin-right: 25px !important;
}
}
@media only screen and (max-width: 852px){
#nav {
  /*padding-left: 68px !important;*/
}
}
@media only screen and (max-width: 840px){
#nav {
  /*padding-left: 115px !important;*/
}
}
@media (max-width: 767px){
header {
  /* height: 722px !important; */
}
}
@media only screen and (max-width: 840px){
#nav {
  /*padding-left: 58px !important;*/
}
}
@media only screen and (max-width: 812px){
#nav {
  /*padding-left: 44px !important;*/
}
}
@media only screen and (max-width: 790px){
#nav {
  /*padding-left: 36px !important;*/
}
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (min-width: 844px) {

    .nav2 {
       display:none !important;
    }
	}
	@media only screen and (max-width: 844px) {

    .nav1 {
       display:none !important;
    }
	}
@media only screen and (max-width: 767px) { 

    .container {
        width: 440px;
    }
	button, html input[type="button"], input[type="reset"], input[type="submit"]{
	/* margin-top:20px !important; */
	}
	.img_display{
	display:none !important;
	}
	.video_margn{
	margin-bottom:15px !important;
	}
	#Applicant2Title {
  height: 120% !important;
}
	header {
		/* height: 186px; */
	}
#nav a {
  color: #FFF;
  font-weight: 800;
}	
#nav > ul > li {
  height: auto !important;
  display: block !important;
  float: none !important;
  margin-left: 132px !important;
  overflow: auto !important; 
}
#nav > ul {
  background: rgb(27, 27, 27) !important;
  padding-top: 20px !important;
  padding-bottom: 10px !important;
}
#nav > ul {
  font-size: 14px !important;
}
#nav {
  position: absolute !important;
  top: 0px !important;
  left: -127px !important;
  color: rgb(231, 40, 40) !important;
  height: 9999px !important;
  overflow: hidden !important
}
	.wpb_alert p:last-child, #content .wpb_alert p:last-child, .wpb_text_column p:last-child, .wpb_text_column *:last-child, #content .wpb_text_column p:last-child, #content .wpb_text_column *:last-child, .wpb_toggle_content p:last-child{
	margin-top:10px !important;
	
	}
	.navbar-toggle {
  position: relative !important;
  padding: 9px 10px !important;
  margin-bottom: 8px !important;
  background-color: rgba(0, 0, 0, 0.55) !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  border-radius: 4px !important;
}
	/* .collapse {
  display: inherit !important;
} */
	.logo-left-bg {
		position: absolute;
		top:0;
		left:-1000%;
	    height: 140px;
		width: 1000%;
	}
	
	.top {
		position: relative;
		/* height: 140px; */
	}
	
	.logo-left {
		position: relative;
		height: 140px;
		width: 39% !important;
		margin-right: 2% !important;
	}
	
	.logo-left .logo {
		margin-top: 40px !important;
	}
	
	.top-right {
		position: relative;
		height: 110px;
		width: 59% !important;
	}
	header .search-box input {
  color: inherit;
  height: 27px !important;
  font-weight: inherit !important;
  padding: 12px 8px !important;
  font-size: 15px ;
}
	.search-box {
		top: 0px; 
	}
		
	header ul.social-icons {
		 display: none; 
	}
	
	#slider .slider-content {
		margin-top: 140px;
	}
	
	.main-flex-direction-nav {
		display: none;
	}
	
	.metro-box {
		width: 49% !important;
		float: left !important;
	}
	
	.metro-box.last-in-row {
		margin-right: 1% !important;
		clear: none;
	}
	
	.metro-box.wide .metro-box-photo img {
		height: 100%;
	}
	
	.empty {
		display: none;
	}
	
	.jcarousel-control {
		display: none;
	}
	
	.project-carousel li {
        width: 214px;
    }
	.navbar-form {
  margin-left: -6px !important;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
	.phone-num {
 /*  margin-top: -115px !important; */
   margin-right: 92px !important;
  padding-left: 118px !important;
}
	.form-group{
	float:right !important;
	margin-top:-62px !important;
	}
	
	.search-box input {
		width: -1px !important;
	}
	
	footer .social-widget:before {
		display: none;
	}
	
	.footer-first-row {
		padding-top: 40px;
		padding-bottom: 50px;
	}
	
	.footer-second-row {
		height: 140px;
		overflow: hidden;
	}
	
	.copyright-area {
		position: relative;
		height: 140px;
		width: 59% !important;
	}
	
	span.copyright {
		margin-top: 45px !important;
	}
	
	.footer-second-row ul.small-menu {
		 float: none;
	 }
		
	 .footer-second-row ul.small-menu li {
		 margin-right: 20px;
		 margin-left: 0px;
		 margin-top: 15px !important;
	  }
	  
	  .footer-second-row ul.small-menu a:hover:before {
		  display: none;
	  }

    .one-half       { width: 100%; }
    .one-third      { width: 100%; }
    .two-third      { width: 100%; }
    .one-fourth     { width: 100%; }
    .three-fourth   { width: 100%; }
    .one-fifth      { width: 100%; }
    .two-fifth      { width: 100%; }
    .three-fifth    { width: 100%; }
    .four-fifth     { width: 100%; }
    .one-sixth      { width: 49%; }
    .five-sixth     { width: 100%; }

	.one-sixth:nth-child(2n) {
        margin-right: 0;
    }

  /*  .one-half,
    .one-third,
    .two-third,
    .three-fourth,
    .one-fourth,
    .one-fifth,
    .two-fifth,
    .three-fifth,
    .four-fifth,
    .one-sixth,
    .five-sixth {
        margin-bottom: 30px;
    }*/

    .sep10   { height: 10px; }
    .sep20   { height: 20px; }
    .sep30   { height: 30px; }
    .sep40   { height: 25px; }
    .sep50   { height: 30px; }
    .sep60   { height: 40px; }
    .sep70   { height: 45px; }
    .sep80   { height: 50px; }
    .sep90   { height: 60px; }
    .sep100  { height: 50px; }

    .pricing-table-defalut.five-cols .column  { width: 49%; }
    .pricing-table-defalut.four-cols .column  { width: 49%; }
    .pricing-table-defalut.three-cols .column { width: 49%; }
    .pricing-table-defalut.two-cols .column   { width: 49%; }
    .pricing-table-defalut.one-cols .column   { width: 100%; }
	
	.pricing-table-defalut .features-list {
		display: none;
	}
	
	h1 { font-size: 20px; }
	h2 { font-size: 22px;}
	h3 { font-size: 25px;}
	h4 { font-size: 16px;}
	h5 { font-size: 14px;}
	
	#page-title {
		padding-top: 180px;
	}
	
	#page-title h1 {
		font-size: 38px;
	}
	
	#page-title .sub-title {
		margin-top: 0px !important;
		font-size: 16px;
	}
	
	p.intro {
		font-size: 15px;
	}
	
	.project-mask a.project-zoom {
		width: 60px;
		height: 60px;
		margin-left: -30px;
		margin-top: -50px;
	}
	
	.top-bar {
		border-bottom: none !important;
	}
    
.searchbox {
  padding: 7px 0px;
  border-color: currentColor !important;
}    
#ApplicantFirstname {
  width:250px !important;
}
#ApplicantMiddlename{
width:318px !important;
}
#ApplicantLastname{
width:318px !important;
}
#StreetName{
width:318px !important;
}
#Applicant1Title{
  height: 92% !important;
}
#Applicant1Firstname {
  height: 140% !important;
  margin-left: 5px !important;
}
 #ApplicantTitle{
  height: 77% !important;
} 
#Applicant1Firstname{
  width: 250px !important;
}
}

@media only screen and (max-width: 480px) {

    .container {
        width: 270px;
    }
	
	header {
  /* height: 836px !important; */
}
#nav {
  position: absolute !important;
  top: 100px !important;
  left: -117px !important;
  color: rgb(231, 40, 40) !important;
  height: 9999px !important;
width: 327px !important;
height: 529px !important;    
}
    
.navbar-toggle {
  margin-top: 16px !important;
}
.phone-num {
  /* margin-top: -70px !important; */
    margin-right: 111px !important;
  padding-left: 7px !important;
  margin-bottom: 20px !important;
}
   
.form-group {
  float: right !important;
  margin-top: -34px !important;
}
#ApplicantFirstname {
  width: 132px !important;
}
#ApplicantMiddlename {
  width: 198px !important;
}
#ApplicantLastname {
  width: 198px !important;
}
#StreetName {
  width: 198px !important;
}
#Applicant2Title {
  height: 121% !important;
}
#Applicant1Firstname {
  width: 150px !important;
}
#Applicant1Firstname {
  height: 132% !important;
  margin-left: 5px !important;
}
	.logo-left,
	.top-right,
	.copyright-area {
		width: 100% !important;
	}
	
	.project-carousel li {
        width: 270px;
    }
	
	.search-box {
		top: -32px;
		width: 263px;
	}
	
	
	.logo-left-bg {
		height: 140px;
	}

	/*.top-right {
		height: 29px;
	}*/

	.logo-left {
		width: 200% !important;
		height: 140px;
	}
	
	#nav-toggle {
		margin-top: 26px;
	}
	
	#nav.opened {
		margin-top: -60px;
	}
	
	#slider .slider-content {
		margin-top: 200px !important;
	}
	
	.metro-box {
		width: 100% !important;
		clear: both;
		float: none;
	}
	
	.metro-box.normal .metro-box-photo img {
		width: 100%;
	}
	
	.metro-box. .metro-box-photo img {
		height: 100%;
	}
	
	.copyright-area {
		position: relative;
		height: 140px;
		width: 100% !important;
	}
	
	.footer-second-row {
		height: 280px;
		overflow: hidden;
	}
	
	span.copyright {
		margin-top: 25px !important;
	}
	
	.pricing-table-defalut .column {
		border-right: 1px solid rgb(235,235,235);
	}

    .pricing-table-defalut.five-cols .column  { width: 100%; }
    .pricing-table-defalut.four-cols .column  { width: 100%; }
    .pricing-table-defalut.three-cols .column { width: 100%; }
    .pricing-table-defalut.two-cols .column   { width: 100%; }
    .pricing-table-defalut.one-cols .column   { width: 100%; }

    .pricing-table-simple.five-cols .column  { width: 100%; }
    .pricing-table-simple.four-cols .column  { width: 100%; }
    .pricing-table-simple.three-cols .column { width: 100%; }
    .pricing-table-simple.two-cols .column   { width: 100%; }
    .pricing-table-simple.one-cols .column   { width: 100%; }
	
	ul.posts-list li {
		width: 100%;
		margin-right: 0 !important;
		float: none;
	}
	
	.comment-avatar {
		display: none !important;
	}

}
@media only screen and (max-width: 520px){
/*#ApplicantFirstname {
  width:190px !important;
}
#ApplicantMiddlename{
width:256px  !important;
}
#ApplicantLastname{
width:256px  !important;
}
#StreetName{
width:256px  !important;
}
#Applicant1Title{
  height: 92% !important;
}
#Applicant1Firstname {
  height: 140% !important;
  margin-left: 5px !important;
}
#ApplicantTitle{
  height: 77% !important;
}
#Applicant1Firstname{
  width: 190px !important;
} */
#ApplicantFirstname {
  width: 77px !important;
}
#ApplicantMiddlename {
  width: 145px !important;
}
#ApplicantLastname {
  width: 73% !important;
}
#StreetName {
  width: 198px !important;
}
#Applicant2Title {
  height: 121% !important;
}
#Applicant1Firstname {
  width: 40% !important;
}
#Applicant1Firstname {
  height: 132% !important;
  margin-left: 5px !important;
}
}

@media only screen and (max-width: 400px){
#nav > ul > li {
  margin-right: 0px !important;
}
}

/*---- pricing -----*/
.plans{
	padding: 5em 0;
}
.pricing-table-grid ul li {
	list-style: none;
	text-align: center;
	border-bottom: 1px solid #E7E7E7;
}
.plans_head, .plans_head1{
	display: block;
	padding:1em;
	background:#394962;
}
.plans_head1{
	background:#2bdefc;
}
.plans_head h3, .plans_head1 h3{
	display: block;
	color:#fff;
	text-transform: uppercase;
	font-size: 1.5em;
}
h4.m_4{
	font-size: 4em;
	color: #FFF;
	font-weight:300;
}
small.m_2{
	font-size:40px;
	color: #FFF;
	font-weight:300;
	vertical-align: text-top;
}
small.m_3{
	font-size:22px;
	color: #FFF;
	font-weight:300;
}
.plans_head p, .plans_head1 p{
	font: 400 14px/25px Lato, sans-serif;
	color:#D4D5D6;
	line-height:1.5em;
}
.plans_head1 p{
	color:#000;
}
.pricing-table-grid ul li a, .pricing-table-grid ul li span{
	padding: 10px 0;
	display: block;
	text-decoration: none;
	font-size: 0.85em;
	color: #555;
	font: 400 15px/25px Lato, sans-serif;
}
.pricing-table-grid{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	background: #fff;
	box-shadow: 0 0 10px #D4D4D4;
	-webkit-box-shadow: 0 0 10px #D4D4D4;
	-moz-box-shadow: 0 0 10px #D4D4D4;
	-o-box-shadow: 0 0 10px #D4D4D4;
	text-align: center;
}
.pricing-table-grid1{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	background: #fff;
	padding:2em 1em;
	text-align: center;
}
.pricing-table-grid:hover{
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
}
.span_4{
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
}
.span_4:hover{
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
}
.pricing-table-grid:hover{
	border-color:#DBD334;
}
.button, .button1 {
	text-align: center;
}
a.button, a.button1{
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
	border: 1px solid #2bdefc;
	display: inline-block;
	width: 80%;
	margin: 1em 0 1em;
	font-size: 0.95em;
	padding: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	outline:none;
}
a.button1{
	background:#2bdefc;
	color:#fff;
}
.pricing-table-grid ul li a:hover {
	color:#2bdefc;
}
.pricing-table-grid:hover .button1, .pricing-table-grid1:hover .button,.pricing-table-grid:hover .button{
	background:#2bdefc;
	color:#fff;
}
.pricing-table-grid h5{
	text-transform:uppercase;
	color:#2bdefc;
	font-size:1.5em;
}
h4.m_5{
	color:#000;
}
small.sm1, small.sm2{
	color:#000;	
}
.pricing-table-grid1 h5{
	text-transform:uppercase;
	color:#2bdefc;
	font-size:1.5em;
	margin:1em 0;
}
.pricing-table-grid1 p {
	display: block;
	text-decoration: none;
	font-size: 0.85em;
	color: #555;
	font: 400 18px/25px Lato, sans-serif;
	border-bottom: 1px solid #D2D2D2;
	padding-bottom: 10px;
}
.plans_desc{
	text-align:center;
}
.plans_desc h3{
	margin-bottom:1.5em;
	color:#000;
	font-size:1.3em;
	font-weight:500;
}

.screen-reader-text{
display:none !important;
}


/*=============================== my changes ========================*/


.fotter_pad{
  padding: 7px 11px;
  font-size: 14px;
  width:65%;
}

.sapn_top{
position: relative;
top:-10px;
}


.gform_wrapper{
border: 2px solid #C1C1C1;


  border-radius: 16px;
  border-style: dotted;
  box-shadow: 1px 2px 15px 1px #BFC3C4;
    padding: 28px;
  padding-bottom:0px;
  margin-bottom:20px;

} 
.gform_wrapper .top_label select.medium {
  width: 20% !important;
}

.input_btn {
  background: rgb(60, 159, 255) !important;
  color: #fff !important;
  padding: 10px 35px !important;
  border: rgb(60, 159, 255) !important;
  border-radius: 5px !important;
  font-size: 20px !important;
  margin-bottom: 50px !important;    
}
.margn{
margin-bottom: 40px !important;
}
.radio_btn {
  display: inline-block !important;
  width: 40px !important;
  height: 25px !important;
  margin: -1px 4px 0 0 !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  margin-left: 20px !important;
}
.mrgn_B{
margin-bottom: 0px !important;
}
.mrgn_C{
margin-bottom: 20px !important;
font-size:14px !important;
}
.select_box{
  width: 26% !important;
  padding: 5px 10px !important;
  border-radius: 6px !important;
}
.Mrgn-TB{
margin-top: 30px !important;
}
.mrgn-BT{
margin-bottom: 30px !important;
}
.radio_btn2 {
  display: inline-block !important;
  width: 17px !important;
  height: 19px !important;
  margin: -1px 4px 0 0 !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  margin-left: 10px !important;
}
.jcarousel-pagination{
display: none !important;
}
.jw_easy_slider_name{
display: none !important;
}
.Contact_form{
padding: 28px !important;
  border: 2px solid #C1C1C1 !important ;
  border-radius: 16px !important;
  border-style: dotted !important;
  box-shadow: 1px 2px 15px 1px #BFC3C4 !important;
  margin-bottom: 30px !important;
}
.sldr_title{
display: none !important;
}
.testimonial_wrapper{
  margin-top: -46px !important;
}
.Head_mrgn{
margin-bottom:0px;
}
.li_mrgn{
margin-bottom:10px !important;
}
.qucik_margn{
margin-top:35px;
}
.popup {
  padding-left: 36px;
  padding-right: 83px;
  /* padding-bottom: 0px; */
  /* padding-top: 30px; */
  background: rgba(116, 116, 115, 0.37);
}
#html5-watermark{
display:none !important;
}
#html5-text{
display:none !important;
}
.nav > li {
  position: relative !important;
  display: block !important;
  padding: 3px ;
  font-size: 16px ;
  padding-left: 27px ;
}
.navbar-inverse .navbar-nav > li > a{
color:#000 !important;
font-weight:700;
}
/* .dropdown-menu > li > a {
  display: block !important;
  padding: 5px 20px !important;
  clear: both !important;
  font-weight: 700 !important;
  line-height: 1.42857143 !important;
  color: #000 !important;
  white-space: nowrap !important;
  font-size: 16px;
} */

.dropdown-menu > li > a {
  display: block !important;
  padding: 5px 20px !important;
  clear: both !important;
  font-weight: 700 !important;
  line-height: 1.42857143 !important;
  color: #000 !important;
  white-space: nowrap !important;
  font-size: 16px;
  background-color: rgb(22, 129, 209);
  border: none;
}
.dropdown-menu > li > a :hover{
color:#fff;
background-color:#000;
}
.colr_hd{
color:color:rgb(247, 155, 3);
}



.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.fa-phone:before{
  content: "\f095";
    }
.fa-envelope:before {
  content: "\f0e0";
}
.fa-building:before {
  content: "\f1ad";
}	
	
table_pad, .td_pad {
    border: 1px solid black;
    border-collapse: collapse;
	padding: 16px;
}
.scroll {
  height: 637px !important;
  overflow: scroll !important;
  width: 100% !important;
}
td{
	padding:5px;
}
table{
	padding: 16px;
}
.backgrd_clr{
background: rgb(184, 185, 178)!important;
}
.bckg_clr {
padding: 7px 24px 1px 10px !important;
}
.navbar-right {
  float: left !important;
  margin-right: -15px;
}
header .search-box input {
  color: inherit;
  height: 27px !important;
 font-weight: inherit !important;
 padding:6px 10px;
    font-size:15px;
}
.phone-num{
float:right !important;
margin-top:0px;
margin-right:-22px;
  padding-Left: 740px;
  font-size: 28px;
} 
.Custom_search{
background-image:url('http://llymach.com/clients/doctor/wp-content/uploads/2015/06/search-icon.png');
background-repeat:no-repeat;
width:25px;
border:none;
background-color: transparent;    
}
<!-- my changes -->





.blue-head
{
color: #1681D1 !important;
}

.pankaj
{
background-image:url("http://llymach.com/clients/doctor/wp-content/uploads/2015/06/freeReport2.png");
height:156px;
width:156px;
}
#nav > ul > li :hover {
color:rgb(22, 129, 209) !important;
transition:linear;
}
#nav > ul  :hover {
color:rgb(22, 129, 209) !important;
  padding-top: 1px;
  transition:linear;
}
.dropdown:hover ul
{ 
display:block !important;
}
@media only screen and (max-width: 1070px){
.afn {
height: 140% !important;
}
}
.afname
{
border-color:#CCCCCC !important;border-style:groove;height: 121%;
}
.afnames
{
border-style:groove;
border-color:#CCCCCC !important;
height:140%;
width:400px;
margin-left: 5px;
}
.alname
{
border-style:groove;
border-color:#CCCCCC !important;
height:30px;
width:467px;
}
.aemail
{
border-style:groove;
border-color:#CCCCCC !important;
height:30px;
width:467px;
}
.aphone
{
border-style:groove;
border-color:#CCCCCC !important;
height:30px;
width:467px;
}
.astreet
{
border-style:groove;
border-color:#CCCCCC !important;
height:30px;
width:467px;
}
.astate
{
height: 140%;
  width: 400px;

border-color:#CCCCCC !important;
border-style:groove;
}
.astates
{
height: 121%;
}
#comment
{
border: 1px solid !important;
  
}

.more-link
{
  color: rgb(22, 129, 209) !important;
}
.fa
{
color: rgb(22, 129, 209) !important;
}
.gform_wrapper select {
  font-size: 16px !important;
}
.gform_wrapper input[type=text]
{
font-size: 16px !important;
}
.gform_wrapper .ginput_complex label
{
font-size:13px !important;
}
.gform_confirmation_message 
{
  padding: 180px 0px 180px 0px;
  text-align: center;
  font-size: 26px;
  font-weight: bolder;
  color: rgb(22, 129, 209);
  background-color: #fff;
  
}
.gform_wrapper .top_label textarea.textarea
{
border: 1px solid #000 !important;
}
.gform_wrapper textarea
{
font-size:16px !important;
}
.modal-body 
{
background-color:rgb(22, 129, 209) !important;
}
.g_names
{
padding-left: 36px !important;
  color: #fff !important;
}
#input_8_2
{
width: 80%;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 6px;
}
#input_8_3
{
width: 80%;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 6px;
}
#input_8_4
{
width: 80%;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 6px;
}
/* #gform_submit_button_8
{
  background: rgb(60, 159, 255) !important;
  color: #fff !important;
  padding: 10px 35px !important;
  border: rgb(60, 159, 255) !important;
  border-radius: 5px !important;
  font-size: 20px !important;
  margin-bottom: 50px !important;
  margin-left: 36px !important;
  margin-top: 41px;
} */
#gform_submit_button_8 {
  background: rgb(60, 159, 255) !important;
  color: #fff !important;
  padding: 10px 23px !important;
  border: rgb(60, 159, 255) !important;
  border-radius: 5px !important;
  font-size: 20px !important;
  margin-bottom: 22px !important;
  }
.gform_wrapper h1, .gform_wrapper h2, .gform_wrapper h3
{
font-weight: bold !important;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit]
{
padding: 10px;
  font-size: 16px;
  background: #1681D1 !important;
  color: white;
  border: 0px solid #1681D1 important;
  border-radius: 6px;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] :hover
{
background-color: rgb(91, 194, 54) !important;
  border: 1px solid #1681D1 !important;
}
#gform_wrapper_8
{
  border: 0px solid #fff;
  border-radius: 0px;
  box-shadow: none;
}
.gform_wrapper .gfield_required
{
color: #1681D1 !important;

}