/* FIX */

body {
    text-align: center;
}

.img-center {
	margin: 0 auto;
}

header.slide-c {
	background: none !important!;
}


section {
	text-align: center !important;
}

section .responsive-accordion {
    text-align: left !important;
}

section .intro p {
	max-width: 100%;
}

#paper-fell .intro,
#network .intro {
    margin-bottom: 0;
}

#paper-fell {
    padding-bottom: 0;
}

#network {
    padding-top: 0px;
}


/* SLIDE */

.header-slide-wrap {
	position: absolute;
	z-index: 999;
	width: 100%;
}

header .logo {
	margin-top: 100px;
	float:left;
}

.paragraph p {
	max-width: 500px !important;
	width: 500px !important;
}

.paragraph p {
	max-width: 500px !important;
	width: 500px !important;
}
.tp-banner-container:hover p {
	color: #5A646E !important;
}

.tp-banner-container p {
	max-width: 500px !important;
	width: 500px !important;
}

.tp-banner-container .btn {
	color: #fff !important;
}

.title-slide p {
	margin-bottom: 30px;
    color: #fff !important;
}

.tp-banner-container:hover p {
    color: #fff !important;
}

.paragraph-slide {
	text-align: left;
}

.title-slide {
	position: absolute !important;
	left: 0 !important;
	right: 580px !important;
	text-align: left !important;
	margin: auto !important;
	max-width: 550px !important;
	width: 550px !important;
	max-height: auto;
}

.title-slide .btn:hover {
	color: #fff;
}


@media only screen and (max-width : 1200px) {

	header .title-slide {
		position: absolute;
		left: 0 !important;
		right: 530px !important;
		margin: auto !important;
		max-width: 400px !important;
	}

}

@media only screen and (max-width : 991px) {

	header .title-slide {
		text-align: center !important;
		left: 0 !important;
		right: 0 !important;
		margin: 0 auto;
		max-width: 400px !important;
		width: auto !important;
	}

	header .logo {
		margin-top: 100px auto;
		float: none;
	}


	.tp-banner-container p {
		line-height: 25px !important;
		width: 90% !important;
		margin: 0 auto 30px;
		left: 0 !important;
		right: 0 !important;
	}

}

@media only screen and (max-height : 700px) {

	header,
	.tp-banner-container,
	.tp-banner {
		height: 700px !important;
	}

	.title-slide {
		padding-top: 60px !important;
	}

}

@media only screen and (max-width : 560px) {

	header .logo {
		width: 100%;
	}
}



/* FORM */

.form-martin {
	margin-bottom: 40px;
}

#contact-martin h2 {
	margin-bottom: 30px;
}

#contact-martin {
	text-align: left;
}

.SelectStyle {
	position: relative;
}
 
select {
	width: 100%;
	background: #F3F3F3;
	color: #585757;
	padding: 5px;
	font-size: 13px;
	line-height: 100%;
	border: 1px solid #C1C1C1;
	border-radius: 0;
	height: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
}
 
option {
	padding: 10px;
}

.SelectStyle:after {
	width: 50px;
	height: 100%;
	display: block;
	content: '';
	position: absolute;
	top: 0;right: 0;
	pointer-events: none;
	border-left: 1px solid #E5E9EB;
	background-image: url('../images/img/bullet--arrow--down.gif');
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

#contact-martin form {
	padding-left: 8%;
}

#contact-martin select {
	color: #76808a !important;
	font-weight: 300;
	text-align: left;
	padding-left: 30px !important;
	margin: 0 auto;

	font-size: 17px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;

	border: 1px solid #E5E9EB !important;
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	height: 50px;
}

#contact-martin input,
#contact-martin textarea {
	background: none !important;
	box-shadow: none;
	-webkit-box-shadow: none;
	font-size: 17px;
	color: #76808a !important;
	font-weight: 300;
	text-align: left;
	padding-left: 30px !important;
	margin: 0 auto;
	border: 1px solid #E5E9EB;
	display: block;
	box-shadow: none;
	color: #5A646E !important;
	-webkit-transition: all 0.3s;
			transition: all 0.3s;
}

#contact-martin input.border-error,
#contact-martin textarea.border-error {
	border: 1px solid #BD2B41 !important;
}


#contact-martin input{
	height: 50px;
}

#contact-martin textarea {
	height: 165px;
	padding-top: 20px;
	padding-bottom: 20px;
	max-width: 100%
}

.contact-box {
	margin-top: 25px;
	float: left;
	height: 54px;
}

#contact-martin p.success {
	line-height: 24px;
	display: none;
}

#contact-martin input::-webkit-input-placeholder,
#contact-martin textarea::-webkit-input-placeholder {
	color: #5A646E !important;
}

#contact-martin input:-moz-placeholder {
	color: #5A646E !important;
}

#contact-martin input::-moz-placeholder {
	color: #5A646E !important;
}

#contact-martin input:-ms-input-placeholder {
	color: #5A646E !important;
}

#contact-martin input:focus {
	outline-style: none;
	color: #5A646E !important;
}

