/*--
	section-frontPage start 
--*/
#section-frontPage {
    min-height: 90%; 
    background-image: url("../img/header.png");
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding: 0;
    padding-top: 180px;
    padding-bottom: 100px;
    position: relative;
}
#section-frontPage:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    /* background: linear-gradient(to left, #8b86a3, #322e40);*/
    background: linear-gradient(to left, #0067cc, black); 
    opacity: 0.3;
} 
#section-frontPage .block {
    padding-left: 10px;
    padding-right: 10px;
}

#section-frontPage .block h2 {
    color: white;
    font-weight: 500;
    font-size: 38px;
    line-height: 60px;
    padding-bottom: 20px;
    display: inline-block;
}
#section-frontPage .block h1 {
    color: white;
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    padding-bottom: 50px;
    margin-left: 10px;
    display: inline-block;
}
.whiteBorder {
    padding-top: 4%;
    padding-bottom: 2%;
    padding-left: 8%;
    padding-right: 8%;
    border: 6px solid white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#circle {
    width: 250px; 
    height: 250px; 
    background: transparent;  
    border: 4px solid white;
    text-align: center; 
    margin-bottom: 50px;
    border-radius: 100%;
}
#circle p {
    position: absolute;
    left: 65px;
    top: 65px;
    line-height: 60px;
    color: #fff;
    font-size: 25px;
    font-style: oblique;
    z-index: 5;
    font-family: 'Open-Sans', sans-serif;
}
#ribbon-wrapper-home {
    display: none;
    width: 280px;
    height: 280px;
}
#ribbon-wrapper-home .ribbon {
    left: -30px;
    top: 100px;
    width: 380px;
}
/*--
	section-whyOriginals start 
--*/
#section-whyOriginals-bottomP {
    margin-top: 60px;
    margin-bottom: 10px;
}
/*--
	section-offer start 
--*/
#offer-section {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #dedede;
}
#gif {
    max-width: 350px;
   margin-top: 20px;
}
/*--
	section-whyOurOffer start 
--*/
#grid-section-whyOurOffer {
    
}
/*--
	section-store start 
--*/
#section-store {
   text-align: center;
}
#section-store p {
  padding-top: 10px;
  margin: 0;
}
.paymentIcon {
}
#img-buy {
    width: 80%;
    margin-right: 10%;
    padding-top: 0;
}
#howToBuy-section, #howToCreateSong-section {
    padding-top: 0;
}
#howToCreateSong-section .section-title p {
    padding-top: 0;
}
#howToCreateSong-section ol {
    margin-top: 5px;
}
#howToCreateSong-section .hasBorder {
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
#howToCreateSong-section .hasBorder:last-of-type {
    margin-bottom: 50px;
}
#howToCreateSong-section .hasBorder h3 {
    margin-top: 10px;
    margin-bottom: 0px;
}
/*--
	section-faq start 
--*/
.faqBox {
    cursor: pointer;
    background-color: red;
}
#faq-section .panel-heading {
    cursor: pointer;
}
#faq-section .panel-heading .panel-title{
    font-size: 14px;
    cursor: pointer;
}
#faq-section .section-title {
    text-align: center;
    margin-bottom: 40px;
}
.faq-category {
    margin-top: 20px;
}
/*--
	section-licenses start 
--*/
#licenses-section .section-title {
    margin-bottom: 40px;
    text-align: center;
}
#licenses-section .section-title {
    text-align: center;
}
#licenses-section .section-title p {
    padding-top: 20px;
}
/*--
	section-references Start 
--*/
.video{
    margin-bottom: 20px;
}
/*--
	section-contact start 
--*/
.address-block li {
  margin-bottom: 20px;
}
.address-block li i {
  margin-right: 15px;
  font-size: 20px;
  width: 20px;
}
.social-icons {
  margin-bottom: 40px;
}
.social-icons li {
  display: inline-block;
  margin: 0 6px;
}
.social-icons a {
  display: inline-block;
}
.social-icons i {
  cursor: pointer;
  color: #2C2C2C;
  margin-right: 25px;
  font-size: 25px;
}
#div-mailLinks {
    display: inline-block;
}
#link-outlook, #link-macMail {
    font-size: 12px;
    margin-left: 20px;
    display: block;
}
/*--
	about start 
--*/
#section-about-team {
    padding-bottom: 0;
    padding-top: 80px;
}
/*--
	arrow box
--*/
.arrow-box {
    position: relative;
    background: #ddd;
    padding: 22px;
    color: #666;
    font-size: 14px;
    margin: 30px 0;
}
.arrow-box:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(221, 221, 221, 0);
	border-bottom-color: #ddd;
	border-width: 20px;
	margin-left: -20px;
}
/*--
	section-purchase start
--*/
#section-purchase {
    text-align: center;
}
#section-purchase h2 {
    margin-bottom: 50px;
}
#section-purchase ul {
    margin-top: 30px;
}
#section-purchase b {
    font-weight: normal;
    color: #428bca;
}

