@import url(roboto.css);

/*******************************************************************************
General
*******************************************************************************/
body {
    padding-top: 0;
    font-family: 'RobotoLight';
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    padding-top: 0;
}

section, footer {
    position: relative;
}

section .container, footer .container {
    max-width: 1224px;
    position: relative;
    padding: 0 100px 0 100px;
}

.inner-padding {
    padding-left: 32px;
    padding-right: 32px;
}

/*******************************************************************************
Navigation
*******************************************************************************/
nav {
    background: url(../img/sye/bg-nav.png) repeat-x !important;
    margin-bottom: 0 !important;
    border-radius: 0;
}

.navbar {
    border-radius: 0;
    border: none;
}

.navbar-brand {
    padding: 5px 0 0 0;
}

nav .container {
    background: url(../img/sye/bg-menu.png) !important;
    max-width: 1224px;
    height: 107px;
    padding: 15px 102px 0 70px;
}

nav.sye-navbar {
    font-family: 'RobotoLight';
}

.sye-navbar .sye-nav .nav > li {
    padding-top: 25px;
    padding-left: 35px;
    padding-right: 5px;
}

.sye-navbar .sye-nav .nav > li > a{
    color: #FFFFFF;
    font-size: 18px;
    padding: 0;
    text-shadow: none;
    line-height: 37px;
    padding-left: 10px;
    padding-right: 10px;
    text-shadow: 1px 2px #333333;
}

.language-bar{
    color: #FFFFFF;
}

.sye-navbar .sye-nav .nav > li:hover > a, .sye-navbar .sye-nav .nav > li.active > a{
    color: #6cadca;
    /*background: url(../img/sye/bg-over-menu.png) repeat-x;*/
    font-weight: normal;
}

.sye-navbar .grove-toggle {
  float: right;
  margin-right: 15px;
  display: none;
  position: relative;
}

.navbar > .container .navbar-brand {
    margin-left: 0px;
}

@media (max-width: 767px) {
  .sye-navbar .grove-toggle {
    display: block;
  }
  
  .sye-nav:after {
      float: none !important;
      clear: both;
      
  }
  
  .navbar-collapse:after {
        clear: both;
  }
}
/*******************************************************************************
Welcome
*******************************************************************************/
#welcome {
    /*background: #DBDBDB;    
    background: linear-gradient(to bottom, #DBDBDB, #FFFFFF) repeat-x scroll 0 0;
    background: -ms-linear-gradient(top, #DBDBDB 0%,#FFFFFF 100%); /* IE10+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBDBDB', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
    min-height: 470px;
    position: relative;
    width: 100%;    
    background-image: url(../img/sye/bg-main-banner.jpg);
}

.section-text {
    /*background: url(../img/sye/bg-lines.png), url(../img/sye/bg-welcome.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;*/
}

.section-text h2 {
    display: inline-block;
    padding: 0px 10px 5px 10px;
    border-bottom: 1px solid #5ba9ce;
    font-size: 30px;
    font-family: 'RobotoThinItalic';
    font-weight: normal;
}

.section-text h1{
    color: #3278ae;
    font-size: 40px;
    font-family: 'RobotoBold';
    font-weight: normal;
}

.section-text h3{
    color: #141618;
    font-size: 38px;
    font-family: 'RobotoThin';
    font-weight: normal;
    line-height: 38px;
}

.big-things {
    color: #177397;
    font-family: 'RobotoBold';
    font-size: 18px;
    margin: 13.5% 165px 40px 165px;
}

.big-things span {
    color: #db007b;
    font-family: 'RobotoRegular';
}

/*******************************************************************************
Our Specialty
*******************************************************************************/
section#our-specialty {
    background: url(../img/sye/bg-blue.png);
    min-height: 400px;
    
}

.specialty-wrapper {
    height: 248px;
    padding: 33px 25px 25px 25px;
    margin-bottom: 10px;
}

.specialty-wrapper:hover {
    background: url(../img/sye/bg-over.png);
    padding: 25px;
    border-top: 8px solid #dff2f9;
    box-shadow: 1px 1px 1px #999999;
}

.specialty {
    background: url(../img/sye/bg-blue-circle.png);
    margin: 0 auto;
	width: 150px;
	height: 150px;
    margin-bottom: 5px;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
	box-shadow:inset 0 0 0 10px #33ccff, 0 1px 2px #33ccff;
		
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.specialty-wrapper:hover .specialty  {
    box-shadow:inset 0 0 0 16px rgba(114,115,113,1), 0 1px 2px rgba(114,115,113,1);
    background: rgba(114,115,113,1);
}
.specialty img {
    margin: 30px 30px;
    position: relative;
}

#our-specialty h2 {
    padding: 25px;
    color: #FFFFFF;
    font-size: 40px;
    line-height: 40px;
    font-family: 'RobotoThin';
}

.specialty-name {
    color: #FFFFFF;
    font-size: 22px;
    font-family: 'RobotoBold';
    line-height: 24px;
    text-align: center;
}

/*******************************************************************************
Our Works
*******************************************************************************/
#our-work {
    background: #FFFFFF;
}

#our-work .top-section-bg {
    background: url(../img/sye/bg-our-work-top.png);
    height: 120px;
    line-height: 100px;
    font-family: 'RobotoThin';
    font-size: 40px;
    color: rgb(14, 47, 115);
    text-align: center;
}

