/* FONT USAGE */


@import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Marmelad);
@import url(https://fonts.googleapis.com/css?family=Smythe);


/* GLOBAL */

body {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    /* background: url(images/pat/extra_clean_paper.png) 0 0; */
    background-color: #f2f4ef;
}

body#create-flipbook  {
	background: #f6f6f6 url(images/pat/body-bg.png) repeat-x 0 0;
}

h3 {
	/*font-family: 'Shadows Into Light Two', cursive;*/
	font-family: "Lato", sans-serif;
}

.shadow {
	background: url(images/shadow-bg.png) repeat-x 0 top;
}

/* LAYOUTS */

.mgn-header {
	position: relative;
}

.mgn-header.landing {	
	/*background:#93d4ad url(images/slider-bg.jpg) repeat-x 0 bottom;*/
	background: #93d4ad;
	position: relative;
}

.mgn-header.landing img.mgn-slide {
	margin-top: 0px;
}

.mgn-header.landing .mgn-masthead {
	min-height: 720px;
	top:10px;
}

.mgn-masthead {
	position: absolute;
	width: 560px;
	left:50%;
	margin-left: -280px;
}

.create-book .mgn-masthead {
	position: relative;
	left:50%;
	margin-left: -280px;
	top: 10px;
	margin-bottom: 15px;
}

.mgn-tagline {
	position: absolute;
	text-align: center;
	margin-top: 155px;
}

.mgn-tagline2 {
	position: absolute;
	text-align: center;
	bottom: 15px;
}

.mgn-tagline p {
	color: #018ecf;
	font-size: 20px;
}

 .mgn-tagline2 p {
	color: #124562;
	font-size: 20px;
}

.mgn-content {
	padding-top: 10px;
	padding-bottom:50px;
}

.mgn-footer {
	background: #e0e0e0 url(images/) no-repeat center -4px;
	padding: 25px 0 5px;
}

/* NAVIGATION */

.top-menu {
	width: 220px;
	margin: 0 auto;
}

.top-menu .btn-info {
	background: #e75280;
	border: 0;
	border-radius: 10px;
}

.top-menu ul {
	font-size: 20px;
	font-family: "Lato",'Shadows Into Light Two', cursive;
	font-weight: normal;
}

.top-menu ul li {
	margin: 0 10px;
}

.top-menu ul li a {
	color: #165266;
	text-decoration: none;
}

.top-menu ul li a:hover {	
	text-decoration: none;
	color: #296e42;
}


/* HEADING TYPES */

.common-title {
	font-size: 20px;
	font-weight: normal;
	color: #4e6b77;
	margin-bottom: 20px;
}

.title-sm {
	font-size: 20px;
	font-weight: normal;
	color: #057dc3;
	margin-bottom: 10px;	
	margin-top: 0;
}

.title-md {
	background: url(images/border-bg.png) repeat-x 0 bottom;
	padding-bottom: 10px;
	color: #284c7b;
	font-weight: bold;
}

.title-md span {
	font-size: 13px;
	font-weight: normal;
}

h1.logo {
	margin: 0 0 15px;
}

h1.logo a {
	display: inline-block;
	width: 430px;
	height: 92px;
	text-indent: -9999px;
	background: url(images/mgn-logo.png) no-repeat 0 0;
}

.social-links {
	padding-left: 15px;
	padding-top: 10px;
}

.social-links a {
	display: inline-block;
	margin-right: 10px;
}

.top-menu ul li.social-icons {
	margin-right: 0;
	padding-right: 0;
	float: right;
}

/* BUTTONS */

.btn-magic {
	background-color: #2aac58;
	padding: 5px 0;
	border-radius: 15px;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 15px;
}

.mgn-flipbook .btn-success, .mgn-flipbook .btn-danger {
	padding: 2px 8px;
	margin: 2px;
	border-radius: 12px;
}

.mgn-flipbook .btn-danger {
	margin: 0 0 0 20px;
}

.mgn-flipbook .btn-warning {
	margin: 10px 0;
}

.mgn-flipbook .btn-shake {
	background: #2e5890;
	border: 0;
	padding: 6px 12px;
}

.mgn-flipbook .btn-shake:hover {
	background: #3568aa; 
} 

