body {
	background-color: #000;
	font-family: 'Montserrat', sans-serif;
	background-image: url(../images/intro-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

html,
body {
	height: 100%;
}

#informations.padigia {
	width: 435px;
	margin-left: -182px;
}

/***********************/
/* padigia kicks style */
/***********************/

#padigia {
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -146px;
	width: 376px;
	height: 292px;
	z-index: 10002;
	opacity: 1;
	text-align: right;
	transition: .6s all;
}

#padigia.padigia-off {
	right: -376px;
}


/***********************/
/* old ipad case style */
/***********************/

#ipad-home {
	position: fixed;
	right: -110px;
	top: 70px;
	width: 164px;
	height: 117px;
	z-index: 10002;
	opacity: 0.6;
	filter: alpha(opacity=60);
	cursor: pointer;
}

#ipad-home .linguetta {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#ipad-home .tasca {
	position: absolute;
	top: 3px;
	left: 60px;
	z-index: 3
}

#ipad-home .thumb {
	position: absolute;
	top: 30px;
	left: 165px;
	/*75*/
	z-index: 2;
}


/*---------------*/
/***** Hover Effect *****/
/*---------------*/

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	max-height: 329px;
	width: 100%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
	transition: .2s all;
	box-shadow:-2px 2px 0px #2db7ff;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption>a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure a {
	letter-spacing: 1px;
	font-size: 68.5%;
}



/*---------------*/
/***** Hover Effect *****/
/*---------------*/

figure.effect-hover {
	background: #000;
}

figure.effect-hover img {
	max-width: none;
	height: 400px;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-hover figcaption {
	text-align: left;
}

figure.effect-hover h2 {
	position: relative;
	padding: 0.5em 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	letter-spacing: 2px;
	font-size: 26px;
}

figure.effect-hover a {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 0.4em 1em;
	background: rgba(255, 255, 255, 0.9);
	color: #2f3238;
	text-transform: none;
	font-weight: 500;
	font-size: 75%;
	-webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
	transition: opacity 0.7s, transform 0.7s;
	-webkit-transform: translate3d(-390px, 0, 0);
	transform: translate3d(-390px, 0, 0);
	text-decoration: none;
}

figure.effect-hover a:hover {
	background: #067dbb;
	color: #FFF;
}
figure.effect-hover div
{
	position: absolute;
	top:120px;
}

figure.effect-hover .text-hover {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-transform: none;
	font-weight:300;
	margin-bottom: 20px;
	line-height: 23px;
	float: left;
	width: 100%;
	-webkit-transition: opacity 0.7s,
		-webkit-transform 0.7s;
	transition: opacity 0.7s, transform 0.7s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);

	text-decoration: none;

}

figure.effect-hover:hover
{
	box-shadow:-7px 7px 0px #2db7ff;
}
figure.effect-hover a:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-hover a:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-hover a:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-hover:hover a:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.effect-hover:hover a:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-hover:hover .text-hover {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
	transition: opacity 0.7s, transform 0.7s;

	-webkit-transform: translate3d(-360px, 0, 0);
	transform: translate3d(-360px, 0, 0);
}

figure.effect-hover:hover a:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-hover:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}

figure.effect-hover:hover a {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


#intro {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: #000 url(../img/intro-bg.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 9999;
}

#intro-container {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-position: 50% 42%;
	background-attachment: fixed;
	z-index: 4;
	-webkit-animation: fadein 2s;
	/* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 2s;
	/* Firefox < 16 */
	-ms-animation: fadein 2s;
	/* Internet Explorer */
	-o-animation: fadein 2s;
	/* Opera < 12.1 */
	animation: fadein 2s;
}

@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

#main-landing
{
	position: absolute;
	width:100%;
	z-index: 0;
}

.section-heading1 {
	font-size: 20px;
	color: #FFF;
	font-weight: 400;
	line-height: 30px;
	padding-left:30px;
	padding-right:30px;
}
.section-heading2 {
	font-size: 20px;
	color: #007cbe;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 30px;
}
.section-heading1 span
{
	font-weight:400;
	color:#007cbe;
}

.section-box {
	height: 100%;
	width: 100%;
	position: absolute;
}

.section1_v1 {
	position: absolute;
	right: 100px;
	top: 150px;
}

.section1_v1 img {
	width: 800px;
}