.bottom-section-bg {
    background: url(../img/sye/bg-our-work-bottom.png);
    height: 134px;
    text-align: center;
    padding-top: 40px;
}

.bottom-section-bg a {
    color: rgb(14, 47, 115);
    font-family: 'RobotoThin';
    font-size: 28px;
    text-decoration: none;
}

.bg-screen {
    background: url(../img/sye/bg-screen.png);
    width: 293px;
    height: 203px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.bg-screen img {
    margin-top: 30px;
}

.work-options {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 85px 0 0 0;
    
    -webkit-transition: all 400ms ease-out 300ms;
    -moz-transition: all 400ms ease-out 300ms;
    -o-transition: all 400ms ease-out 300ms;
    transition: all 400ms ease-out 300ms;
}

.work-options > li {
    display: inline-block;
}

.work-options > li:not(:last-child) {
    margin-right: 15px;
}

.work-options > li > a {
    width: 115px;
    display: block;
    line-height: 40px;
    background: #7facc6;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 18px;
}

.work-options > li > a:hover {
    background: #1E589A;
}

.bg-screen:hover .work-options {
    display: block;
}

.bg-screen .work-overlay {
    background: rgba(76, 76, 76, 0);
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    
    -webkit-transition: background 200ms ease-out 100ms;
    -moz-transition: background 200ms ease-out 100ms;
    -o-transition: background 200ms ease-out 100ms;
    transition: background 200ms ease-out 100ms;
}

.bg-screen:hover .work-overlay {
    background: rgba(76, 76, 76, 0.7);
}

.project-name p {
    font-family: 'RobotoBold';
    font-size: 18px;
    color: #65b4d7;
    text-align: center;
    padding: 10px;
}

/*******************************************************************************
Methodology
*******************************************************************************/
section#methodology {
    background: #cececd;
    min-height: 400px;
    padding-bottom: 30px;
}

#methodology h2 {
    color: #000000;
    font-family: 'RobotoThin';
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 30px;
    text-align: center;    
}

.methodology-arrow {
    padding-top: 7%;
}

.img-centered {
    margin: 0 auto;
}

/*******************************************************************************
Our Team
*******************************************************************************/

#team .top-section-bg {
    background: url(../img/sye/bg-our-team-top.png) repeat-x;
    height: 120px;
    font-family: 'RobotoThin';
    font-size: 40px;
    color: rgb(14, 47, 115);
    text-align: center;
    padding-top: 50px;
}

#team .container {
    background: url(../img/sye/img-bg-team.jpg) no-repeat center;
    padding-top: 50px;
}

.team-description {
    color: rgb(101, 180, 215);
    font-family: 'RobotoBold';
    font-size: 16px;
    margin-top: 20px;
}

/***Custom Carousel***/
#carousel-team {
    margin-bottom: 20px;
    clear: both;
    position: relative;
}
.carousel-control.left, .carousel-control.right {
    background: none;
}

.carousel-control {
    position: absolute;
    display: block;
    width: 29px;
    height: 49px;
}

.carousel-control.left {
    background: url(../img/sye/control-left.png);
    top: 40px;
}

.carousel-control.right {
    background: url(../img/sye/control-right.png);
    top: 40px;
}

#team .nbs-flexisel-nav-left,
#team  .nbs-flexisel-nav-right {
	width: 29px;
	height: 49px; 
	position: absolute;
	cursor: pointer;
	z-index: 100;
}

#team .nbs-flexisel-nav-left {
	left: 0px;
	background: url(../img/sye/control-left.png) no-repeat;
}

#team .nbs-flexisel-nav-right {
	right: 0px;
	background: url(../img/sye/control-right.png) no-repeat;
}
/*** End Custom Carousel ***/

.team-grid {
	margin: 0px 0 0px 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.team-grid:after,
.team-item:before {
	content: '';
    display: table;
}

.team-grid:after {
	clear: both;
}

.team-grid li {
	display: inline-block;
	margin: 10px;
    cursor: pointer;
}

.team-grid li:hover, .team-grid li:focus {
    opacity: 0.7;
}

.team-member img {
    border: 1px solid #b6eff9;
    max-height: 105px;
    max-width: 115px;
    height: auto;
}

.member-globe-information {
    background: rgb(103, 225, 245);
    height: 230px;
    position: relative;
    margin-left: 30px;
}

.member-globe-information .triangle {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #67e1f5;
    line-height: 0px;
    _border-color: #000000 #000000 #000000 #67e1f5;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    display: block;
    position: absolute;;
    right: -20px;
    top: 30px;
    z-index: 10;
}

.member-information {
    margin-bottom: 30px;
    margin-top: 30px;
    visibility: hidden;
}

.member-information [class*="col-md-"] {
    padding: 0;
}

.team-member .information {
    display: none;
}

.member-name {
    color: #FFFFFF;
    font-family: 'RobotoBold';
    font-size: 18px;
    text-align: right;
    padding-right: 20px;
    padding-top: 25px;
    margin-bottom: 0;
}

.member-job {
    color: #FFFFFF;
    font-family: 'RobotoMedium';
    font-size: 14px;
    text-align: right;
    padding-right: 20px;
}

.links {
    color: #FFFFFF;
    font-family: 'RobotoThin';
    font-size: 16px;
    text-align: right;
    padding-right: 20px;
    padding-top: 20px;;
}

.links a {
    color: #FFFFFF;
    text-decoration: none;
}

/*** Section Work for You ***/
section#work-for-you {
    background: #c4c4c4;
    
    background: linear-gradient(to bottom, #c4c4c4, #919191) repeat-x scroll 0 0;
    background: -ms-linear-gradient(top, #c4c4c4 0%,#919191 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#919191',GradientType=0 ); /* IE6-9 */
}

#work-for-you .container {
    max-width: 1224px;
    background: url(../img/sye/bg-work-for-you.png) no-repeat;
    height: 385px;
    padding: 0 132px 0 132px;
}

#work-for-you [class*="col-md-"] {
    padding: 0;
}

