@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);
@import url(http://fonts.googleapis.com/css?family=Volkhov:400italic);
/* var text-decoration */
/*--
	base
--*/
html {
  height: 100%;
}
body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
    font-size: 16px;
    -webkit-user-select: none;
  -khtml-user-drag: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
    overflow-x: hidden;
    overflow-y: scroll !important;
}
h1, h2, h3, h4, h5, h6, p, i, li{
    cursor: default;
    color: #333;
}
h1, h2, h3, h4, h5,h6 {
    font-family: 'Roboto', sans-serif;
}
h2 {
    font-size: 24px;
    font-weight: 600;
}
h3 {
    font-size: 22px;
    font-weight: 300;
}
h4 {
    font-size: 16px;
    font-weight: 500;
}
p {
    font-size: 14px;
    line-height: 28px;
    color: #777;
} 
li {
    color: #777;
    font-size: 14px;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
a, a:active, a:focus, a:active {
    text-decoration: none !important;
}
b {
    color: #4A4656;
}
/*--
	sectionWholePage
--*/
.sectionWholePage {
   padding-right: 20px;
   padding-left: 20px;
   height: auto;
   min-height: 100%;
}
/*--
	section-title
--*/
.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  text-transform: uppercase;
}
.section-title p {
  font-style: italic;
}
/*--
	header
--*/
header {
  background: #fff;
  padding: 20px 0;
}
header .navbar {
  margin-bottom: 0px;
  border: 0px;
}
header .navbar-brand > img {
  width: 210px;
  margin-top: -10px;
}

header .navbar-default {
  background: none;
  border: 0px;
}
header .navbar-default .navbar-nav {
  padding-top: 10px;
}
header .navbar-default .navbar-nav li a {
  color: #333333;
  padding: 10px 26px;
  font-weight: 600;
  font-size: 16px;  
}
header .navbar-default .navbar-nav li a:hover {
  color: #0081ff;
}
#nav-store {
    margin-left: 20px;
    color: #0081ff;
    border: 3px solid #0081ff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#nav-store:hover {
    color: #fff;
    background-color: #0081ff;
}
/*--
	global-header start 
--*/
.global-header {
  background: url("../img/call-to-action-bg.jpg") no-repeat;
  background-size: cover;
  padding: 60px 20px;
  padding-top: 70px;
  position: relative;
  background-attachment: fixed;
}
.global-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #0081ff, black);
  opacity: 0.75;
}
.global-header .block {
    padding-right: 20px;
    padding-left: 20px;
  color: #E3E3E4;
  margin: 0 auto;
  text-align: center;
}
.global-header .block h1 {
    color: #fff;
  font-weight: 600;
  font-size: 32px;
  padding-bottom: 10px;
  margin-top: 0;
  text-transform: capitalize;
} 
.global-header .block p {
    color: #fff;
  font-size: 15px;
  font-weight: 400;
  word-spacing: 3px;
}
/*--
	section-basic Start 
--*/
.section-basic {
   padding: 60px 20px;
}
/*--
	section-textAndPicture Start 
--*/
.section-textAndPicture .block h2 {
  padding-top: 25px;
  line-height: 27px;
  margin: 0;
}
.section-textAndPicture .block p {
  padding-top: 20px;
}
.section-textAndPicture .block ol{
  padding-top: 20px;
}
.section-textAndPicture .block ol li{
  padding-top: 10px;
}
.section-textAndPicture img {
  width: 90%;
}
.section-textAndPicture .section-title {
  margin-bottom: 0px;
}
.section-textAndPicture .section-title p {
  padding-top: 20px;
}
/*--
	grid-section start 
--*/
.grid-section {
    text-align: center;
}
.grid-section .grid-section-item {
  padding-bottom: 30px;
}
.grid-section .grid-section-item i {
  font-size: 40px;
  color: #62AAF0;
}
.grid-section .grid-section-item h3 {
  margin: 0;
}
.grid-section .grid-section-item ul {
  /*
    list-style: circle;
  text-align: left; */
}
.grid-section .grid-section-item p, .grid-section .grid-section-item li {
  padding-top: 10px;
  margin: 0;
  line-height: 1.8;
}
.grid-section .grid-section-item li b {
    font-style: oblique;
    display: block;
}
/*--
	call-to-action Start 
--*/
.section-callToAction {
    background: url("../img/call-to-action-bg.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 60px 20px;
    position: relative;
    text-align: center;
    color: #fff;
}
.section-callToAction:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #0081ff, black);
    /*background: #0c3054;*/
    opacity: 0.75;
}
.section-callToAction h2 {
    color: #fff;
    padding-bottom: 20px;
    line-height: 33px;
    margin: 0;
    font-size: 28px;
}
.section-callToAction p {
    color: #fff;
    font-size: 15px;
    line-height: 1.6;  
}
/*--
	section-textAndFixedPicture Start 
--*/
.section-textAndFixedPicture {
    background: url("../img/featue-bg.jpg");
    background-position: 50% 94px;
    width: 100%;
    display: block;
    position: relative;
    overflow: visible;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding-top: 60px;
   padding-bottom: 100px;
}
.section-textAndFixedPicture .section-title {
    margin-bottom: 0;
}
.section-textAndFixedPicture h2 {
    margin-bottom: 30px;
}
.section-textAndFixedPicture p {
    margin-bottom: 20px;
    padding-top: 20px;
}
.section-textAndFixedPicture ol {
    margin-bottom: 20px;
    margin-top: 20px;
}
.section-textAndFixedPicture li {
    padding-top: 10px;
}
/*--
	footer Start 
--*/
footer {
    text-align: center;
    padding-top: 48px;
    padding-bottom: 55px;
}
footer p {
    font-size: 12px;
    line-height: 25px;
    color: #919191;
}
footer img {
    width:220px; 
    margin-bottom: 50px;
}
footer a {
    color: #595959;
}
footer .footer-menu {
    padding-bottom: 25px;
}
footer .footer-menu ul {
    margin: 0px;
    padding: 0px;
}
footer .footer-menu ul li {
    display: inline-block;
    padding: 0px 20px;
    font-size: 16px;
}
footer .footer-menu ul li a {
    display: inline-block;
    color: #494949;
}
footer .footer-menu ul li a:hover {
    color: #0081ff;
}
.btn-inversed {
    border: 4px solid white;
    background-color: #fff;
    color: #333333;
    padding: 14px 35px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.btn-inversed:hover {
    border: 4px solid white;
    color: #fff;
    background-color: transparent;
}
.btn-main {
    border: 3px solid #0081ff;
    background-color: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #0081ff;
    padding: 12px 25px;
    margin-top: 20px;
    font-size: 16px;
}
.btn-main:hover {
    background-color: #0081ff;
    border-color: #0081ff;
    color: #fff;
}
.ribbon-wrapper {
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
}
.ribbon {
    font: bold 20px Sans-Serif;
    color: #444;
    text-align: center;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    -ms-transform:     rotate(45deg);
    -o-transform:      rotate(45deg);
    position: relative;
    padding: 10px 0;
    background-color: white;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#ececec)); 
    background-image: -webkit-linear-gradient(top, white, #ececec); 
    background-image:    -moz-linear-gradient(top, white, #ececec); 
    background-image:     -ms-linear-gradient(top, white, #ececec); 
    background-image:      -o-linear-gradient(top, white, #ececec); 
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
    box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}
.ribbon:before, .ribbon:after {
    content: "";
    border-top:   3px solid #6e8900;   
    border-left:  3px solid transparent;
    border-right: 3px solid transparent;
    position:absolute;
    bottom: -3px;
}
.ribbon:before {
    left: 0;
}
.ribbon:after {
    right: 0;
}
.hasTopMargin {
    margin-top: 50px;
}
@media (max-height: 700px) {
    #section-frontPage .block h2 {
        font-size: 32px !important;  
    }
    #section-frontPage .block h1 {
        font-size: 52px !important;  
    }	
    #section-frontPage {
        padding-top: 80px !important;
    }
    #section-frontPage .btn-inversed {
	margin-top: 0 !important;
    }
}
@media (max-height: 550px) {
    #section-frontPage .block h2 {
        font-size: 22px !important;  
    }
    #section-frontPage .block h1 {
        font-size: 48px !important;  
    }	
    #section-frontPage {
        padding-top: 60px !important;
    }
    #section-frontPage .btn-inversed {
	margin-top: 0 !important;
    }
}

