*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, blockquote, th, td { margin: 0; padding: 0; font-size: 13px; direction: ltr; }

body {
margin:0;
padding:0;
background:#ffffff;
font-family: 'Open Sans', sans-serif, Arial, Helvetica;
color:#333;
-webkit-font-smoothing: antialiased;
}
p{font-weight:600;}
.row {
width:940px;
margin:0 auto;	
padding:45px 0 45px 0;	
overflow:hidden;
}

.row img {
height: auto;
max-width: 100%;
}

a { color: #dca400; text-decoration: none; line-height: inherit; }

a:hover { color: ; }

a:focus { color: ; }

a img {
border:none;
}

.pretty {
    background-color: #f5f5f5;
    background: -moz-linear-gradient(bottom, #f2f2f2 0px, #bbb 100%);
    background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #f2f2f2),color-stop(1, #bbb));
	
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#f2f2f2, endColorstr=#bbb)";
    
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    padding: 5px;
}


/*------------------------------------------------------------------------------------------*/
/* 2. Global elements */
/*------------------------------------------------------------------------------------------*/

.background_grey {
background:#f1f1f1;
border-top:1px solid #e5e5e5;
border-bottom:1px solid #e5e5e5;
}

.background_white {
background:#fff;
border-bottom:1px solid #e5e5e5;
}

.hint {
font-size:0.9em;
color:#ffffff;
}

.last {
margin-right:0!important;
}

.left {
float:left;
}

.right {
float:right;
}


/*------------------------------------------------------------------------------------------*/
/* 3. Fonts and Headings */
/*------------------------------------------------------------------------------------------*/


/* 3.1 Fonts */

h1, h2 {
font-family: 'Bree Serif', serif;
}

#main_content h2 {
margin-bottom:10px;	
}

#main_content h3 {
font-family: 'Open Sans', sans-serif, Arial, Helvetica;
font-size:1.2em;
font-weight:normal;
color:#999;
}

h4, h5, h6 { 
font-family: 'Open Sans', sans-serif, Arial, Helvetica;
font-weight: bold; 
font-style: normal; 
color: #222222; 
text-rendering: optimizeLegibility; 
line-height: 1.1; 
margin-bottom: 13px; 
margin-top: 13px; 
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { 
font-size: 60%; 
color: #6f6f6f; 
line-height: 0; 
}

h1{font-size: 3.2em;}

h2{font-size: 1.7em;}

h3{font-size: 1.6em;}

h4{font-size: 1.4em;}

h5{font-size: 1.2em;}


/* 3.2 Headings */

#logo {
color:#ffffff;
}

#logo img {
float:left;
margin:0 15px 0 0;	
}

#logo h1 {
font-family: 'Open Sans', sans-serif, Arial, Helvetica;
font-weight:400;
font-size:2.1em;
display:inline;
margin:0 10px 0 0;	
}

#logo h2 {
font-family: 'Open Sans', sans-serif, Arial, Helvetica;
font-weight:300;
font-size:1.2em;
font-style:italic;
display:inline;
margin:0 10px 0 0;	
}

#banner .one_half h1 {
line-height:1.1em;
margin:0 0 15px 0;
}

h2.subheader{
font-family: 'Open Sans', sans-serif, Arial, Helvetica;
font-weight:500;
font-size:1.4em;
margin-bottom:15px;
}

#main_content h2 {
font-family: 'Bree Serif', serif;	
font-weight:400;
color:#333;
font-size:2.0em;
}

.section_title {
background:url(../images/bg_border.gif) repeat-x 0 22px;
text-align:center;
}

.section_title span {
background:#fff;
padding:0 25px 0 25px;	
}

.background_grey .section_title span {
background:#f1f1f1;
padding:0 25px 0 25px;
}

#companies h3 {
font-size:1.0em;
font-weight:300;
text-transform:uppercase;
color:#666;
margin:0 55px 0 0;
padding:7px 0 0 0;
float:left;
}

#pricing h4 {
font-family: 'Bree Serif', serif;
color:#666;
text-align:center;
font-weight:normal;
font-size:1.6em;
}


/*------------------------------------------------------------------------------------------*/
/* 4. Content blocks used to position content */
/*------------------------------------------------------------------------------------------*/


