/*
*, *: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;

}


.carousel-inner>.item>img {
	width:100%;
}

div.small-gal img {
	width:220px;
}

div.small-gal img:hover {
box-shadow: 0px 0px 10px #eee;
}

#promo-big-photo img{
	height:416px;
	width: auto;
}

.small-gal a.fancybox{
display: block;
margin: 0 15px 15px 0;
padding: 0!important;
height: auto;
float: left;
box-shadow: 0 1px 2px #ccc;
}

.center{
	text-align: center;
}

div.row {
	overflow: visible;
}

footer{
	background: #222;
//	color:#fff;
}

.fancybox-nav {
   width: 60px;       
}

.fancybox-nav span {
    visibility: visible;
    opacity: 0.5;
}

.fancybox-nav:hover span {
    opacity: 1;
}

.fancybox-next {
    right: -60px;
}

.fancybox-prev {
    left: -60px;
}


#alive img {
	width:144px;
}

#alive .image-gallery a{
	display: block;
margin: 0 15px 15px 0;
padding: 0!important;
height: auto;
float: left;
overflow: hidden;
height:144px;
position: relative;
}

#alive p {
	position: absolute;
	bottom: -50px;
	background: rgba(0,0,0,0.5);
	width: 100%;
	
-moz-transition: bottom 0.25s;
-o-transition: bottom 0.25s;
-webkit-transition: bottom 0.25s;
transition: bottom 0.25s;
}

#alive a:hover p {
	bottom: -10px;
}

#alive p img {
	width:38px;
}

#alive a img {
	-moz-transition: border 0.25s;
-o-transition: border 0.25s;
-webkit-transition: border 0.25s;
transition: border 0.25s;
}



#alive a:hover p img{
	border: none;
}

.sec-title{
	text-align: center;
	font-weight: 300;
}

[class^="icon-"], [class*=" icon-"] {
background: none;
}


#pricing_table .one_fourth{
/*	width:218px;  */
}

.carousel {
	margin-bottom: 0px;
}
.carousel-control {
	height:51px;
	top:50%;
}

.row {
    width:940px;
    margin:0 auto;
    padding:15px 0 15px 0;
    overflow:hidden;
}

.nopad {
	padding: 0px 0 10px 0;
}

.no-bot-space{
	margin-bottom: 0px;
	padding-bottom: 0px;
}


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

img.crc{
border-radius: 100px;
width: 200px;
height: 200px;
border: 10px solid #eee;
-webkit-box-shadow: 0px 20px 30px rgba(50, 50, 50, 0.25);
-moz-box-shadow: 0px 20px 30px rgba(50, 50, 50, 0.25);
box-shadow: 0px 20px 30px rgba(50, 50, 50, 0.25);
position: relative;
z-index: 9;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

p.crc_descr {
margin-top:30px;
position: relative;
z-index: 1;
text-align: center;
font-size: 22px;
font-weight: 300;
bottom: 10px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}


#promo {
	background: url('http://fc09.deviantart.net/fs70/f/2010/207/7/e/Fireworks_3_by_DaXXe.jpg');
	background-size: 100%;
	color:#fff;
	text-shadow: 1px 1px 1px black;
}

#banner a{
	color:#999;
}

#banner a:hover{
	color:#555;
}

#promo h2 {
	color:#fff;
}


div.one_fourth.center:hover p.crc_descr{
	bottom: 0px;
}

div.one_fourth.center:hover img.crc{
	border-color:#777;
}


.iprice{
font-size: 16px;
}

h3 {
line-height: 30px;
margin-bottom:10px;
}

i[class*="icon-"]{
	display: block;
}

[class^="icon-"]::before, [class*=" icon-"]::before{
	display: block;
}

hgroup h3{
	margin-bottom: 0px;
}

h3 .badge{
font-size:16px;
font-weight: 300;
}


.row .lp{
	margin:0 auto 0 auto;
}

.navbar {
	margin-bottom: 0px;
}




