.raleway-font{
    font-family: 'Raleway', sans-serif;
}

html,body {
    background-color: #dddddd;
    overflow-x: hidden;
    font-family: 'BentonSans', sans-serif;
    //font-family: 'Lato', sans-serif;
}

/*body{
    display: none;
}*/

.no-padding{
    padding: 0 !important;
}
.no-margin{
    margin: 0 !important;
}

.padding-bottom-150 {
    padding-bottom: 150px;
}

a {
    text-decoration: none !important;
}
.z-index-2 {
    z-index: 2;
}
.section {
    display: block;
    position: absolute;
    width: 0px;
    left: 0;
    right: 0;
    border: 5px solid #F00;
    z-index: 0;
    height: 10px;
    visibility: hidden;
}

/*start angles decorations*/
.section-decoration {
    position: relative;
}

.decor-top {
    position: absolute;
    width: 105%;
    height: 60px;
    left: 0;
    z-index: 1;
    top: -59px;
}

.decor-bottom {
    position: absolute;
    width: 105%;
    height: 60px;
    left: 0;
    z-index: 3;
    top: -1px;
}

.decor {
  display: block;
  position: relative;
  margin: 0 auto;
}

.section-decoration-fff .decor, [class*="swatch-"] .section-decoration-fff .decor {
  fill: #FFF;
  stroke: #FFF;
}
.section-decoration-footer .decor, [class*="swatch-"] .section-decoration-footer .decor {
    fill: #313131;
    stroke: #313131;
}
.section-decoration-projects .decor, [class*="swatch-"] .section-decoration-projects .decor {
    fill: #3399FF;
    stroke: #3399FF;
}

.section-decoration-f3f3f3 .decor, [class*="swatch-"] .section-decoration-f3f3f3 .decor {
    fill: #f3f3f3;
    stroke: #f3f3f3;
}
.section-decoration-eeeeee .decor, [class*="swatch-"] .section-decoration-eeeeee .decor {
    fill: #eeeeee;
    stroke: #eeeeee;
}

.section-decoration-project .decor, [class*="swatch-"] .section-decoration-project .decor {
    fill: #fc6900;
    stroke: #fc6900;
}



.decor-top-project {
    position: absolute;
    width: 200%;
    height: 200px;
    left: 0;
    z-index: 1;
    bottom: 80px;
}

/*end angles decorations*/

.carousel-bkg {
    background: #f3f3f3;
}

.add-grayscale {

    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);

    /*filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
    */
}
.box-shadow-3 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0.3))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#4d000000',GradientType=0 ); /* IE6-8 */
    opacity: 1;
}
.box-shadow-5 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=0 ); /* IE6-8 */
    opacity: 1;
}


.no-animation-css-div-img,.no-animation-css-div-img div, .no-animation-css-div-img img,.no-animation-css-this {
    transition:All 0s ease !important;
    -webkit-transition:All 0s ease !important;
    -moz-transition:All 0s ease !important;
    -o-transition:All 0s ease !important;
    -webkit-animation-fill-mode: both !important;
            animation-fill-mode: both !important;
}
.no-animation-css-important,.no-animation-css-important div,.no-animation-css-important img,.no-animation-css-important p,.no-animation-css-important span,.no-animation-css-important label,.no-animation-css-important a,.no-animation-css-important textarea{
    transition:All 0s ease !important;
    -webkit-transition:All 0s ease !important;
    -moz-transition:All 0s ease !important;
    -o-transition:All 0s ease !important;
    -webkit-animation-fill-mode: both !important;
            animation-fill-mode: both !important;
}
.no-animation-css,.no-animation-css div,.no-animation-css img,.no-animation-css p,.no-animation-css span,.no-animation-css label,.no-animation-css a,.no-animation-css textarea{
    transition:All 0s ease;
    -webkit-transition:All 0s ease;
    -moz-transition:All 0s ease;
    -o-transition:All 0s ease;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}
.animation-css-2,.animation-css-2 div,.animation-css-2 img,.animation-css-2 p,.animation-css-2 span,.animation-css-2 label,.animation-css-2 a,.animation-css-2 textarea{
    transition:All 2s ease;
    -webkit-transition:All 2s ease;
    -moz-transition:All 2s ease;
    -o-transition:All 2s ease;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}
