/***********************************************************************
       _________        __    __ 
      / ____/ (_)____ _/ /_  / /_
     / /_  / / // __ `/ __ \/ __/
    / __/ / / // /_/ / / / / /_  
   /_/   /_/_/ \__, /_/ /_/\__/  
              /____/             
      __          ________                 ____      _ __     
     / / __ __   /_  __/ / ___ __ _ ___   / __/__ __(_) /____ 
    / _ | // /    / / / _ | -_)  ' | -_) _\ \ / // / / __/ -_)
   /_.__|_, /    /_/ /_//_|__/_/_/_|__/ /___/ \_,_/_/\__/\__/ 
       /___/                                                                                     

   Template Name:   Flight
   Description:     Full Screen Slideshow Portfolio Website Template
   Template URL:    http://www.themesuite.com/flight/
   Version:         2.2
   Author:          Theme Suite
   Author URL:      http://www.themesuite.com/
   Support:         http://support.themesuite.com/
   
***********************************************************************/


/*  GENERAL
----------------------------*/
body {
	background: #b17573;
}

h1, h2, h3, h4, h5 {
	color: #fff;
}

a {
	color: #fbd4d0;
}

/*  LOGO
----------------------------*/
#logo {
	color: #fff;
}


/*  FLIGHT MENU
----------------------------*/
.menu li.move, .menu-desc div {
	background: #edc0bb;
	background: -webkit-gradient(linear, right top, right bottom, from(#b17573), to(#edc0bb));
	background: -moz-linear-gradient(#b17573, #edc0bb);
	background: -webkit-linear-gradient(#b17573, #edc0bb);
	background: -ms-linear-gradient(#b17573, #edc0bb);
	background: -o-linear-gradient(#b17573, #edc0bb);
	-pie-background: linear-gradient(#b17573, #edc0bb);
	background: linear-gradient(#b17573, #edc0bb);
	behavior: url(js/PIE/PIE.htc);
}

.menu li a, .primary-heading a {
	color: white;
}

.menu-desc div span {
	color: #f0f0f0;
}


/*  HEADER & BOXES
----------------------------*/
#header, .box-colored:hover, .box-colored-small:hover {
	background: linear-gradient(top, #fbd4d0 0%,#a46766 100%); /* CSS3 Standard */  
	background: -moz-linear-gradient(#fbd4d0, #a46766); /* FF 3.6+ */ 
    background: -ms-linear-gradient(#fbd4d0, #a46766); /* IE10 */ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbd4d0), color-stop(100%, #a46766)); /* Safari 4+, Chrome 2+ */  
    background: -webkit-linear-gradient(#fbd4d0, #a46766); /* Safari 5.1+, Chrome 10+ */  
    background: -o-linear-gradient(#fbd4d0, #a46766); /* Opera 11.10 */  
	-pie-background: linear-gradient(#fbd4d0, #a46766); /* PIE */
	behavior: url(js/PIE/PIE.htc);
}


/*  PRIMARY COLUMN
----------------------------*/
.primary-heading, .tertiary-heading, .fullwidth-heading {
    background: linear-gradient(top, #b17573 0%,#edc0bb 100%); /* CSS3 Standard */  
	background: -moz-linear-gradient(#b17573, #edc0bb); /* FF 3.6+ */ 
    background: -ms-linear-gradient(#b17573, #edc0bb); /* IE10 */ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b17573), color-stop(100%, #edc0bb)); /* Safari 4+, Chrome 2+ */  
    background: -webkit-linear-gradient(#b17573, #edc0bb); /* Safari 5.1+, Chrome 10+ */  
    background: -o-linear-gradient(#b17573, #edc0bb); /* Opera 11.10 */
    -pie-background: linear-gradient(#b17573, #edc0bb); /* PIE */
	behavior: url(js/PIE/PIE.htc);
}


/*  SECONDARY COLUMN
----------------------------*/
.secondary-heading {
	background: linear-gradient(top, #b17573 0%,#edc0bb 100%); /* CSS3 Standard */  
	background: -moz-linear-gradient(#b17573, #edc0bb); /* FF 3.6+ */ 
    background: -ms-linear-gradient(#b17573, #edc0bb); /* IE10 */ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b17573), color-stop(100%, #edc0bb)); /* Safari 4+, Chrome 2+ */  
    background: -webkit-linear-gradient(#b17573, #edc0bb); /* Safari 5.1+, Chrome 10+ */  
    background: -o-linear-gradient(#b17573, #edc0bb); /* Opera 11.10 */  
    -pie-background: linear-gradient(#b17573, #edc0bb); /* PIE */
	behavior: url(js/PIE/PIE.htc);
}


/*  BUTTONS
----------------------------*/
.button, .button:visited {
	background: #fbd4d0 url(../../images/buttons/button.png) repeat-x;
	color: #fff;
}

.button:hover { 
	background-color: #f4cbc7; 
	color: #fff; 
}


/*  TWITTER FEED
----------------------------*/
.ts-tweet-user-screen-name-link, .twitter-anywhere-user, .ts-tweet-hashtag, .ts-tweet-user-screen-name-link:hover, .ts-tweet-a:hover, .twitter-anywhere-user:hover, .ts-tweet-hashtag:hover {
	color: #fbd4d0;
}


@media only screen and (max-width: 1279px) {
	
#menu a:hover, #menu li a.active {
	background: #edc0bb;
	background: -webkit-gradient(linear, right top, right bottom, from(#b17573), to(#edc0bb));
	background: -moz-linear-gradient(#b17573, #edc0bb);
	background: -webkit-linear-gradient(#b17573, #edc0bb);
	background: -ms-linear-gradient(#b17573, #edc0bb);
	background: -o-linear-gradient(#b17573, #edc0bb);
	-pie-background: linear-gradient(#b17573, #edc0bb);
	background: linear-gradient(#b17573, #edc0bb);
}

}