/*
           * Fonts
 */
@font-face {
  font-family: 'BalooDa';
  src: url('/fonts/BalooDa-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Tangerine';
  src: url('/fonts/Tangerine-Regular.ttf') format('truetype');
  
}

@font-face {
  font-family: 'SourceSansPro';
  src: url('/fonts/SourceSansPro-Regular.ttf') format('truetype');
  src: url('/fonts/SourceSansPro-Light.ttf') format('truetype');
}

/*
            * BODY
 */
html, body {
  font-family: 'SourceSansPro';
  font-size: 11px;
  color: # 000;
}
.GSMFullContainer { width: 90% !important; }
/*
           * NAVIGATION BAR
 */
.GSMNavbar {
  background: transparent;
  box-shadow: none;
  border: 0;
  font-family: 'BalooDa';
  font-size: 1.7rem;
}

@media (min-width: 768px) {
  .GSMNavbar--inSectiune .navbar-nav {
    display: inline-block;
    float: none !important;
  }

  .GSMNavbar--inSectiune .navbar-collapse {
    text-align: center;
  }
}

.GSMNavbar__ImagineTitlu {
  width: 90%;
  margin: 0 auto;
  margin-top: 2rem;
  margin-botom: 2rem;
}

.GSMNavbar__ImagineTitlu img {
  width: 100%;
}

@media (min-width: 500px) {
  .GSMNavbar__ImagineTitlu {
    width: 20%;
	margin-top: -5rem;
	margin-bottom: 0rem;
  }
}

@media (min-width: 768px) {
  .GSMNavbar__ImagineTitlu {
    width: 80%;
    margin-top: -5rem;
	margin-bottom: 0rem;
  }

  .navbar-nav>li>a {
    padding-left: .7rem;
    padding-right: .7rem;
  }

}

@media (min-width: 1200px) {
  .GSMNavbar__ImagineTitlu {
    width: 70%;
	margin-top: -5.8rem;
  }
}

/*
             * SUBTITLU
 */
.GSMSubtitlu {
  width: 100%;
  margin: 0 auto;
  margin-top: -5rem;
  text-align: center;
}

.GSMSubtitlu__Text {
  font-size: 1.6rem;
  color: #000;
  font-family: 'SourceSansPro';
}

.GSMSubtitlu__Referinta {
  margin-top: .4rem;
  font-size: 1.1rem;
}

@media (min-width: 500px) {
  .GSMSubtitlu {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .GSMSubtitlu {
    width: 60%;
  }
}

@media (min-width: 1200px) {
  .GSMSubtitlu {
    width: 80%;
  }
}

/*
           * HomeVIDEO
 */
.GSMHomeVideo {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

@media (min-width: 1200px) {
  .GSMHomeVideo {
    width: 100%;
  }
}

.GSMHomeVideo__Player {
  width: 100%;
  border: 1px solid #FFF;
  box-shadow: 6px 6px 15px 0 rgba(0, 0, 0, .5);
  margin-bottom: 1rem;
}

.GSMHomeVideo__Titlu {
  font-size: 2.2rem;
  font-family: 'SourceSansPro';
  font-weight: normal;
  color: #000;
  margin-bottom: 1rem;
}

.GSMHomeVideo__Subtitlu {
  font-size: 3rem;
  font-family: 'Tangerine';
  margin-top: -1.8rem;
}

.GSMHomeVideo__Continut {
  margin-top: 2rem;
  font-family: 'SourceSansPro';
  font-size: 1.9rem;
  text-align: center;
  margin-left: 8rem;
  margin-right: 8rem;
}

.GSMHomeVideo__Continut p {
  text-indent: 3rem;
}


/*
             * HomeAUDIO
 */
.GSMHomeAudio {
  width: 90%;
  margin: 0 auto;
  margin-top: 4rem;
  display: flex;
  align-items: center;
}

@media (min-width: 500px) {
  .GSMHomeAudio {
    width: 63%;
  }
}

@media (min-width: 650px) {
  .GSMHomeAudio {
    width: 57%;
  }
}

@media (min-width: 750px) {
  .GSMHomeAudio {
    width: 55%;
  }
}

@media (min-width: 992px) {
  .GSMHomeAudio {
    width: 45%;
  }
}

@media (min-width: 1200px) {
  .GSMHomeAudio {
    width: 36%;
  }
}

.GSMHomeAudio__Left {
  flex: 1;
  text-align: center;
}

.GSMHomeAudio__Image {
  height: 100%;
  width: 100%;
  margin-left: -19rem;
  margin-top: -1rem;
}

.GSMHomeAudio__Right {
  flex: 1 0 60%;
  padding-left: 1rem;
  box-sizing: border-box;
}

.GSMHomeAudio__Titlu {
  font-size: 1.5rem;
  font-family: 'SourceSansPro';
  color: #000;
  margin-left: -8rem;
  margin-top: -3rem;
  margin-bottom: 0.5rem;
}

.GSMHomeAudio__Player audio {
  width: 170%;
  position: relative;
  margin-left: -10rem;
  margin-bottom: 0rem;
}

/*
          * HomeARTICOL
 */
.GSMHomeArticol {
  width: 90%;
  margin: 0 auto;
  margin-top: 5rem;
}

@media (min-width: 768px) {
  .GSMHomeArticol {
    width: 80%;
  }
}

.GSMHomeArticol__Titlu {
  font-size: 2.8rem;
  font-family: 'BalooDa';
  font-weight: bold;
  color: #000;
  margin-top: 4rem;
  text-align: center;
}

.GSMHomeArticol__Subtitlu {
  font-size: 3.5rem;
  font-family: 'Tangerine';
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 4rem;
}

.GSMHomeArticol__Continut {
  font-size: 1.7rem;
  color: #000;
  font-family: 'SourceSansPro';
}

.GSMHomeArticol__Continut p {
  text-indent: 3rem;
}

.GSMHomeArticol--inSectiune .GSMHomeArticol__Titlu {
  text-align: center;
  margin-top: 6rem;
}

.GSMHomeArticol--inSectiune .GSMHomeArticol__Subtitlu {
  text-align: center;
  margin-bottom: 5rem;
}
/*
          * HomeCARTE
 */
.GSMHomeCarte {
  width: 90%;
  margin: 0 auto;
  margin-top: 5rem;
}

@media (min-width: 768px) {
  .GSMHomeCarte {
    width: 80%;
  }
}

.GSMHomeCarte__Titlu {
  font-size: 2.7rem;
  font-family: 'SourceSansPro';
  font-weight: normal;
  color: #000;
  margin-top: 3rem;
  text-align: center;
}

.GSMHomeCarte__Subtitlu {
  font-size: 3.5rem;
  font-family: 'Tangerine';
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 8rem;
}

.GSMHomeCarte__Continut {
  font-size: 2rem;
  color: #333;
  font-family: 'SourceSansPro';
}

.GSMHomeCarte__Continut p {
  text-indent: 3rem;
}

.GSMHomeCarte--inSectiune .GSMHomeCarte__Titlu {
  text-align: center;
  margin-top: 5rem;
}

.GSMHomeCarte--inSectiune .GSMHomeCarte__Subtitlu {
  text-align: center;
  margin-bottom: 5rem;
}
/*
 * GSM-SECTIUNE
 */
.GSMSectiune__Imagine {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 0rem;
  margin-top: -3rem;
}

@media (min-width: 500px) {
  .GSMSectiune__Imagine {
    width: 65%;
  }
}

@media (min-width: 768px) {
  .GSMSectiune__Imagine {
    width: 40%;
  }
}

@media (min-width: 1200px) {
  .GSMSectiune__Imagine {
    width: 30%;
  }
}

.GSMSectiune__Imagine img {
  width: 100%;
}

/*
 * SectiuneTitlu
 */
.GSMSectiuneTitlu {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  font-family: cursive;
  color: #000;
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 0rem;
}

/*
 * CARTI
 */
.GSMCarti {
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 500px) {
  .GSMCarti {
    width: 80%;
  }
}

@media (min-width: 768px) {
  .GSMCarti {
    width: 65%;
  }
}

@media (min-width: 900px) {
  .GSMCarti {
    width: 55%;
  }
}

@media (min-width: 1200px) {
  .GSMCarti {
    width: 55%;
  }
}

.GSMCarti__Sectiune {
  display: flex;
  margin-top: 8rem;
  margin-bottom: 5rem;
}

.GSMCarti__SectiuneLeft {
  flex: 0 0 7rem;
  min-width: 7rem;
  max-width: 7rem;
  width: 7rem;
}

.GSMCarti__SectiuneLeft img {
  width: 100%;
}

.GSMCarti__SectiuneRight {
  flex: 0 1 100%;
}

.GSMCarti__Item {
  font-family: 'SourceSansPro';
  margin-top: 1.9rem;
  font-size: 2rem;
}

/*
 * CONTACT
 */
.GSMContact {
  font-family: 'SourceSansPro';
  font-size: 1.5rem;
  text-align: center;
  margin-top: 6rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .GSMContact {
    font-size: 1.8rem;
  }
}

/*
 * Footer
 */
.GSMFooter {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
  color: #999;
}

.GSMFooter__Imagine {
  width: 90%;
}

@media (min-width: 500px) {
  .GSMFooter__Imagine {
    width: 70%;
  }
}

@media (min-width: 768px) {
  .GSMFooter__Imagine {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .GSMFooter__Imagine {
    width: 40%;
  }
}

.GSMFooter__Line {
  border-top: 1px solid #000;
  margin-bottom: 3rem;
  width: 45%;
}

.GSMFooter__Copyright {
  font-size: .9rem;
}

.GSMFooterCitat {
  font-size: 1.1rem;
  width: 95%;
  margin: 0 auto;
  margin-top: 2rem;
}

@media (min-width: 500px) {
  .GSMFooterCitat {
    width: 75%;
  }
}

@media (min-width: 768px) {
  .GSMFooterCitat {
    width: 45%;
  }
}

@media (min-width: 1200px) {
  .GSMFooterCitat {
    width: 35%;
  }
}

.GSMFooterCitat__Referinta {
  font-size: .9rem;
}

/*
 * Multi level dropdown
 */
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#555;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

.dropdown-submenu.open>a { color: yellow !important; background: #000 !important; }

.navbar-right i.fa { font-size: 1.4rem; }

.GSMInput {
  display: flex;
  align-items: center;
  background: #eee;
  padding: .4rem 1rem;
  border-radius: .5rem;
  font-family: 'SourceSansPro';
  margin-top: .5rem;
  margin-left: 1rem;
}

.GSMInput__Icon {
  padding-right: 1rem;
}

.GSMInput__Input {
  background: transparent;
  font-size: 1.4rem;
  border: 0;
  outline: 0;
}

.GSMSectiune--search .GSMSectiune__Imagine {
  width: 50%;
}

@media (min-width: 500px) {
  .GSMSectiune--search .GSMSectiune__Imagine {
    width: 28%;
  }
}

@media (min-width: 768px) {
  .GSMSectiune--search .GSMSectiune__Imagine {
    width: 22%;
  }
}

@media (min-width: 1200px) {
  .GSMSectiune--search .GSMSectiune__Imagine {
    width: 25%;
  }
}

.GSMSectiune--search {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.GSMSearchResult span {
  display: block;
  font-style: italic;
  margin-bottom: 5rem;
}

.container--search {
  text-align: center;
  font-size: 1.5rem;
}
.dropdown-menu { font-size: 1.4rem; }
.GSMHomeArticol__Continut { font-weight: bold; }
.GSMHomeCarte__Continut { font-weight: bold; }
body {
  padding-top: 70px;
}

.GSMNavbar--fixed {
  background: #000;
  box-shadow: 0 5px 15px 0 rgba(0,0,0,0.75);
}

.GSMNavbar--fixed a {
  background: #000 !important;
  color: #fff !important;
}

.GSMNavbar--fixed .dropdown-menu {
  background: #000;

}
.GSMArticol__cap {
	text-align: center;
	font-style: regular;
	margin-bottom: 2rem;
	font-family: Arial;
	
}
.GSMArticol__cap2 {
	text-align: center;
	font-style: regular;
	margin-bottom: 1rem;
	margin-top: 3rem;
	font-family: BalooDa;
	
}
.GSMArticol__inter {
	text-align: left;
	font-style: regular;
	margin-top: 2rem;
	margin-bottom: 2rem;
	font-family: BalooDa;
	color: #666;
	
}
.GSMArticol__inter2 {
	text-align: center;
	font-style: regular;
	margin-bottom: 3rem;
	font-family: BalooDa;
	
}
.GSMArticol__que {
	text-align: left;
	font-style: bold;
	margin-bottom: 2rem;
	font-family: Arial;
	
}
.GSMArticol__note {
	text-align: center;
	font-style: light;
	margin-bottom: 2rem;
	font-family: SourceSansPro;
	color: #666;
}
.dropdown-submenu>.dropdown-menu { 
    max-height: 90vh;
    overflow: auto; 
}