#contact-martin input:focus::-webkit-input-placeholder {
	color: #5A646E !important;
}

#contact-martin input:focus:-moz-placeholder {
	color: #5A646E !important;
}

#contact-martin input:focus::-moz-placeholder {
	color: #5A646E !important;
}

#contact-martin input:focus:-ms-input-placeholder {
	color: #5A646E !important;
}


@media only screen and (max-width : 920px) {

	#contact-martin p.success {
		text-align: center !important;
	}

	.form-martin {
		margin-bottom: 70px;
	}

	#contact-martin h2 {
		text-align: center !important;
	}

	#contact-martin form {
		padding: 8%;
	}

	.contact-box button,
	.contact-box button p {
		margin: 0 auto !important;
	}

	.contact-box {
		width: 100% !important;
		margin-top: 25px;
	}

	.contact-box #submit,
	.contact-box .btn {
		text-align: center;
		width: auto !important;
		margin: 0 auto !important;
		display: block;
	}

	.responsive-accordion,
	#contact-martin form {
		padding: 8% !important;
	}


}


/* NEW BUTTONS FOR DOWNLOAD  */


.app-button {
	margin: 0 auto;
	display: inline-block;
}


.app-button img {
	background-color: #B3B3B3;
	display: block;
	border-radius: 5px;
	padding: 5px 15px;
	-webkit-transition: all 0.3s;
			transition: all 0.3s;
}

.store-right img {
	margin-left: 20px;
}

.store-left img {
	margin-right: 20px;
}

.app-button img:hover {
	background-color: #010000;
}

#new-download {
	padding: 150px 0;
}


@media only screen and (max-width : 560px) {

	.store-left img {
		margin: 5%;
		margin-top: 0;
	}

	.store-right img {
		margin: 5%;
		margin-top: 0;
	}

}


/* PRE-ORDER BUTTON */

.responsive-nav .pre-order-btn {
    padding: 8px 20px !important;
    top: 0 !important;
    font-size: 14px;
    font-weight: 600 !important;
}

.responsive-nav .pre-order-btn-li {
    margin: 8px 0 0 15px !important;
    top: 0 !important;
}

.overlay .pre-order-btn {
    margin-top: 5%;
}

.responsive-button li a {
    color: #fff;
}

.pre-order-btn-li .pre-order-btn:hover,
.pre-order-btn-li.active .pre-order-btn {
    color: #fff !important;
}


/*BTN NEWSLETTER */

.btn-neesletter {
    padding: 7px 20px !important;
    top: 0 !important;
    font-size: 14px;
    font-weight: 600 !important;
}


/* NEW SCREENSHOTS SECTION */

#new-screenshots {
	padding: 0 !important;
}

#new-screenshots .item img {
	border-radius: 0px;
}

#new-screenshots .shot img {
	border-radius: 0px;
}


/* NEW SCREENSHOTS SECTION */

#new-screenshots-two {
	padding: 0 !important;
}

#new-screenshots-two .item img {
	border-radius: 0px;
}

#new-screenshots-two .shot img {
	border-radius: 0px;
}


/* NEW SCREENSHOTS SECTION */

#design-screenshots {
	padding: 0 !important;
}

#design-screenshots .item img {
	border-radius: 0px;
}

#design-screenshots .shot img {
	border-radius: 0px;
}



/* NEW SCREENSHOTS SECTION */

#features-screenshots {
	padding: 0 !important;
}

#features-screenshots .item img {
	border-radius: 0px;
}

#features-screenshots .shot img {
	border-radius: 0px;
}





/* SHARP CORNER */

.btn-theme {
	-webkit-border-radius: 0px;
	border-radius: 0px;
}


/* NEW PARALLAX SECTION */

#new-parallax-section {
    background: url(../images/backgrounds/ns_shiro_paralax4.jpg) no-repeat center top fixed;
	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
		-ms-background-size: cover !important;
		 -o-background-size: cover !important;
			background-size: cover !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/backgrounds/ns_shiro_paralax4.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/backgrounds/ns_shiro_paralax4.jpg', sizingMethod='scale')";
	position: relative;
    height: 550px;
}


/* SPECS TABLE */

.table-spec {
    margin-top: 40px;
    display: block;
    overflow: hidden;
    border-radius: 0px;
    border: 1px solid #F1F4F5;
    text-align: left;
}

.table-spec ul {
    padding: 0 !important;
    height: 100%;
    border-right: 1px solid #F1F4F5;
}

.table-spec ul:last-child {
    border: none;
}

@media only screen and (min-width : 1100px) {

    .table-spec ul li:last-child {
        border: none;
    }

}

.table-spec ul li {
    border-bottom: 1px solid #F1F4F5;
    padding: 20px 30px 20px 30px;
    width: 100%;
    font-size: 14px;
    color: #010000;
}

@media only screen and (max-width : 1100px) {

    .table-spec {
        text-align: center !important;
    }

}

/* Responsive product img */

#product img {
    margin: 0 auto !important;
}

/* END */