#work-for-you img {
    position: absolute;
    right: -65px;
    top: 65px;
}

.text-work-for-you {
    color: #FFFFFF;
    font-family: 'RobotoThin';
    font-size: 39px;
    line-height: 39px;
    margin-top: 54%;
}

.text-tour {
    color: #000000;
    font-family: 'RobotoBold';
    font-size: 19px;
}

/*******************************************************************************
Our Clients
*******************************************************************************/
section#clients {
    background: url(../img/sye/bg-lines-clients.png);
    padding-bottom: 55px;
}

#clients h1 {
    color: rgb(47, 47, 115);
    font-family: 'RobotoThin';
    font-size: 40px;
    text-align: center;
    margin-top: 25px;
}

#clients p {
    color: rgb(101, 180, 215);
    font-family: 'RobotoBold';
    font-size: 16px;
    text-align: center;
}

.carousel-clients {
    background: #f7f7f7;
    border-bottom: 1px solid #eaeaea;
    margin-top: 10px;
    max-width: 1224px;
    padding: 0 132px 0 132px;
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
	width: 20px;
	height: 32px; 
	position: absolute;
	cursor: pointer;
	z-index: 100;
}

.nbs-flexisel-nav-left {
	left: 0px;
	background: url(../img/sye/control-left-client.png) no-repeat;
}

.nbs-flexisel-nav-right {
	right: 0px;
	background: url(../img/sye/control-right-client.png) no-repeat;
}

/*******************************************************************************
Location
*******************************************************************************/
section#map {
    background: #f7f7f7;
}

section#map .container {
    max-width: 1224px;
    padding: 0;
    position: relative;
}

#map_canvas {    
    height: 385px;
    width: 100%;
}

#map h2.ubication {
    
    color: rgb(14, 47, 115);
    font-family: 'RobotoThin';
    font-size: 40px;
    padding: 20px;
    text-align: center;
    width: 100%;
    z-index: 100;
    margin: 0;
}

/*******************************************************************************
Contact
*******************************************************************************/

footer#contact .container {
    padding-bottom: 20px;
}

.gray-layer {
    background: rgb(60, 60, 60);
    color: #FFFFFF;
    min-height: 300px;
    margin: 0;
    border: 1px solid rgb(60, 60, 60);
    position: relative;
}

.gray-layer h2 {
    font-family: 'RobotoThin';
    font-size: 40px;
    text-align: center;
}

.gray-layer a {
    color: rgb(120, 194, 223);
    font-family: 'RobotoThin';
    font-size: 20px;
}

.contact-form {
    background: rgb(82, 143, 153);
    width: 350px;
    position: absolute;
    top: 20px;
    right: 0;
    padding: 20px 25px 20px 25px;
    z-index: 101;
}

.contact-form:before {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #528f99 transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #528f99 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    top: -20px;
    right: 46%;
}

.blue-layer {
    background: url(../img/sye/bg-blue.png);
    color: #FFFFFF;
}

.blue-layer .container {
    background: url(../img/sye/bg-social.png) right no-repeat;
    min-height: 135px;
}

.blue-layer h2 {
    font-family: 'RobotoThin';
    font-size: 40px;
    float: left;
    padding-top: 25px;
}

#contactForm .form-control {
    background: rgb(149, 191, 197);
    border: 1px solid rgb(149, 191, 197);
    color: #eeeeed;
    font-family: 'RobotoBold';
}

#contactForm .form-control:focus {
    background: rgb(216, 239, 240);
    color: rgb(60, 60, 60);
}

#contactForm .text-center:last-child {
    margin-bottom: 0;
}

.btn-send {
    background: #d8eff0;
    border: none;
    color: #3c3c3c;    
    font-family: 'RobotoBold';
    font-size: 16px;
    line-height: 36px;
    padding: 2px 15px 2px 15px;    
}

address {
    margin-top: 20px;
}

.no-margin-top {
    margin-top: 0;
}

address p {
    color: #eeeeed;
    margin-bottom: 0;
}

address p.place, address p.phone {
    font-family: 'RobotoThin';
    font-size: 16px;
}

address p.direction {
    font-family: 'RobotoMedium';
    font-size: 14px;
}

.social-links {
    display: inline-block;
    list-style-type: none;
    margin-top: 30px;
}

.social-links > li {
    float: left;
    margin-right: 15px;
    margin-top: 15px;
    padding: 0;
}

.social-links > li > a {
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    border: 1px solid transparent;
    width: 48px;
    height: 48px;
    padding: 5px;
}

.social-links > li > a:hover {
    border: 1px solid #FFFFFF;
    background: rgba(0, 0, 0, 0.5);
}

