@charset "utf-8";
/* CSS Document */

.android-sdk-header {
	background:url(http://www.moblico.com/image/moblico/developer/android-sdk-header.jpg) top center;
	height:425px;
}

.ios-sdk-header {
	background:url(http://www.moblico.com/image/moblico/developer/ios-sdk-header.jpg) top center;
	height:425px;
}

.apis-header {
	background:url(http://www.moblico.com/image/moblico/developer/apis-header.jpg?ts=1) top center;
	height:425px;
}

.gallery-header {
	background:url(http://www.moblico.com/image/moblico/developer/brands-header.jpg) top center;
	height:448px;
}

.tutorials-header {
	background:url(http://www.moblico.com/image/moblico/developer/tutorials-header.jpg) top center;
	height:520px;
}

.pricing-header {
	background:url(http://www.moblico.com/image/moblico/developer/pricing-header.jpg) top center;
	height:345px;
}


.textured-background {
	background:url(http://www.moblico.com/image/moblico/developer/features-bg.jpg) top center;
	padding-top:1px;
	padding-bottom:2em;
}

.moblico-sdk-button {
	background:rgba(255, 255, 255, 0.5);
	color:#3c65a5;
	font-weight:bold;
	text-align:center;
	display:block;
	padding:0.5em 0;
	font-size:20px;
	width:350px;
	margin:auto auto;
	text-decoration:none;
}

.moblico-sdk-button:hover {
	background:#ccc;
}

#content-wrapper {
	padding-bottom:0px;
}

.padded-lr {
	padding-left:3em;
	padding-right:3em;
}

.devmenubarwrapper {
	overflow:hidden;
	background:#e9e5e6;
}

.devmenubarwrapper ul {
	margin-left:45px;
}

.devmenubarwrapper li a {
	text-decoration:none;
	color:#000;
	padding:0.3em 1em;
	text-align:center;
}

.devmenubarwrapper ul li:first-child a {
	background:url(http://www.moblico.com/image/moblico/developer/home.png) left no-repeat;
}

.devmenubarwrapper ul li:first-child a {
	padding-left:2.3em;
}

.features-wrapper {
	background:url(/image/moblico/developer/features-bg.jpg) top center;
	height:656px;
	padding-top:1px;
}

.features-wrapper ul
, .features-wrapper ul li {
	list-style:none;
	margin:0;
	padding:0;
}

.features-wrapper ul {
	overflow:hidden;
	margin-top:55px;
	margin-left:40px;
}

.features-wrapper ul li {
	margin-right:26px;
	margin-bottom:23px;
	float:left;
	position:relative;
	cursor:pointer;
}

.features-wrapper ul li .learnmore {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
}

.features-wrapper ul li:hover .learnmore {
	display:block;
}

.features-wrapper ul li.nomr {
	margin-right:0;	
}

.tutlist
, .tutlist li {
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}

.tutlist li {
	margin-right:16px;
	float:left;
	margin-bottom:10px;
}

.tutlist li img {
	display:block;
}

.tutlist li strong {
	color:#fff;
	display:block;
	background-color:#233354;
	text-align:center;
	padding:0.5em;
	font-weight:normal;
}

.sdk-button-list {
	overflow:hidden;
	width:720px;
	margin:auto auto;
}

.sdk-button-list li {
	margin-right:20px;
}

.sdk-button-list li:last-child {
	margin-right:0px;
}

.sdk-button-list li a.moblico-sdk-button {
	width:auto;
	border:#efefef 1px solid;
	box-shadow: inset 0 0 2px 2px #ccc;
}

.pricing-table {
	width:572px;
	margin-left:30px;
}

.pricing-table tr td {
	padding:0.5em;
	color:#000;
	width:50%;
}

.pricing-table tr.first td {
	background:#efefef;
}

.pricing-table tr.first + tr td {
	background:#e8e8e8;
}

.pricing-table tr.first + tr + tr td {
	background:#d3d3d3;
}

.pricing-table tr.first + tr + tr + tr td {
	background:#bababa;
}

.pricing-highlights-header
, .pricing-need-more-header {
	font-weight:normal;
	color:#0096b6;
	text-transform:uppercase;
}

.pricing-need-more-header {
	color:#fff;
}

.pricing-highlights li {
	list-style-image:url(/image/moblico/developer/pricing-bullet.png);
	margin-bottom:0.7em;
}

.pricing-highlights-wrapper {
	background:rgba(255, 255, 255, 0.70);
	padding:1em;
}

.pricing-need-more-wrapper {
	background:#5b5b5b;
	padding:1em;
	color:#fff;
	padding-left:3em;
	position:relative;
	margin-bottom:40px;
}

.pricing-need-more-wrapper .contact-us {
	position:absolute;
	bottom:-35px;
	left:45px;
}

.pricing-need-more-wrapper p {
	line-height:2em;
}

.csinfo p {
	margin-left:1em;
}

    .tutlist .title {
        background-color: #233354;
        color: white;
        padding: 10px;
        text-align:center;
        font-weight: bold;
        font-size: 14px;
        text-decoration: none;
    }
    .tutlist a {
        text-decoration: none;
    }

.playlists
{
		margin: 10px;
		padding: 10px;
        display: block;
        text-align: center;
		text-indent: 0;
		list-style: none;
}

.playlists > li
{
		list-style: none;
        display: inline;
        border: solid 1px #9a9a99;
        border-left: none;
        text-align: center;
		background-color:rgba(0,0,0,0.25);
        color: #6b6b6b;
        font-size: 16px;
        padding: 10px;
        padding:10px 20px;
		text-indent: 0;
}
.playlists > li a {
	color: #6b6b6b;
        text-decoration: none;
}

.playlists > li:first-child
{
        border-left: solid 1px #9a9a99;
        -webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}

.playlists > li:last-child
{
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}

.playlists > li.selected
{
        background-color:rgba(255,255,255,0.5);
        color: #000;
}
.playlists > li.selected a {
	color: #000;
        text-decoration: none;
}
