@font-face {
	font-family: 'fontLight';
	src: url("font/lite.ttf");
}

@font-face {
	font-family: 'fontMedium';
	src: url("font/med.ttf");
}

@font-face {
	font-family: 'fontBold';
	src: url("font/bold.ttf");
}



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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

body {
  line-height: 1; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal; }

ol, ul {
  list-style: none; }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

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

a img {
  border: none; }

bor {
  font-family: 'fontBold';
  color: #ffa500;
}
/* =Scss Variables
-------------------------------------------------------------- */
/* =Global
-------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background-color: #fff;
  color: #505050;
  font-family: "fontLight", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  font-weight: 300; }

a {
  text-decoration: none;
  color: #676767; }

a:hover {
  color: #000; }

a:focus, a:hover{
  text-decoration: none;
}

a:focus{
  color: #676767;
}
/* =Template
-------------------------------------------------------------- */
#wrapper {
  width: 100%;
  margin: 0 auto; }

#main {
  background-color: #fff;
  padding-top: 120px; }

.container {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 0 0 0 ;
}

.containeredit {
  max-width: 940px;
  width: 90%;
  margin: 0 auto;
  padding: 0px 0 0 0 ;
}

.cont {
  padding: 40px 0 0 0 ;
}

.container h1{
  font-size: 30px;
  font-family: 'fontBold';
}

#font{
  font-family: 'fontMedium';
}

h1{
  font-family: 'fontBold';
}
section {
  padding: 0;
}
section.grey{
  background-color: #fafafa;
  font-family: 'fontMedium';
}
  section h1 {
    font-weight: 700;
    margin-bottom: 10px; }
  section p {
    margin-bottom: 30px; }
    section p:last-child {
      margin-bottom: 0; }
  section.color {
    background-color: #ffa500;
    color: white; }

.interback{
/*  background: url(../img/Slides/SANA%20Packages.jpg);*/
  background-size: cover;
  padding: 37% 0px 0px 0px;
  margin: 0px auto;
}

.imgcover{
  width: 100%; 
  margin: 0 auto;
  display: block; 
  margin-top: 20px;
}

ul.tab {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  overflow: hidden;
  display: table;
  margin: 0 auto;
}

/* Float the list items side by side */
ul.tab li {float: right;}

/* Style the links inside the list items */
ul.tab li a {
  display: inline-block;
  cursor:pointer
  color: black;
  text-align: center;
  padding: 14px 30px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 16px;
  font-family: 'fontBold';
}

/* Change background color of links on hover */
ul.tab li a:hover {
  cursor:pointer;
  background: #ffa500;
  color: #fff;
  font-weight: 200;
}

/* Create an active/current tablink class */
ul.tab li a:focus, .active {
  border-bottom:2px solid #ffa500;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding-top: 50px;
}
/* = tabpackage
--------------------------------------------- */

ul.tabpackage {
  list-style-type: none;
  margin: 0;
  margin-right: 0%;
  padding: 0;
  margin-top: 10px;
  overflow: hidden;
}

/* Float the list items side by side */
ul.tabpackage li {float: right;}

/* Style the links inside the list items */
ul.tabpackage li a {
  display: inline-block;
  cursor:pointer;
  color: black;
  text-align: center;
  padding: 10px 30px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 16px;
  font-family: 'fontBold';
  background: #ffa500;
  color: #fff;
  margin: 3px 3px 0 0;
}

/* Change background color of links on hover */
ul.tabpackage li a:hover {
  
}

/* Style the tab content
*/
.tabpackagecontent {
  display: none;
  padding-top: 20px;
}

/* =Info Bar
-------------------------------------------------------------- */
#info-bar {
  background-color: #FAA719;
  padding: 8px;}
  #info-bar a {
    color: #fff;
/*    font-size: 16px;*/
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    padding: 1px; }
  
#info-bar #infoCompany{
  display: inline-block;
  text-align: center;
  width: 33%;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: "fontMedium", sans-serif;
  float: right;
}

#information a{
  display: block;
}

#serviesClient{
  font-family: "fontBold", sans-serif;
}

#infoClient {
  display: inline-block;
  text-align: center;
  width: 33%;
  padding-top: 100px;
  margin-bottom: 20px;
  font-family: "fontMedium", sans-serif;
  float: none;
}

#email{
  font-family: "fontMedium", sans-serif;
  font-size: 14px;
}

#infoAbout{
  display: inline-block;
  text-align: center;
  width: 33%;
  font-family: "fontMedium", sans-serif;
  float: none;
}

#infoContact{
  margin-top: 30px;
  margin-bottom: 20px;
  display: inline-block;
  text-align: center;
  width: 33%;
  font-family: "fontMedium", sans-serif;
  float: left;
}

#ReContact{
  display: none;
  font-size: 16px;
  margin-top: -10px;
  margin-bottom: 15px;
  color: #fff;
}
#client{
  text-align: center;
  font-family: "fontBold", sans-serif;
/*  background: #fff;*/
  padding-top: 10px;
  padding-bottom: 10px;
}

#client a{
  display: block;
  color: #fff;
}