.p-top-40 {
    padding-top: 40px;
}

/*******************************************************************************
Media Queries
*******************************************************************************/
@media (min-width:769px) and (max-width:1024px) {
    .sye-navbar .sye-nav .nav > li {
        padding-top: 15px;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    section .container, footer .container {
        padding-left: 50px;
        padding-right: 50px;
    }

    .sye-navbar .sye-nav .nav > li > a {
        font-size: 16px;
        line-height: 37px;
        padding-left: 7px;
        padding-right: 7px;
    }
    
    .big-things {
        color: #177397;
        font-family: 'RobotoBold';
        font-size: 18px;
        margin: 20% 0px 0px 0px;
        padding-bottom: 20px;
    }
}

/*******************************************************************************
Social Media
*******************************************************************************/
.social-media {
    position: fixed;
    right: 0;
    top: 120px;
    width: 58px;
    background: url(../img/sye/bg-blue.png);
    z-index: 1000;
}

.social-media-links {
    list-style-type: none;
    padding: 10px 0 0 0;
}

.social-media-links > li > a {
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    border: 1px solid transparent;
    width: 48px;
    height: 48px;
    padding: 5px;
    margin: 0 auto 10px;
}

.social-media-links > li > a:hover {
    border: 1px solid #FFFFFF;
    background: rgba(0, 0, 0, 0.5);
}

/*******************************************************************************
Scrolling
*******************************************************************************/
.scrollToTop, a.scrollToTop {
	width:35px;
	height:30px;
	border-radius: 4px;
	padding:2px 10px 10px 10px;
	text-align:center;
	background: rgba(40,40,40,0.85);
	font-weight: bold;
	font-size: 19px;
	color: #FFFFFF;
	text-decoration: none;
	position:fixed;
	bottom:3px;
	right:20px;
	display:none;
        z-index: 1;
}
.scrollToTop:hover{
	text-decoration:none;
	color: #ececec;
}

/*******************************************************************************
Misc
*******************************************************************************/

#contactForm .form-group {
    position: relative;
}

label.error:before {
    border-color: rgba(0, 0, 0, 0) #3e6e82 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 6px 8px;
    content: "";
    display: block;
    font-size: 12px;
    height: 0;
    left: -16px;
    position: absolute;
    top: 8px;
    width: 0;
    z-index: 100;
}

label.error {
    background-color: #3e6e82;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 12px;
    font-family: 'RobotoMedium';
    font-weight: normal;
    left: 90%;
    top: 1px;
    padding: 6px 10px;
    width: 150px;
    position: absolute;
}

/*******************************************************************************
Inner Sections
*******************************************************************************/

section#top-inner-img {
    max-height: 320px;
    text-align: center;
}

section#top-inner-img {
    max-height: 250px;
    text-align: center;
}

.top-section-inner-bg {
    background: url(../img/sye/bg-our-work-top.png);
    height: 120px;
    line-height: 100px;
    font-family: 'RobotoThin';
    font-size: 40px;
    color: rgb(14, 47, 115);
    text-align: center;
}

.success-cases {
    line-height: 150px;
    text-align: left;
}

.fs-32 {
    font-size: 32px;
}

.specialty.inner-specialty {
    margin-top: -30px;
    margin-bottom: 20px;
}

.our-work-img {
    margin-top: -30px;
    margin-bottom: 20px;
    text-align: center;
}

.specialty-title {
    color: #65b4d7;
    font-family: 'RobotoBold';
    font-size: 22px;
    padding: 0;
    text-align: center;
}

h2.specialty-title {
    text-align: center;
}

.specialty-title img {
    margin: -6px 10px 0 0;
}

.specialty-description {
    color: #314660;
    font-family: 'RobotoLight';
    font-size: 16px;
    padding: 10px 75px 10px 75px;
    text-align: center;
}

.general-text {
    color: #314660;
    font-family: 'RobotoLight';
    font-size: 16px;
    padding: 10px 75px 10px 75px;
}

.img-separator {
    padding-top: 16px;
    padding-bottom: 36px;
}

.subtitle {
    color: rgb(94, 139, 28);
    font-family: 'RobotoLight';
    font-size: 21px;
    margin-bottom: 20px;
}

.sye-title {
    color: #33CCFF !important;
    font-family: 'RobotoThin';
    margin-bottom: 0px;
    font-size: 32px;
}

.blue {
    color: #33CCFF !important;
    font-family: 'RobotoLight';
    margin-bottom: 0px;
    font-size: 18px;
    text-align: left;
}

.green {
    color: #6b9a26;
    font-family: 'RobotoLight';
    margin-bottom: 0px;
    font-size: 18px;
    padding-left: 75px;
}

.blue small {
    color: #33CCFF;
    font-size: 14px;
    padding-left: 20px;
}

.phase-description {
    color: #6d6e70;
    font-family: 'RobotoLight';
    font-size: 14px;
    text-align: justify;
    line-height: 24px;
    padding-right: 20px;
}

.phase-description span {
    color: #7ec8f3;
    font-family: 'RobotoBold';
}

.list-tech {
    list-style-type: none;
    width: 100%;
    margin-bottom: 85px;
    margin-top: 110px;
    padding: 0;
}

.list-tech > li {
    float: left;
    text-align: center;
    width: 20%;
    height: 110px;
    line-height: 110px;
}