.section1_t1 {
	width: 400px;
	position: absolute;
	top: 280px;
	left: 200px;
}
.no-padding
{
	padding-left:0px;
	padding-right:0px;
}
.bg-section
{
	background-size:cover;
	background-repeat: no-repeat;
}
.bluebtn
{
	display:inline-block;
	padding:5px;
	padding-left:30px;
	padding-right:30px;
	text-align:center;
	border-radius:90px;
	color:#FFF;
	font-size:14px;
	font-weight:500;
	text-transform: uppercase;
	border:none;
	text-decoration: none;
	background-color:#0079bf;
}
.bluebtn:hover
{
	text-decoration: none;
	background-color:#FFF;
	color:#0079bf;
}
.topnav
{
	background-color:#000;
	background: url(../images/header-line-bg.png) 0px 55px;
    background-position: center;
    background-repeat: no-repeat;
}
.mouse {
    position: absolute;
    left: 0px;
    right: 0px;
	bottom:50px;
	z-index:9999;
    background-image: url(../images/download.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
    -webkit-animation: mover 1s infinite alternate;
	animation: mover 1s infinite alternate;
	width:100%;
	height:30px;
}
.intro-pic
{
	padding-top:90px;
}
#section1-phones {
	position: relative;
}

#section1-phones>img {
	position: absolute;
	left: 0;
	top: 0;
	right:0;
	display: none;
}

#section1-phones>img:first-child {
	display: block;
}
@-webkit-keyframes mover {
	0% { transform: translateY(0); }
	100% { transform: translateY(-5px); }
  }
  @keyframes mover {
	0% { transform: translateY(0); }
	100% { transform: translateY(-5px); }
  }

  .section1, .section2
  {
	  width:100%;
	  display:inline-block;
	  padding-top:40px;
	  padding-bottom:40px;
  }
  section h1
  {
	  text-align:left;
	  color:#FFF;
	  font-size:30px;
	  font-weight:600;
	  text-transform: uppercase;
	  margin:0;
	  padding:0;
	  margin-bottom:15px;
  }
  section h2
  {
	  text-align:left;
	  color:#FFF;
	  font-size:16px;
	  font-weight:300;
	  margin:0;
	  padding:0;
	  margin-bottom:40px;
	  line-height: 30px;
  }
  .card-title
  {
	  color:#000;
	  font-size:16px;
  }
  .card 
  {
	transition: .6s all;
  }
  .card:hover
  {
	  background-color:#2db7ff;
	  text-decoration: none;
  }
  .card:hover .card-title
  {
	  color:#FFF;
	  text-decoration:none;
  }
  hr.style1{
	border-top: 1px solid #2f2f2f;
	margin-top:40px;
	margin-bottom:40px;
}
#menu ul li
{
	position:relative;
}
#menu ul li .checked
{
	position:absolute;
	right:10px;
	top:5px;
}
#menu ul li .checked img
{
	width:20px;
}
.accordion h4
{
	font-size:17px;
	color:#FFF;
	background-color:#007cbe;
	padding:5px;
	border-radius:90px;
	position: relative;
	margin-bottom:15px;
}
.accordion h4:after {
	top: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 124, 190, 0);
	border-top-color: #007cbe;
	border-width: 9px;
	margin-left: -9px;
}
.accordion .card
{
	margin-bottom: 4px !important;
}
.home-module-box
{
	display:inline-block;
	width:100%;
	padding:30px;
	border-radius:4px;
	background-color:rgba(255, 255, 255, 0.1);
	margin-bottom:30px;
}
.home-module-box h1
{
	margin:0;
	padding:0;
	color:#FFF;
	font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}
.home-module-box p
{
	font-size:14px;
	margin:0;
	color:#FFF;
	margin-bottom:20px;
}
.module-img
{
	width:100%;
	border-radius:4px;
	box-shadow:-4px 4px 0px #2db7ff;
}


/* added by irfan for star rating  */
.txt-center {
  text-align: center;
}
.hide {
  display: none;
}

.clear {
  float: none;
  clear: both;
}

.rating {
    width: 190px;
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: center;
    position: relative;
}

.rating > label {
	font-size: 30px;
    float: right;
    display: inline;
    padding: 0;
    margin: 0;
    position: relative;
    width: 1.1em;
    cursor: pointer;
    color: #000;
}

.rating > label:hover,
.rating > label:hover ~ label,
.rating > input.radio-btn:checked ~ label {
    color: transparent;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating > input.radio-btn:checked ~ label:before,
.rating > input.radio-btn:checked ~ label:before {
    content: "\2605";
    position: absolute;
    left: 0;
    color: #FFD700;
}


.main-preloader {
      position: fixed;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 999999999;
      background-color: #000;
      text-align: center;
    }
    .main-preloader .main-preloader-inner {
      position: absolute;
      top: 50%;
      width: 100%;
    }
    .main-preloader .preloader-percentage {
      color: #ffffff;
      margin: 0;
    }
    .main-preloader .preloader-percentage span {
      display: inline-block;
      float: center;
      font-size: 50px;
    }
    .blog-header {            
        background-size: cover;
        text-align: center;
        margin-bottom: 50px;
    }
    .blog-overlay {
        background: rgba(0, 0, 0, 0.42);
        color: #fff;
    }
/* added by irfan for star rating  */