/*
 * Theme v1.0.0
 * Copyright 2015-2016 Theemon.com
 */
/*
 Table Of Contents
 1) General Text Formatting and Typography
 2) Site Wide Content
 3) Header Section
 4) Footer Section
 ===============================================*/
/*
 1) General Text Formatting and Typography
 ----------------------------------------*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #2d2c32;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.2;
}
h1, .h1 {
	font-size: 35px;
}
h2, .h2 {
	font-size: 30px;
}
h3, .h3 {
	font-size: 25px;
}
h4, .h4 {
	font-size: 20px
}
h5, .h5 {
	font-size: 18px;
}
h6, .h6 {
	font-size: 16px;
}
p {
	font-size: 16px;
	line-height: 1.6;
	color: #94949d;
}

a {
	color: #575757
}
a:hover {
	color: #575757;
	text-decoration: none;
}

:focus {
	outline: none;
}
a:focus, a:hover {
	outline: none;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

ul, ol {
	padding-left: 0px;
	margin-bottom: 0px;
}

[class^="icon-"] {
	background-image: url(../img/icons.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: top;
}

.icon-design,.icon-manegement,.icon-delivery {
	width: 34px;
	height: 34px;
	
}

.icon-design-small {
	width: 21px;
	height: 21px;
	background-position: 0 -50px;
}
.icon-manegement-small {
	width: 26px;
	height: 26px;
	background-position: -50px -50px;
}
.icon-delivery-small {
	width: 22px;
	height: 22px;
	background-position: -100px -50px;
}
.icon-history {
	width: 36px;
	height: 36px;
	background-position: -150px 0px;
}
.icon-mission {
	width: 38px;
	height: 38px;
	background-position: -200px 0px;
}
.icon-sector {
	width: 17px;
	height: 18px;
	background-position: -250px 0px;
}
.icon-location {
	width: 17px;
	height: 18px;
	background-position: -250px -52px;
}
.icon-value {
	width: 17px;
	height: 18px;
	background-position: -250px -104px;
}
.icon-pdf-file {
	width: 23px;
	height: 24px;
	background-position: -150px -50px;
}
.icon-goal {
	width: 36px;
	height: 24px;
	background-position: 0px -100px;
}
.icon-eco {
	width: 34px;
	height: 21px;
	background-position: -50px -100px;
}

/*
 2) Site Wide Content
 ----------------------------------------*/
#content {
	width: 100%;
	position: relative;
}
#wrapper {
	position: relative;
	width: 100%;
}
body {
	font-size: 15px;
	line-height: 1;
	color: #aaaaaa;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
    
    background-image: url("http://www.horizonconsultants.com.do/uploads/bg.png");
    
    
	-webkit-font-smoothing: antialiased;
	/*background: url(../img/pages/page.jpg) no-repeat top center ;*/
}

input:focus, textarea:focus, button:focus {
	outline: none;
}

/*======Global Transition Effect==========*/
input:focus, textarea:focus, .btn:focus, .zoom img, .img-thumb img, .btn, .btn:hover, .header .header-search-box, #footer .admin, .header li a, #footer .social-icons a, #footer .email a, #footer h4 a:hover, .team-info h3 a, .news-info h3 a, #header *, .team-info .social-icons a:hover, .team-info .social-icons a, .org-info .service-block:hover h3 i, .org-info .service-block h3 i, a:hover, .contact-us-container .box li a i, .leavecomment-box input[type=button], .faq-detail li .qus, .other-project li .over {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.img-thumb {
	display: block;
	overflow: hidden;
}

.img-thumb:hover img, .img-thumb:focus img, .zoom:hover img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*.anim-section {
 position: relative;
 visibility: visible;
 -webkit-transition: opacity 1.5s ease-in-out;
 transition: opacity 1.5s ease-in-out;
 opacity: 0
 }
 .anim-section.animate {

 visibility: visible;
 -webkit-transition: opacity 1.5s ease-in-out;
 transition: opacity 1.5s ease-in-out;
 opacity: 1
 }*/

.btn-effect i {
	animation: 0.5s ease-in-out 0s forwards 1 arrow;
	-webkit-animation: 0.5s ease-in-out 0s forwards 1 arrow;
}
.btn-effect:hover i {
	animation: 0.5s ease-in-out 0s forwards 1 arrowIn;
	-webkit-animation: 0.5s ease-in-out 0s forwards 1 arrowIn;
}

