/*
Theme Name: Prometeo
Theme URI: http://www.ansonika.com/Prometeo/
Author: Ansonika
Author URI: http://themeforest.net/user/Ansonika/

[Table of contents] 

1. SITE STRUCTURE and TYPOGRAPHY
- 1.1 Typography
- 1.2 Buttons
- 1.3 Structure
- 1.4 Main navigation

2. CONTENT
- 2.1 Home all versions
- 2.2 About
- 2.3 Services
- 2.4 Service single
- 2.5 Tips/Faq
- 2.6 Contact page
- 2.7 404 page
- 2.8 Media gallery


3. COMMON
- 3.1 Preloader
- 3.2 Wrappers background colors
- 3.3 Forms
- 3.4 Accordion
- 3.5 Spacing
- 3.6 Owl carousel
- 3.7 List
- 3.8 Search modal
- 3.9 Position  breadcrumbs 
- 3.10 Pagination
- 3.11  Newsletter footer 

4. RESPONSIVE

/*============================================================================================*/
/* 1.  SITE STRUCTURE and TYPOGRAPHY */
/*============================================================================================*/
/*-------- 1.1 Typography --------*/

html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {margin:0;font-family:Arial}

.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: 14px;
}

.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 10px;    
  border: none;
  outline: none;
  color: white;
 
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100px;
  box-shadow: 0px 8px 2px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
 margin-left:-40px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}


function myFunction() {
  var x = document.getElementById("myTopnav");
  if (x.className === "topnav") {
    x.className += " responsive";
  } else {
    x.className = "topnav";
  }
}

.mobildil{
	text-align: right;
}
.mobildil li {
    list-style: none;
    display: inline-table;
    right: 0;
    padding: 10px;
}

.mobilustbuton {
    display: inline-table;
    right: 0;
    padding: 10px;
    width: 36%;
    text-align: center;
	font-size: 20px;
    border: none;
    font-weight: normal;
    font-style: normal;
    color: #fff !important;
    background: #0054a6;
    cursor: pointer;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
    font-size: 13px;
    text-align: center;
    -webkit-transition: background 0.3s !important;
    -moz-transition: background 0.3s !important;
    transition: background 0.3s !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-width: 110px;
    font-weight: 900;
	margin-right: 5px;
}
@media (max-width: 767px){
	.margin_60_35 {
		padding-top: 175px;
		padding-bottom: 5px;
	}
}
