body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color:#333333;
}
* {
    box-sizing: border-box;
}
.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #FC4F4F;
  color: #FFFFFF;
}

.logo {
  background-color: #FC4F4F;
  color: white;
  border-bottom:1px solid #FC4F4F;
}

.topnav .icon {
  display: none;
}
.topnav a .flag{
    height:16px;
  vertical-align:middle;
}

section {
    padding:20px 0;
}

.title-h1 {font-size:22px;font-weight:bold;text-align:center;}
.innertube {margin:auto;width:95%;}



#home-intro {
    padding:80px;
    text-align:center;
    background: url("../../../includes/layouts/img/home_bg.jpg") fixed top center;
	background-size: 100% auto;
}
.home-intro-column {
    float: left;
    width: 50%;
    padding:60px;
    background-color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.9);
}
.home-intro-row:after {
    content: "";
    display: table;
    clear: both;
}
.home-intro-icon {font-size:48px;color:#FC4F4F;}








#home-page-slide {margin:0;padding:0;background: #FC4F4F}
#home-page-slide img{
    margin:0;
    padding:0;
    width:100%;
}
#home-page-about-us{
    padding:20px 0;
    color:#FFFFFF;
    background: #FC4F4F;
}

#our-vision{
    padding:20px 0;
    color:#FFFFFF;
    background: #FC4F4F;
}

#association-portfolio{
    padding:20px 0;
    background: #ffeeee;
}
.association-portfolio-carousel img{
    padding:20px;
    border:2px solid #FC4F4F;
}
.association-portfolio-carousel img:hover{
    padding:20px;
    border:2px solid #FC4F4F;
}

.project-sponsors{
    padding:20px 0;
    background: #ffeeee;
}

.project-statistics{
    padding:20px 0;
    background: #ffeeee;
}

.project-media{
    padding:20px 0;
    background: #ffeeee;
}
.project-technologies-carousel img{
    padding:20px;
    border:2px solid #FC4F4F;
}
.project-technologies-carousel img:hover{
    padding:20px;
    border:2px solid #FC4F4F;
}



#apply{
    padding:20px 0;
    background: #FFFFFF;
}
#donation{
    padding:20px 0;
    background: #ffeeee;
}

* {box-sizing: border-box}

.donations-bar-container {
  width: 100%;
  background-color: #ddd;
}

.donations-bar {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
}

.startup {width: 5%; background-color: #FC4F4F;}

.quotes {
    padding:80px;
    text-align:center;
    background: url("../img/association_bg.jpg") fixed top center;
	background-size: 150% auto;
}
.quotes-slide .item {
    padding:60px;
    background-color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.7);
}


.sub-header-icon-bar {
    width: 100%;
    background-color: #444;
    overflow: auto;
  white-space: nowrap;
}

.sub-header-icon-bar a {
    float: left;
    width: 16.66%;
    text-align: center;
    padding: 12px 0;
    transition: all 0.3s ease;
    color: white;
    font-size: 14px;
    text-decoration:none;
}

.sub-header-icon-bar a:hover {
    background-color: #000;
}

.sub-header-active {
    background-color: #4CAF50;
}





.other-website-type-link {color:#e24747;}

.note {
    padding:10px;
    border-left: 6px solid #FC4F4F;
    background:#ffeeee;
}




form.domain-name-search input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 2px solid #FC4F4F;
    float: left;
    width: 80%;
    background: #f1f1f1;
}

form.domain-name-search button {
    float: left;
    width: 20%;
    padding: 10px;
    background: #FC4F4F;
    color: white;
    font-size: 17px;
    border: 2px solid #FC4F4F;
    border-left: none;
    cursor: pointer;
}

form.domain-name-search button:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

form.domain-name-search::after {
    content: "";
    clear: both;
    display: table;
}





table, th, td {
  border: 1px solid #FFFFFF;
  border-collapse: collapse;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

th, td {
  text-align: left;
  padding: 16px;
}

th {
  color:#FFFFFF;
  background:#555555;
}
th:nth-child(1) {
  background:#333333;
}
th:nth-child(3) {
    background:#FC4F4F;
}

tr:nth-child(even) {
  background-color: #ffeeee;
}

td:nth-child(3) {
  background-color: #ffeeee;
}










#domain-pricing-table {
    display: none;
}
#close-domain-pricing-table {
    display: none;
}


.services-categories-title i{
    color:#FC4F4F;
    font-size:22px;
}
.services-categories-title{
    font-size:22px;
}



.services-categories-column {
    float: left;
    width: 20%;
    padding: 10px;
    text-align: center;
}
.services-categories-column .icon{
    color:#FC4F4F;
    font-size:48px;
}
/* Clear floats after the columns */
.services-categories-row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the four columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .services-categories-column {
        width: 100%;
    }
}
















.features-column {
    float: left;
    width: 20%;
    padding: 10px;
    text-align: center;
}
.features-column .icon{
    color:#FC4F4F;
    font-size:48px;
}
/* Clear floats after the columns */
.features-row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the four columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .features-column {
        width: 100%;
    }
}



.plugins-column {
    float: left;
    width: 25%;
    padding: 10px;
    text-align: center;
}
.plugins-column .frame{
    padding: 20px 10px;
    background:#ffeeee;
}
.plugins-column .icon{
    color:#FC4F4F;
    font-size:48px;
}
.plugins-column hr{
    border:1px solid #FC4F4F;
}
/* Clear floats after the columns */
.plugins-row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the four columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .plugins-column {
        width: 100%;
    }
}


