/*=============================
 RESET
============================= */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {list-style:none;}

blockquote, q {quotes:none;}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

/*=============================
 Utils
============================= */

.clearfix{clear:both;}

.floatL{float:left !important;}
.floatR{float:right !important;}

.displayHide{display:none;}

.pdd8 {padding: 8px 0;}
.pdd8G {padding: 8px;}
.pdd15 {padding: 15px 0;}
.pdd30 {padding: 30px 0;}
.pdd70 {padding: 70px 0;}

.pddL12 {padding: 0px 12px;}

html, body {
	width: 100%;
	height: 100%;
}

.container{width:975px;}

/*=============================
 Header 
============================= */

header {z-index: 800;}

/*=============================
 Top Menu
============================= */

#top-nav {
	width: 100%;
	margin: 0px 0px 0px 0px;
	z-index: 99;
	background:none;
	
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

	-webkit-box-shadow: none;		
	-moz-box-shadow: none;
	box-shadow: none;
	
	background-color:#171796;
	
	border-bottom:#ee7e14 2px solid;
}

.navbar-inverse {border-bottom:1px solid #fff !important;}

ul.nav > li {
	margin-right: -3px !important;
	display: block;
	text-transform:lowercase;
	padding-top:90px;
}

ul.nav > li > a {
	color:#fff !important;
	text-shadow:none !important;
	padding: 5px 10px 5px 10px;
	background:none !important;
}


ul.nav > li > a:hover {
	color: #171796 !important;
	/*background-color: #fff !important;*/
	background-color: #ee7e14 !important;
	box-shadow:none !important;
	
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-o-transition:all .2s ease;
	transition:all .2s ease;
}

ul.nav > li.active > a,
ul.nav > li.active > a:focus {
	color: #fff !important;
	box-shadow:none !important;
	background: #171796 !important;
	font-weight:bolder;
}

ul.nav li:hover > .dropdown-menu {
	display: block;
	z-index:1000 !important;
	float:right !important;
	right:0;
	left:auto;
}

ul.nav .dropdown-menu {
	/*background:#ffffff;*/
	background-color: #ee7e14 !important;
	min-width: 100%;
	border:0 !important;
	border-radius:0;
	float:right;
}

ul.nav .dropdown-menu > li {
	display: block;
	list-style: none;
}

ul.nav .dropdown-menu > li > a {
	text-transform: lowercase;
	color: #171796 !important;
	text-shadow:none !important;
	box-shadow:none !important;
	background:none !important;
	text-align:right;
}

ul.nav .dropdown-menu > li > a:hover{
	color:#ffffff !important;
	background-color: #171796 !important;
}

#top-nav2 {
	width: 100%;
	margin: -94px 17px 0px 0px;
	z-index: 1001;
	background:none;
	
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

	-webkit-box-shadow: none;		
	-moz-box-shadow: none;
	box-shadow: none;
	
	background-color:#161925;
}

#top-nav2 ul.nav > li > a {
	color:#fff !important;
	text-shadow:none !important;
	padding: 7px 7px 2px 7px;
	border-radius:0;
	font-size:10px;
}

#top-nav2 ul.nav > li > a:hover {
	color:#161925 !important;
	background-color:#fefefe !important;
	
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-o-transition:all .2s ease;
	transition:all .2s ease;
}

#top-nav2 ul.nav .dropdown-menu {
	background:#eee;
	min-width: 100%;
	border:0 !important;
	margin-top: 0px;
	border-radius:0;
	right:0;
	left:auto;
}

#top-nav2 ul.nav .dropdown-menu > li {
	display: block;
	list-style: none;
}

#top-nav2 ul.nav .dropdown-menu > li > a {
	text-transform: lowercase;
	color:#171796 !important;
	text-shadow:none !important;
	box-shadow:none !important;
	text-align:right;
}

#top-nav2 ul.nav .dropdown-menu > li > a:hover{
	color:#f9f9f9 !important;
	background-color:#171796 !important;
	width:100%;
}

#tradlogin-nav input, #login-nav input {width: 215px !important;}

#tradlogin-nav .btn-success, #login-nav .btn-success {
	border:1px solid #eee;
	background:#ee7e14;
	color:#fff;
}