.numberClient{
  font-family: "fontBold", sans-serif;
  padding-top: 0px;
  font-size: 60px;
  line-height: 60px;
}
/* =Copyright
-------------------------------------------------------------- */
#copyright {
  background-color: #27282D;
  text-align: center;
  height: 50px;
  padding: 10px;}
  #copyright a{
    color: white;
    font-size: 14px;
    font-family: "fontLight", sans-serif;
  }

/* =ISPpackage
-------------------------------------------------------------- */
.col-1-3 {
  display: inline-block;
  padding-bottom: 0px;
  text-align: right;
  width: 49%;
  vertical-align: middle;
  font-family: "fontMedium";  
}

.col-1-3 h3 {
  font-family: fontBold;
  color: #FAA719;
  font-size: 16px;
}

.col-1-3 img{
/*  display: inline-block;*/
  height: 100%;
  width: 100%;
}

.col-1-3 li {
  display: block;
  text-align: right;
  font-size: 16px;
  color: #676767;
  font-family: "fontMedium", sans-serif;
  
}

.col-white li{
  color: #fff; 
}
/* =Register
------------------------------------------------------------- */
.reg{
  padding-top: 30px; 
  width: 50%; 
  padding-bottom: 30px;
}

/* =Header
-------------------------------------------------------------- */
header {
  width: 100%;
  height: 120px;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; 
  box-shadow: 0 2px 6px rgba(0,0,0,0.10), 0 2px 6px rgba(0,0,0,0.25);}
  header img#logo {
    display: inline-block;
    width: 140px;
    height: 90px;
    text-align: center;
    line-height: 120px;
    margin-top: 20px;
    float: right;
    font-family: "fontMedium", sans-serif;
    font-size: 60px;
    color: black;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    header #nav {
      display: inline-block;
      margin-right:  30px;
      float: left;
      list-style: none;
    }
    header #nav li {
      display: inline-block;
      line-height: 120px;
      margin-left: 30px;
      color: #676767;
      font-weight: 700;
      font-size: 14px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      header #nav li:hover {
        color: #000; }
  header.smaller {
    height: 75px; }
    header.smaller img#logo {
      margin-top: 10px;
      width: 90px;
      height: 60px;
      text-align: center;
      line-height: 75px;
      font-size: 30px; }
    header.smaller #nav li {
      line-height: 30px; }

/* =Footer
-------------------------------------------------------------- */
/* =Extras
-------------------------------------------------------------- */
.clearfix:after {
	content: "";
  display: table;
  clear: both;
  vertical-align: text-top;
  }
  /* =Media Queries
/*
-------------------------------------------------------------- */
@media all and (max-width: 600px) {
  header img#logo {
    display: block;
    float: right;
    margin: 10px 10px auto;
    height: 100px;
    line-height: 100px;
    text-align: center; }
  header #navmob {
    display: block;
    float: left;
    height: 50px;
    text-align: center;
    margin: 0 auto; }
  
  header #navmob li {
    color: #fff;
    background-color: #ffa500;
    padding: 5px 10px 5px 10px;
    margin: 50px 10px; 
    border-radius: 10px;}
  
  header #nav {
    display: block;
    float: none;
    height: 50px;
    visibility: hidden;
    text-align: center;
    margin: 0 auto; }
    header #nav li {
      line-height: 50px;
      margin: 0 10px; }
  header.smaller {
    height: 75px; }
    header.smaller img#logo {
      height: 55px;
      line-height: 40px;
      font-size: 30px; }
    header.smaller #nav {
      height: 35px; }
      header.smaller #nav li {
        line-height: 35px; } 
    
  header.smaller #navmob li {
    margin: 20px 10px; 
  }
  
  section h1 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
  }
  
  .col-1-3 {
    display: block;
    text-align: center;
    width: 100%;
    padding: 20px;
    font-family: "fontMedium", sans-serif;
  }

/*
  .col-1-3:last-child {
    margin-top: 30px;
    margin-bottom: 10px;  
  }
*/
  
  .col-1-3 h3 {
  
  }

  .col-1-3 img {
  
  }

  .col-1-3 li {
    text-align: center;
  }
  
  .reg{
    width: 95%; 
  }
  
  .container{
    padding: 0;
    width: 100%;
  }  
  
  .container h1{
    font-size: 20px;
    font-family: 'fontBold';
  }
  
  .cont {
    padding: 40px 0 0 0 ;
  }
  
  #info-bar a {
    display: block;
    font-family: "fontMedium", sans-serif;}
  
  #social a{
    display: inline-block;
  }
  
  #info-bar #infoCompany{
  text-align: center;
  width: 100%;}

  #info-bar #infoContact, #infoClient{
  width: 100%;}
  
  #infoClient {
    padding-top: 30px;
/*    margin-bottom: 0px;*/
/*    background: #fff;*/
  }
  
  #client a{
    font-family: 'fontBold';
/*    color: #FAA719; */
/*    color: #000; */
  }
  
  #copyright a{
    color: white;
    font-size: 12px;
    font-family: "fontLight", sans-serif;
  }
 
  /* Style the links inside the list items */
  ul.tab li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 12px;
    font-family: 'fontBold';
/*    cursor:pointer;*/
/*    cursor: default;*/
  }
  
  ul.tab {
    margin-right: 0%;
    display: table;
    margin: 0 auto;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding-top: 20px;
  }
}

