/* stylesheet */
/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  line-height: 1.5em;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* Variables */
/* base */
html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 62.5%;
}

body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  color: #5d5d5d;
  letter-spacing: 0.1rem;
}

#fullpage {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  display: block;
}

.padding {
    padding-top: 40px;
}

.no-padding{
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}

/*-- fonts --*/
h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    padding-bottom: 15px;
    color: #ea3f24;
}

h2.second-header{
  line-height: 2.5rem;
  padding-top: 35px;
  padding-bottom: 35px;
}

h2.big-title{
font-size: 2.5rem;
padding: 0px 100px 0px;
line-height: 3rem;
}

h2.big-title.number{
  padding-bottom: 10px!important;
}

p {
    font-size: 12px;
    line-height: 17px;
    padding-bottom: 10px;
}

strong {
  font-weight: 600;
  color: #ea3f24;
}

a {
  color: #5d5d5d;
  text-decoration: none;
  font-weight: 700;
}

/*-- header --*/
/*-- content --*/
.section {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  display: block;
}

section {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  display: block;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.left-side, .right-side {
  height: 100%;
  width: 50%;
  position: relative;
}

.left-side {
  padding: 6rem;
}

#part-1 {
  background: #fff;
}

#part-2 {
  background: #fff;
}

#part-3 {
  background: #fff;
}

#macbook {
  height: 100%;
  width: 100%;
  background: url(../images/office/business-part-1.jpg) no-repeat center;
  display: none;
}

#macbook-1 {
  height: 100%;
  width: 100%;
  background: url(../images/office/business-part-2.jpg) no-repeat center;
  display: none;
}

#macbook-2 {
  height: 100%;
  width: 100%;
  background: url(../images/office/business-part-3.jpg) no-repeat center;
  display: none;
}

#logo {
  width: 100%;
  height: 60px;
  display: block;
  text-align: center;
  margin-bottom: 3rem;
}

#logo img {
  margin: 0 auto;
}

.container {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: table;
}

.content {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.content-item {
  width: 100%;
  max-width: 60rem;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.office365-img {
    width: 70%;
    margin-top: 3rem;
    margin-bottom: 5rem;
}

#list {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 2rem;
}

#list ul {
  display: block;
  list-style: none;
}

#list ul li {
  width: 100%;
  display: block;
  padding-bottom: 1rem;
}

.list-icon {
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.list-icon img {
  height: 100%;
  width: 100%;
  display: block;
}

#packages {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#packages ul {
  display: inline-block;
  list-style: none;
}

#packages ul li {
  padding: 15px 20px;
  background: rgba(36, 183, 237, 0.05);
  margin-bottom: 20px;
  font-size: 1.2rem;
}

/*-- media --*/

@media screen and (max-height: 768px) {
  .list-icon {
    display: none;
}
p {
    font-size: 11px;
    line-height: 14px;
    padding-bottom: 10px;
}
    
}

@media screen and (max-width: 1152px) {
.content-item {
    max-width: 55rem;
}
    
p {
    font-size: 11px;
    line-height: 14px;
    padding-bottom: 10px;
}
    
}

@media screen and (max-width: 1024px) {
    
.content-item {
    max-width: 45rem;
}

h2 {
    font-size: 2.5rem;
}
    
p {
    font-size: 11px;
    line-height: 14px;
    padding-bottom: 10px;
}
    
.list-icon {
    margin-bottom: 0rem;
    width: 3em;
}
    
}

@media screen and (max-width: 768px) {
  section {
    flex-direction: column;
  }
  .left-side, .right-side {
    height: 100%;
    width: 100%;
    position: relative;
  }
  .right-side {
    display: none;
  }
}

@media screen and (max-width: 414px) {
    
h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 300;
    padding-bottom: 15px;
}
    
p {
    font-size: 1.2rem;
    line-height: 1.7rem;
    padding-bottom: 0.8rem;
}
    
h2.big-title {
    font-size: 1.9rem;
    padding: 0px 0px 0px;
    line-height: 3rem;
}

}

@media screen and (max-width: 375px) {

.skype-logo-img {
    width: 90%;
}

}

