@charset "utf-8";
/* ====================================================== */
/* ======  Product:  TryMee skin for MicroSite     ====== */
/* ======  Contact:  microsite@webmake.hu          ====== */
/* ======  Webpage:  www.webmake.hu/microsite      ====== */
/* ====================================================== */

@import url(trymee.css);

/* ---------------------------------------- Content Color */

body, 
input, 
textarea,  
a:hover {color:#817e75;}

/* ------------------------------------- Navigation Color */

#header nav ul li > a {color:#686868;}
#header nav ul ul li.active > a, 
#header nav ul ul li a:hover {color:#ffffff;}
#header nav ul ul li a {background-color:#ffffff;}
#header nav ul ul li.active > a, 
#header nav ul ul li a:hover {background-color:#f7773b;}
#header nav ul > li.active > a:after {border-color:#f7773b;}

/* --------------------------------------- Buttons Colors */

.table th {color:#ffffff;}

/* -------------------------------------- Headings Colors */

h1 {color:#565656;}
h2 {color:#565656;}
h3 {color:#565656;}
h4 {color:#565656;}
h5, .togg .tog {color:#565656;}
h6 {color:#565656;}

/* ----------------------------------------- Links Colors */

a,
.togg .tog:hover, 
.togg .tog.current {color:#f7773b;}
.table th {background-color:#f7773b;}

/* ----------------------------------------- Other Colors */

input[type="text"]:focus, 
textarea:focus, 
select.resp_navigation:focus, 
code {border-color:#f7773b;}
blockquote {color:#565656;}

/* ================== END OF STYLESHEET ================= */