#tradlogin-nav .btn-success:hover, #login-nav .btn-success:hover {
	border:1px solid #eee;
	background:#fff;
	color:#ee7e14;
}

#divNavBar .btn-primary {
	background-color: #ffffff;
	border:0 !important;
	color:#0054A4;
}

#divNavBar .btn-primary:hover, #divNavBar .btn-primary:focus {
	color:#ee7e14;
	
	-webkit-transition:color .2s ease;
	-moz-transition:color .2s ease;
	-o-transition:color .2s ease;
	transition:color .2s ease;
}

#globalSlider {border-bottom: 1px #FFF solid;}

button.navbar-toggle {
	border:none !important;
	border-radius:0 !important;
}

button.navbar-toggle:active, button.navbar-toggle:hover, button.navbar-toggle:focus {background:none !important;}

/**************************************************************************/

#layerslider {color: white;}

#layerslider div.large-caption {font-size: 34px;}

#layerslider div.large-caption p {
  background-color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin: 2px 0 0 0;
  line-height: 48px;
  padding: 0 13px 0 13px;
}

/*=============================
 Pages
============================= */

.page, .page-alternate, .page-alternate2 {
	background: #ffffff;
	position: relative;
	z-index: 98;
}

.page-alternate {background: #fdfdfd;}

.page-alternate2 {border:1px solid #E8E8E8;}

.lineBlue {border-bottom: 1px solid #0054A4;}
.lineTopOrange {border-top: 4px #ee7e14 solid;}
.lineTopGrey666 {border-top: 1px #666 solid;}

.iconBehindTitle {
	position:absolute;
	z-index:1;
}

.titleWithIcon {
	position:relative;
	z-index:2;
}

a.globalLink1 {
	text-decoration: none;
	line-height: 24px;
}

a.globalLink1:hover {
	color:#ee7e14 !important;
	text-decoration: none !important;
	
	-webkit-transition:color .2s ease;
	-moz-transition:color .2s ease;
	-o-transition:color .2s ease;
	transition:color .2s ease;
}


/*******************************************************************************/

.block-title, .block-title2 {
  margin: 0 0 1em 0;
  border-bottom: 1px solid #e1e1e1;
  border-bottom: 1px solid rgba(55, 124, 168, 0.3);
}

.block-title2 {
	border-bottom: 1px solid #e1e1e1;
  	border-bottom: 1px solid rgba(136, 136, 136, 0.3);
}

.block-title small, .block-title2 small {
  font-size: 14px;
  padding-left: 0.5em;
  margin-left: 0.5em;
  border-left: 1px solid #e1e1e1;
  border-left: 1px solid rgba(55, 124, 168, 0.3);
  text-transform: none;
}

ul.features-icon-list, ul.features-icon-list2 {
  	margin: 0;
  	padding: 0;
	min-height:300px;
  	margin-top: 19px;
}

ul.features-icon-list li {
  	text-align: left;
  	list-style-type: none !important;
	position:relative;
	margin-bottom: 10px;
}

ul.features-icon-list2 li {
  	text-align: left;
  	list-style-type: none;
	position:relative;
	margin-bottom:10px;
}

ul.features-icon-list li .left-icon{
	text-align: left;
	position: relative;
	padding-left: 45px;
	margin-bottom: 10px;
}

ul.features-icon-list2 li .left-icon2{
	text-align: left;
	position: relative;
	padding-left: 23px;
	margin-bottom: 10px;
	margin-top:-23px;
	line-height:18px;
}

ul.features-icon-list li .icon {
	position:absolute;
	margin-top:-6px;
}

ul.features-icon-list2 li.icon2 {
	position:absolute;
	margin-top:-6px;
}

.testimonial-item .bubble {
	border: #dcdcdc 1px solid;
	padding: 7px 6px 10px 6px;
  	position: relative;
	text-align:left;
}

.testimonial-item .bubble:before,
.testimonial-item .bubble:after {
  	content: "";
  	display: block;
 	position: absolute;
  	border-style: solid outset;
  	width: 0;
}

.testimonial-item .bubble:before {
  	border-width: 16px 0 0 16px;
  	bottom: -17px;
  	left: 30px;
  	border-color: #dcdcdc transparent;
}

.testimonial-item .bubble:after {
  	border-width: 16px 0 0 16px;
  	bottom: -13px;
  	left: 29px;
 	border-color: #fafafa transparent;
}

.testimonial-item .client {
  	margin-left: 58px;
  	margin-top: 6px;
	text-align:left;
}

.parentCenter {position:relative;}

.childCenter {
	position: absolute;
    margin: 2% 0px;
}

.childCenter2 {
	position: absolute;
    margin: 6% 0 0 0;
}

div.showroom-controls {
	margin-top: -50px;
	margin-bottom: 12px;
	height: 30px;
}

div.showroom-controls div.links {
  background: #ffffff;
  font-weight: 600;
  padding-right: 10px;
  float: left;
}

div.showroom-controls div.controls {
  float: right;
  background-color: white;
  padding: 0 0 0 10px;
}

div.showroom-controls div.controls a {
  display: block;
  float: left;
}

div.showroom-controls div.controls a.right {margin-left: 5px;}

div.showroom-controls a:hover i {color:#999;}

img.img-about {
	width: 40%;
	padding: 10px;
	border: 1px solid #eee;
	float: left;
	margin: 0 20px 20px 0;
}

ul.blogNews {
	margin: 0;
  	padding: 0;
	min-width:230px;
}

ul.blogNews li {
	text-align: left;
  	list-style-type: none;
	position:relative;
	padding:2px 0px;
}

ul.blogNews li a {line-height:none;}
ul.blogNews li a:hover{
	text-decoration:none;
	color:#ee7e14 !important;
	
	-webkit-transition:color .2s ease;
	-moz-transition:color .2s ease;
	-o-transition:color .2s ease;
	transition:color .2s ease;
}

/*******************************************************************************/

#socialAcess1 {
	float:right;
	margin-top:-70px;
}

.icon-stack-base1 {color: #3C5A99;}
.icon-stack-base2 {color: #DE4C39;}
.icon-stack-base3 {color: #53A4D6;}
.icon-stack-base4 {color: #CC181F;}
.icon-stack-base5 {color: #0278B6;}

.icon-light {color: white;}

.icon-stack, .icon-stack-base1, .icon-stack-base2, .icon-stack-base3, .icon-stack-base4, .icon-stack-base5 {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    overflow: hidden;
}

.icon-stack:hover {cursor: pointer;}

.icon-stack:hover * {color: white;}

.icon-stack:hover .first {margin-top: -80px;}

.icon-stack:hover .second1 {color: #3C5A99;}
.icon-stack:hover .second2 {color: #DE4C39;}
.icon-stack:hover .second3 {color: #53A4D6;}
.icon-stack:hover .second4 {color: #CC181F;}
.icon-stack:hover .second5 {color: #0278B6;}

/*******************************************************************************/

.divide {
	width:100%;
	min-height:150px;
    color:#FFF;
    background:url('../img/bg3_2.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment : fixed;  /* FIXED FOR IE */
	
}

.divide2 {
    color:#FFF;
    background:url('../img/bg2.jpg'); 
}

.btDivide .btn-warning {
	background:none !important;
	border:2px solid #fff;
}

.btDivide .btn-warning:hover {background: #ed9c28 !important;}

/*=============================
 Inner Pages
============================= */

.insideOpLine {border-bottom:1px solid #F8F8F8;}

.breadcrumbs {
	padding: 25px 0 15px;
	box-shadow: inset 0 0 10px #eee;
	background: url(../img/breadcrumbs.png) repeat;
}

.breadcrumbs h2 {margin-top: 8px;}

.headline {
	display: block;
	margin: 10px 0 25px 0;
	border-bottom: 1px dotted #e4e9f0;
}
.headline h2, 
.headline h3, 
.headline h4 {
	margin: 0 0 -2px 0;
	padding-bottom: 5px;
	display: inline-block;
	border-bottom: 2px solid #ee7e14;
}

.pathMenu {
	list-style:none;
	margin-top: -15px;
}

.pathMenu li{padding:2px 2px;}

.pathMenu li a {
	color:#888888;
	text-decoration:none;
	display:block;
}

.pathMenu li a:hover {
	color:#171796;
	text-decoration:underline;
}

.tabs ul.nav > li.active {border-bottom: 1px dotted #e4e9f0;}

.tabs ul.nav li.active a, .tabs2 ul.nav li.active a {
	background:none !important;
	color:#ee7e14 !important;
	font-weight:normal !important;
}

.tabs2 ul.nav li.active a {
	font-size:11px;
	padding:8px;
}

.tabs ul.nav li a, .tabs2 ul.nav li a {
	background:none !important;
	color:#222 !important;
	font-weight:normal !important;
}

.tabs2 ul.nav li a {
	font-size:12px;
	padding:8px;
}

.tabs ul.nav li.active a:hover, .tabs2 ul.nav li.active a:hover {color:#ee7e14 !important;}
.tabs ul.nav li a:hover, .tabs2 ul.nav li a:hover {color:#171796 !important;}

.tabs2 ul.nav li a:hover {background-color:#f1f1f1 !important;}

/*****************************************************************************/

form * {
	border-radius:0px !important;
	margin:0px;
}

form input {width: 500px !important;}

form .btn-default {
	border:1px solid #eee;
	background:#ee7e14;
	color:#fff;
}

form .btn-default:hover {
	border:1px solid #eee;
	background:#fff;
	color:#ee7e14;
}

.highlightText {
	display: block;
	list-style: none;
}

/*****************************************************************************/

.tag-box  {
	padding: 20px;
	margin-bottom: 30px;
}

.tag-box-v1 {
	background: #fafafa;
	border: solid 1px #eee;
	border-left: solid 2px #ee7e14;
}

/*****************************************************************************/

.thumbnail-style { 
	padding: 5px;
	margin-bottom: 20px;
}
.thumbnail-style:hover { 
	box-shadow: 0 0 8px #ddd; 
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}
.thumbnail-style h3 {
	margin: 5px 0 0 0;
}
.thumbnail-style h3 a {
	font-size: 20px;
}
.thumbnail-style h3 a:hover {
	color: #72c02c;
	text-decoration: none;
}
.thumbnail-style .img-responsive {
	position: relative;
	margin-bottom: 10px;
}

.bgImg1, .bgImg2, .bgImg3, .bgImg4, .bgImg5, .bgImg6, .bgImg7, .bgImg8, .bgImg9, .bgImg10, .bgImg11, .bgImg12, .bgImg13, .bgImg14, .bgImg15, .bgImg16, .bgImg17, .bgImg18, .bgImg19, .bgImg20, .bgImg21, .bgImg22  {
	color:#FFF;
    background:url('../img/aboutus03.jpg') no-repeat center center;
	min-height:200px;
	min-width:100% !important;
	background-size:cover;
}

.bgImg2 {background:url('../img/certifications.jpg') no-repeat center center; background-size:cover;}
.bgImg3 {background:url('../img/services.jpg') no-repeat center center; background-size:cover;}
.bgImg4 {background:url('../img/contact-us.jpg') no-repeat center center; background-size:cover;}
.bgImg5 {background:url('../img/survey.jpg') no-repeat center center; background-size:cover;}
.bgImg6 {background:url('../img/why_able.jpg') no-repeat top center; background-size:cover;}
.bgImg7 {background:url('../img/language.jpg') no-repeat center center; background-size:cover;}
.bgImg8 {background:url('../img/join-our-team.jpg') no-repeat center center; background-size:cover;}
.bgImg9 {background:url('../img/company-news.jpg') no-repeat center center; background-size:cover;}
.bgImg10 {background:url('../img/associations.jpg') no-repeat center top; background-size:cover;}
.bgImg11 {background:url('../img/translation-and-localization.jpg') no-repeat center center; background-size:cover;}
.bgImg12 {background:url('../img/onsite-interpretating.jpg') no-repeat center center; background-size:cover;}
.bgImg13 {background:url('../img/telephone_interpretation.jpg') no-repeat center center; background-size:cover;}
.bgImg14 {background:url('../img/video_remote2.jpg') no-repeat center center; background-size:cover;}
.bgImg15 {background:url('../img/internationalization.jpg') no-repeat center center; background-size:cover;}
.bgImg16 {background:url('../img/transcription-services.jpg') no-repeat center center; background-size:cover;}
.bgImg17 {background:url('../img/simultaneous_remote_interpretation2.jpg') no-repeat center center; background-size:cover;}
.bgImg18 {background:url('../img/destoppublishinggraphicservices.jpg') no-repeat center center; background-size:cover;}
.bgImg19 {background:url('../img/newletter.jpg') no-repeat center center; background-size:cover;}
.bgImg20 {background:url('../img/multicultutral_design.jpg') no-repeat center center; background-size:cover;}
.bgImg21 {background:url('../img/asssociations.jpg') no-repeat center center; background-size:cover;}
.bgImg22 {background:url('../img/community.jpg') no-repeat center center; background-size:cover;}

.transbox{
	background-color:#222222;
  	opacity:.8;
  	filter:alpha(opacity=80); /* For IE8 and earlier */
}

/************************************************************************************************************************/

.ui-widget-header {
	background:#ee7e14 !important;
}

/*=============================
 Footer
============================= */

footer {
	border-top: 4px #999999 solid;
	background-size: contain;
	padding-top: 10px;
	padding-bottom: 10px;
	
	z-index: 799;
}

#logoBotton {margin:10px 0px 0px 20px;}

.address {
	display:block;
	margin-left: 20px;
	margin-top: 8px;
	line-height:14px;
}

.footerServices ul li {
	list-style:none;
	outline:none;
}

.footerServices ul li a {
	color: #dedede;
	text-decoration: none;
	line-height: 18px;
}

.footerServices ul li a:hover {
	color:#ee7e14 !important;
	
	-webkit-transition:color .2s ease;
	-moz-transition:color .2s ease;
	-o-transition:color .2s ease;
	transition:color .2s ease;
}

/*******************************************************************************/

#footerSocialAcess1 ul {list-style:none;}

#footerSocialAcess1 ul li{display:inline;}

.divSquareSocialBox {
	width:30px;
	height:30px;
	background:#999999;
	display: block; 
	margin-right: 4px; 
	float:left;
	text-align:center;
	padding:4px 0px;
}

#toTop {
	width:40px;
	border:0 !important;
	background:#fff;
    text-align:center;
    padding:5px;
    position:fixed; /* this is the magic */
    bottom:1px; /* together with this to put the div at the bottom*/
    right:1px;
    cursor:pointer;
    display:none;
	border-radius: 3px;
	z-index:1500;
}

#socialSection ul {
	padding-top:40px !important;
	margin:0px;
	list-style:none;
}

#socialSection li {display: inline;}
#socialSection li:last-child {margin-left:5px;}
#socialSection li div {float:left;}

/*=============================
 Rezises
============================= */

@media (min-width: 839px) and (max-width: 1069px) {

.testimonial-item .bubble {margin:0px !important;}
.testimonial-item .client {margin-left: 165px !important;}

}

@media (min-width: 981px) and (max-width: 991px) {

#divNavBar {
	width:67% !important;
}

#divNavBar ul.nav {
	margin:0 !important;
	padding-top:-5px !important;
}

#divNavBar ul.nav > li > a {
	padding: 5px 5px;
	font-size:11px;
}

/*#enableT*/

}

@media (min-width: 768px) and (max-width: 980px) {
	
#enableT{margin-left:355px !important;}

#top-nav ul.nav {
	width:100% !important;
	margin:0 auto;
	padding: 70px 0 0 5px;
}

#top-nav ul.nav > li {
	margin-right: -8px !important;
	padding-top:20px;
}

#top-nav ul.nav > li > a {
	padding: 5px 10px;
	font-size:14px;
}

#divNavBar {width:67% !important;}

#divNavBar ul.nav {
	margin:0 !important;
	padding-top:60px !important;
}

#divNavBar ul.nav > li > a {
	padding: 5px 5px;
	font-size:13px;
}

#globalSlider div p, #globalSlider div span {font-size:14px;}

ul.features-icon-list {min-height:100%;}

.divide {height:40%;}

.childCenter {margin: 10% 0 0 0;}

.childCenter * {font-size:20px;}

.testimonial-item .bubble {margin:0px 100px !important;}

.testimonial-item .client {
	font-size:12px;
	margin-left: 65px;
}
	
}

@media (max-width: 767px) {
	
.container{width:100% !important;}

#divNavBar {
	text-align:center !important; 
	border:0;
	width:100% !important;
	margin:0;
}

#divNavBar ul.nav > li {
	color:#fff !important;
	margin:0 !important;
}

#divNavBar ul.nav .dropdown-menu {
	float:none !important;
	background:#000 !important;
}

ul.nav .dropdown-menu > li > a {text-align:center;}

#divNavBar .navbar-collapse {width:100% !important;}

#divNavBar ul.nav > li {
	padding:2px 0px 0px 10px;
	text-align:center;
}

#divNavBar ul.nav > li > a {padding: 2px 2px 3px 4px;}

#divNavBar ul.nav li:hover {
	margin:0 auto !important;
	padding:0 !important;
}

#divNavBar ul.nav li .dropdown-menu {
	background:#333 !important;
}

#divNavBar ul.nav li .dropdown-menu > li {
	margin:0;
	padding:0;
}
#divNavBar .dropdown-menu > li > a {
	color:#fff !important;
	text-align:center !important;
}

#divNavBar .dropdown-menu > li > a:hover {
	color: #171796 !important;
	/*background-color: #fff !important;*/
	background-color: #ee7e14 !important;
}

.navbar-brand img {
	width:180px !important;
	height:auto;
}

#globalSlider {margin-top:0px;}

ul.features-icon-list {min-height:100%;}

footer {
	margin:0 !important;
	text-align:center;
}

#footerSocialAcess1 {
	width:100%;
	text-align:center;
	margin:0 auto;
}

#footerSocialAcess1 ul {
	display:inline-block; 
    list-style:none;
    zoom: 1;
}

#logoBotton {margin:0 !important;}
.address {margin:0 !important;}

#toTop {display:none !important;}

#socialSection ul {padding:0 !important;}
#socialSection ul li div {
	float: none !important;
	text-align:center !important;
	vertical-align:top !important;
}

.divide {max-height:150px;}
.childCenter {margin: -10px 0 0 0;}
.childCenter * {font-size:14px;}
	
}

