/**
*
* FSS - Full Screen Sliding Website Plugin
* URL: http://www.codecanyon.net/user/lydian
* Version: 1.0
* Author: Lydian
* Author URL: http://www.codecanyon.net/user/lydian
*
*
* ATTENTION:
*
* This styles file include the styles for the sample content. You can completely
* ignore this file.
*
*/


body {
    background: #fff;
    font: 14px Georgia, Cambria, "Times New Roman", Times, serif;
}

.outer-wrapper {
    min-width: 1024px;
}

.inner-wrapper {
    width: 960px;
    margin: 15px auto 10px auto;
    overflow: hidden;
}

/**
* Styles for the top logo.
*/
.logo {
	clear:both;
    width: 650px;
    height: 100px;
    overflow: hidden;
    padding-top: 23px;
    outline: 0;
    margin-top: 0px;
	margin-bottom:15px;
	margin-left:0%;
}

.logo img {
margin-top:0px;
margin-left:0px;	
margin-bottom:-85px;
margin-left:92px;	
}

/**
* Styles for the preloader.
*/
.slider .loading {
    background: url(../images/preloader.gif) no-repeat center center;
}

/**
* Styles for the header menu.
*/
.header .top-menu {
    position: relative;
    list-style: none;
    float: inherit;
    font: 12px 'Century Gothic';
    margin: 6px 0 0 0;
	margin-left:0%;
	padding-top:95px;
    z-index: 1;
}

    .header .top-menu li {
        position: relative;
		text-align:center;
		font-size:20px;
    }
	


        .header .top-menu li a {
            display: block;
            padding: 10px;
            text-decoration: none;
            color: #000;
            outline: 0;
			font-weight:700;
			
			
			border:none;
						
			transition:all 1.2s ease;
			-webkit-transition:all 1.2s ease;
			-moz-transition:all 1.2s ease;
			-o-transition:all 1.2s ease;
			-ms-transition:all 1.2s ease;

        }

        .header .top-menu li a:hover {
			transition:all 1.2s ease;
			-webkit-transition:all 1.2s ease;
			-moz-transition:all 1.2s ease;
			-o-transition:all 1.2s ease;
			-ms-transition:all 1.2s ease;

            color: #977204;
			text-decoration:underline;
			
        }

        .header .top-menu li.selected a {
            font-weight: bold;
            color: #970404;
        }

/**
* Styles for the navigation.
*/
.header .nav {
    position: relative;
    clear: both;
    padding-top: 80px;
    width: 192px;
    height: 54px;
    margin: auto;
}

    .header .nav a {
        float: left;
        width: 54px;
        height: 0;
        padding-top: 54px;
        margin-left: 10px;
        overflow: hidden;
        outline: 0;
    }

        .header .nav a.home-button {
            background: url(../images/home-button-off.png) no-repeat;
			transition:all 1.2s ease;
			-webkit-transition:all 1.2s ease;
			-moz-transition:all 1.2s ease;
			-o-transition:all 1.2s ease;
			-ms-transition:all 1.2s ease;

        }

            .header .nav a.home-button:hover {
                background: url(../images/home-button-on.png) no-repeat;
			transition:all 1.2s ease;
			-webkit-transition:all 1.2s ease;
			-moz-transition:all 1.2s ease;
			-o-transition:all 1.2s ease;
			-ms-transition:all 1.2s ease;
				
            }

        .header .nav a.prev-button {
            background: url(../images/prev-button-off.png) no-repeat;
			transition:all 1.2s ease;
			-webkit-transition:all 1.2s ease;
			-moz-transition:all 1.2s ease;
			-o-transition:all 1.2s ease;
			-ms-transition:all 1.2s ease;

        }

            .header .nav a.prev-button:hover {
                background: url(../images/prev-button-on.png) no-repeat;
			transition:all 1.2s ease;
			-webkit-transition:all 1.2s ease;
			-moz-transition:all 1.2s ease;
			-o-transition:all 1.2s ease;
			-ms-transition:all 1.2s ease;

            }

        .header .nav a.next-button {
            background: url(../images/next-button-off.png) no-repeat;

			transition:all 1.2s ease;
			-webkit-transition:all 1.2s ease;
			-moz-transition:all 1.2s ease;
			-o-transition:all 1.2s ease;
			-ms-transition:all 1.2s ease;

        }

            .header .nav a.next-button:hover {
                background: url(../images/next-button-on.png) no-repeat;
			transition:all 1.2s ease;
			-webkit-transition:all 1.2s ease;
			-moz-transition:all 1.2s ease;
			-o-transition:all 1.2s ease;
			-ms-transition:all 1.2s ease;

            }