.list-tech > li img {
    display: inline;
    vertical-align: middle;
}

.title-tech {
    color: #65b4d7;
    font-family: 'RobotoBold';
    font-size: 22px;
    margin-top: 0;
    padding-top: 24px;
    text-align: center;
}

#tech {
    min-height: 295px;
}

.technologies {
    background: url(../img/sye/bg-technologies.jpg) repeat-x;
    position: absolute;
    width: 100%;
    height: 295px;
}

section#map {
    min-width: 100%;
    padding: 0;
    position: relative;
}

h2.ubication-inner {    
    color: rgb(14, 47, 115);
    font-family: 'RobotoThin';
    font-size: 40px;
    padding: 20px;
    text-align: center;
    width: 100%;
    z-index: 100;
    margin: 0;
    position: absolute;
}

span.sye-bullet {
    background: url(../img/sye/sye-bullet.png) no-repeat;
    display: inline-block;
    width: 4px;
    height: 8px;
    margin-right: 2px;
}

span.sye-chevron-right {
    background: url(../img/sye/img-chevron-right.png) no-repeat;
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 7px;
    margin-bottom: 2px;
}

span.sye-chevron-right-green {
    background: url(../img/sye/img-chevron-right-green.png) no-repeat;
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 7px;
    margin-bottom: 1px;
}

@media (min-width:320px) and (max-width:1023px) {
    /***************************************************************************
    Welcome
    ***************************************************************************/
   
    section#welcome {
        background-color: #DBDBDB;
        background-position: center;
        width: 100%;
        position: relative;
    }
    /*
    .section-text {
        background: url(../img/sye/bg-main-banner.jpg) no-repeat;
        position: relative;
        min-height: 100%;
    }*/
    
    .big-things {
        color: #177397;
        font-family: 'RobotoBold';
        font-size: 18px;
        margin: 20% 0px 0px 0px;
        padding-bottom: 30px;
    }  
    
    /***************************************************************************
    Work For You
    ***************************************************************************/     
        #work-for-you .container {
            max-width: 1224px;
            background: url(../img/sye/bg-work-for-you.png) no-repeat;
            height: auto;
        }

        #work-for-you [class*="col-md-"] {
            padding: 0;
        }

        #work-for-you img {
            position: relative;
            margin: 0 auto;
            top: 0;
            right: 0;
        }

        .text-work-for-you {
            margin-top: 30px;
            padding: 10px;
        }

        .text-tour {
            padding: 10px;
        }
    
    /***************************************************************************
    Contact
    ***************************************************************************/
    .contact-form {
        background: rgb(82, 143, 153);
        width: auto;
        position: relative;
        margin-top: 15px;
        padding: 20px 25px 20px 25px;
        z-index: 101;
    }
    
    
    /***************************************************************************
    ***************************************************************************/
    nav .container {
        padding: 20px 20px 0 20px;
    }
    
    .sye-navbar .sye-nav .nav > li {
        padding-top: 15px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .sye-navbar .sye-nav .nav > li > a {
        font-size: 16px;
        line-height: 37px;
        padding-left: 5px;
        padding-right: 5px;
    }
    
    section .container, footer .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    .specialty-wrapper {
        display: inline-block;
        width: 220px;
    }
    
    .carousel-control.left {
        background: url(../img/sye/control-left.png);
        top: 35%;
    }
    .carousel-control.right {
        background: url(../img/sye/control-right.png);
        top: 35%;
    }
    
    /*** End Custom Carousel ***/

    .team-grid {
        display: table;
        width: 100%;
    }
    
    .team-grid li {
        display: table-cell;
        padding: 4px;
    }
    
    .team-member img {
        border: 1px solid #b6eff9;
        width: 100%;
        height: auto;
    }
    
    .text-tour, .text-work-for-you {
        text-align: center;
    }
    
    .valor-start-wrapper {
        width: 100px;
    }
}

