@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

html, body {
  font-family: 'Open Sans', sans-serif;
  overflow:hidden;
}
button, button:hover, button:focus, a:hover, a:focus {
  text-decoration: none;
  outline: none;
}
.pos-relative {
  position: relative;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input, button {
  outline: none;
}
::selection {
	background: #fff;
	color: #dc6d77;
	text-shadow: none;
}
/*NAVBAR*/
.navbar-default {
    background-color: transparent;
    border: none;
    position: absolute;
    width: 100%;
    z-index: 99;
}
.navbar-default .navbar-nav>li>a {
    color: #969ba4;
    padding-top: 40px;
    padding-bottom: 40px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.navbar-brand {
	height: inherit;
}
.navbar-nav>li {
    float: none;
    display: inline-block;
}
.navbar-nav {
    float: none;
    margin: 0;
    width: 75%;
    text-align: center;
}

/*NAVBAR*/

#main {
	padding: 250px 0;
	position: relative;
	overflow: hidden;
}
#main h1 {
	margin: 0;
	color: #969ba4;
	font-weight: 700;
	font-size: 3em;
	margin-bottom: 20px;
	line-height: 1.5;
}
#main p {
	color: #969ba4;
	margin: 0;
	font-size: 1.1em;
	line-height: 2.5;
	letter-spacing: 0.2px;
}
#wrapper {
	width: 60%;
    height: 110%;
	pointer-events: none;
    border-radius: 0 0 0 100px;
    overflow: hidden;
    position: absolute;
    right: -25%;
    top: -20%;
    transform: rotate(20deg);
}
#box {
	width: 100%;
    height: 100%;
    background-image: url(../img/main_photo.jpg);
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 25%;
    right: 20%;
    transform: rotate(-20deg)
}
#scrolldown {
	padding-bottom: 0px;
}
#scrolldown h2 {
	margin: 0;
	color: #969ba4;
	font-weight: 700;
	font-size: 2em;
	margin-bottom: 20px;
	margin-top: 20px;
}
#scrolldown p span {
	color: #dc6c76;
    position: relative;
    top: -5px;
    left: 2px;
    margin-right: 5px;
    font-size: 12px;
}
#scrolldown p {
	margin: 0;
    color: #969ba4;
    font-size: 1.1em;
    margin-bottom: 0px;
}

#canariasstore {
	padding: 120px 0;
}
#canariasstore .storeriggt {
	height: 260px;
	padding-right: 15px
}
#canariasstore h2 {
	margin: 0;
	color: #969ba4;
	font-weight: 700;
	font-size: 2em;
	margin-bottom: 20px;
	margin-top: 20px;
}
#canariasstore p {
    margin: 0;
    color: #969ba4;
    font-size: 1.1em;
    margin-bottom: 20px;	
}
.thirell {
	position: relative;
}
#myshop {
	width: calc(100% - 30px);
    height: 330px;
    transform: skewX(-10deg);
    border-radius: 40px;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 99;
}
#innershop {
	    width: 120%;
    height: 120%;
    background-image: url(../img/grancanarias01.jpg);
    background-position: center;
    background-size: cover;
    transform: skewX(10deg);
    background-repeat: no-repeat;
    position: absolute;
left: -8%;
    top: -10%;
}
.maper {
	height: 600px;
	clip-path: ellipse(100% 90% at 80% 0%);
}
#mapshop:before {
	position: absolute;
	width: 100%;
	height: 200px;
	border-radius: 100%;
	top: -100px;
	content: '';
	left: 0px;
	background: white;
	z-index: 99;
}
#mapshop {
	position: relative;
	overflow: hidden;
}
#art {
	padding: 120px 0;
	position: relative;
}
#art:before {
	content: '';
	position: absolute;
	width: 600px;
	height: 600px;
	background: #de737c42;
	border-radius: 100px;
	transform: rotate(40deg);
	left: -20%;
	top: -10%;
}
#art h2 {
	margin: 0;
	color: #969ba4;
	font-weight: 700;
	font-size: 2em;
	margin-bottom: 20px;
	margin-top: 10px;
}
#art p {
    margin: 0;
    color: #969ba4;
    font-size: 1.1em;
    margin-bottom: 20px;	
}
#art p a, #art p a:hover {
	color: #d24451;
	text-decoration: underline;
}

.cd-slider-wrapper {
	position: relative;
	max-width: 1024px;
	overflow-x: hidden;
	box-shadow: 0px 4px 15px 2px #969ba447;
}
.cd-slider {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}

.cd-slider > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  /* hide vertical scrollbar on IE11 */
  overflow: hidden;
}
.cd-slider > li.visible {
  position: relative;
  z-index: 2;
  opacity: 1;
}
.cd-slider > li.is-animating {
  z-index: 3;
  opacity: 1;
}

.cd-slider .cd-svg-wrapper {
  /* using padding Hack to fix bug on IE - svg height not properly calculated */
  height: 0;
  padding-bottom: 57.15%;
}

.cd-slider-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -------------------------------- 

Slider navigation