@media (max-width: 480px) {
	
.container{width:100% !important;}
	
.page h3, .page h3 span, .page-alternate h3, .page-alternate h3 span {font-size:12px;};

.navbar-brand img {
	width:150px !important;
	height:auto;
}

#globalSlider {margin-top:0px;}

#socialAcess1 {display:none;}

.backBlueStripe .col-xs-12 {
	margin:0 !important;
	width: 33,3333% auto !important;
	height: auto;
}

.backBlueStripe .col-xs-12  * {font-size:14px;}
.backBlueStripe .col-xs-12  p {font-size:11px;}
.backBlueStripe .col-xs-12  img, .firstBallon, .secondBallon {display:none !important;}
.backBlueStripe .col-md-12  h2, .backBlueStripe .col-md-12  span {font-size:16px;}
.backBlueStripe .col-md-12  h2, .backBlueStripe .col-md-12  sup span {font-size:12px;}

#specialCallUs {margin:0 !important;}

#specialCallUs2 {margin:0 !important;}

ul.features-icon-list {min-height:100%;}

.testimonial-item .bubble {
	font-size:12px;
	margin:0px 10px;
}

.testimonial-item .client {
	font-size:12px;
	margin-left: 65px;
}

footer {
	margin:0 !important;
	text-align:center;
}

#footerSocialAcess1 {
	width:100%;
	text-align:center;
	margin:0 auto;
}

#footerSocialAcess1 ul {
	display:inline-block; 
    list-style:none;
    zoom: 1;
}

#logoBotton {margin:0 !important;}
.address {margin:0 !important;}

form input {width: 100% !important;}

#toTop {display:none !important;}

.childCenter2 h2 {font-size:24px;}

.col-xs-12 h2, .col-xs-12 h3 {font-size:18px;}

#socialSection ul {padding:0 !important;}
#socialSection ul li div {
	float: none !important;
	text-align:center !important;
	vertical-align:top !important;
}

.divide {min-height:120px;}
.childCenter {margin: 6px 0px !important;}
.childCenter a {font-size:12px !important;}

}