@media (min-width:320px) and (max-width:480px) {
    .carousel-control {
        position: absolute;
        display: block;
        width: 18px;
        height: 30px;
    }

    .carousel-control.left {
        background: url(../img/sye/control-left-mobile.png) no-repeat;
        top: 10%;
    }
    
    .carousel-control.right {
        background: url(../img/sye/control-right-mobile.png) no-repeat;
        top: 10%;
    }
    
    .top-section-inner-bg {
        line-height: 100%;
        padding-top: 20px;
    }
    
    .specialty.inner-specialty {
        margin-top: 10px
    }
    
    .specialty-description {
        padding: 10px;
    }
    
    .phase-description {
        padding: 10px 20px 10px 20px;
    }
    
    .subtitle {
        padding: 0px 20px 0px 20px;
    }
    
    .specialty-description.padding-lr-120 {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .specialty-description.padding-lr-70 {
        padding-left: 2px;
        padding-right: 20px;
    }
    
    .list-tech > li {
        width: 50%;
        margin: 10px 0 10px 0 ;
    }
    
    .sye-results-list-big {
        padding: 0 5px 0 5px;
    }
    
    .sye-results-list-big li {
        font-size: 12px;
    }
    
    .general-text {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width:481px) and (max-width:640px) {
    .carousel-control.left {
        top: 20%;
    }
    
    .carousel-control.right {
        top: 20%;
    }
    
    .phase-description {
        padding: 10px 20px 10px 20px;
    }
    
    .subtitle {
        padding: 0px 20px 0px 20px;
    }
    
    .specialty-description {
        padding: 10px;
    }
}

@media (max-width: 320px) {
    .social-links {
        padding: 0;
        margin-left: 10px;
        margin-top: 35px;
    }
    .social-links > li > a {
        width: 40px;
        height: 40px;
        padding: 5px;
    }
    
    .blue-layer h2 {
        font-size: 30px;
    }
}

@media (min-width: 481px) {
    .specialty-title {
        line-height: 55px;
        height: 55px;
        text-align: left;
    }

    .specialty-body-wrapper {
        background: url(../img/sye/bg-specialty-body.png);
        display: inline-block;
        float: left;
        height: 55px;
        padding-right: 8px;
    }

    .specialty-end-wrapper {
        background: url(../img/sye/bg-specialty-end.png);
        display: inline-block;
        height: 55px;
        width: 33px;
    }
}

@media (min-width: 1024px) {
    .valor-description {
        padding: 0 120px 0 120px;
    }
    
    .valor-start-wrapper {
        padding-left: 105px;
        width: 212px;
    }
    
    .sye-results-title {
        padding-left: 82px;
    }
    
    .main-carousel .carousel-inner h1 {
        font-size: 65px;
        margin-top: 82px !important;
    }

    .main-carousel h2 {
        font-family: 'RobotoThin';
        color: #141618;
        margin-top: 0;
    }
}

/*==============================================================================
Animations
==============================================================================*/
@keyframes fadein {
    0% {opacity:0}
    90% {opacity:0}
    100% {opacity:1}
}

@-moz-keyframes fadein { 
    0% {opacity:0}
    90% {opacity:0}
    100% {opacity:1}
}

@-webkit-keyframes fadein {
    0% {opacity:0}
    90% {opacity:0}
    100% {opacity:1}
}

@-o-keyframes fadein { 
    0% {opacity:0}
    100% {opacity:1}
}    

@keyframes slideLeft {
    0% {
        opacity:0;
        transform:translateX(40%);
    }
    100% {
        opacity:1;
        transform:translateX(0%);
    }
}

@-moz-keyframes slideLeft { 
    0% {
        opacity:0;
        -moz-transform:translateX(40%);
    }
    100% {
        opacity:1;
        -moz-transform:translateX(0%);
    }
}

@-webkit-keyframes slideLeft {
    0% {
        opacity:0;
        -webkit-transform:translateX(40%);
    }
    100% {
        opacity:1;
        -webkit-transform:translateX(0%);
    }
}

@-o-keyframes slideLeft { 
    0% {
        opacity:0;
        -o-transform:translateX(40%);
    }
    100% {
        opacity:1;
        -o-transform:translateX(0%);
    }
}     

@keyframes slideRight {
    0% {
        opacity:0;
        transform:translateX(-40%);
    }
    100% {
        opacity:1;
        transform:translateX(0%);
    }
}

@-moz-keyframes slideRight { 
    0% {
        opacity:0;
        -moz-transform:translateX(-40%);
    }
    100% {
        opacity:1;
        -moz-transform:translateX(0%);
    }
}

@-webkit-keyframes slideRight {
    0% {
        opacity:0;
        -webkit-transform:translateX(-40%);
    }
    100% {
        opacity:1;
        -webkit-transform:translateX(0%);
    }
}

@-o-keyframes slideRight { 
    0% {
        opacity:0;
        -o-transform:translateX(-40%);
    }
    100% {
        opacity:1;
        -o-transform:translateX(0%);
    }
}

.main-carousel {
    min-height: 494px;
    
}

.main-carousel .item {
    min-height: 494px;
    overflow: hidden;
}

.main-carousel .carousel .item {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: translate3d(0,0,0);
}

.main-carousel .carousel .active.left {left:0;opacity:0;z-index:2;}
.main-carousel .carousel .next {left:0;opacity:1;z-index:1;}

#top-inner-img .carousel-inner {
    background: url(../img/sye/img-mobile.jpg) no-repeat;
    background-size: 100%;
    color: #FFFFFF;
    font-family: 'RobotoThin';
}

.main-carousel .carousel-inner {
    background: none !important;
}

#carousel-main .carousel-inner .item > .container {
    padding-left: 132px !important;
    padding-right: 132px !important;
}

#top-inner-img .carousel-inner h1, .carousel-inner h2 {
    color: #428BCA;
    font-size: 52px;
    margin-top: 0 !important;
}

.main-carousel .carousel-inner h1 {
    color: #428BCA;
    font-family: 'RobotoBold';
    font-size: 52px;
    text-align: left;
}

.main-carousel h2 {
    color: #141618;
    font-family: 'RobotoThin';
    font-size: 52px;
    margin-top: 0;
    text-align: left;
}

#top-inner-img .carousel-control {
    width:5%;
}

#top-inner-img .carousel-control.left {
    background:none;
    filter:none;
    left:0px;
}

#top-inner-img .carousel-control.right {
    background:none;
    filter:none;
    right:0;
    left:95%;
}

#top-inner-img .carousel-control .glyphicon, .carousel-control .icon-prev, .carousel-control .icon-next {
    width:30px;
    height:30px;
    font-size:90px;
    margin-left: 0;
}