@media (max-width: 1000px) {
  .navbar-header {
      float: none;
  }
  .navbar-left, .navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
    
}
.centered {
    text-align: center;
}
@media (max-width: 992px) {
  #ribbon-wrapper-home {
        display: inline-block !important;
    }
    #circle {
        display: none !important;
    }
}
@media (max-width: 650px) {
    #circle {
        width: 150px !important; 
        height: 150px !important; 
    }
    #section-frontPage .block h1 {
	margin-top: 5px !important;
    }
    #ribbon-wrapper-home {
    	width: 200px !important;
	height: 200px !important;
    }
    #ribbon-wrapper-home .ribbon {
    	font-size: 16px !important;
	top: 60px !important;
	width: 300px !important;
    }
    footer .footer-menu ul li {
   	display: block !important;
        margin-bottom: 10px;
    }
}
@media (max-width: 500px) {
    #btn-frontPage {
        margin-left: -50px;
    }
        #section-frontPage .block h2 {
        line-height: 50px !important;
        padding-bottom: 0px !important;
    }
    #section-frontPage .block #with {
        font-size: 20px !important;
    }
    #section-frontPage .block h1 {
        padding-bottom: 0px !important;
        font-size: 35px !important;
    }
    #section-frontPage {
        padding-bottom: 70px !important;
    }
    #section-frontPage h2 {
      font-size: 22px !important;
    }
}

@media (max-width: 767px) {
    .section-textAndFixedPicture {
        background: #fff;
    }
    .arrow-box-sized {
	margin-top: 0 !important;
    }
    .global-header h1 {
        font-size: 28px !important;
    }
    .section-title h2 {
      font-size: 24px !important;
    }
    #section-frontPage h2 {
      font-size: 30px !important;
    } 
    h3 {
      font-size: 18px !important;
    }
    p, li {
	font-size: 14px !important;
    }
}