.navbar-inner {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.navbar .brand {
	padding: 9px 20px 0px;
}

a {
    color:#4472a3;
    text-decoration:none;
    line-height:inherit;
}
a:hover {
    color:#555;
        text-decoration:none;

}
a:focus {
    color:#555;
}
a img {
    border:none;
}
.background_grey {
    background:#f1f1f1;
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
}


.background_green {
    background:#13ae6e;
    border-top:1px solid #08a857;
    border-bottom:1px solid #08a857;
}

.background_blue {
    background:#13aeff;
    border-top:1px solid #08a8f7;
    border-bottom:1px solid #08a8f7;
}

.background_yell {
    background:#ffbc37;
    border-top:1px solid #f8a04f;
    border-bottom:1px solid #f8a04f;
}


.background_white {
    background:#fff;
    border-bottom:1px solid #e5e5e5;
}
.hint {
    font-size:0.9em;
    color:#555;
}
.last {
    margin-right:0!important;
}
.left {
    float:left;
}
.right {
    float:right;
}


.right .hint{
	line-height: 18px;
	padding-right:15px;
	font-style: italic;
}

.button_buy {
    padding:20px 0 0 0;
//    text-align: right;
}

.button_buy h4{
	font-weight: 300;
}

.small-pad{
	padding-top:15px;
}


.button_buy a {
    background:#97bf0f;
    background:url(data:image/svg+xml;
    base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk3YmYwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3M2E3MjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-moz-linear-gradient(top, #97bf0f 0%, #73a726 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #97bf0f), color-stop(100%, #73a726));
    background:-webkit-linear-gradient(top, #97bf0f 0%, #73a726 100%);
    background:-o-linear-gradient(top, #97bf0f 0%, #73a726 100%);
    background:-ms-linear-gradient(top, #97bf0f 0%, #73a726 100%);
    background:linear-gradient(to bottom, #97bf0f 0%, #73a726 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#97bf0f', endColorstr='#73a726', GradientType=0);
font-family: 'open sans';
font-weight: 300;
    color:#fff;
    font-size:1.4em;
    text-shadow:0 -1px #35490e;
    display:inline-block;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    box-shadow:0 1px 3px #181818;
}

.button_buy a.small{
font-size: 1.3em;
font-weight: 500;
}

#author .button_buy {
    clear:both;
    padding:0;
    margin:0 0 0 135px;
}
#author .button_buy a {
    box-shadow:0 1px 2px #818181;
}
.button_buy a:hover, a.button_buy_table:hover {
    background:#73a726;
    background:url(data:image/svg+xml;
    base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzczYTcyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5N2JmMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-moz-linear-gradient(top, #73a726 0%, #97bf0f 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #73a726), color-stop(100%, #97bf0f));
    background:-webkit-linear-gradient(top, #73a726 0%, #97bf0f 100%);
    background:-o-linear-gradient(top, #73a726 0%, #97bf0f 100%);
    background:-ms-linear-gradient(top, #73a726 0%, #97bf0f 100%);
    background:linear-gradient(to bottom, #73a726 0%, #97bf0f 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#73a726', endColorstr='#97bf0f', GradientType=0);
}
.button_buy span {
    display:block;
    float:left;
}
.button_price {
    background:url("../images/bg_button_green.png") no-repeat right -5px;
    padding:6px 15px 6px 15px;
    border-top-left-radius:5px;
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px;
    box-shadow:inset 0 1px #9cc015;
    color: #fff;
}
.button_buy a:hover .button_price {
    background:url("../images/bg_button_green.png") no-repeat right -71px;
}
.button_text {
    box-shadow:inset 0 1px #9cc015;
    padding:6px 15px 6px 10px;
    border-top-right-radius:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
        color: #fff;

}

.button_small_text {
    box-shadow:inset 0 1px #9cc015;
    padding:6px 15px 6px 10px;
    border-top-right-radius:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;

}

a.button_buy_table {
    background:#97bf0f;
    background:url(data:image/svg+xml;
    base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk3YmYwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3M2E3MjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-moz-linear-gradient(top, #97bf0f 0%, #73a726 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #97bf0f), color-stop(100%, #73a726));
    background:-webkit-linear-gradient(top, #97bf0f 0%, #73a726 100%);
    background:-o-linear-gradient(top, #97bf0f 0%, #73a726 100%);
    background:-ms-linear-gradient(top, #97bf0f 0%, #73a726 100%);
    background:linear-gradient(to bottom, #97bf0f 0%, #73a726 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#97bf0f', endColorstr='#73a726', GradientType=0);
    font-family:'Open Sans', sans-serif, Arial, Helvetica;
    font-weight: 400;
    color:#fff;
    font-size:1.4em;
    text-shadow:0 -1px #35490e;
    display:inline-block;
    margin:20px 0 20px 0;
    padding:7px 25px 7px 25px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
h1, h2 {
font-family: 'open sans';
font-weight: 400;
}
#main_content h2 {
    margin-bottom:10px;
}
#main_content h3 {
    font-family:'Open Sans', sans-serif, Arial, Helvetica;
    font-size:1.2em;
    font-weight:500;
    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;
}
#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: 0px 0 15px 0;
}
h2.subheader {
    font-family:'Open Sans', sans-serif, Arial, Helvetica;
    font-weight:300;
    font-size:1.4em;
    margin-bottom:15px;
}

h2 {
font-family: 'open sans';
font-weight: 300;
    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;
}


.background_green .section_title span {
    background:#13ae6e;
    padding:0 25px 0 25px;
    color:#fff;
}

.background_blue .section_title span {
    background:#13aeff;
    padding:0 25px 0 25px;
    color:#fff;
}

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

.background_green a {
	color:#fff;
}

.background_yell a {
	color:#f8a04f;
}

.background_blue a {
	color:#fff;
}

.wborder{
	border: 5px solid white;
}


#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:'Open sans';
/*    color:#666;
    text-align:center;
    font-weight:300;
    font-size:1.6em; */
}
.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;
}
#header_region {
    padding:0 0 35px 0;
    overflow:hidden;
}
#banner {
    background:#fff;
    color:#555;
    padding:10px 0 10px 0;
}
#banner .row {
    clear:both;
}
.content_page #banner .row {
    padding-bottom:10px;
}
#shelf {
    background:url("../images/shelf.png") no-repeat center bottom;
    padding-bottom:36px;
    text-align:center;
}
#shelf img {
    display:inline;
}
#companies .row {
    padding:25px 0 15px 0;
    text-align:center;
}
#companies img {
    margin:0 5px 0 5px;
    display:inline-block;
}
#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;
//    color:#a26f44;
    color:#555;
    text-align:center;
}
#testimonials blockquote {
    margin:0 20px 0 0;
    padding:9px 0 0 0;
}
blockquote img {
    background:#fff;
    margin:-25px 35px 0 15px;
    padding:3px;
    float:left;
    box-shadow:0 1px 3px #d3d3d3;
}
div.testimonials {
    background:url("../images/sprite.png") no-repeat 90px 0;
    padding:10px 0 0 0;
}

#testimonials.background_yell footer {
	color:#fff;
}

blockquote div {
    font-weight:bold;
    color:#4472a3;
}


.background_yell blockquote div {
    font-weight:bold;
    color:#fff;
}

blockquote, blockquote p {
    line-height:1.5;
    color:#6f6f6f;
    border-left:0;
}
q {
    background:#fff;
    display:block;
    font-style:italic;
    padding:15px 15px 35px 15px;
    box-shadow:0 1px 3px #d3d3d3;
}
blockquote cite {
    display:block;
    font-size:12px;
    color:#555555;
}
blockquote cite:before {
    content:"\2014 \0020";
}
blockquote cite a, blockquote cite a:visited {
    color:#555555;
}
abbr, acronym {
    text-transform:uppercase;
    font-size:90%;
    color:#222222;
    border-bottom:1px solid #ddd;
    cursor:help;
}
abbr {
    text-transform:none;
}
#screenshots .image-gallery a {
    background:url("../images/bg_zoom.png") no-repeat center center #4472a3;
    display:block;
    margin:0 15px 15px 0;
    padding:0!important;
    height:auto;
    float:left;
    box-shadow:0 1px 2px #ccc;
}
#screenshots .image-gallery img {
    -moz-transition:opacity .2s linear;
    -webkit-transition:opacity .2s linear;
    -ms-transition:opacity .2s linear;
    -o-transition:opacity .2s linear;
    transition:opacity .2s linear;
    display:block;
}
#screenshots img:hover {
    opacity:0.75;
    filter:alpha(opacity=7);
}
.list_check {
    margin:0 0 0 20px;
}
.list_check li {
    background:url("../images/bg_check.png") no-repeat 0 6px;
    padding:7px 0 7px 30px;
    list-style:none;
    overflow:hidden;
}
#author_image {
    background:#fff;
    margin:0 35px 0 0;
    padding:5px;
    box-shadow:0 1px 1px #ccc;
}
#book_cover {
    display:inline-block;
    text-align:center;
}
#newsletter.row {
    padding:25px 0 25px 0;
}
#newsletter h2 {
    width:460px;
    margin:0 20px 0 0;
    float:left;
    color:#555;
}
input.e-mail,input.name {
    width:260px;
    color:#999;
    border:1px solid #d3d3d3;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    padding:10px;
    box-shadow:inset 0 2px 3px #ebebeb;
    -moz-box-shadow:inset 0 2px 3px #ebebeb;
    -webkit-box-shadow:inset 0 2px 3px #ebebeb;
}