.animation-css,.animation-css div,.animation-css img,.animation-css p,.animation-css span,.animation-css label,.animation-css a,.animation-css i,.animation-css textarea{
    transition:All 1s ease;
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

.animation-css-750,.animation-css-750 div,.animation-css-750 img,.animation-css-750 p,.animation-css-750 span,.animation-css-750 label,.animation-css-750 a,.animation-css-750 textarea{
    transition:All 0.75s ease;
    -webkit-transition:All 0.75s ease;
    -moz-transition:All 0.75s ease;
    -o-transition:All 0.75s ease;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

.animation-css-500,.animation-css-500 div,.animation-css-500 img,.animation-css-500 p,.animation-css-500 span,.animation-css-500 label,.animation-css-500 a,.animation-css-500 textarea{
    transition:All 0.5s ease;
    -webkit-transition:All 0.5s ease;
    -moz-transition:All 0.5s ease;
    -o-transition:All 0.5s ease;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}
.animation-css-250,.animation-css-250 div,.animation-css-250 img,.animation-css-250 p,.animation-css-250 span,.animation-css-250 label,.animation-css-250 a,.animation-css-250 textarea{
    transition:All 0.25s ease;
    -webkit-transition:All 0.25s ease;
    -moz-transition:All 0.25s ease;
    -o-transition:All 0.25s ease;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

.animation-css-250ex img{
    transition:filter 0.25s ease;
    -webkit-transition:filter 0.25s ease;
    -moz-transition:filter 0.25s ease;
    -o-transition:filter 0.25s ease;
    -webkit-animation-fill-mode: both;
             animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
 }

 .no-flick img{-webkit-transform:translate3d(0,0,0);}


.animation-css-500 div.g4a-e5o-accordion-button-close{
    transition: right 0s ease, opacity 0.25s ease, top 0.25s ease;
    -webkit-transition: right 0s ease, opacity 0.25s ease, top 0.25s ease;
    -moz-transition: right 0s ease, opacity 0.25s ease, top 0.25s ease;
    -o-transition: right 0s ease, , opacity 0.25s ease, top 0.25s ease;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}


.align-right{
    text-align: right;
}
.align-center{
    text-align: center;
}

.uppercase{
    text-transform: uppercase;
}
.initial{
    text-transform: initial;
}


.container-fluid{
    position: relative;
}



.mc4wp-form .error {
    display: block;
    font-size: 14px;
    position: relative;
    margin-top: -10px;
    padding-top: 0;
    font-weight: 400;
    color: #F00;
}


/*===========================================
Start - G4A WP styles content
===========================================*/

.wp-content-styles .embed-responsive {
    min-height: 350px;
}
.wp-content-styles .alignnone {
    margin: 5px 20px 20px 0;
}

.wp-content-styles .aligncenter,
.wp-content-styles div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.wp-content-styles .alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.wp-content-styles .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.wp-content-styles a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.wp-content-styles a img.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-content-styles a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.wp-content-styles a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-content-styles .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-content-styles .wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-content-styles .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-content-styles .wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-content-styles .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-content-styles .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.wp-content-styles .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.wp-content-styles .screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*===========================================
End - G4A WP styles content
===========================================*/







/*===========================================
Start - G4A Site Button effect Bounce
===========================================*/
.g4a-menu-float .left, .g4a-menu-float .right  {
    position: relative;
    height: 50px;
}
.g4a-menu-float .breadcrumbs-container {
    position: absolute;
    bottom: -30px;
}

.g4a-menu-float .g4a-logo {
    max-width: 150px;
    width: 100%;
}
.g4a-menu-float .breadcrumbs {
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    color: #494949;
    font-size: 12px;
    line-height: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.g4a-menu-float .breadcrumbs a {
    color: #494949;
    text-decoration: none;
}

.g4a-button{
    border-radius: 17px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 10px;
    cursor: pointer;
    text-align: center;
    display: table;
    text-transform: uppercase;
    font-weight: 300;
    color: #FFF;
    /*border: 1px solid #3399FF;*/
    background-color: #3399FF;
}
.g4a-button button {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    background: transparent;
    border: none;
    outline: none;

    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.g4a-button .animated{
    display: table;
}
.animated {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animated.infinite:hover {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.09);
            transform: scale(1.09);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.09);
            transform: scale(1.09);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}


.animated-2 {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

/*===========================================
End - G4A Site Button effect Bounce
===========================================*/



/*===========================================
Start - G4A Site Colors
===========================================*/
.bkg-fff {
    background-color: #FFF;
}
.footer-bkg{
    background-color: #313131;
}
.footer-links-bkg{
    background-color: #2a2a2a;
}
.bkg-3399FF {
    background-color: #3399FF;
}
.bkg-eee{
    background-color: #eeeeee;
}

/*===========================================
End - G4A Site Colors
===========================================*/



/*===========================================
Start - G4A scrolling bullets
===========================================*/

.container-scrolling-bullets {
    position: fixed;
    right: 50px;
    z-index: 3;
    width: 20px;
    bottom: 0;
    top: 0;
    margin: auto;
    position: fixed;
    height: auto;
    height: 100px;/*dynamic height*/
}
.container-scrolling-bullets-hide {
    right: -300px !important;
}
.container-scrolling-bullets .bullet {
    border-radius: 100%;
    border: 4px solid #3399FF;
    width: 15px;
    height: 15px;
    display: block;
    cursor: pointer;
    background: #3399FF;
    margin: auto;
    top: 0;
    bottom: 0;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15), 0px 3px 5px rgba(0, 0, 0, 0.06);
    -moz-box-shadow:    0px 3px 5px rgba(0, 0, 0, 0.15), 0px 3px 5px rgba(0, 0, 0, 0.06);
    box-shadow:         0px 3px 5px rgba(0, 0, 0, 0.15), 0px 3px 5px rgba(0, 0, 0, 0.06);

}
.container-scrolling-bullets .bullet .title {
    padding: 0px;
    position: absolute;
    right: 20px;
    top: -8px;
    overflow:hidden;
    width: 0px;
    border: none;
    background: transparent;
    opacity: 0;
}
.container-scrolling-bullets .bullet .title .data {
    background:rgba(30,30,30,1);
    color: #FFF;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    margin-right: 5px;
    border-radius: 3px;
    width: 150px;
    text-align: center;
    font-weight: bold;
    right: -40px;
}
.container-scrolling-bullets .bullet .triangle {
    height: 0px;
    border-style: solid;
    border-width: 7px 0px 7px 10px;
    border-color: transparent transparent transparent rgba(30,30,30,1);
    right: 0px;
    position: absolute;
    top: 5px;
    width: 0px;
}
.container-scrolling-bullets .bullet:hover, .container-scrolling-bullets .bullet-active {
    background: transparent;
    border: 4px solid #3399FF;

}
.container-scrolling-bullets .bullet:hover .title,.container-scrolling-bullets .bullet .title-active {
    width: 200px;
    opacity: 1;
}
/*===========================================
Start - G4A scrolling bullets
===========================================*/



/*===========================================
Start - G4A menu
===========================================*/

.g4a-menu-float {
    position: fixed;
    z-index: 5;
    margin: auto;
    left: 0;
    right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 0px !important;
    background: rgba(30, 30, 30, 0.20);

    /* -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.13), 0px 3px 15px rgba(0, 0, 0, 0.10);
    -moz-box-shadow:    0px 3px 15px rgba(0, 0, 0, 0.13), 0px 3px 15px rgba(0, 0, 0, 0.10);
    box-shadow:         0px 3px 15px rgba(0, 0, 0, 0.13), 0px 3px 15px rgba(0, 0, 0, 0.10); */

    transition:All 0.5s ease;
    -webkit-transition:All 0.5s ease;
    -moz-transition:All 0.5s ease;
    -o-transition:All 0.5s ease;
}

.table {
    display: table;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.g4a-menu-float-bkg {
    transition:All 0.5s ease;
    -webkit-transition:All 0.5s ease;
    -moz-transition:All 0.5s ease;
    -o-transition:All 0.5s ease;
    padding-top: 10px;
    padding-bottom: 10px;
    background:rgba(30,30,30,0.45);

   /* -webkit-box-shadow: 0px 3px 55px rgba(0, 0, 0, 0.33), 0px 3px 55px rgba(0, 0, 0, 0.16);
    -moz-box-shadow:    0px 3px 55px rgba(0, 0, 0, 0.33), 0px 3px 55px rgba(0, 0, 0, 0.16);
    box-shadow:         0px 3px 55px rgba(0, 0, 0, 0.33), 0px 3px 55px rgba(0, 0, 0, 0.16); */
}

.top-menu-item{
    text-align: right;
    display: inline;
    cursor: pointer;
    font-size: 16px;
    color: #FFF;
    font-weight: 500;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
    text-transform: uppercase;
}
.top-menu-item a {
    color: inherit;
    font-size: inherit;
    height: auto !important;
    line-height: 1.5;
}
.top-menu-item span {
    height: auto !important;;
    line-height: 1.5;
}

.menu-icon{
    text-align: right;
    display: inline-block !important;
    position: relative;
    vertical-align: middle;
    top: 0px;
}
.menu-icon i{
    font-size: 42px;
    color: #FFF;
    position: relative;
    right: 0;
    cursor: pointer;
}


.social-g4a{
    display: inline;
    position: relative;
    top: -2px;
}

@media (max-width: 767px){
    .social-g4a{
        display: none;
    }
}

.social-g4a > div{
    display: inline-block;
    margin-left: 15px;
}

.social-g4a > div >a{
    display: block;
}

/*menu container*/

.g4a-wrapper-content-all{
    overflow: hidden;
    position: relative;
    left: 0px;
    transition:All 0.2s ease;
    -webkit-transition:All 0.2s ease;
    -moz-transition:All 0.2s ease;
    -o-transition:All 0.2s ease;
    margin: auto;
    max-width: 2800px;
}
.g4a-wrapper-content-all-show{
    left: -150px;
    transition:All 1s ease;
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease;
}
.g4a-menu-float-show{
    top: -100% !important;
    transition:All 2s ease;
    -webkit-transition:All 2s ease;
    -moz-transition:All 2s ease;
    -o-transition:All 2s ease;
}

.g4a-menu-container{
    display: none;
    opacity: 0;
    z-index: 6;
    position: fixed;
    width: 100%;
    height: 100%;
    float: left;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…BoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.8)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc000000',GradientType=1 );
    cursor:url(../assets/cursor-cross.png), auto;
}
.g4a-menu-container-show{
    opacity: 1.0;
}

.g4a-menu-right,.g4a-menu-right-follow-us{
    width: 0px;
    position: fixed;
    z-index: 7;
    right: -1500px;
    height: 100% !important;
    top: 0px;
    /*transform: rotate(-28deg) ;
    -webkit-transform: rotate(-28deg) ;
    -moz-transform: rotate(-28deg) ;
    -o-transform: rotate(-28deg) ;
    -ms-transform: rotate(-28deg) ;*/
    //position: absolute;
}
.g4a-menu-right-show,.g4a-menu-right-follow-us-show{
    right: 400px;
}
// .g4a-menu-right:before,.g4a-menu-right-follow-us:before{
//     content: "";
//     width: 900px;
//     height: 2000px;
//     position: absolute;
//     z-index: 0;
//     background: #FFF;
//     left: -50px;
//     transform: rotate(-28deg);
//     -webkit-transform: rotate(-28deg);
//     -moz-transform: rotate(-28deg);
//     -o-transform: rotate(-28deg);
//     -ms-transform: rotate(-28deg);
//     top: -400px;
// }

.g4a-menu-right-inverse{
    //content: "";
    width: 900px;
    height: 2000px;
    position: absolute;
    z-index: 0;
    left: -50px;
    transform: rotate(-28deg);
    -webkit-transform: rotate(-28deg);
    -moz-transform: rotate(-28deg);
    -o-transform: rotate(-28deg);
    -ms-transform: rotate(-28deg);
    top: -400px;
    cursor:url(../assets/cursor-cross-black.png), auto;
    overflow: hidden;
}

.g4a-menu-right-reverse{
    width: 900px;
    height: 2000px;
    position: absolute;
    z-index: 0;
    background: #FFF;
    left: -144px;
    transform: rotate(28deg);
    -webkit-transform: rotate(28deg);
    -moz-transform: rotate(28deg);
    -o-transform: rotate(28deg);
    -ms-transform: rotate(28deg);
    top: 400px;
}

.g4a-menu-right .g4a-links,.g4a-menu-right-follow-us .g4a-links{
    color: #000;
    position: relative;
    font-size: 24px;
    padding-top: 90px;
}
.g4a-menu-right .g4a-links .main-link,.g4a-menu-right-follow-us .g4a-links .main-link{
    font-size: 35px;
    font-weight: 100;
    line-height: 60px;
    text-decoration: none;
    color: #000;
    position: relative;
    left: -310px;
    width: 600px;
    display: block;
}
.g4a-menu-right-follow-us .g4a-links .news-letter-input {
    display: none;
    margin-top: 10px;
    line-height: 0px;
    padding-left: 10px;
    font-size: 20px;
    max-width: 300px;
    outline: none;
    display: none;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0px;
    border-bottom: 1px solid #B2B2B2;
    position: relative;
}
.g4a-menu-right-follow-us .g4a-links .main-link{

    padding-top: 10px;
    padding-bottom: 10px;

}
.g4a-menu-right-follow-us .g4a-links .main-link{
    left: -304px;
}
.g4a-menu-right .g4a-links .main-link:hover{
    color: #3399FF;
}
.g4a-menu-right .g4a-links .main-link img{
    margin-bottom: 10px;
}
.g4a-menu-right-follow-us .g4a-links .main-link:nth-child(1):hover{
    color: #3A5795;
}
.g4a-menu-right-follow-us .g4a-links .main-link:nth-child(2):hover{
    color: #2B7BB9;
}
.g4a-menu-right-follow-us .g4a-links .main-link:nth-child(3):hover{
    color: #0073B2;
}
.g4a-menu-right-follow-us .g4a-links .main-link:nth-child(4):hover{
    color: #3399FF;
}
.g4a-menu-right-follow-us .g4a-links .main-link:nth-child(4) p{
    font-size: 20px;
    padding: 0px;
    margin: 0px;
    top: -30px;
    position: relative;
}


.g4a-menu-right .g4a-links .main-link:nth-child(2){
    left: -275px;
}
.g4a-menu-right .g4a-links .main-link:nth-child(3){
    left: -240px;
}
.g4a-menu-right .g4a-links .main-link:nth-child(4){
    left: -210px;
}
.g4a-menu-right .g4a-links .main-link:nth-child(5),.g4a-menu-right-follow-us .g4a-links .main-link:nth-child(5){
    left: -180px;
}
.g4a-menu-right .g4a-links .main-link:nth-child(6){
    left: -150px;
}
.g4a-menu-right .g4a-links .main-link:nth-child(7){
    left: -110px;
}

.g4a-menu-right .g4a-links .submenu{
    position: relative;
    left: 0px;
    width: 600px;
}
.g4a-menu-right .g4a-links .submenu .main-link{
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 5px;
}
.g4a-menu-right .g4a-links .submenu .main-link:nth-child(1){
    left: -70px;
}
.g4a-menu-right .g4a-links .submenu .main-link:nth-child(2){
    left: -50px;
}
.g4a-menu-right .g4a-links .submenu .main-link:nth-child(3){
    left: -30px;
}
.g4a-menu-right .g4a-links .submenu .main-link:nth-child(4){
    left: -10px;
}

.g4a-menu-right .g4a-links .copyright{
    font-size: 15px;
    width: 600px;
    left: 10px;
    line-height: 16px;
    position: relative;
    margin-top: 60px;
}

.g4a-menu-right-follow-us .g4a-links .main-link i{
    display: inline;
    margin-right: 15px;
    font-size: 60px;
    position: relative;
    top: 5px;
}

.g4a-menu-right-follow-us .border-bottom:before {
    position: absolute;
    left: -30px;
    width: 900px;
    border-bottom: 1px solid #B2B2B2;
    bottom: 0;
    content: "";
}

.g4a-menu-right-follow-us .g4a-links .main-link:nth-child(2) {
    left: -258px;
}
.g4a-menu-right-follow-us .g4a-links .main-link:nth-child(3) {
    left: -211px;
}
.g4a-menu-right-follow-us .g4a-links .main-link:nth-child(4) {
    left: -160px;
}

/*===========================================
End - G4A menu
===========================================*/


/*===========================================
Start - G4A Skew
===========================================*/

.skew-overflow-set {

    /*transform: rotate(4deg) translate3d( 0, 0, 0);;
    -webkit-transform: rotate(4deg) translate3d( 0, 0, 0);
    -moz-transform: rotate(4deg) translate3d( 0, 0, 0);
    -o-transform: rotate(4deg) translate3d( 0, 0, 0);
    -ms-transform: rotate(4deg) translate3d( 0, 0, 0);*/
    position: relative;
    /*top: -100px;
    width: 150%;
    left: -25%;
    backface-visibility: hidden;
    */
    padding-top: 40px;
    padding-bottom: 40px;
}
.skew-overflow-invert,.skew-overflow-invert-no-calc {
    /*
    transform: rotate(-4deg) translate3d( 0, 0, 0);
    -webkit-transform: rotate(-4deg) translate3d( 0, 0, 0);
    -moz-transform: rotate(-4deg) translate3d( 0, 0, 0);
    -o-transform: rotate(-4deg) translate3d( 0, 0, 0);
    -ms-transform: rotate(-4deg) translate3d( 0, 0, 0);
    */
    position: relative;
    margin: auto;
}

/*p,span,label {
    text-shadow:0px 0px 1px #fff;
}
*/
/*===========================================
End - G4A Skew
===========================================*/






/*===========================================
Start - G4A Footer
===========================================*/
/*.fix-top-space-footer:before{
    position: absolute;
    background: none repeat scroll 0% 0% #313131;
    color: #FFF;
    z-index: 0;
    width: 100%;
    height: 200px;
    bottom: 100%;
}*/
.footer-services div a {

}
.footer-policies div a {
    font-size: 12px;
    line-height: 14px;
}
.footer-container-bottom{
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-container-bottom .raleway-font{
    text-align: center;
}
.footer-container-bottom .raleway-font div{
    display: inline;
    margin-right: 30px;
}
.footer-container-bottom a{
    color: #A5A5A5;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
}
.footer-container-bottom a:hover{
    color: #3399FF;
}

.footer-container-top .phone{
    font-size: 30px;
    color: #bfbfbf;
    font-weight: 500;
    margin: 0;
    padding: 0;
    line-height: 45px;
}

.footer-container-top .title{
    font-size: 40px;
    color: #bfbfbf;
    font-weight: 500;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.footer-container-top{
    position: relative;
    z-index: 3;
    top: 1px;
}
.footer-container-bottom{
    position: relative;
    z-index: 2;
}
.footer-container-top .desc{
    font-size: 18px;
    color: #bfbfbf;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 20px;
}
.footer-container-top .phone{
    font-weight: 400;
    float: left;
    /*margin-right: 30px;*/
}
/*.footer-container-top img{
    position: relative;
    bottom: 30px;
    max-width: 100% !important;
}*/
.footer-container-top .skew-overflow-invert{
    position: relative;
}

/*===========================================
End - G4A Footer
===========================================*/








/*===========================================
Start - G4A Pagination
===========================================*/

.container-pagination {
    text-align: center;
}
.container-pagination .g4a-button {
    display: inline-block;
    border: 1px solid #FFF;
    padding: 15px;
    width: 0px;
    height: 0px;
    border-radius: 100%;
    text-align: center;
    margin-left: 2px;
    margin-right: 2px;
}
.container-pagination .g4a-button a {
    color: #FFF;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    bottom: 0;
}
.container-pagination .g4a-button a i {
    position: relative;
    top: -3px;
}


.container-pagination .g4a-button:hover,.container-pagination .g4a-button-active {
    background: #FFF;
}
.container-pagination .g4a-button:hover a,.container-pagination .g4a-button-active a {
    color: #000;
}

/*===========================================
End - G4A Pagination
===========================================*/



/*===========================================
Start - G4A CONTACT
===========================================*/


.contact-section {
    overflow: hidden;
}
.contact-section .people {
    position: absolute;
    float: left;
    left: 0px;
    bottom: -125px;
}
.contact-section p {
    margin: 0px;
    padding: 0px;
}
.contact-section .title {
    font-size: 50px;
    line-height: 65px;
    font-weight: 500;
    color: #838483;
    margin-bottom: 5px;
}
.contact-section .desc {
    font-size: 24px;
    line-height: 28px;
    font-weight: 200;
    color: #838483;
    margin-bottom: 20px;
}
.contact-section label{
    color: #838483;
}
.contact-section .contact-input {
    border: none;
    display: block;
    width: 100%;
    background: #eee;
    border-bottom: 2px solid #a5a5a5;
    position: relative;
    z-index: 1;
    background: transparent;
    outline: none;
}

.contact-section .contact-textarea {
    border: none;
    outline: none;
    display: block;
    width: 100%;
    background: #eee;
    border-bottom: 2px solid #a5a5a5;
    position: relative;
    z-index: 1;
    background: transparent;
    height: 25px;
    outline: none;
}
.contact-section .margin-left {
    margin-left: 0px;
}
.contact-section .container-input {
    /*max-width: 300px;*/
    margin-left: auto;
}
.contact-section .container-textarea {
    /*max-width: 675px;*/
    margin-left: auto;
    position: relative;
}
.contact-section .title-input {
    position: relative;
    bottom: -20px;
    z-index: 0;
}
.contact-section .margin-top {
    margin-top: 50px;
}
.contact-section .title-input-show .title-input {
    bottom: 0px;
}
.contact-section .title-input-show .contact-input {
    border-bottom: 2px solid #3399FF;
}
.contact-section .title-input-show .contact-textarea {
    /*height: 100px;*/
}
.contact-section .g4a-button{
    right: 0px;
    margin-right: auto;
    position: relative;
    float: right;
    margin-top: 90px;
}

.spacer-top{
    padding-top: 120px;
}
/*===========================================
End - G4A CONTACT
===========================================*/





.g4a-menu-right:before, .g4a-menu-right-follow-us:before {
    content: "";
    width: 900px;
    height: 2000px;
    position: absolute;
    z-index: 0;
    background: #FFF;
    left: -50px;
    transform: rotate(-28deg);
    -webkit-transform: rotate(-28deg);
    -moz-transform: rotate(-28deg);
    -o-transform: rotate(-28deg);
    -ms-transform: rotate(-28deg);
    top: -400px;
}








/*===========================================
Start - G4A Media Queries
===========================================*/
@media only screen and (min-width: 1200px) {

}
@media only screen and (min-width: 1024px) and (max-width : 1200px)  {
    .footer-container-top .title, .footer-container-top .phone {
        font-size: 48px;
        line-height: 48px;
    }
    .footer-container-top .desc {
        font-size: 20px;
        line-height: 20px;
    }
    .footer-container-bottom .raleway-font div {
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1023px)  {
    .footer-container-top .title, .footer-container-top .phone {
        font-size: 48px;
        line-height: 48px;
    }
    .footer-container-top .desc {
        font-size: 20px;
        line-height: 20px;
    }
    .footer-container-bottom .raleway-font div {
        margin-right: 15px;
        margin-left: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width : 991px)  {
    .g4a-menu-right-show, .g4a-menu-right-follow-us-show{
        right: 300px;
    }
    .footer-container-top .title, .footer-container-top .phone {
        font-size: 36px;
        line-height: 36px;
    }
    .footer-container-top .desc {
        font-size: 18px;
        line-height: 18px;
    }
    .footer-container-bottom .raleway-font div {
        margin-right: 15px;
        margin-left: 15px;
    }

    .container-scrolling-bullets {
        right: 10px;
    }
    .top-menu-item{
        font-size: 14px;
        margin-right: 5px;
    }
}
@media only screen and (min-width: 640px) and (max-width : 767px)  {
    .g4a-menu-right-show, .g4a-menu-right-follow-us-show{
        right: 250px;
    }
    .footer-container-top .title, .footer-container-top .phone {
        font-size: 28px;
        line-height: 28px;
    }
    .footer-container-top .desc {
        font-size: 16px;
        line-height: 16px;
    }
    .footer-container-bottom .raleway-font div {
        margin-right: 15px;
        margin-left: 15px;
    }
    .footer-container-top img{
        bottom: -8px;
        max-width: 50px;
    }

    .footer-container-top .skew-overflow-invert{
        top: 0px;
    }

    .container-scrolling-bullets {
        right: 10px;
    }
}
@media only screen and (min-width: 480px) and (max-width : 639px)  {
    .g4a-menu-float{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .g4a-menu-right-show, .g4a-menu-right-follow-us-show{
        right: 100px;
    }
    .g4a-menu-right .g4a-links .main-link,.g4a-menu-right-follow-us .g4a-links .main-link {
        font-size: 28px;
        line-height: 40px;
    }
    .g4a-menu-right .g4a-links .main-link{
        left: -335px;
    }
    .g4a-menu-right .g4a-links .main-link:nth-child(2) {
        left: -315px;
    }
    .g4a-menu-right .g4a-links .main-link:nth-child(3) {
        left: -292px;
    }
    .g4a-menu-right .g4a-links .main-link:nth-child(4) {
        left: -269px;
    }
    .g4a-menu-right-follow-us .g4a-links .main-link:nth-child(4) p{
        top: -10px;
        font-size: 16px;
    }
    .g4a-menu-right .g4a-links .main-link:nth-child(5),.g4a-menu-right-follow-us .g4a-links .main-link:nth-child(5) {
        left: -245px;
    }
    .g4a-menu-right .g4a-links .main-link:nth-child(6) {
        left: -220px;
    }
    .g4a-menu-right .g4a-links .main-link:nth-child(7) {
        left: -200px;
    }
    .g4a-menu-right .g4a-links .submenu{
        left: -110px;
        width: 200px;
    }
    .g4a-menu-right .g4a-links .submenu .main-link{
        font-size: 12px;
        font-weight: 300;
    }
    .g4a-menu-right .g4a-links .copyright {
        font-size: 12px;
        width: 400px;
        left: -100px;
        line-height: 15px;
        font-weight: 300;
    }
    .g4a-menu-right .g4a-links,.g4a-menu-right-follow-us .g4a-links{
        padding-top: 20px;
    }
    .g4a-menu-right-follow-us .g4a-links .main-link {
        left: -345px;
    }
    .g4a-menu-right-follow-us .g4a-links .main-link:nth-child(2) {
        left: -302px;
    }
    .g4a-menu-right-follow-us .g4a-links .main-link:nth-child(3) {
        left: -259px;
    }
    .g4a-menu-right-follow-us .g4a-links .main-link:nth-child(4) {
        left: -215px;
    }

    .footer-container-top .title, .footer-container-top .phone {
        font-size: 23px;
        line-height: 23px;
    }
    .footer-container-top .desc {
        font-size: 16px;
        line-height: 16px;
    }
    .footer-container-bottom .raleway-font div {
        margin-right: 15px;
        margin-left: 15px;
    }
    .footer-container-top img{
        bottom: 20px;
        max-width: 50px;
        right: -15px;
    }

    .footer-container-top .skew-overflow-invert{
        top: 0px;
    }


    .container-scrolling-bullets {
        right: 10px;
    }

}
@media only screen and (min-width: 320px) and (max-width : 479px) {
    .contact-section .title {
        font-size: 45px;
    }
    .g4a-menu-float{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .g4a-menu-float .g4a-logo{
        width: 90px;
    }
    .top-menu-item{
        font-size: 13px;
    }
    .menu-icon i {
        font-size: 28px;
    }
    .menu-icon{
        top: 0px;
    }

    .g4a-menu-right-show, .g4a-menu-right-follow-us-show{
        right: 160px;
    }
    .g4a-menu-right:before, .g4a-menu-right-follow-us:before{
        transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
    }
    .g4a-menu-right .g4a-links .main-link {
        font-size: 28px;
        line-height: 40px;
        left: -135px;
    }
    .g4a-menu-right .g4a-links .main-link:nth-child(2) {
        left: -125px;
    }

    .g4a-menu-right .g4a-links .main-link:nth-child(3) {
        left: -116px;
    }
    .g4a-menu-right .g4a-links .main-link:nth-child(4) {
        left: -110px;
        width: 200px;
        position: relative;
    }
    .g4a-menu-right-follow-us .g4a-links .main-link:nth-child(4) p{
        top: -0px;
        font-size: 16px;
        line-height: 16px;
    }
    .g4a-menu-right .g4a-links .main-link:nth-child(5),.g4a-menu-right-follow-us .g4a-links .main-link:nth-child(5) {
        left: -104px;
    }
    .g4a-menu-right .g4a-links .main-link:nth-child(6) {
        left: -98px;
    }
    .g4a-menu-right .g4a-links .main-link:nth-child(7) {
        left: -92px;
    }
    .g4a-menu-right .g4a-links .submenu {
        left: -16px;
        width: 190px;
    }
    .g4a-menu-right .g4a-links .submenu .main-link{
        font-size: 12px;
        font-weight: 300;
        line-height: 13px;
    }
    .g4a-menu-right .g4a-links .submenu .main-link:nth-child(2) {
        left: -60px;
    }
    .g4a-menu-right .g4a-links .submenu .main-link:nth-child(3) {
        left: -55px;
    }
    .g4a-menu-right .g4a-links .submenu .main-link:nth-child(4) {
        left: -50px;
    }
    .g4a-menu-right .g4a-links .copyright {
        font-size: 12px;
        width: 200px;
        left: -68px;
        line-height: 15px;
        font-weight: 300;
        margin-top: 30px;
    }
    .g4a-menu-right .g4a-links, .g4a-menu-right-follow-us .g4a-links{
        padding-top: 20px;
    }
    .g4a-menu-right .g4a-links .main-link,.g4a-menu-right-follow-us .g4a-links .main-link{
        font-size: 22px;
        line-height: 28px;
    }
    .g4a-menu-right-follow-us .g4a-links .main-link {
        left: -115px;
    }
    .g4a-menu-right-follow-us .g4a-links .main-link:nth-child(2) {
        left: -102px;
    }
    .g4a-menu-right-follow-us .g4a-links .main-link:nth-child(3) {
        left: -87px;
    }
    .g4a-menu-right-follow-us .g4a-links .main-link:nth-child(4) {
        left: -62px;
    }
    .g4a-menu-right-follow-us .g4a-links .main-link {
        width: 300px;
    }

    .footer-container-top .title, .footer-container-top .phone {
        font-size: 16px;
        line-height: 16px;
    }
    .footer-container-top .desc {
        font-size: 16px;
        line-height: 16px;
    }
    .footer-container-bottom .raleway-font div {
        margin-right: 0;
        margin-left: 0;
        text-align: center;
        width: 100%;
        display: block;
    }
    .footer-container-top img{
        bottom: -12px;
        max-width: 40px;
        right: -5px;
    }
    .footer-container-top .skew-overflow-invert{
        top: 0px;
    }
    .footer-container-top .desc{
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .container-scrolling-bullets {
        right: 10px;
    }
}


@media only screen and (min-height: 600px) and (max-height: 700px) and (min-width: 480px)  {
    .g4a-menu-float{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .g4a-menu-right-show, .g4a-menu-right-follow-us-show{
        right: 100px;
    }
    .g4a-menu-right .g4a-links .main-link,.g4a-menu-right-follow-us .g4a-links .main-link {
        font-size: 28px;
        line-height: 40px;
    }
    .g4a-menu-right .g4a-links .main-link{
        left: -350px;
    }
    .g4a-menu-right .g4a-links .main-link:nth-child(2) {
        left: -315px;
    }
    .g4a-menu-right .g4a-links .main-link:nth-child(3) {
        left: -292px;
    }
    .g4a-menu-right .g4a-links .main-link:nth-child(4) {
        left: -269px;
    }
    .g4a-menu-right-follow-us .g4a-links .main-link:nth-child(4) p{
        top: -10px;
        font-size: 16px;
    }
    .g4a-menu-right .g4a-links .main-link:nth-child(5),.g4a-menu-right-follow-us .g4a-links .main-link:nth-child(5) {
        left: -245px;
    }
    .g4a-menu-right .g4a-links .main-link:nth-child(6) {
        left: -220px;
    }
    .g4a-menu-right .g4a-links .main-link:nth-child(7) {
        left: -200px;
    }
    .g4a-menu-right .g4a-links .submenu{
        left: -110px;
        width: 200px;
    }
    .g4a-menu-right .g4a-links .submenu .main-link{
        font-size: 12px;
        font-weight: 300;
    }
    .g4a-menu-right .g4a-links .copyright {
        font-size: 12px;
        width: 400px;
        left: -100px;
        line-height: 15px;
        font-weight: 300;
    }
    .g4a-menu-right .g4a-links,.g4a-menu-right-follow-us .g4a-links{
        padding-top: 20px;
    }
    .g4a-menu-right-follow-us .g4a-links .main-link {
        left: -345px;
    }
    .g4a-menu-right-follow-us .g4a-links .main-link:nth-child(2) {
        left: -302px;
    }
    .g4a-menu-right-follow-us .g4a-links .main-link:nth-child(3) {
        left: -259px;
    }
    .g4a-menu-right-follow-us .g4a-links .main-link:nth-child(4) {
        left: -215px;
    }
}

@media only screen and (max-height: 600px) {
    .g4a-menu-float{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .g4a-menu-float .g4a-logo{
        width: 90px;
    }
    .top-menu-item{
        font-size: 13px;
    }
    .menu-icon i {
        font-size: 28px;
    }

    .g4a-menu-right-show, .g4a-menu-right-follow-us-show{
        right: 160px;
    }
    .g4a-menu-right:before, .g4a-menu-right-follow-us:before{
        transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
    }
    .g4a-menu-right .g4a-links .main-link {
        font-size: 28px;
        line-height: 40px;
        left: -135px;
    }
    .g4a-menu-right .g4a-links .main-link:nth-child(2) {
        left: -125px;
    }

    .g4a-menu-right .g4a-links .main-link:nth-child(3) {
        left: -116px;
    }
    .g4a-menu-right .g4a-links .main-link:nth-child(4) {
        left: -110px;
        width: 200px;
        position: relative;
    }
    .g4a-menu-right-follow-us .g4a-links .main-link:nth-child(4) p{
        top: -0px;
        font-size: 16px;
        line-height: 16px;
    }
    .g4a-menu-right .g4a-links .main-link:nth-child(5),.g4a-menu-right-follow-us .g4a-links .main-link:nth-child(5) {
        left: -104px;
    }
    .g4a-menu-right .g4a-links .main-link:nth-child(6) {
        left: -98px;
    }
    .g4a-menu-right .g4a-links .main-link:nth-child(7) {
        left: -92px;
    }
    .g4a-menu-right .g4a-links .submenu {
        left: -16px;
        width: 190px;
    }
    .g4a-menu-right .g4a-links .submenu .main-link{
        font-size: 12px;
        font-weight: 300;
        line-height: 13px;
    }
    .g4a-menu-right .g4a-links .submenu .main-link:nth-child(2) {
        left: -60px;
    }
    .g4a-menu-right .g4a-links .submenu .main-link:nth-child(3) {
        left: -55px;
    }
    .g4a-menu-right .g4a-links .submenu .main-link:nth-child(4) {
        left: -50px;
    }
    .g4a-menu-right .g4a-links .copyright {
        font-size: 12px;
        width: 200px;
        left: -68px;
        line-height: 15px;
        font-weight: 300;
        margin-top: 30px;
    }
    .g4a-menu-right .g4a-links, .g4a-menu-right-follow-us .g4a-links{
        padding-top: 20px;
    }
    .g4a-menu-right .g4a-links .main-link,.g4a-menu-right-follow-us .g4a-links .main-link{
        font-size: 22px;
        line-height: 28px;
    }
    .g4a-menu-right-follow-us .g4a-links .main-link {
        left: -115px;
    }
    .g4a-menu-right-follow-us .g4a-links .main-link:nth-child(2) {
        left: -102px;
    }
    .g4a-menu-right-follow-us .g4a-links .main-link:nth-child(3) {
        left: -87px;
    }
    .g4a-menu-right-follow-us .g4a-links .main-link:nth-child(4) {
        left: -62px;
    }
    .g4a-menu-right-follow-us .g4a-links .main-link {
        width: 300px;
    }
}


@media only screen and (max-width: 1023px){
    .g4a-menu-float .breadcrumbs {
        display: none;
    }
}
/*===========================================
End - G4A Media Queries
===========================================*/





/* start overrides */
.proyect-single-background .proyect-single-parent .proyect-single-subparent .proyect-button-contact2 .proyect-single-link {
    border: none !important;
}
//.background-services .main-content div:first-child {
    //text-transform: initial !important;
    //font-size: 50px;
//}
// .background-services .main-content div:nth-child(2) {
//     text-transform: initial !important;
//     font-size: 18px !important;
//     font-weight: 400 !important;
//     line-height: 24px !important;
// }

// .who-we-are-presentation h1, .proyect-presentation h1 {
//     text-transform: initial !important;
//     font-size: 50px !important;
//     line-height: 55px !important;
//     margin-bottom: 10px !important;
// }

// .who-we-are-presentation p, .proyect-middle-text-content .proyect-middle-text {
//     text-transform: initial !important;
//     font-size: 18px !important;
//     line-height: 24px !important;
//     font-weight: 200 !important;
//     color: #838483 !important;
// }

// .who-we-are-middle h2, .more-prepared h2 {
//     text-transform: initial !important;
//     font-size: 50px !important;
//     line-height: 55px !important;
//     margin-bottom: 10px !important;
// }

// .who-we-are-middle p, .more-prepared p {
//     text-transform: initial !important;
//     font-size: 18px !important;
//     line-height: 24px !important;
//     font-weight: 200 !important;
//     color: #838483 !important;
//     font-weight: 200 !important;
// }


// @media only screen and (min-width: 1024px) and (max-width : 1199px)  {
//     .background-services .main-content div:first-child {
//         font-size: 50px !important;
//         line-height: 60px !important;
//     }
//     .background-services .main-content div:nth-child(2) {
//         font-size: 28px !important;
//         line-height: 30px !important;
//     }
// }
// @media only screen and (min-width: 992px) and (max-width: 1023px)  {
//     .background-services .main-content div:first-child {
//         font-size: 70px !important;
//         line-height: 72px !important;
//     }
//     .background-services .main-content div:nth-child(2) {
//         font-size: 28px !important;
//         line-height: 30px !important;
//     }
// }
// @media only screen and (min-width: 768px) and (max-width : 991px)  {
//     .background-services .main-content div:first-child {
//         font-size: 60px !important;
//         line-height: 62px !important;
//     }
//     .background-services .main-content div:nth-child(2) {
//         font-size: 26px !important;
//         line-height: 28px !important;
//     }

//     .who-we-are-presentation h1, .proyect-presentation h1 {
//         font-size: 50px !important;
//         line-height: 52px !important;
//     }
//     .who-we-are-presentation p, .proyect-middle-text-content .proyect-middle-text {
//         font-size: 28px !important;
//         line-height: 30px !important;
//     }
//     .who-we-are-middle h2, .more-prepared h2 {
//         font-size: 50px !important;
//         line-height: 52px !important;
//     }
//     .who-we-are-middle p, .more-prepared p {
//         font-size: 28px !important;
//         line-height: 30px !important;
//     }
// }
// @media only screen and (min-width: 640px) and (max-width : 767px)  {
//     .background-services .main-content div:first-child {
//         font-size: 48px !important;
//         line-height: 50px !important;
//     }
//     .background-services .main-content div:nth-child(2) {
//         font-size: 24px !important;
//         line-height: 26px !important;
//     }

//     .who-we-are-presentation h1, .proyect-presentation h1 {
//         font-size: 40px !important;
//         line-height: 42px !important;
//     }
//     .who-we-are-presentation p, .proyect-middle-text-content .proyect-middle-text {
//         font-size: 24px !important;
//         line-height: 26px !important;
//     }
//     .who-we-are-middle h2, .more-prepared h2 {
//         font-size: 40px !important;
//         line-height: 42px !important;
//     }
//     .who-we-are-middle p, .more-prepared p {
//         font-size: 24px !important;
//         line-height: 26px !important;
//     }
// }
// @media only screen and (min-width: 480px) and (max-width : 639px)  {
//     .background-services .main-content div:first-child {
//         font-size: 32px !important;
//         line-height: 34px !important;
//     }
//     .background-services .main-content div:nth-child(2) {
//         font-size: 20px !important;
//         line-height: 22px !important;
//     }

//     .who-we-are-presentation h1, .proyect-presentation h1 {
//         font-size: 30px !important;
//         line-height: 32px !important;
//     }
//     .who-we-are-presentation p, .proyect-middle-text-content .proyect-middle-text {
//         font-size: 18px !important;
//         line-height: 20px !important;
//     }
//     .who-we-are-middle h2, .more-prepared h2 {
//         font-size: 30px !important;
//         line-height: 32px !important;
//     }
//     .who-we-are-middle p, .more-prepared p {
//         font-size: 18px !important;
//         line-height: 20px !important;
//     }
// }
// @media only screen and (min-width: 320px) and (max-width : 479px)  {
//     .background-services .main-content div:first-child {
//         font-size: 24px !important;
//         line-height: 26px !important;
//     }
//     .background-services .main-content div:nth-child(2) {
//         font-size: 16px !important;
//         line-height: 18px !important;
//     }

//     .who-we-are-presentation h1, .proyect-presentation h1 {
//         font-size: 30px !important;
//         line-height: 32px !important;
//     }
//     .who-we-are-presentation p, .proyect-middle-text-content .proyect-middle-text {
//         font-size: 18px !important;
//         line-height: 20px !important;
//     }
//     .who-we-are-middle h2, .more-prepared h2 {
//         font-size: 30px !important;
//         line-height: 32px !important;
//     }
//     .who-we-are-middle p, .more-prepared p {
//         font-size: 18px !important;
//         line-height: 20px !important
//     }
// }





.who-we-are-presentation h1, .who-we-are-middle h2, .more-prepared h2, .who-we-are-middle p, .more-prepared p, .proyect-presentation h1, .background-services .main-content div:first-child, .background-services .main-content div:nth-child(2) {
    color: #838483 !important;
}
.background-services {
    height: auto !important;
    min-height: 200px !important;
}
/*.background-services .main-content div:first-child {
    text-transform: initial !important;
    font-size: 65px !important;
    line-height: 67px !important;
    margin-bottom: 10px !important;
}*/
// .background-services .main-content div:nth-child(2) {
//     text-transform: initial !important;
//     font-size: 24px ;
//     line-height: 28px !important;
//     font-weight: 200 !important;
//     color: #838483 !important;
// }
// .background-services .main-content {
//     top: 150px !important;
// }


.close-proyect {
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: 100;
    font-size: 40px;
    cursor: pointer;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
    color: #000;
    z-index: 2;
}
/* end overrides */

.who-brands{
    margin-top: 80px;
    margin-bottom: 80px;
}
.who-brands .image-brand-container {
	//height: auto !important;
    //min-height: 150px;
    display: table;
    margin: auto;
    //top: 60px;
    //position: relative;
}

.who-brands .image-brand{
    display: table-cell;
    vertical-align: middle;
}

.who-brands .image-brand-container img {
    padding: 0px;
    //max-width: calc(100% - 0px);
    //max-height: 100px;
    position: relative;
   // transform: translateY(-50%);
   // top: 50%;
}
.g4a-wrapper-content-all .who-brands:nth-child(7) {
    margin-bottom: 80px !important;
}


.new-button-contact {
    margin-right: 15px !important;
}
@media only screen and (min-width: 1600px) {
    .contact-section .people {
        left: 41px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {

    .contact-section .people {
        max-width: 500px;
    }

}
@media only screen and (min-width: 1024px) and (max-width : 1199px)  {
   .contact-section .people {
        max-width: 400px;
    }
    }
    @media only screen and (min-width: 992px) and (max-width: 1023px)  {
         .contact-section .people {
        max-width: 380px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width : 991px)  {
        /*start contact*/
    .contact-section .people {
        max-width: 330px;
    }
    .contact-section .container-input {
        max-width: 230px;
    }
    .contact-section .container-textarea {
        max-width: 465px;
    }
    /*end contact*/
    }
    @media only screen and (min-width: 640px) and (max-width : 767px)  {
        /*start contact*/
    .contact-section .people {
        max-width: 250px;
    }
    .contact-section .container-input {
        max-width: 90%;
        margin: auto;
    }
    .contact-section .container-textarea {
        max-width: 90%;
        margin: auto;
    }
    .contact-section .title-input-show .contact-textarea {
        width: 100% !important;
    }
    .contact-section .g4a-button {
        right: 5%;
    }
    /*end contact*/
    }
    @media only screen and (min-width: 480px) and (max-width : 639px)  {
         /*start contact*/
    .contact-section .people {
        max-width: 250px;
    }
    .contact-section .container-input {
        max-width: 90%;
        margin: auto;
    }
    .contact-section .container-textarea {
        max-width: 90%;
        margin: auto;
    }
    .contact-section .title-input-show .contact-textarea {
        width: 100% !important;
    }
    .contact-section .g4a-button {
        right: 5%;
    }
    /*end contact*/
    }
    @media only screen and (min-width: 320px) and (max-width : 479px)  {
        .contact-section .people {
        max-width: 250px;
    }
    }

    /* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
.add-grayscale:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}





/* for services */
.services .service .service-image.iconus-g4a-brush {
    background-image: url(../assets/designblue.png);
    background-position: 0px 20px;
    width: 115px;
    height: 120px;
    margin: auto;
    background-repeat: no-repeat;
    margin-bottom: 35px;
}
.services .service .service-image.iconus-g4a-message {
    background-image: url(../assets/codeblue.png);
    background-position: 0px 0px;
    width: 115px;
    height: 120px;
    margin: auto;
    background-repeat: no-repeat;
    margin-bottom: 35px;
}

.services .service .service-text-container .service-text .title-service {
    text-transform: none !important;
}


/*Arón Yañez 27/02/2018*/

hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #EEEEEE -moz-use-text-color #FFFFFF;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0;
}


/*Carlos Magaña 22/03/2018*/

.footer-call-us-parent{
    width: 390px;
    margin-left: auto;
    margin-right: auto;
}


@media (max-width: 767px){
   .footer-call-us-parent{
        width: 290px;
   } 
}

.call-info{
    display: flex;
    align-items: center;
}

.call-info-icon{
    flex: 7 0 0px;
    display: flex;
    justify-content: flex-end;
    margin-right: 30px;
}

@media (max-width: 767px){
    .call-info-icon{
        flex: auto;
        justify-content: center;
    }
}

.call-info-text{
    flex: 5 0 0px;
}

.social-g4a-footer-container{
    height: 164px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 767px){
    .social-g4a-footer-container{
        justify-content: center;
    }
}



.social-g4a-footer{
    display: flex;
    align-items: center;
}

.social-g4a-footer{
    display: flex;
    align-items: center;
}

.social-g4a-footer .social-network{
    margin-left: 30px;
}

.social-g4a-footer .social-network a img{
    width: 30px;
}

@media only screen and (max-width: 767px) {
  .footer-container-top .phone {
    text-align: left !important;
  }
}

.top-menu-item.servicio{
    position: relative;
}

.top-menu-item.servicio:hover ul{
    display: inline-block;
    opacity: 1;
    
}

.top-menu-item.servicio ul{
   margin-top: 20px;
    position: absolute;
    width: 220px;
    left: 0px;
   background-color: #F3F3F3;
    padding: 20px 12px;
    text-align: left;
    display: none;
    opacity: 0;
    
    transition: all 0.5s ease-in;
}
.top-menu-item.servicio img{
    margin-left: 5px;
}

.top-menu-item.servicio ul li{
    list-style-type: none;
    height: 35px;
    display: flex;
    align-items: center;
}

.top-menu-item.servicio ul li a{
    color: #4A4A4A;
    /*color: inherit;*/
    font-size: 12px;
    line-height: 1;
}

.top-menu-item.servicio ul li a span{
    display: inline-block;
}


.top-menu-item ul li a:hover span, .top-menu-item ul li > span:hover span{
    transform: translateY(0); 
} 