/* CREATE FORM */

.form-control::placeholder,
input::placeholder {
    color: #b1b1b1;
    opacity: 0.9;
}

.mgn-form-container {
	border: 1px solid #dddddd; 
	padding:10px; 
	background:#fff; 
	overflow:hidden; 
	border-radius:5px;
}

.mgn-create-form .input-md {
	margin-bottom: 15px;
	color: #61978c;
}

.mgn-create-form .mgn-description {
	color: #61978c;
	font-size: 14px;
	margin-left: 4px;
}

.mgn-create-form .btn-group .btn {
	padding: 4px 9px;
	font-size: 16px;
}

a.choose-child:hover, a.choose-child:focus {
 	background: #bdc5ce;
 	display: block;
 }
 
 a.radio-fx span, a.radio-fx {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    position: absolute;
    display: none;
}

.pic-radio .img-responsive {
	margin: 0 auto;
}

.pic-radio input {
	display: none;
}

#skin_3 .radio, #skin_3 .radio-checked, #skin_3 a.radio-fx {
    width: 24px;
    height: 24px;
}
#skin_3 .radio {
    background: url(http://cdn2.iconfinder.com/data/icons/icojoy/noshadow/standart/png/24x24/001_05.png) no-repeat;
}
#skin_3 .radio-checked {
    background: url(http://cdn1.iconfinder.com/data/icons/icojoy/noshadow/standart/gif/24x24/001_06.gif) no-repeat;
}

/* FLIPBOOK */

.mgn-flipbook {
	padding: 0;
	border-radius: 15px;
}

.flipbook-stage {
/* 	-webkit-box-shadow: inset 0px 0px 5px 15px rgba(0,0,0,0.54);
-moz-box-shadow: inset 0px 0px 5px 15px rgba(0,0,0,0.54);
box-shadow: inset 0px 0px 5px 15px rgba(0,0,0,0.54);*/
	/* background: url(images/pat/animals.png) repeat 0 0; */
	border-radius: 15px 15px 0 0;
	overflow: hidden;
}

.mgn-flipbook h2 {
	margin: 0;
	color: #000;
}

.mgn-flipbook h4 {
	font-weight: 300;
}

.mgn-flipbook .panel-heading {
	background-color: #fff;
}

.flipbook-price {
	font-size: 28px;
	font-weight: bold;
	color: #dc143c;
	margin-bottom: 2px;
	margin-top: 5px;
}

.flipbook-price .glyphicon {
	top: 2px;
}

.flipbook-viewport {
	padding: 2px;
	position: relative;
}

/* CART */

.mgn-cart-table {
	margin-bottom: 0;
}

.mgn-cart-table > tbody > tr > td {
	border-top: 0;
	padding: 15px;
	font-size: 16px;
}

/* FOOTER */

.mgn-footer .footer-item {
	padding-bottom: 10px;
	font-size: 12px;
}




/************* RESPONSIVE QUERIES ******************/

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), 
only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.5), 
only screen and (max-width: 767px) and (min-device-pixel-ratio: 1.5) {
	h1.logo a {
	background: url(images/mgn-logo-sm@2x.png) no-repeat 0 0;
}
}

@media (min-width: 768px) and (max-width: 991px) {
	.title-sm {
	margin: 15px 0 10px 0;
}
}

@media (max-width: 767px) {
	
h1.logo a {
	display: inline-block;
	width: 300px;
	height: 64px;
	text-indent: -9999px;
	background: url(images/mgn-logo-sm.png) no-repeat 0 0;
}

.mgn-header.landing .mgn-masthead {
	min-height: 120px;
}

.mgn-masthead, .create-book .mgn-masthead {
	position: relative;
	width: 90%;
	left:0; 
	margin: 0 5%;
}

.title-sm {
	margin: 15px 0 10px 0;
}

.top-menu {
	width: 100%;
}

.mgn-tagline {
	position: relative;
	text-align: center;
	margin-top: 10px;
}

.mgn-tagline2 {
	position: relative;
	text-align: center;
	bottom: -10px;
}

.mgn-header.landing img.mgn-slide {
	margin-top: 20px;
}

.img-responsive {
	margin: 0 auto;
}



}