input.input-small{
width: 150px;	
}


#submit {
    background:#97bf0f;
    background:url(data:image/svg+xml;
    base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk3YmYwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3M2E3MjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-moz-linear-gradient(top, #97bf0f 0%, #73a726 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #97bf0f), color-stop(100%, #73a726));
    background:-webkit-linear-gradient(top, #97bf0f 0%, #73a726 100%);
    background:-o-linear-gradient(top, #97bf0f 0%, #73a726 100%);
    background:-ms-linear-gradient(top, #97bf0f 0%, #73a726 100%);
    background:linear-gradient(to bottom, #97bf0f 0%, #73a726 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#97bf0f', endColorstr='#73a726', GradientType=0);
    font-family:'open sans';
    font-weight: 400;
    color:#fff;
    font-size:1.4em;
    text-shadow:0 -1px #35490e;
    text-align:center;
    float:right;
    width:140px;
    height:40px;
    border:none;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    cursor:pointer;
}
#submit:hover {
    background:#73a726;
    background:url(data:image/svg+xml;
    base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzczYTcyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5N2JmMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-moz-linear-gradient(top, #73a726 0%, #97bf0f 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #73a726), color-stop(100%, #97bf0f));
    background:-webkit-linear-gradient(top, #73a726 0%, #97bf0f 100%);
    background:-o-linear-gradient(top, #73a726 0%, #97bf0f 100%);
    background:-ms-linear-gradient(top, #73a726 0%, #97bf0f 100%);
    background:linear-gradient(to bottom, #73a726 0%, #97bf0f 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#73a726', endColorstr='#97bf0f', GradientType=0);
}

#submit.fleft{
	float:left;
}

#pricing_table {
    display:table;
    padding:30px 0 0 0;
    margin:0 auto;
    text-align:center;
}
.pricing_block {
    background:#fff;
    box-shadow:0 1px 3px #d3d3d3;
    text-align:center;
    -webkit-transition:all 0.1s ease-out;
    -moz-transition:all 0.1s ease-out;
    -o-transition:all 0.1s ease-out;
    transition:all 0.1s ease-out;
}
.pricing_block:hover {
    box-shadow:0 1px 10px #a9a9a9;
}


.pricing_block h4 a {
	color:#555;
}

.pricing_block:hover h4 a{
	font-weight: 500;
}

#favorite.pricing_block:hover {
    box-shadow:0 1px 8px #8c8c8c;
}
#favorite.pricing_block:hover .pricing {
    background:#73a826;
}
.pricing {
    background:#f8f8f8;
//    padding:10px 10px 10px 10px;
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    -webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
}

.pricing_block ul li {
    padding:10px 0 10px 0;
    border-bottom:1px solid #e5e5e5;
    list-style:none;
}
.price {
    font-family:'PT Serif', serif;
    font-size:1.8em;
    margin:0;
}
.price span {
    font-size:0.5em;
    position:relative;
    top:-30px;
    left:-5px;
}
.price_sub {
    font-style:italic;
    color:#666;
    margin:0 0 10px 0;
}
#favorite.pricing_block {
    box-shadow:0 1px 5px #b2b2b2;
    padding:10px 0 15px 0;
    margin-top:-10px;
}
#favorite .pricing {
    background:#90ba14;
    color:#fff;
}
#favorite .price_sub {
    color:#fff;
}
.embed_container {
    position:relative;
    padding-bottom:56.25%;
    margin:20px 0 0 0;
    padding-top:30px;
    height:0;
    overflow:hidden;
}
.embed_container iframe, .embed_container object, .embed_container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
#social_elements ul {
    margin:10px 0 0 0;
    float:right;
}
#social_elements li {
    width:24px;
    height:24px;
    margin:0 5px 0 0;
    float:left;
    list-style:none;
    padding:0;
}
#social_elements a span {
    display:none;
}
#social_elements a {
    display:block;
    width:24px;
    height:24px;
    padding:0;
    margin:0 0 4px 0;
    opacity:0.5;
    filter:alpha(opacity=50);
    -webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
}
#social_elements a:hover {
    opacity:0.9;
    filter:alpha(opacity=90);
}
.facebook {
    background:url("../images/sprite_social_element.png") no-repeat -27px 0;
}
.googleplus {
    background:url("../images/sprite_social_element.png") no-repeat -27px -60px;
}
.twitter {
    background:url("../images/sprite_social_element.png") no-repeat -27px -30px;
}
.stumbleupon {
    background:url("../images/sprite_social_element.png") no-repeat -27px -150px;
}
.youtube {
    background:url("../images/sprite_social_element.png") no-repeat -27px -90px;
}
.vimeo {
    background:url("../images/sprite_social_element.png") no-repeat -27px -120px;
}
.linkedin {
    background:url("../images/sprite_social_element.png") no-repeat -27px -180px;
}
.pinterest {
    background:url("../images/sprite_social_element.png") no-repeat -27px -210px;
}
.rss {
    background:url("../images/sprite_social_element.png") no-repeat -27px -240px;
}
.digg {
    background:url("../images/sprite_social_element.png") no-repeat -27px -270px;
}
.myspace {
    background:url("../images/sprite_social_element.png") no-repeat -27px -300px;
}
.picasa {
    background:url("../images/sprite_social_element.png") no-repeat -27px -330px;
}
.flickr {
    background:url("../images/sprite_social_element.png") no-repeat -27px -360px;
}
.dribbble {
    background:url("../images/sprite_social_element.png") no-repeat -27px -390px;
}
.blogger {
    background:url("../images/sprite_social_element.png") no-repeat -27px -420px;
}
.feedback {
    background:url("../images/sprite_social_element.png") no-repeat -27px -450px;
}
#contact {
    background:#fff;
    width:390px;
    left:0;
    right:0;
    margin:40px auto;
    z-index:99999;
    padding:15px;
    border:5px solid #f1f1f1;
    box-shadow:0 0 5px #333;
    -moz-box-shadow:0 0 5px #333;
    -webkit-box-shadow:0 0 5px #333;
    display:none;
}