/**
* Styles for the content.
*/
.content {
    float: left;
}

    .content h1 {
        font: 76px 'Century Gothic';
        letter-spacing: -1.5px;
        text-align: center;
        margin: 62px 0 0 0;
        line-height: 102px;
		color:#977204;
		
		text-shadow:0px 1px 3px rgba(0,0,0,0.5);
		-webkit-text-shadow:0px 1px 3px rgba(0,0,0,0.5);
		-moz-text-shadow:0px 1px 3px rgba(0,0,0,0.5);
		-o-text-shadow:0px 1px 3px rgba(0,0,0,0.5);
		-ms-text-shadow:0px 1px 3px rgba(0,0,0,0.5);
		
			transition:all 1.2s ease;
			-webkit-transition:all 1.2s ease;
			-moz-transition:all 1.2s ease;
			-o-transition:all 1.2s ease;
			-ms-transition:all 1.2s ease;
		
    }
	
    .content h1:hover {
			transition:all 1.2s ease;
			-webkit-transition:all 1.2s ease;
			-moz-transition:all 1.2s ease;
			-o-transition:all 1.2s ease;
			-ms-transition:all 1.2s ease;

            color: #970404;
			cursor:pointer;
			
    }	

    .content h2 {
        font-size: 44px;
		font-family:'Century Gothic';
        font-style: italic;
        font-weight: bold;
        line-height: 50px;
        margin: 37px 0 0 0;
        text-align: center;
		text-transform:capitalize;
		
		text-shadow:0px 1px 3px rgba(0,0,0,0.5);
		-webkit-text-shadow:0px 1px 3px rgba(0,0,0,0.5);
		-moz-text-shadow:0px 1px 3px rgba(0,0,0,0.5);
		-o-text-shadow:0px 1px 3px rgba(0,0,0,0.5);
		-ms-text-shadow:0px 1px 3px rgba(0,0,0,0.5);
		
    }
	
    .content h2:hover {
			transition:all 1.2s ease;
			-webkit-transition:all 1.2s ease;
			-moz-transition:all 1.2s ease;
			-o-transition:all 1.2s ease;
			-ms-transition:all 1.2s ease;

            color: #977204;
			cursor:pointer;
    }		

        .content h2 a {
            color: #000;
            text-decoration: none;
            font-weight: bold;
            outline: 0;
        }

        .content h2 a:hover {
            text-decoration: underline;
        }
		


    .content p {
        line-height: 22px;
        margin-top: 48px;
		text-align:center;
		font-weight:500;
    }

        .content p img {
            display: block;
            margin: 20px 0 40px 0;
        }

    .content .column {
        float: left;
        width: 910px;
		border:1px dashed black;
		padding:15px;
		margin-left:1%;
		
		border-radius:20px;
		-webkit-border-radius:20px;
		-moz-border-radius:20px;
		-o-border-radius:20px;
		
		box-shadow:3px 0px 5px rgba(0,0,0,0.3),-3px 0px 5px rgba(0,0,0,0.3);

    }
	
    .content .column p{
		
        line-height: 42px;
        margin-top: 48px;
		text-align:center;
		font-size:20px;
		font-family:'Microsoft PhagsPa';

		
	}
	
    .content .column p b{
			transition:all 0.5s ease;
			-webkit-transition:all 0.5s ease;
			-moz-transition:all 0.5s ease;
			-o-transition:all 0.5s ease;
			-ms-transition:all 0.5s ease;

     color:#000;
	 
	}	
	
    .content .column p b:hover{
			transition:all 0.5s ease;
			-webkit-transition:all 0.5s ease;
			-moz-transition:all 0.5s ease;
			-o-transition:all 0.5s ease;
			-ms-transition:all 0.5s ease;

     color:#769704;
	 
	 cursor:text;
	 
	}		
	

    .content .column.left-column {
        margin-right: 20px;
    }

    .content .column.right-column {
        margin-left: 20px;
    }

/**
* Styles for the footer.
*/
.footer {
	    transition:all 0.7s ease;	
    -webkit-transition:all 0.7s ease;	
    -moz-transition:all 0.7s ease;	
    -o-transition:all 0.7s ease;	
    -ms-transition:all 0.7s ease;	

    float: left;
    margin: 40px 0px 0 0;
    overflow: hidden;
	margin-left:15%;
	text-align:center;
	padding:20px;
}

    .footer h1 {
		    transition:all 0.7s ease;	
    -webkit-transition:all 0.7s ease;	
    -moz-transition:all 0.7s ease;	
    -o-transition:all 0.7s ease;	
    -ms-transition:all 0.7s ease;	

        color: rgba(0,0,0,0.9);
        font-size: 16px;
		text-align:center;
    }
    .footer p {
		    transition:all 0.7s ease;	
    -webkit-transition:all 0.7s ease;	
    -moz-transition:all 0.7s ease;	
    -o-transition:all 0.7s ease;	
    -ms-transition:all 0.7s ease;	

        color: rgba(0,0,0,0.6;
        font-size: 11px;
		text-align:center;
    }
	

.scrollToTop{
	position:fixed;
	right:15px;
	bottom:15px;
    cursor:pointer;
    width:50px;
    height:50px;
	z-index:100;
}