.one_half, .one_third, .two_thirds, .three_fourths, .one_fourth {
    float: left;
    margin: 0 20px 20px 0;
    position: relative;
}

.one_half {
    width: 460px;
}

.one_third {
    width: 300px;
}

.two_thirds {
    width: 620px;
}

.one_fourth {
    width: 220px;
}

.three_fourths {
    width: 700px;
}


/*------------------------------------------------------------------------------------------*/
/* 5. Landing page header and banners */
/*------------------------------------------------------------------------------------------*/

/* 5.1 Header */

#header_region {
padding:0 0 35px 0;
overflow:hidden;	
}

/* 5.2 Banner */

#banner {
background:url(../images/backgrounds/bg_banner_1.jpg) no-repeat center top #999;
background-attachment:fixed;
background-size:cover;
-moz-background-size:cover;
-webkit-background-size:cover;
-o-background-size:cover;
color:#ffffff;
padding:10px 0 10px 0;
}

#banner .row {
clear:both;
}

.content_page #banner .row {
padding-bottom:10px;
}

#shelf {
padding-bottom:28px;
text-align:center;
}

#shelf img {
display:inline;	
}



/*------------------------------------------------------------------------------------------*/
/* 6. Content */
/*------------------------------------------------------------------------------------------*/

/* 6.1 Companies */

#companies .row {
padding:25px 0 15px 0;
text-align:center;
}

#companies img {
margin:0 25px 0 25px;
display:inline-block;
}


/* 6.2 Features */

#features ul, #features ul li {
list-style:none;
padding:0;
}

#features ul li {
margin-top:20px;
margin-bottom:20px;	
}

#features h4 {
font-size:1.3em;
font-weight:normal;
margin-top:0;	
}

#features i {
float:left;
margin:0 15px 15px 0;
width: 1.25em;
color:#dca400;
text-align:center;
height: auto;
line-height: normal;
vertical-align: baseline;
background-image: none;
background-position: 0 0;
background-repeat: repeat;
}


/*------------------------------------------------------------------------------------------*/
/* 8. Landing Page Footer */
/*------------------------------------------------------------------------------------------*/

#page_footer {
color:#999;	
}

#page_footer.row {
padding:15px 0 15px 0;
}

#page_footer ul, #page_footer p {
display:inline;
margin:0;
padding:0;
}

#page_footer p {
float:right;
}

#page_footer ul li {
display:inline;
padding:0 5px 0 0;
}

#page_footer a {
color:#999;	
}

.scrollup {
    background: url(../images/sprite.png) no-repeat 0 -282px;
    width: 56px;
    height: 56px;
    opacity: 0.4;
    filter: alpha(opacity = 40);
    position: fixed;
    bottom: 30px;
    right: 20px;
    display: none;
    text-indent: -9999px;
}


/*------------------------------------------------------------------------------------------*/
/* 9. Additional styles for jQuery/Foundation Framework plug-ins and other plug-in classes  */
/*------------------------------------------------------------------------------------------*/

.reveal-modal-bg { position: fixed; height: 100%; width: 100%; background: #000; opacity: 0.85; filter: alpha(opacity=85); z-index: 999; display: none; top: 0; left: 0; }

.reveal-modal { background: #fff; visibility: hidden; display: none; top: 100px; left: 50%; margin-left: -260px; width: 520px; position: absolute; z-index: 41; padding: 30px; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
.reveal-modal .close-reveal-modal:not(.button) { font-size: 22px; font-size: 2.2rem; line-height: .5; position: absolute; top: 8px; right: 11px; color: #aaa; text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6); font-weight: bold; cursor: pointer; }
.reveal-modal.small { width: 30%; margin-left: -15%; }
.reveal-modal.medium { width: 40%; margin-left: -20%; }
.reveal-modal.large { width: 60%; margin-left: -30%; }
.reveal-modal.xlarge { width: 70%; margin-left: -35%; }
.reveal-modal.expand { width: 90%; margin-left: -45%; }
.reveal-modal .row { min-width: 0; margin-bottom: 10px; }
.reveal-modal > :first-child { margin-top: 0; }
.reveal-modal > :last-child { margin-bottom: 0; }

/* The gallery overlay */

#galleryOverlay{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    opacity:0;
    z-index:99;
    background-color:#222;
    background-color:rgba(0,0,0,0.8);
    overflow:hidden;
    display:none;
    -moz-transition:opacity 0.4s ease;
    -webkit-transition:opacity 0.4s ease;
    transition:opacity 0.4s ease;
}

/* This class will trigger the animation */

#galleryOverlay.visible{
    opacity:1;
}

#gallerySlider{
    height:100%;
    left:0;
    top:0;
    width:100%;
    white-space: nowrap;
    position:absolute;
    -moz-transition:left 0.4s ease;
    -webkit-transition:left 0.4s ease;
    transition:left 0.4s ease;
}