/*



/*
 Global Animations Style
 ----------------------------------------*/
.anim-section {
	position: relative;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	-moz-transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-o-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	visibility: visible;
	opacity: 0
}
.anim-section.animate {
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	visibility: visible;
	opacity: 1
}
.fadeIn-section
{
	visibility: visible;
	opacity: 0;
	position: relative;
}
@-webkit-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@-moz-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@-o-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@-ms-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
.fadeIn {
	-webkit-animation: fadeIn 1s linear;
	-moz-animation: fadeIn 1s linear;
	-o-animation: fadeIn 1s linear;
	-ms-animation: fadeIn 1s linear;
	animation: fadeIn 1s linear;
	visibility: visible;
	opacity:1;
	position: relative;
}

/*
 3) Header Section
 ----------------------------------------*/
#header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}


#menmen {
	
    
	left: 0;
	position:absolute;
	right: 0;
	top: 50px;
	width: 100%;
	z-index: 9999;
}




#header.normal {
	position: relative;
}




 .primary-header {
	background: #31495C;
     
     
     
}






.hart {
	
  height:100px; 
 
    
}



.hart2 {
	
  height:50px; 
 
    
}






 .left-header span {
	display: inline-block;
	font-size: 15px;
	color: #fff;
	padding: 15px 0 18px;
}
 .right-header {
}







 .pri {
     	width: 100%;
	background: #27326d;
     padding-left: 150px;
     padding-right: 150px;
     

        
     
}






 .sect {
     color: #27326d;
     font-size: 23px;

padding-top: 15px;
padding-bottom: 15px;
     padding-left: 30px;
     
background: #ecf0f1;
     
     width: 100%;
     border-bottom: #bdc3c7;
     
}


 .sect:hover {

 color: #27326d;
     font-size: 23px;
     

padding-top: 15px;
padding-bottom: 15px;
     padding-left: 30px;
     
background: #bdc3c7;
     
     width: 100%;
     
}











.pproyectos {
    text-transform: uppercase;
font-size: 55px
    
        color:#000;
    
    
    padding:13px;

    margin-top: 3px
    

        
    
    
}













 .right-header ul {
	list-style: none;
	text-align: right;
	padding: 13px 0;
}
 .right-header li {
	display: inline-block;
	margin-left: 19px;
	vertical-align: top;
}
 .right-header li a i {
	font-size: 20px;
}
 .right-header li a {
	font-size: 15px;
	color: #fff;
}
 .right-header li .fa-envelope-o {
	margin-right: 10px;
}
 .right-header li:first-child {
	margin-right: 11px;
}
 .right-header li a:hover {
	color: #fff;
}
 .secondry-header {
	background: #fff;
	padding: 20px 0 15px;
	width:100%;
}
 .secondry-header .logo {
	display: inline-block;
	margin: 0px 18px 5px 0;
}
 .secondry-header .num {
	display: inline-block;
	font-weight: 700;
	color: #575757;
	padding: 13px 0 13px 20px;
	border-left: 1px solid #f2f2f2;
}
.quote {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #e65d25;
	border: 2px solid #e65d25;
	text-transform: uppercase;
	font-weight: 700;
	padding: 8px 18px;
	margin-left: 22px;
    margin-top: 11px;
	text-decoration: none;
	float: right;
}
.quote:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}

 nav {
     margin-left: 140px;	
     float: left;
}

nav ul {
	padding: 0;
  margin: 0;
	list-style: none;
	position: relative;
	}
	
nav ul li {
	display:inline-block;
	background-color: #fff;
	}

nav a {
	display:block;
	padding:0 15px;	
	color:#000;
	font-size:13px;
	line-height: 60px;
	text-decoration:none;
        text-transform: uppercase;

}

nav a:hover { 
	background-color: #F2F1EF; 
    	border-bottom: 2px solid #e65d25;
        font-weight: bold;

}

.activo { 
    	border-bottom: 2px solid #e65d25;
        font-weight: bold;


}