input#contactname, input#contactemail, #contact textarea, input#humanornot {
    color:#999;
    border:1px solid #d3d3d3;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    padding:10px;
    box-shadow:inset 0 2px 3px #ebebeb;
    -moz-box-shadow:inset 0 2px 3px #ebebeb;
    -webkit-box-shadow:inset 0 2px 3px #ebebeb;
    padding:7px 5px 7px 5px;
}
input#contactname, input#contactemail {
    width:200px;
}
#contact textarea {
    font-family:'Open Sans', sans-serif, Arial, Helvetica;
    width:350px;
    height:100px;
    font-size:100%;
}
input#submitcontact {
    background:#97bf0f;
    background:url(data:image/svg+xml;
    base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk3YmYwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3M2E3MjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-moz-linear-gradient(top, #97bf0f 0%, #73a726 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #97bf0f), color-stop(100%, #73a726));
    background:-webkit-linear-gradient(top, #97bf0f 0%, #73a726 100%);
    background:-o-linear-gradient(top, #97bf0f 0%, #73a726 100%);
    background:-ms-linear-gradient(top, #97bf0f 0%, #73a726 100%);
    background:linear-gradient(to bottom, #97bf0f 0%, #73a726 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#97bf0f', endColorstr='#73a726', GradientType=0);
    font-family:'PT Serif', serif;
    color:#fff;
    font-size:1.4em;
    text-shadow:0 -1px #35490e;
    text-align:center;
    display:block;
    width:140px;
    height:40px;
    margin:10px 0 0 0;
    border:none;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    cursor:pointer;
}
input#submitcontact:hover {
    background:#73a726;
    background:url(data:image/svg+xml;
    base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzczYTcyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5N2JmMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-moz-linear-gradient(top, #73a726 0%, #97bf0f 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #73a726), color-stop(100%, #97bf0f));
    background:-webkit-linear-gradient(top, #73a726 0%, #97bf0f 100%);
    background:-o-linear-gradient(top, #73a726 0%, #97bf0f 100%);
    background:-ms-linear-gradient(top, #73a726 0%, #97bf0f 100%);
    background:linear-gradient(to bottom, #73a726 0%, #97bf0f 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#73a726', endColorstr='#97bf0f', GradientType=0);
}
#contact_close {
    background:url("../images/controls/close.png") no-repeat;
    width:20px;
    height:20px;
    display:block;
    float:right;
    margin:-27px -27px 0 0;
}
#contact_close span {
    display:none;
}
.success {
    background:#a9d26e;
    padding:5px;
    text-align:center;
    border:1px solid #79a041;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    color:#fff;
}
.fail {
    background:#a93636;
    padding:5px;
    text-align:center;
    border:1px solid #742424;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    color:#fff;
}
a#contact_close_counter {
    display:block;
    padding:5px;
    text-align:center;
    color:#666;
    text-decoration:none;
}
#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;
}

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

/*------------------------------------------------------------------------------------------*/
/* 11. Responsive Styling */
/*------------------------------------------------------------------------------------------*/

/* 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;
    }
		
	/*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:300px;
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:0px 0 0 5px;
}

input.e-mail, input.name {
float:left;
}
	
	
	/*Footer*/
	
	#page_footer p {
float:none;
display:block;
}


#alive .image-gallery a {
width:166px;
}

}

@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:0px 0 0 0;
}	
	
/*Footer*/

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

}

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


.navbar .nav.pull-right {
float:none;
margin:auto;
display:inline-block;
}

.navbar .brand {
float:none;
margin-left:0px;
padding: 25px 0 5px 0;
}

.navbar .container {
text-align:center;
}

 /*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;
margin-top:10px;
}

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

/*Footer*/

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


h1, h2 {
	margin: 10px 0 10px 0;
}


.sservices div.row-fluid {
margin-bottom: 5px;
}

}