#gallerySlider .placeholder{
    background: url(../images/controls/loading.gif) no-repeat center center;
    height: 100%;
    line-height: 1px;
    text-align: center;
    width:100%;
    display:inline-block;
}

/* The before element moves the
 * image halfway from the top */

#gallerySlider .placeholder:before{
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right:-1px;
}

#gallerySlider .placeholder img{
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

#gallerySlider.rightSpring{
    -moz-animation: rightSpring 0.3s;
    -webkit-animation: rightSpring 0.3s;
}

#gallerySlider.leftSpring{
    -moz-animation: leftSpring 0.3s;
    -webkit-animation: leftSpring 0.3s;
}

/* Firefox Keyframe Animations */

@-moz-keyframes rightSpring{
    0%{		margin-left:0px;}
    50%{	margin-left:-30px;}
    100%{	margin-left:0px;}
}

@-moz-keyframes leftSpring{
    0%{		margin-left:0px;}
    50%{	margin-left:30px;}
    100%{	margin-left:0px;}
}

/* Safari and Chrome Keyframe Animations */

@-webkit-keyframes rightSpring{
    0%{		margin-left:0px;}
    50%{	margin-left:-30px;}
    100%{	margin-left:0px;}
}

@-webkit-keyframes leftSpring{
    0%{		margin-left:0px;}
    50%{	margin-left:30px;}
    100%{	margin-left:0px;}
}

/* Arrows */

#prevArrow,#nextArrow{
    border:none;
    text-decoration:none;
    background:url(../images/controls/arrows.png) no-repeat;
    opacity:0.5;
    cursor:pointer;
    position:absolute;
    width:43px;
    height:58px;
    top:50%;
    margin-top:-29px;
}

#prevArrow:hover, #nextArrow:hover{
    opacity:1;
}

#prevArrow{
    background-position:left top;
    left:40px;
}

#nextArrow{
    background-position:right top;
    right:40px;
}

#imageTitle {
    background-color:rgba(0,0,0,0.5);
    color: #fff;
    width: 100%;
    text-align: center;
	position:absolute;
	padding:10px 0 10px 0;
    bottom: 0;
    left: 0;
    z-index: 100000;	   
}



/*------------------------------------------------------------------------------------------*/
/* 11. Responsive Styling Off the Shelf */
/*------------------------------------------------------------------------------------------*/

/* Responsive Video Styling */
.jl_video_container {
    position: relative !important;
    padding-bottom: 56.25% !important;
    padding-top: 30px !important;
    height: 0 !important;
    overflow: hidden !important
}

.jl_video_container embed,
.jl_video_container iframe,
.jl_video_container object {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important
}

@media screen and (min-width : 761px ) and (max-width: 1005px) {
    /*Global*/
	
	 .row {
        width: 730px;
        margin: 0 auto;
		padding:25px 0 25px 0;
    }


    .one_half {
        width: 355px;
    }

    .one_third {
        width: 230px;
    }

    .two_thirds {
        width: 480px;
    }

    .one_fourth {
        width: 167px;
    }

    .three_fourths {
        width: 540px;
    }

    .one_half .one_fourth {
        width: 150px;
    }
	
	/*Banner*/
	
#shelf {
background:url(../images/shelf_ipad.png) no-repeat center bottom;
padding-bottom:22px;
}
	
	/*Buttons*/
	
	#author .button_buy {
	margin-left:110px;
	}
	
	/*Companies*/
	
	#companies .row {
	padding-bottom:5px;
	}
	
	#companies img {
	margin-bottom:10px;
	}
	
	/*Testimonials*/
	
	#testimonials img {
	margin-bottom:15px;
	}
	
	/*Screenshots*/
	
	#screenshots .one_half {
	width:730px;
	}
	
	#screenshots a.last  {
	margin:0 15px 15px 0!important;
	}
	
	/*Author*/
	
	#author_image {
	margin:0 10px 0 0;
	}
	
	/*Newsletter*/