/* Hide Dropdowns by Default */
nav ul ul {
	display: none;
	position: absolute; 
	top: 60px; /* the height of the main nav */
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:240px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	*/
nav ul ul ul li {
	position: relative;
	top:-60px; 
	left:240px;
}

	
/* Change this in order to change the Dropdown symbol */
li > a:only-child:after { content: ''; }
.button-wrapper {
	background: #e65d25;
	text-align: right;
	position: relative;
	padding-bottom: 15px;
	display: none;
}
.button-wrapper:before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #BD6B21;
}
.nav-button {
	display: inline-block;
	width: 24px;
	height: 15px;
	background: none;
	position: relative;
	border: none;
	border-top: 2px solid #fff;
	margin-top: 14px;
}
.nav-button:before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 100%;
	height: 2px;
	background: #fff;
}
.nav-button:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #fff;
}


/*
 4) Footer Section
 ----------------------------------------*/
#footer {
	background: #2d2c32;
}

/*contact-us container*/

.contact-us-container {
	background: #222127;
}
.contact-us-container .box {
	float: left;
	width: 25%;
	border-right: 1px solid #28272d;
	padding: 40px 0;
	font-size: 16px;
	line-height: 24px;
	color: #828282;
}
.contact-us-container .box strong {
	font-weight: 700;
	display: block;
}
.contact-us-container .box span {
	display: block;
}
.contact-us-container .box span a {
	color: #828282;
}

.contact-us-container .box span a:hover {
	color: #e65d25;
}

.contact-us-container .box em {
	float: left;
	font-size: 40px;
	vertical-align: top;
	margin-right: 20px;
}
.contact-us-container .box ul {
	list-style: none;
	text-align: left;
	padding-top: 7px;
	padding-left: 30px;
}
.contact-us-container .box li {
	display: inline-block;
	padding: 0 15px;
}
.contact-us-container .box li a i {
	display: inline-block;
	font-size: 20px;
	color: #828282;
}

.contact-us-container .box li a:hover i {
	color: #e65d25;
}

.contact-us-container .contact-us {
	float: right;
	width: 149px;
	border: 2px solid #828282;
	color: #828282;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	padding: 12px;
	letter-spacing: 1px;
}
.contact-us-container .contact-us:hover {
	border: 2px solid #e65d25;
	color: #e65d25;
	text-decoration: none;
}

.contact-us-container .box.call {
	padding-left: 36px;
}
.contact-us-container .box.last {
	border: none;
}

.primary-footer {
	padding-top: 69px;
}
.primary-footer h3 {
	font-size: 16px;
	line-height: 33px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 26px;
}
.primary-footer h3 i {
	display: block;
	width: 33px;
	height: 2px;
	background: #e65d25;
	margin-top: 4px;
}
.primary-footer p {
	font-size: 15px;
	line-height: 24px;
	color: #fff;
}
.primary-footer .list {
	list-style: none;
}
.primary-footer .list li {
	float: left;
	width: 50%;
	margin-bottom: 17px;
}
.primary-footer .list li a {
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	color: #fff;
}
.primary-footer .list li a:hover {
	color: #e65d25
}
#footer .input-field {
	max-width: 293px;
	width: 100%;
	background: #3e3d45;
	padding: 0 15px 0 20px;
	overflow: hidden;
	margin-top: 30px;
}
#footer .input-field .signup {
	border: none;
	width: 90%;
	height: 50px;
	font-size: 14px;
	color: #7e7d80;
	background: none;
	float: left;
}
#footer .subimt {
	background: none;
	border: none;
	width: 10px;
	height: 50px;
	float: right;
	font-size: 23px;
	color: #7e7d80;
	padding: 0;
}
#footer .copyright {
	font-size: 15px;
	color: #fff;
	display: inline-block;
	border-top: 1px solid #363539;
	margin-top: 84px;
	padding-bottom: 46px;
	padding-top: 46px;
}
/*Pageloader css start here*/

#pageloader {
	background: none repeat scroll 0 0 #ffffff;
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999999999;
}
.m0 {
	margin: 0;
}

