/* ____________________________________ Generic rules ____________________________________ */
body {
	font-family: 'Roboto';
}

span {
	text-transform: uppercase;
}

p {
	margin: 0;
	margin-top: 10px;
	font-size: 14px;
	line-height: 140%;
	color: #333;
}

p.quoted::before {
	content: open-quote;
}

p.quoted::after {
	content: close-quote;
}

h1 {
	margin: 0;
	margin-top: 15px;
	font-size: 50px;
	font-weight: 900;
	line-height: 100%;
}

h3, h4, h5, h6 {
	margin: 0;
	margin-top: 15px;
	color: #00397f;
}

h2 {
	margin: 0;
	margin-top: 20px;
	font-weight: 300;
	font-size: 25px;
	color: #ff7f33;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 140%;
}

h4 {
	font-weight: 900;
	font-size: 20px;
}

ul {
	margin: 0;
	margin-top: 6px;
}

li {
	list-style-type: disc;
	margin-left: 18px;
	font-size: 14px;
	line-height: 140%;
}

li.nobullet {
	list-style-type: none;
}

.intro {
	margin-top: 0;
}

p.list-intro {
	font-weight: bold;
	margin-top: 8px;
}


.sprite {
	background-image: url(../images/sprites.png);
}

a {
	color: #00397f;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #0093ca;
	text-decoration: none;
}

.clear {
	clear: both;
}

.upperc {
	text-transform: uppercase;
}

.wrapper {
	margin: 0 auto 0 auto;
	max-width: 976px;
}

.blue-font {
	color: #00397f;
	margin-top: 20px;
	font-weight: 300;
	font-size: 18px;
}

/* ____________________________________  Head rules   _______________________ */
.black-row {
	background-color: #333;
}

#top .socialmedia {
	float: right;
}

.socialmedia a, .socialmedia .phone, .socialmedia p {
	float: left;
}

.socialmedia a, .socialmedia .phone {
	width: 30px;
	height: 30px;
}

.socialmedia a div.sprite {
	height: 100%;
	width: 100%;
}

.socialmedia a:hover div.sprite {
	background-color: #ff7f33;
}

.facebook {
	background-position: -289px 7px;
}

.twitter {
	background-position: -344px 7px;
}

.phone {
	background-position: -394px 7px;
	margin-right: 2px;
	margin-left: 4px;
}

.socialmedia p {
	line-height: 30px;
	font-size: 15px;
	color: #fff;
	margin: 0;
}

.top-logo {
	position: relative;
	height: 100px;
	padding: 8px 10px;
}

#top .top-logo hr {
	position: absolute;
	border-top: 1px solid #e0e0e0;
	width: 100%;
	top: 60px;
}

.top-description {
	float: right;
}

.top-description p {
	margin-top: 23px;
	font-size: 22px;
	font-weight: 500;
	font-style: italic;
	color: #ff7f33;
}

a.logo-box {
	display: block;
	width: 183px;
	height: 75px;
}

.logo {
	width: 220px;
	height: 75px;
}

ul.nav-bar {
	display: table;
	margin: 0;
	width: 100%;
}

.primary-li {
	text-align: center;
	display: table-cell;
	position: relative;
}

.primary-a {
	text-transform: uppercase;
	display: block;
	width: 100%;
	padding: 0 8px;
	line-height: 36px;
	font-weight: 500;
	font-size: 14px;
}

.currentPage a.primary-a  {
	background-color: #333;
	color: #fff;
}

.primary-a:hover {
	background-color: #ff7f33;
	color: #fff;
}

a.primary-drop:hover {
	background-color: #fff;
	color: #00397f;
}

.primary-li:first-child .primary-a {
	padding: 0 15px;
}

.primary-li:hover .dropdown-ul {
	display: block;
}

.dropdown-ul {
	z-index: 2;
	display: none;
	position: absolute;
	margin: 0;
	left: 0;
}

.sec-li {
	margin: 0;
	list-style-type: none;
	text-align: left;
	border-top: 1px solid #fff;
}

.sec-li:first-child {
	border: 0;
}

.sec-a {
	text-transform: uppercase;
	display: block;
	width: 100%;
	padding: 0 20px;
	line-height: 36px;
	font-weight: 500;
	font-size: 14px;
	white-space: nowrap;
	background-color: #ff7f33;
}

