﻿/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */


/* General Custom CSS */
.aio-button-center
{
    white-space: nowrap;
    min-width:150px;
}
/*
.linkBar, .linkBarSelected
{

 padding:13px 18px;
 display:inline-block;
 color:#888888 !important;
 font-weight:bold;
 border-right:solid 2px white !important;
 border-bottom: solid 1px white !important;
 font-size:14px;
 text-decoration:none !important;
}

.linkBar:hover, .linkBarSelected
{
 background-color:#444444;
 text-decoration:none;
 color:white;
}

.linkBarContainer
{
 width:100%;
 height:43px;
 padding-top:11px;
 display:inline-block;
}

.linkBarContainer, .linkBar
{
 background-color:#f0f0f0;
}
*/

p {
    font-size: 15px;
}

/*
Desktop Styles
================================================== */

li.avia-pricing-row
{
	font-size:30px !important;
}

.pricing-table-wrap {
    width:130px;
}

/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
.main_color
{
color:#111111;
}

#main {
    padding:88px 0px 0px 0px !important;
}

.sub-menu {
    z-index:50 !important;
    background-color:#444;
}

#header_main {
    background-color:#444;
}

.header_bg {
    display:none;
    position:relative;
}

.avia-menu{
    margin-top:0px;
    float:right;
    z-index:10;
    color:#aaaaaa;
}

.avia-menu-text:hover {
    color:white;
}

.ls-wp-container {
    z-index:0;
}

.avia-menu-text {
    color:#aaaaaa;
}

.logo {
    height:50px;
}

#header_main .container, .main_menu ul:first-child > li a{ height:88px; line-height: 88px; }

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}


/*
Mobile Styles
================================================== */

/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */


@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
.responsive #header_main .container{height:auto;height:130px !important; }

}


  