#top-inner-img .carousel-indicators {
    z-index:10;
}

#top-inner-img .carousel-indicators li {
    border: 1px solid gray;
}

#top-inner-img .carousel-indicators .active {
    background-color: black;
}

.item img.bg {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1110px;
	
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
	
    /* Set up positioning */
    position: absolute;
    z-index:-1;
    top: 0px;
    left: 0;
}

/********************************************************************
Main Carousel
*********************************************************************/
.device-container {
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
    width: 400px;
    height: 361px;
    margin:0 auto; 
}
.iphone-5-container {
    background-image:url(../img/container-screens/iphone-5-screen.jpg);
}

.android-container {
    background-image:url(../img/container-screens/android-screen.png);
}


.blackberry-container {
    background-image: url(../img/container-screens/blackberry-screen.jpg);
}


.ipad-container {
    background-image: url(../img/container-screens/ipad-screen.jpg);
}

.surface-container {
    background-image: url(../img/container-screens/surface.png);
}

#top-inner-img a.btn {
    margin-bottom:30px;
    margin-left:0;
    margin-right:0;
}

#top-inner-img .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #ffffff;
    border-radius: 0px;
}

#top-inner-img .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #ffffff;
}

#top-inner-img .next .left {
    opacity:0;
}

#top-inner-img .next .right {
    opacity:0;
}

#top-inner-img .active .left {
    animation: slideLeft 0.75s;
    -webkit-animation: slideLeft 0.75s;
    -moz-animation: slideLeft 0.75s;
    -o-animation: slideLeft 0.75s;
}

#top-inner-img .active .right {
    animation: slideRight 0.75s;
    -webkit-animation: slideRight 0.75s;
    -moz-animation: slideRight 0.75s;
    -o-animation: slideRight 0.75s;
}

.separator-map {
    background: url(../img/sye/bg-separator-top-map.jpg) repeat-x;
    height: 109px;
    width: 100%;
}

section.gray-background {
    background: #f9f9f9;
    margin-top: 50px;
    padding-bottom: 50px;
}

.padding-top-0 {
    padding-top: 0;
}

.text-jutify {
    text-align: justify;
}

.valores {
    color: #030066 !important;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 45px;
    
}

.green-text {
    color: #6b9a26;
}

.sye-content {
    color: #6d6e70;
    font-family: 'RobotoLight';
    font-size: 14px;
    margin-top: 25px;
    line-height: 20px;
}

.sye-results-list {
    list-style-type: none;
    margin-top: 25px;
}

.sye-results-list li {
    color: #6d6e70;
    font-family: 'RobotoLight';
    font-size: 14px;
    margin-bottom: 15px;
    text-align: justify;
    background: url(../img/sye/icon-ok.png) no-repeat;
    background-position: 0 4px;
    padding-left: 45px;
    min-height: 39px;
    line-height: 20px;
}
.sye-results-list-big {
    list-style-type: none;
    margin-top: 25px;
}

.sye-results-list-big li {
    color: #314660;
     font-family: 'RobotoLight';
    font-size: 16px;
    margin-bottom: 15px;
    text-align: justify;
    background: url(../img/sye/icon-ok.png) no-repeat;
    background-position: 0 4px;
    padding-left: 50px;
    padding-top: 10px;
    min-height: 39px;
    line-height: 20px;
}

.blue-bold li {
    color: #65b4d7;
    font-family: 'RobotoBold';
}

.valor-start-wrapper {
    background: url(../img/sye/bg-wrapper-valor.png);
    color: #65b4d7;
    display: inline-block;
    float: left;
    font-family: 'RobotoBold';
    font-size: 16px;
    height: 35px;
    line-height: 35px;
}

.valor-end-wrapper {
    background: url(../img/sye/bg-wrapper-valor-end.png);
    display: inline-block;
    height: 35px;
    width: 21px;
}

.valor-description {
    color: #6d6e70;
    font-family: 'RobotoThin';
    font-size: 17px;
    margin-top: -5px;
    margin-bottom: 20px;
}

.nbs-flexisel-inner {
    padding-left: 20px;
}

.padding-right-60 {
    padding-right: 60px;
}

.list-success-cases {
    list-style-type: none;
    padding: 0;
    margin-top: 10px;
}

.list-success-cases > li {
    color: #6D6E70;
    font-family: 'RobotoLight';
    font-size: 14px;
    line-height: 24px;
    background: url(../img/sye/sye-bullet.png) no-repeat;
    background-position: 0 12px;
    padding-left: 30px;
}

/***Banner***/

h1.title {
    margin-bottom: 5px;
    padding-top: 70px;
}

h2.subtitle {
    line-height: 50px;
}

h2.subtitle span {
    border-bottom: 1px solid #81c5df;
}

h3.description {
    color: #409cda;
    font-size: 36px; font-family: 'RobotoBold';
    margin-left: -10px;
    text-align: left; 
}

span.chevron {
    color: #db007c;
    font-family: 'RobotoBold';
    font-size: 36px;
    left: -21px;
    position: absolute;
}

span.more {
    display: block;
    float: left;
}

.image-banner {
    height: 494px;
    position: relative;
}

.image-banner img {
    bottom: 0;
    left: 0;
    position: absolute;
}

.position-absolute {
    position: absolute;
}