.loader-item{
	width:50px;
	height:50px;
	background:#e65d25;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	margin:auto;
	padding:20px;
	  -webkit-box-sizing:content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.loader-item img{
	width:100%;
}














input {
	background-image: url(images/form_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #95a5a6;
	width: 100%;
    height: 50px;
	color: #333333;
	margin-right: 4px;
	margin-bottom: 8px;
	font-family: 'Lato';
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 15px;
}



input:hover {
background-color: #ecf0f1;
    background-repeat: repeat-x;
	border: 1px solid #95a5a6;
	width: 100%;
	color: #333333;
	margin-right: 4px;
	margin-bottom: 8px;
	font-family: 'Lato';
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 7px;
}





textarea {
	background-image: url(images/form_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #95a5a6;
	width: 100%;
	color: #333333;
	margin-right: 4px;
	margin-bottom: 8px;
	font-family: 'Lato';
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 15px;
}

textarea:hover {
background-color: #ecf0f1;
	background-repeat: repeat-x;
	border: 1px solid #95a5a6;
	width: 100%;
	color: #333333;
	margin-right: 4px;
	margin-bottom: 8px;
	font-family: 'Lato';
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 15px;
}



.search-input {
	background-color: #2A3038;
	font-family: "gotham_thinregular";
	color: #666;
	width: 100%;
	height: 35px;
	padding-left: 15px;
	border: thin solid #303749;
}


.search-btn {
	background-color: #000;
}


.cms_submit {
	text-align: center;
	background-color: #2c3e50;
	font-family: 'Lato';
	color: #FFF;
	font-size: 18px;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 12px;
	width: 170px;
	height: 44px;
	font-weight: bold;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}



.cms_submit:hover {
	text-align: center;
	background-color: #2c3e50;
	font-family: 'Lato';
	color: #FFF;
	font-size: 18px;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 12px;
	width: 170px;
	height: 44px;
	font-weight: bold;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}






















.NewsPostDetailTitle {
	color: #00A170;
}


.NewsSummaryLink a {
	font-family: "gotham_thinregular";
	font-size: 35px;
	color: #8B734A;
	font-weight: bold;
	margin-bottom: 20px;
}


.NewsSummaryLink a:hover {
	font-family: 'gotham_thinregular';
	font-size: 35px;
	color: #999;
	font-weight: bold;
	text-decoration: underline;
}










.NewsSummaryPostdate {
	font-family: bikoregular;
	font-size: 12px;
	color: #999;
	font-weight: bold;
}










.NewsSummaryMorelink {
	font-family: "gotham_thinregular";
	color: #666666;
	font-size: 18px;
	padding: 7px;
	font-weight: bold;
	margin-top: 7px;
}



#NewsSummaryMorelink {
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Arial;
	color: #666666;
	font-size: 14px;
	background: #00A170;
	text-decoration: none;
	width: 100px;
	padding: 7px;
	font-weight: bold;
	margin-top: 4px;
}






.NewsSummaryMorelink a {
	text-decoration: none;
	color: #666666;
}

.NewsSummaryMorelink:hover {

}


































#primary_nav_wrap
{
	margin-top:15px
}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul a
{
	display:block;
	color:#333;
	text-decoration:none;
	font-weight:700;
	font-size:12px;
	line-height:32px;
	padding:0 15px;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul li.current-menu-item
{
	background:#ddd
}

#primary_nav_wrap ul li:hover
{
	background:#f6f6f6
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0
}

#primary_nav_wrap ul ul li
{
	float:none;
	width:200px
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display:block
}




















div.table-title {
   display: block;
  margin: auto;
  max-width: 700px;
  padding:5px;
  width: 100%;
}

.table-title h3 {
   color: #fafafa;
   font-size: 18px;
   font-weight: 400;
   font-style:normal;
   font-family: "lato";
   text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
   text-transform:uppercase;
}


/*** Table Styles **/

.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  height: 320px;
  margin: auto;
  max-width: 100%;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}
 
th {
  color:#D5DDE5;;
  background:#26336d;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size:18px;
  font-weight: 100;
  padding:15px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

th:first-child {
  border-top-left-radius:3px;
}
 
th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
  
tr {
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color:#666B85;
  font-size:12px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
tr:hover td {
  background:#C1C3D1;
  color:#26336d;
  border-top: 0px solid #22262e;
  border-bottom: 0px solid #22262e;
}
 
tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}
 
tr:nth-child(odd) td {
  background:#EBEBEB;
}
 
tr:nth-child(odd):hover td {
  background:#C1C3D1;
}

tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
td {
  background:#FFFFFF;
  padding:20px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:15px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}

td:last-child {
  border-right: 0px;
}

th.text-left {
  text-align: left;
}

th.text-center {
  text-align: center;
}

th.text-right {
  text-align: right;
}

td.text-left {
  text-align: left;
}

td.text-center {
  text-align: center;
}

td.text-right {
  text-align: right;
}