.pricing-table-row:after {
    content: "";
    display: table;
    clear: both;
}
.pricing-table-columns {
    float: left;
    width: 25%;
    padding: 5px;
}

.pricing-table {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


.pricing-table .header {
    background-color: #333333;
    color: white;
    font-size: 25px;
}
.pricing-table .header .description {
    color: white;
    font-size: 16px;
}
.pricing-table .annual-renewal {
    font-size: 14px;
}
.pricing-table li {
    border-bottom: 1px solid #eee;
    padding: 15px;
    text-align: center;
}
.pricing-table li a{
    color:#ca3f3f;
}
.pricing-table .grey {
    background-color: #eee;
    font-size: 20px;
}

@media only screen and (max-width: 600px) {
    .pricing-table-columns {
        width: 100%;
    }
}








/* Create two equal columns that floats next to each other */
.ssl-certificates-column {
  float: left;
  width: 50%;
  padding: 10px;
}

.ssl-certificates-column h2{
  font-size:18px;
  color:#FC4F4F;
}

.ssl-certificates-content {
  padding:10px;
  border:2px solid #FC4F4F;
}

/* Clear floats after the columns */
.ssl-certificates-row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .ssl-certificates-column {
    width: 100%;
  }
}





.services-items-column {
    float: left;
    width: 20%;
    padding: 5px;
    text-align: center;
}
.services-items-card {
    padding:10px;
    border:2px solid #FC4F4F;
}
/* Clear floats after the columns */
.services-items-row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the four columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .services-items-column {
        width: 100%;
    }
}








/* Create two equal columns that floats next to each other */
.zig-zag-row {
    padding:40px;
}
.dark{
  background:#ffeeee;
}

.zig-zag-column {
  float: left;
  padding: 10px;
}

.zig-zag-column .icon{
  color:#FC4F4F;
  font-size:100px;
}

.col-20 {
  width: 20%;
}
.col-80{
  width: 80%;
}

.zig-zag-column .title{
  color:#FC4F4F;
  font-weight: bold;
  font-size:24px;
}

/* Clear floats after the columns */
.zig-zag-row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .zig-zag-column {
    width: 100%;
  }
}








footer {color:#FFFFFF;background:#333333;}

.footer-menu {margin: 0;padding: 0;list-style-type: none;}
.footer-menu li {padding:5px 0;}
.footer-menu a{
    color:#FFFFFF;
    text-decoration:none;
}
.footer-menu a:hover{
    color:#CCCCCC;
}

* {
    box-sizing: border-box;
}

/* Create four equal columns that floats next to each other */
.footer-column {
    float: left;
    width: 25%;
    padding: 20px;
}

/* Clear floats after the columns */
.footer-row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the four columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .footer-column {
        width: 100%;
    }
    
    .home-intro-column {
        width:80%;
    }
    .quotes {
    padding:20px;
	background-size: 250% auto;
}
}




.cookies-alert {
    padding:20px;
    color:#FFFFFF;
    background-color: #555555;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index:9;
    display:none;
}
.cookies-alert a{
    color:#FFFFFF;
}
.cookies-alert-agree-button {
    margin-top:10px;
    padding:10px;
    text-align: center;
    border:2px solid #FFFFFF;
    cursor: pointer;
}
.cookies-alert-agree-button:hover {
    filter: Alpha(Opacity=70);/*IE7 fix*/
	opacity: 0.7;
}




.quick-contact {
   position: fixed;
   right: 0;
   bottom: 0;
   padding:5px;
   background-color: #FC4F4F;
   color: white;
   z-index:8;
   border-left:5px solid #e24747;
}
.quick-contact a{
   
}
.quick-contact img{
    margin:5px;
   width:28px;
   height:28px;
   vertical-align:middle;
}
.quick-contact img:hover{
   filter: Alpha(Opacity=70);/*IE7 fix*/
   opacity: 0.7;
}



.animated-button {
  background-color: #FC4F4F;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 15px;
  width: 100%;
  transition: all 0.5s;
  cursor: pointer;
}

.animated-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #FFFFFF;
  transition: 0.5s;
}

.animated-button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.animated-button:hover span {
  padding-right: 25px;
}

.animated-button:hover span:after {
  opacity: 1;
  right: 0;
}

.copyright {
    font-size:12px;
    color:#CCCCCC;
}


.carousel-left-arrow {
	position:absolute;
	top:45%;
	left:-3%;
	color:#555;
	font-size:20px !important;
	filter: Alpha(Opacity=70);/*IE7 fix*/
	opacity: 0.7;
}

.carousel-left-arrow:hover {
filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

.carousel-right-arrow {
position:absolute;
	top:45%;
	right:-3%;
	color:#555;
	font-size:20px !important;
	filter: Alpha(Opacity=70);/*IE7 fix*/
	opacity: 0.7;	
}

.carousel-right-arrow:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}




.form input[type=text], .form select, .form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #FC4F4F;
  resize: vertical;
}

.form label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}



.form .col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.form .col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.form .row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.form .col-25,.form .col-75, .form input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}






/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    #home-intro {
    padding:10px;
    }
    .home-intro-column {
        width: 100%;
    }

  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }


  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}