-------------------------------- */
.cd-slider-navigation li {
  position: absolute;
  z-index: 3;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  height: 48px;
  width: 48px;
}
.cd-slider-navigation li a {
  display: block;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  background: url(../img/cd-icon-arrows.svg) no-repeat 0 0;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
.no-touch .cd-slider-navigation li a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.cd-slider-navigation li:last-of-type {
  left: 10px;
  right: auto;
}
.cd-slider-navigation li:last-of-type a {
  background-position: -48px 0;
}

/* -------------------------------- 

Slider dots/controls 

-------------------------------- */
.cd-slider-controls {
  position: absolute;
  bottom: 20px;
  padding-left: 0;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
  text-align: center;
  width: 90%;
}
.cd-slider-controls::after {
  clear: both;
  content: "";
  display: table;
}
.cd-slider-controls li {
  display: inline-block;
  margin-right: 10px;
}
.cd-slider-controls li:last-of-type {
  margin-right: 0;
}
.cd-slider-controls li.selected a {
  background-color: #ffffff;
}
.cd-slider-controls a {
  display: block;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.no-touch .cd-slider-controls a:hover {
  background-color: #ffffff;
}
#contacts {
	padding: 120px 0;
	position: relative;
}
#contacts input {
	color: #6a6d72;
	font-weight: 400;
	border-radius: 4px;
	border: 2px solid #969ba49e;
	font-size: 1.1em;
	box-shadow: none;
	padding: 22px 15px;
}
#contacts label span {
	color: #d24451;
}
#contacts label {
    margin: 0;
    color: #969ba4;
    font-size: 1.1em;
    margin-bottom: 10px;
    font-weight: 600;
}
#contacts h2 {
	    margin: 0;
    color: #969ba4;
    font-weight: 700;
    font-size: 2em;
    margin-bottom: 20px;
    margin-top: 0px;
}
#contacts p {
	margin: 0;
    color: #969ba4;
    font-size: 1.1em;
    margin-bottom: 20px;
}
#contacts textarea {
color: #6a6d72;
    border-radius: 4px;
    border: 2px solid #969ba49e;
    font-size: 1.1em;
    box-shadow: none;
    padding: 22px 15px;
    height: 150px;
    font-weight: 400;
    resize: none;
}
#contacts button {
    background: #d24451;
    color: white;
    padding: 12px 40px;
    border-radius: 4px;
    border: none;
    font-size: 1.1em;
}
footer p.title {
	    margin: 0;
    color: #969ba4;
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: 10px;
    margin-top: 0px;
}
footer p.address {
	margin: 0;
	color: #969ba4;
	font-size: 1.1em;
	margin-bottom: 20px;
}
footer p.address a {
	color: #d24451;
}
.loader {
    position: fixed;
    width: 100%;
    height: 100%;
	    background: #d24451;
    z-index: 9999;
}
.loader svg {
	left: calc(50% - 50px);
	fill: white;
	position: absolute;
    top: calc(50% - 50px);	
}
.confirm {
	display: block;
    color: #d34450;
    padding: 15px 0;
}
@media (max-width: 768px) {
	.navbar-brand img {
		width: 200px
	}
	.navbar-default .navbar-toggle {
		border: none;
		border-radius: 0;
		margin-top: 26px;
	}
	#main {
		padding: 150px 0 80px 0;
	}
	#wrapper {
	       width: 80%;
    height: 80%;
    pointer-events: none;
    border-radius: 0 0 0 100px;
    overflow: hidden;
    position: absolute;
    right: -30%;
    top: -18%;
    transform: rotate(20deg);
    opacity: 0.3;
	}
	#main h1 {
		font-size: 1.3em;
	}
	#main p {
	    color: #969ba4;
	    margin: 0;
	    font-size: 1.1em;
	    line-height: 2;
	    letter-spacing: 0.1px;
	}
	.navbar-nav {
	    float: none;
	    margin: 0;
	    width: 100%;
	    text-align: center;
	    background: white;
	}
	.navbar-default .navbar-collapse {
		border-color: #ffffff;
	    padding: 0;
	}
	.navbar-nav>li {
	    display: block;
	}
	.navbar-default .navbar-nav>li>a {
	    padding-top: 25px;
	    padding-bottom: 25px;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: #fff;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: #ffffff;
		padding: 0;
		border: none;
		margin-top: -32px;
		position: absolute;
		width: 100%;
	}
	#scrolldown h2 {
		font-size: 1.5em;
	}
	#scrolldown p {
		letter-spacing: 0.1px;
	}
	#myshop {
	    width: inherit;
    height: 200px;
    transform: skewX(0deg);
    border-radius: inherit;
    overflow: inherit;
    text-align: center;
    position: relative;
    z-index: 99;
	}
	#innershop {
    	transform: inherit;
	}
	#mapshop:before {
		position: absolute;
    width: 200%;
    height: 120px;
    border-radius: 100%;
    top: -60px;
    content: '';
    left: -50%;
    background: white;
    z-index: 99;
	}
	#art:before {
		left: -130%;
	}
	#contacts {
		padding: 0px 0 120px 0;
	}
	#contacts .col-md-offset-2 {
		padding: 0;
	}
	.maper {
	    height: 600px;
	    clip-path: ellipse(110% 90% at 60% 0%);
	}
	#innershop {
		width: 100%;
		height: 100%;
		background-image: url(../img/grancanarias01.jpg);
		background-position: center;
		background-size: cover;
		transform: skewX(0deg);
		background-repeat: no-repeat;
		position: absolute;
		left: 0;
		top: 0%;
	}
	#contacts button {
		width: 100%;
	}
}