/***DUNS***/
#duns-wrapper {
    background: url(../img/sye/bg-blue-duns.jpg);
    padding-top: 11px;
}
.duns {
    display: inline-block;
    float: left;
    margin-left: 20px;
    margin-top: 47px;
}
.associate {
    display: inline-block;
    float: left;
    margin-bottom: 10px;
}

/***Links***/
.sye-links {
    margin-top: 65px;
    color: #FFFFFF;
    font-family: 'RobotoRegular'
}
.sye-links a {
    text-decoration: none;
    color: #FFFFFF;
}
.sye-links img {
    margin-right: 5px;
}

/***Count-down***/
.img-background {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1110px;
	
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
	
    /* Set up positioning */
    position: absolute;
    z-index:-1;
    top: 0px;
    left: 0;
}

h2.subtitle {
    color: #ADDAF1;
    font-family: 'RobotoThin';
    font-size: 52px;
    padding: 50px;
    text-align: center;
}

.count-down {
  margin-top: 0em;
  margin-bottom: 10em;
  *zoom: 1;
}
.count-down:before,
.count-down:after {
  display: table;
  content: "";
  line-height: 0;
}
.count-down:after {
  clear: both;
}
.count-down .count,
.count-down .count-wrap,
.count-down .count-spacer {
  display: inline-block;
  text-align: center;
}
.count-down .count-wrap {
  width: 80px;
  height: 80px;
  /*background: url(../img/sye/bg-blue.png);*/
  background-color: #0E0E0E;
  background-color: rgba(14, 14, 14, 0.7);
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px #111111;
  -moz-box-shadow: 0 0 10px #111111;
  font-family: 'RobotoRegular';
  color: #ADDAF1;
}
.count-down .count-spacer {
  padding: 0 10px;
  font-size: 180%;
  height: 80px;
  line-height: 1;
}
.count-down .digits {
  color: #ADDAF1;
  display: block;
  font-family: 'RobotoRegular';
  font-size: 260%;
  margin: 10px 0;
}

@media (min-width: 768px) and (max-width: 979px) {
  .count-down .count-wrap {
    width: 60px;
    height: 70px;
  }
  .count-down .count-spacer {
    display: none;
  }
  .count-down .digits {
    font-size: 200%;
  }
}

@media (max-width: 767px) {

    h2.subtitle {
        font-size: 28px;
        line-height: normal;
        padding-bottom: 15px;
        padding-top: 15px;
    }
   
    #carousel-main .carousel-inner .item > .container {
        padding-top: 10px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
   
    .count-down {
    margin-top: 4em;
    *zoom: 1;
  }
  .count-down .count-wrap {
    width: auto;
    padding: 0 0.5em;
  }
  .count-down .count-spacer {
    display: none;
  }
  .count-down .digits {
    font-size: 200%;
  }
}

/********************************************************************
Margins and paddings
*********************************************************************/
.top-10 {
    margin-top: 10px;
}

.top-20 {
    margin-top: 20px;
}

.top-30 {
    margin-top: 30px;
}

.bottom-10 {
    margin-bottom: 10px;
}

.padding-lr-120 {
    padding-left: 120px;
    padding-right: 120px;
}

.padding-lr-70 {
    padding-left: 70px;
    padding-right: 70px;
}

.margin-tb-50 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.margin-top-neg-75 {
    margin-top: -75px;
}

.margin-top-neg-30 {
    margin-top: -30px;
}

.no-margin-bottom {
    margin-bottom: 0;
}

#duns-iframe {
    width: 110px;
    height: 40px;
    overflow: hidden;
    border: none;
}

iframe {
    overflow: hidden;
}

.modal-color {
   background-color: #D3D3D3;
}

.modal-body{
   background-color: #FFFFFF;
}

.modal-footer{
    margin-top: 0px;
}

.sye-logo-modal{
    padding-top: 15px;
}

.modal-title{
    font-family: 'RobotoLight';
    color: #FFFFFF;
}

.second-option{
    padding-left: 30px;
}

.third-option{
    padding-left: 80px;
}
/*******************************************************************************
In What Language
*******************************************************************************/
section#what-language {
    background: url(../img/sye/bg-blue.png);    
    min-height: 400px;
    padding-bottom: 30px;
}

#what-language .top-section-bg {
    height: 120px;
    font-family: 'RobotoThin';
    font-size: 40px;
    color: rgb(255, 255, 255);
    text-align: center;
    padding-top: 50px;
    padding-bottom:150px;
}

.invitation{
    font-size: 20px;
    color: #FFFFFF;
    text-align: justify;
    text-justify: inter-word;
}

#what-language .row .small-size{
    font-size: 30px;
    color: #FFFFFF;
}

.mission > li{
    color: #FFFFFF;
    font-size: 20px;
}

.register-here{
    width : 220px;
}

.learn-more{
    color: #FFFFFF;
    font-size: 20px;
    /*text-decoration: underline;*/
}

.modal-form{
    padding-bottom: 35px;
}

.align-paragraph{
    text-align: justify;
    text-justify: inter-word;
}

.link-sye{
    color: #FFFFFF;
}

.testimonial-images{
    padding-left: 450px;
}

.testimonal-subtitle{
    font-size:20px;
}

.testimonial-info{
    padding-bottom: 60px;
}

section#sponsors {
    background-color: #DBDEF0;    
    min-height: 150px;
}