.sec-a:hover {
	background-color: #00397f;
	color: #fff;
}

/* ____________________________________ body  _______________________________ */

.top-block {
	position: relative;
	padding: 20px 20px 30px 20px;
	background-image: -webkit-linear-gradient(top,#0095ca,#003b80);
	background-image: -moz-linear-gradient(top,#0095ca,#003b80);
	background-image: -ms-linear-gradient(top,#0095ca,#003b80);
	background-image: -o-linear-gradient(top,#0095ca,#003b80);
	background-image: linear-gradient(to bottom,#0095ca,#003b80);
}

.top-block h1 {
	margin-top: 8px;
	color: #fff;
	width: 600px;
}

.top-block h2 {
	margin-top: 28px;
	padding-left: 30px;
	font-size: 40px;
	line-height: 120%;
	color: #fff;
	font-weight: 300;
	width: 650px
}

.top-block .smaller h2 {
	font-size: 34px;
}

.top-block h3 {
	color: #ff7f33;
	font-size: 22px;
	margin-top: 45px;
}

.top-block img {
	position: absolute;
	bottom: 0;
	right: 20px;
}

.body-image {
	margin-top: 12px;
	margin-bottom: 10px;
}

.textbox {
	padding: 5px 30px 10px 20px;
}

.form-box {
	padding: 0 9px 12px 9px;
	background-color: #003b80;
}

.form-box form {
	display: block;
	width: 100%;
	border-top: 2px solid #ff7f33;
}

.form-content {
	position: relative;
	height: 100%;
	width: 232px;
	min-height: 225px;
	float: left;
	background-color: #82a6c6;
	margin-left: 10px;
	padding: 0 9px;
}

.form-content:first-child {
	margin-left: 0;
}

.form-content p {
	margin-top: 10px;
	font-size: 20px;
	color: #00397f;
}

.form-header {
	font-weight: 500;
	font-size: 20px;
	color: #00397f;
	padding-left: 8px;
	margin-top: 12px;
}

.form-content hr {
	margin: 0;
	margin-top: 4px;
	border-top: 1px solid #fff;
}

.content-box {
	padding: 0 10px 10px;
}

.my-select {
	margin-top: 6px;
	height: 30px;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
	padding: 0;
	padding-left: 8px;
	color: #003a7f;
}

.option {
	border: 0;
}

.select-trick {
	position: relative;
}

.select-trick .sprite {
	position: relative;
	top: 0;
	right: 0;
	background-position: 164px -100px;
	z-index: 100;
}

.select-trick:hover .sprite {
	background-position: 164px  -150px;
}

.icons-large {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 15px;
	margin-top: -18px;
	width: 30px;
	height: 30px;
}

.large1 {
	background-position: 0 -200px;
}

.large2 {
	background-position: -200px -200px;
}

.large3 {
	background-position: -400px -200px;
}

.large4 {
	background-position: -600px -200px;
}

.radio-box {
	margin-top: 15px;
	background-color: #fff;
	padding: 10px 10px 10px 30px;
	min-height: 155px;
}

.my-radio {
	margin: 0;
	padding-bottom: 4px;
	color: #003a7f;
	font-size: 15px;
}

.content-box .button {
	margin-top: 15px;
}

.button {
	position: relative;
}

.button button {
	position: absolute;
	border: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
}

.upload-back p {
	font-size: 14px;
	color: #003b80;
	line-height: 30px;
	background-color: #fff;
	padding-left: 12px;
	cursor:pointer;
}

.upload-back .sprite {
	height: 30px;
	width: 30px;
	float: right;
	background-position: -100px -100px;
	cursor:pointer;
}

.upload-back:hover .sprite {
	background-position: -100px -150px;
}

.myinput {
	border: 0;
	border-radius: 0;
}

textarea.myinput {
	margin-top: 3px;
	height: 88px;
	resize: none;
}

p.margin-fix {
	margin-top: 6px;
}

input.myinput {
	margin-top: 10px;
	height: 30px;
}

input.myinput:first-child {
	margin-top: 15px;
	height: 30px;
}

div.content-box .myinput::-webkit-input-placeholder {
	color: #003a7f;
}

div.content-box .myinput:-moz-placeholder {
	color: #003a7f;
}

div.content-box .myinput::-moz-placeholder {
	color: #003a7f;
}

div.content-box .myinput:-ms-input-placeholder {
	color: #003a7f;
}

.details-buttons {
	margin-top: 16px;
}

.submit {
	height: 30px;
	border: 0;
	background-color: rgba(0,0,0,0);
	color: rgba(0,0,0,0);
}

.Call-me {
	width: 85px;
	background-position: 0 -649px
}

.Quote-me {
	float: right;
	width: 105px;
	background-position: -149px -649px
}

.pride {
	padding-top: 15px;
}

.pride h2 {
	font-size: 30px;
	margin-left: 10px;
}

.we-pride {
	margin-top: 20px;
}

.pride-box {
	float: left;
	width: 25%;
	min-height: 200px;
	padding: 13px 17px 15px 17px;
	border: 1px solid #ccc;
	border-left: 0;
}

.pride-box:first-child {
	border-left: 1px solid #ccc;
}

.images-box {
	position: relative;
	height: 47px;
	width: 100%;
}

.icons-small {
	width: 25px;
	height: 25px;
}

.small1 {
	background-position: 0 -300px;
}

.small2 {
	background-position: -200px -300px;
}

.small3 {
	background-position: -400px -300px;
}

.figures-small {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -21px;
	width: 42px;
	height: 47px;
}

.s-figure1 {
	background-position: 0 -400px;
}

.s-figure2 {
	background-position: -194px -401px;
}

.s-figure3 {
	background-position: -400px -400px;
}

.pride-content p {
	margin-top: 10px;
}

.link-box {
	padding: 0;
}

.link-box a {
	position: relative;
	display: block;
	padding: 13px 14px;
	min-height: 198px;
	width: 100%;
	background-image: -webkit-linear-gradient(top left,#0095ca,#003b80 80%);
	background-image: -moz-linear-gradient(top left,#0095ca,#003b80 80%);
	background-image: -ms-linear-gradient(top left,#0095ca,#003b80 80%);
	background-image: -o-linear-gradient(top left,#0095ca,#003b80 80%);
	background-image: linear-gradient(to bottom right,#0095ca,#003b80 80%);
}

.link-box a h4 {
	margin: 0;
	color: #fff;
	border: 1px solid #fff;
	padding: 15px 10px 20px 15px;
	padding-right: 10px;
	border-radius: 25px;
}

.link-box a div.sprite {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 30px;
	width: 30px;
	background-position: -200px -150px;
}

.body-block {
	margin-top: 15px;
}

.trans-services {
	padding-top: 15px;
	width: 475px;
}

.h2-header {
	margin: 0;
	width: 400px;
	height: 75px;
	line-height: 100%;
	font-size: 30px;
	margin-left: 10px;
}

.trans-text-box {
	min-height: 604px;
	padding: 20px;
	background-image: -webkit-linear-gradient(top left,#ff7f33,#d56a2a 80%);
	background-image: -moz-linear-gradient(top left,#ff7f33,#d56a2a 80%);
	background-image: -ms-linear-gradient(top left,#ff7f33,#d56a2a 80%);
	background-image: -o-linear-gradient(top left,#ff7f33,#d56a2a 80%);
	background-image: linear-gradient(to bottom right,#ff7f33,#d56a2a 80%);
}

.trans-text-box h3 {
	margin-top: 35px;
	color: #fff;
	font-size: 25px;
	line-height: 120%;
}

.trans-text-box h3:first-child {
	margin-top: 0;
}

.trans-text-box p {
	color: #fff;
	margin-top: 6px;
}

.industry-trans {
	width: 50%;
	float: right;
	padding-top: 15px;
}

.box-row {
	border-bottom: 1px solid #ccc;
}

.first-row {
	border-top: 1px solid #ccc;
}

.box-row .industry-box {
	float: left;
	width: 50%;
}

.industry-box {
	border-right: 1px solid #ccc;
}

.industry-box:first-child {
	border-left: 1px solid #ccc;
}

.industry-box a {
	position: relative;
	display: block;
	padding: 12px 0;
	width: 100%;
	min-height: 200px;
}

.industry-box h3 {
	margin-top: 0;
	font-size: 20px;
	font-weight: 900;
	margin-left: 12px;
	padding-right: 12px;
}

.ind-description {
	position: relative;
	margin-top: 20px;
}

.figures-large {
	position: absolute;
	width: 67px;
	height: 58px;
	margin-left: 5px;
}

.l-figure1 {
	background-position: 0 -500px;
}

.l-figure2 {
	background-position: -190px -500px;
}

.l-figure3 {
	background-position: -395px -500px;
}

.l-figure4 {
	background-position: -590px -500px;
}

.l-figure5 {
	background-position: -795px -500px;
}

.l-figure6 {
	background-position: -985px -490px;
}

.ind-description p {
	margin-top: 0;
	margin-left: 80px;
	line-height: 120%;
	font-weight: normal;
	width: 145px;
}

.arrow {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background-position: -200px -100px;
}

.industry-box a:hover {
	background-color: rgba(0,59,128,0.3);
}

.industry-box a:hover h3 {
	color: #fff;
}

.industry-box a:hover .arrow {
	background-position: -200px -150px;
}

.latest-news {
	padding-top: 15px;
}

.latest-news h2 {
	margin-top: 0;
	font-size: 30px;
	margin-left: 10px;
}

.news-block {
	border: 1px solid #ccc;
	border-left: 0;
	margin-top: 15px;
}

.news {
	width: 50%;
	border-left: 1px solid #ccc;
	float: left;
}

.news:last-child {
	border-right: 1px solid #ccc;
}

.news a {
	padding-top: 15px;
	padding-left: 20px;
	min-height: 220px;
	display: block;
	width: 100%;
}

.news a:hover {
	background-color: rgba(0,59,128,0.3);
}

.news a h4 {
	margin-top: 0;
}

.news a:hover h4 {
	color: #fff;
}

.news-description {
	margin-top: 30px;
}

.news-img {
	width: 226px;
	height: 130px;
	float: left;
	background-size: cover;
}

.news-text {
	position: relative;
	float: left;
	width: 225px;
	height: 130px;
}

.news-text p {
	margin: 0;
	margin-top: 5px;
	padding-left: 15px;
	font-weight: normal;
	line-height: 120%;
}

p.date {
	bottom: 0;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 20px;
	color: #ff7f33;
}

.formulary {
	margin-top: 15px;
}

.formulary h3 {
	font-size: 22px;
	font-weight: bold;
	color: #ff7f33;
	background-color: #003b80;
	margin: 0;
	padding: 15px 0 30px 20px;
}

.service-75 {
	float: left;
	width: 75%;
}

.service-25 {
	float: left;
	width: 25%;
}

.service-header {
	padding: 20px;
	background-image: -webkit-linear-gradient(top,#0095ca,#003b80 50px);
	background-image: -moz-linear-gradient(top,#0095ca,#003b80 50px);
	background-image: -ms-linear-gradient(top,#0095ca,#003b80 50px);
	background-image: -o-linear-gradient(top,#0095ca,#003b80 50px);
	background-image: linear-gradient(to bottom,#0095ca,#003b80 50px);
}

.service-header h1 {
	margin: 0;
	color: #fff;
}

.serv-img-box {
	padding-top: 20px;
	background-image: -webkit-linear-gradient(top,#0095ca,#003b80 50px);
	background-image: -moz-linear-gradient(top,#0095ca,#003b80 50px);
	background-image: -ms-linear-gradient(top,#0095ca,#003b80 50px);
	background-image: -o-linear-gradient(top,#0095ca,#003b80 50px);
	background-image: linear-gradient(to bottom,#0095ca,#003b80 50px);
}

.serv-img {
	background-image: url(../images/img2.png);
	height: 233px;
	background-repeat: no-repeat;
	background-position: center;
}

p.call {
	padding-left: 20px;
	margin: 0;
	font-style: italic;
	font-weight: bold;
	font-size: 22px;
	color: #fff;
	line-height: 42px;
	background-color: #ff7f33;
}

.industry-slider {
	margin-top: 20px;
	border: 1px solid #ccc;
	min-height: 200px;
	position: relative;
}

.industry-slider .industry-box {
	border: 0;
}

.industry-slider:hover .arrow {
	background-position: -200px -150px;
}

.pride-slider {
	margin-top: 20px;
	border: 1px solid #ccc;
	min-height: 200px;
}

.pride-slider .pride-box {
	width: 100%;
	border: 0;
}

.text-center {
	text-align: center;
}

/* ____________________________________ Footer rules  ____ __________________ */
#footer {
	margin-top: 20px;
	background-image: -webkit-linear-gradient(top,#0095ca,#003b80);
	background-image: -moz-linear-gradient(top,#0095ca,#003b80);
	background-image: -ms-linear-gradient(top,#0095ca,#003b80);
	background-image: -o-linear-gradient(top,#0095ca,#003b80);
	background-image: linear-gradient(to bottom,#0095ca,#003b80);
}

.footer-top {
	padding-top: 15px;
	padding-bottom: 25px;
	border-bottom: 1px solid #004286;
}

.footer-bottom {
	height: 40px;
	border-top: 1px solid #005b9a;
}

.footer-50 {
	float: left;
	width: 50%;
}

.footer-50 p {
	margin-left: 30px;
	width: 400px;
	margin-top: 5px;
	font-size: 18px;
	color: #fff;
}

.footer-25 {
	float: left;
	width: 25%;
}

.footer-25 .footer-cont {
	width: 210px;
	margin: 0 auto 0 auto;
}

.footer-50 .atc {
	background-position: -800px -200px;
	width: 221px;
	height: 100px;
	margin-left: 30px;
	margin-top: 10px;
}

.cont-head {
	border-bottom: 1px solid #0175b0;
	position: relative;
}

.cont-head p {
	padding-left: 5px;
	padding-bottom: 8px;
	line-height: 30px;
	margin-top: 0;
	font-size: 20px;
	color: #fff;
}

.social-bottom {
	float: right;
	width: 60px;
	margin-right: 10px;
}

.social-bottom a {
	height: 30px;
	width: 26px;
	float: left;
}

.social-bottom div.sprite {
	height: 100%;
	width: 100%;
}

.facefooter {
	background-position: -291px 7px;

}

.twitfooter {
	background-position: -346px 7px;

}

.cont-body ul {
	margin-left: 2px;
	margin-top: 15px
}

.cont-body ul li {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
}

.cont-body {
	border-top: 1px solid #0195cb;
}

.footer-bottom p {
	margin-top: 8px;
	color: #ccc;
	font-size: 12px;
	font-weight: 300;
	margin-left: 35px;
}

.footer-bottom p.tonic {
	float: right;
	margin: 0;
	margin-right: 20px;
	margin-top: 0;
}

.tonic a {
	color: #ccc;
	font-weight: 300;
}

.cont-text {
	padding-left: 5px;
	margin-top: 16px;
	margin-bottom: 20px;
}


.cont-text p {
	margin: 0;
	line-height: 120%;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
}

.footer-contact .sprite {
	float: left;
	height: 22px;
	width: 22px;
}

.footer-contact p {
	padding-left: 5px;
	float: left;
	color: #fff;
	line-height: 22px;
	margin: 0;
	font-weight: 300;

}

.footer-contact p a {
	color: #fff;
	font-weight: 300;
}

.footer-phone {
	background-position: -445px 5px;
}

.message {
	background-position: -495px 6px;
}

#footer a {
	color: #fff;
}

#footer .footer-25 a {
	font-size: 12px;
	font-weight: 300;
}

#projectForm > div:nth-child(2) > div.content-box > div > label:nth-child(1) {
	padding-bottom: 0;
}

#parsley-id-multiple-translationSubject {
        display: none;
        margin: 0;
}

#fileupload {
	display: none;
}

.carousel {
	height: 125px;
}

.navbar-collapse {
    padding: 0;
}

div#articleImagesWrapper {
    margin: 20px 0px !important;
}

@media screen and (min-width: 992px) {
    .collapse {
	display: block;
    }
}

@media screen and (max-width: 991px) {
	#snapengage-button, #SnapABug_Button {
	display: none !important;
    }

    .top-description p {
	margin-top: 28px;
	font-size: 18px;
    }

    .nav-bar a {
	font-size: 12px;
    }

    .primary-a {
	padding: 0 3px;
    }

    .nav-bar > li:nth-child(7) .dropdown-ul {
	left: auto;
	right: 0;
    }

    .top-block img {
	position: absolute;
	bottom: 0;
	right: 10px;
	width: 150px;
    }

    .top-block h1 {
	font-size: 35px;
	width: 100%;
	padding-right: 150px;
    }

    .top-block .carousel {
	display: none;
    }

    .top-block h3 {
	margin-top: 20px;
	padding-right: 150px;
	line-height: 120%;
    }

    .form-content:nth-child(2), .form-content:nth-child(3) {
	display: none;
    }

    .form-content {
	width: 50%;
	margin: 0;
    }

    .form-content p {
	margin-top: 10px;
    }

    .icons-large {
	display: none;
    }

    .my-select {
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
    }

    .select-trick .sprite {
	background-image: none;
	margin-top: 0;
    }

    .pride {
	padding-top: 0;
    }

    .pride-box {
	float: left;
	min-height: 240px;
	padding: 10px;
    }

    .link-box {
	padding: 0;
    }

    .link-box a {
	height: 238px
    }

    .body-block {
	margin-top: 0px;
    }

    .trans-services {
	padding-top: 20px;
	width: 100%;
	min-height: auto;
    }

    .trans-text-box {
	min-height: 0;
	padding: 20px 10px;
    }

    .trans-text-box h3 {
	margin-top: 20px;
    }

    .industry-trans {
	width: 100%;
	float: none;
	padding-top: 20px;
    }

    .h2-header {
	height: auto;
	padding-bottom: 20px;
	width: 100%;
    }

    .news-block {
	margin-top: 20px;
    }

    .news a {
	padding: 20px 10px 10px;
    }

    .news-img {
	width: 173px;
	height: 100px;
	float: left;
	margin-right: 10px;
    }

    .news-text {
	position: relative;
	float: none;
	width: 100%;
	height: 130px;
    }

    .news-text p {
	padding-left: 0;
    }

    .textbox {
	padding: 5px 20px 10px 10px;
    }

    p.call {
	padding-left: 20px;
	margin: 0;
	font-style: italic;
	font-weight: bold;
	font-size: 22px;
	color: #fff;
	line-height: 42px;
	background-color: #ff7f33;
    }

    .services {
	border-top: 1px solid #ccc;
    }

    .service-75 {
	width: 70%;
    }

    .service-25 {
	width: 30%;
    }

    .service-25 .link-box a {
	height: auto;
    }

    .service-header {
	padding: 0 10px;
	background-image: none;
    }

    .service-header h1 {
	margin: 0;
	margin-top: 20px;
	color: #003B80;
    }

    h1 {
	font-size:35px;
    }

    .body-image {
	width: 100%;
    }

    iframe {
	width: 100%;
    }

    .content-box {
	padding: 0px;
    }

    #top .socialmedia {
	margin-right: 10px;
    }

    .formulary h3 {
	font-size: 18px;
	padding: 20px 10px;
    }

    div.article {
    margin-bottom: 0px !important;
	}

    .footer-50 {
	width: 100%;
	padding: 10px;
    }

    .footer-50 p {
	margin-left: 0px;
	width: 100%;
	margin-top: 0px;
	font-size: 16px;
    }

    .footer-50 .atc {
	background-position: -800px -100px;
	width: 160px;
	height: 100px;
	margin: 20px auto 0;
    }

    .footer-25 {
	width: 50%;
    }

    .footer-25 .footer-cont {
	width: 100%;
	padding: 10px;
    }

    .footer-bottom p {
	margin-top: 10px;
	margin-left: 10px;
    }

    .footer-bottom {
	padding-bottom: 20px;
	height: auto;
    }

    .footer-top {
	padding-bottom: 15px;
    }

    .footer-contact {
	margin-top: 5px;
    }

    .cont-body ul li {
	margin-top: 5px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-toggle {
	display: block;
	margin: 0px;
	border: 1px solid #aaa;
	font-size: 25px;
	height: 38px;
	padding: 2px 0 0 0;
	width: 40px;
	position: absolute;
	top: 30px;
	right: 10px;
	background-color: #ccc;
	background-image: url(../images/mobile-menu.png);
	background-size: 70%;
	background-position: center;
	background-repeat: no-repeat;
    }

    .top-logo {
	position: relative;
	height: auto;
	padding: 10px 10px 15px;;
    }

    .top-description {
	width: 100%;
	margin-top: 60px;
    }

    a.logo-box {
	display: block;
	width: 183px;
	height: 75px;
	margin: 0 auto;
    }

    .top-description p {
	font-size: 16px;
	text-align: center;
	line-height: 120%;
    }


    #top .top-logo hr {
	display: none;
    }

    ul.nav-bar {
	display: block;
    }

    .primary-li {
	display: block;
	margin: 0;
    }

    .primary-a {
	padding: 0;
	line-height: 40px;
	border-top: 1px solid #fff;
	color: #fff !important;
	background-color: #333 !important;
    }

    .nav-bar a {
	font-size: 15px;
	text-align: center;
    }

    .currentPage a.primary-a {
	background-color: #fff;
	color: #00397F;
    }

    .dropdown-ul {
	position: relative;
    }

    .sec-a {
	line-height: 40px;
	background-color: #fff;
	padding: 0;
    }

    .sec-li {
    	border-top: 0px;
	}

    .sec-li + .sec-li .sec-a {
	border-top: 1px solid #333;
    }

    .top-block {
	padding: 20px 10px;
    }

    .top-block img {
	display: none;
    }

    .top-block h1 {
	font-size: 30px;
	margin-top: 0;
	padding-right: 0px;
    }

    .top-block h3 {
	margin-top: 20px;
	padding-right: 0px;
    }

    .textbox {
	padding: 5px 10px 10px 10px;
    }

    .form-content {
	width: 100%;
	margin: 0;
	min-height: auto;
    }

    .form-content:nth-child(4) {
	padding-bottom: 10px;
    }

    p.form-header {
	padding-left: 0;
    }

    .pride h2 {
	font-size: 25px;
    }

    .pride-box {
	width: 100%;
	float: none;
	border: 0;
	border-top: 1px solid #ccc;
	min-height: 0;
    }

    .link-box a {
	height: auto;
	min-height: 0;
	padding-bottom: 40px;
    }

    .first-row {
	border-top: 0;
    }
    .box-row {
	border-bottom: 0;
    }

    .box-row:last-child {
	border-bottom: 1px solid #ccc;
    }

    .body-block {
	margin-top: 0px;
    }

    .box-row .industry-box {
	float: none;
	width: 100%;
	border-top: 1px solid #ccc;
    }

    .industry-box a {
	position: relative;
	display: block;
	padding: 12px 0;
	width: 100%;
	min-height: 140px;
    }

    .ind-description p {
	margin-left: 0px;
	padding-left: 80px;
	padding-right: 30px;
	width: 100%;
    }

    .news-block {
	border: 0;
	border-bottom: 1px solid #ccc;
    }

    .news {
	float: none;
	width: 100%;
	border: 0;
	border-top: 1px solid #ccc;
    }

    .news a {
	min-height: 0;
	padding-bottom: 20px;
    }

    .news-img {
	width: 150px;
	height: 86px;
	float: left;
	margin-right: 10px;
    }

    .news-text {
	position: relative;
	float: none;
	width: 100%;
	height: auto;
    }

    .service-75 {
	width: 100%;
    }

    .service-25 {
	width: 100%;
    }

    .serv-img-box, p.call {
	display: none;
    }

    iframe {
	height: 350px;
    }

    div#articleImagesWrapper {
	padding: 0px 0px 20px !important;
	margin: 10px 0 20px !important;
    }

    #mainArticleImage img {
	width: 100%;
	max-width:400px;
    }

    h4.imageCaption {
	margin-top: 10px;
    }

    div.article {
    padding-top: 20px !important;
    }

    div.article .articleImage {
   	padding-right: 130px !important;
   	height: 80px !important;
   	background-position: top left !important;
   	margin-bottom: 10px;
   	margin-right: 10px !important;
	}

	div.article h2 {
		margin-top: 0;
	}

	div.article p.date {
		clear: both;
		margin-left: 0;
	}

    .footer-25 {
	width: 100%;
    }

    .cont-body ul li {
	margin-top: 10px;
    }
}

.eProtection {
    unicode-bidi:bidi-override;
    direction: rtl;
    white-space: nowrap;
}