#newsletter h2 {
width:320px;
margin:0 0 5px 0;
float:left;
}

#newsletter form {
margin:20px 0 0 0;
float:right;
}

#newsletter input#e-mail {
width:240px;
margin:5px 10px 5px 0;
}

#newsletter input#submit {
float:right;
margin:5px 0 0 0;
}
	
	
	/*Footer*/
	
	#page_footer p {
float:none;
display:block;
}

}

@media screen and (max-width: 760px) {

 /*Global*/
	
	 .row {
        width: 430px;
        margin: 0 auto;
		padding:15px 0 15px 0;
    }


    .one_half, .one_third, .two_thirds, .one_fourth, .three_fourths, .one_half .one_fourth {
        width: 430px;
    }
		
	
/*Headings*/

h2.section_title, h2.section_title span {
background:none;
text-align:left;
padding-left:0!important;
padding-right:0!important;
}

/*Banner*/

#banner .two_thirds {
margin:0;
}

#banner #social_elements ul {
width: 430px;
float:none;
text-align:center;
}

#banner #social_elements ul li {
display:inline-block;
float:none;
margin:0;
}

/*Button*/

#author .button_buy {
margin:0;
text-align:center;
}
	
/*Companies*/
	
	#companies .row {
	padding-top:10px;
	padding-bottom:5px;
	}
	
	#companies img {
	margin:5px;
	}
	
/*Features*/

#features li.one_half {
margin:10px 0 10px 0;
}		
	
/*Screenshots*/

	#screenshots a {
	margin:5px!important;
	}

	#screenshots a, #screenshots a img  {
	height:auto!important;
	max-width:200px!important;
	}	
	
/*Testimonials*/
	
	#testimonials blockquote {
	margin-bottom:10px;
	}
	
	#testimonials img {
	margin-bottom:15px;
	}
	
/*Newsletter*/

#newsletter h2 {
width:430px;
margin:0 0 5px 0;
}

#newsletter form {
clear:both;
}

#newsletter input#e-mail {
width:280px;
margin:5px 0 5px 0;
}

#newsletter input#submit {
float:right;
margin:5px 0 0 0;
}	
	
/*Footer*/

#page_footer p {
float:none;
display:block;
}
	
    .scrollup {
        display: none !important;
    }

}

@media screen and (max-width: 460px) {


 /*Global*/
	
	 .row {
        width: 285px;
        margin: 0 auto;
		padding:15px 0 15px 0;
    }


    .one_half, .one_third, .two_thirds, .one_fourth, .three_fourths, .one_half .one_fourth {
        width: 285px;
    }
	
/*Banner*/

#header_region {
padding-bottom:10px;
}
	
#logo h2 {
display:block;
}	

#banner .two_thirds, #shelf.one_half {
margin:0;
padding-right:0;
}

#shelf {
background:url(../images/shelf_mobile.png) no-repeat center bottom;
padding-bottom:18px;
}

#shelf img {
height:auto; 
max-width:100%;
}


#banner #social_elements ul {
width: 285px;
float:none;
text-align:center;
}

#banner #social_elements ul li {
display:inline-block;
float:none;
margin:0;
}

/*Button*/

#author .button_buy {
margin:0;
text-align:center;
}
	
/*Testimonials*/
	
	#testimonials blockquote {
	margin-bottom:10px;
	}
	
	#testimonials img {
	margin-bottom:15px;
	}

/*Screenshots*/
	
.image-gallery {
margin:0 auto!important;
}	

.image-gallery a, .image-gallery img{
width:130px;
height:auto;
}

/*Author*/

img#author_image {
margin:0 auto 10px 0;
width:100px;
}

/*Newsletter*/

#newsletter h2 {
width:285px;
margin:0 0 5px 0;
}

#newsletter input#e-mail {
width:285px;
margin:5px 0 5px 0;
}

#newsletter input#submit {
float:none;
}

/*Contact*/
	
#contact {
width:290px;
}
	
#contact textarea {
width: 250px;
}

/*Footer*/

#page_footer p {
float:none;
display:block;
}
  
.scrollup {
display: none !important;
}

}