@charset "UTF-8";
/*
The Main CSS file for CENTRO
*/

/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

html, body {
	height: 100%;
	background:#fff;
}

* {
	margin: 0;
	padding: 0;
	white-space: normal!important;
}
html {
	background:#fff;
}

body {
	background-image: url(../images/topheadbg.png);
	background-repeat: repeat-x;
}

/* NO BORDER FOR LINKED PICTURES */

img {
	border:0;
}
/*Start About*/
.about{
	float:none;
	margin:0 auto;
	margin-top:40px;
}
.content_headline {
	height: 20px;
	text-align: center;
}

.content_headline p {
	color: #000;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 2px rgba(255,0,0,0.8);
	background-image: url(../images/headline_bg.png);
	background-position: center;
	background-repeat: no-repeat;
}
.about-content{
	margin-top:30px;
	color:#4d4d4d;
	text-align:justify;
}
.download-c-p{
	text-decoration:none!important;
	color:#fff;
	padding:12px;
	border:2px solid #ff751a;
	border-radius:4px;
}
.download-c-p:hover{
	background:#ff751a;
	color:#fff;
	text-decoration:none;
}
/*End About*/


/* PICTURE STYLES */

.content_pic_left{
	float: left;
	display: inline;
	margin-right: 21px;
	margin-bottom: 20px;
	margin-left: -5px;
	
}

.content_pic_right {
	float: right;
	display: block;
	margin-left: 20px;	
	margin-bottom: 5px;
	margin-right: -5px;
}

.blog_img {
	display: block;
	margin-right: -5px;
	float: right;
	margin-left: 21px;
	margin-bottom: 20px;
}

.folio_img {
	display: block;
	margin-bottom: 20px;
	margin-left: -5px;
}


/* BUTTONS */

a.button_p_l, a.button_p_l:visited {
    display: inline-block;
	text-decoration:none;
	border: 1px solid #ddd;
	border-color: #ddd #aaa #aaa #ddd;
	padding: 4px 10px 3px;p {
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 80px;
}
	font-size: 13px;
	line-height: 18px;
	margin: 0px 3px;
	font-weight: 800;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color: rgba(27,54,81,0.8);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.9);
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
}

a.button_p_l:hover { 
	background: #fff;
 }


.button_l {
	float: left;
}

.button_r {
	float: right;
}



/* H Tags */

h4 {
	font-size: 13px;
	color: #4e546a;
	text-transform: uppercase; 
}

h5 {
	font-size: 12px;
	color: #4e546a;
	text-transform: uppercase; 
}

h6 {
	font-size: 11px;
	color: #4e546a;
	text-transform: uppercase; 
}



/* Ordered and Unordered List */

.content_text_wrap ol {
	font-size: 13px;
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #60626a;
	text-align: justify;
}

.content_text_wrap ul {
	font-size: 13px;
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #60626a;
	text-align: justify;
}

/* Table Style */



table {
	border-collapse:separate;
	border-spacing:0;
	width:100%;
	border-top:1px solid;
	margin-bottom:18px;
}
table,td,th { 
	text-align:center;
}
th{
	padding:10px;
	color:#666;
	text-transform:uppercase;
}
td{
	padding:10px;color:#888;
}
tfoot td{
	border:0px;
}

table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
thead th {
	font-size: 13px;
	line-height: 20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #60626a;
	padding: 9px 24px;
}
tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
	font-size: 13px;
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: rgba(0,0,0,1);
}

/* WRAPPER */







h1 {
	font-size: 24px;
	color: #4e546a;
	text-transform: uppercase; 
}

h1 a:link {
	font-size: 24px;
	color: #4e546a;
	text-transform: uppercase;
	text-decoration: none;
}

h1 a:visited {
	font-size: 24px;
	color: #4e546a;
	text-transform: uppercase;
	text-decoration: none;
}

h1 a:hover {
	font-size: 24px;
	color: #4e546a;
	text-transform: uppercase;
	text-decoration: none;
}

/* NAVIGATION */
#menu {
	z-index:99;
	min-height:37px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,00027f+57,2989d8+100 */
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #00027f 57%, #2989d8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #1e5799 0%,#00027f 57%,#2989d8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #000CC 0%,#0033ff 57%,#0000CC 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#2989d8',GradientType=0 ); /* IE6-9 */

}
#menu ul{
	margin-left:200px;
}
#menu ul li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:27px;
	font-size:12px;
	text-align:left;
	text-shadow: 1px 1px 1px  #FFFFFF;
}
#menu li {
	float:left;
	display:block;
	text-align:center;
	padding: 8px 10px 8px 10px;
	margin-right:30px;
	border:none;
}

#menu li:hover {
	background: #828282;
	background: -moz-linear-gradient(top, #828282, #828282);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#828282), to(#828282));	
}
#menu li.active {
	background: #ff751a ;
	background: -moz-linear-gradient(top, #ff751a, #ff751a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff751a), to(#ff751a));	
}
#menu li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px; 
	color: #fff;
	display:block;
	outline:0;
	text-decoration:none;
	text-shadow: 1px 1px 1px #000;
}
#menu li.active a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px; 
	color: #fff;
	display:block;
	outline:0;
	text-decoration:none;
}
#menu li:hover a {
	color:#fff;
	text-shadow: 1px 1px 1px #000;
	
}
#menu li .drop {
	padding-right:21px;
	background:url("../images/drop.png") no-repeat right 8px;
}
#menu li:hover .drop {
	background:url("../images/drop.gif") no-repeat right 7px;
}

.dropdown_1column {
	margin:6px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 0px 5px 10px;
	/* Gradient background */
	background: #ff751a ;
	background: -moz-linear-gradient(top, #ff751a, #ff751a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff751a), to(#ff751a));
	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

.dropdown_1column {width: 150px;}

#menu li:hover .dropdown_1column {
	left:-1px;
	top:auto;
}

.col_1 {width:150px;}

#menu .menu_right {
	float:right;
	margin-right:0px;
}
#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#menu li:hover div a {
	font-size:12px;
	color: #FFFFFF;
}
#menu li:hover div a:hover {
	color:#029feb;
}

#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menu li ul li {
	color:#fff;
	font-size:14px;
	line-height:24px;
	position:relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:130px;
	background: #000 ;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}
/* CONTENT */



#content_product {
	width: 960px;
	height:auto;
	margin-top: 85px;
	margin-bottom: 50px;
}

.sep {
	height: 65px;
	width: 960px;
}

.headline_wrap {
	width: 960px;
	height: 40px;
	background-image: url(../images/headline_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	position: relative;
}

.headline_text {
	width: 500px;
	height: 40px;
	margin: 0 auto;
}

.content_element_wrap {
	width: 960px;
	margin-bottom: 20px;
}

.content_element_wrap_intro {
	width: 600px;
	margin-bottom: 20px;
}

/*about page photo*/
.content_centroall_wrap{
	position:relative;
	width:960;
	height:480px;
	box-shadow:0 5px 10px rgba(51,51,51,1);
}
/*about page photo*/

.product_element_wrap {
	width: 960px;
}

.content_text_wrap {
	width: 920px;
	position: relative;
	padding: 20px;
	background-color: white;
	box-shadow: 0px 1px 1px rgba(153,153,153,.5);
	border-radius: 0 10px 0 10px;
}
.content_text_wrap p {
	text-align: left;
	font-size: 13px;
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #60626a;
	text-align: justify;
}

.content_text_wrap a {
	color: #dc3455;
	text-decoration: underline;
	font-weight: bold;
}

.content_text_wrap_partners {
	width: 920px;
	text-align: left;
	position: relative;
	padding: 10px 20px 10px 20px;
	background-color: white;
	box-shadow: 0px 1px 1px rgba(153,153,153,.5);
	border-radius: 0 10px 0 10px;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

.content_text_wrap_partners_carousel {
	width: 920px;
	position: relative;
	padding: 20px;
	background-color: white;
	box-shadow: 0px 1px 1px rgba(153,153,153,.5);
	border-radius:10px;
}
	
.content_text_wrap_partners p {
	font-size: 15px;
	line-height: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #60626a;
	margin-left:70px;
}

.content_footer_wrap {
	width: 960px;
	position: relative;
	height: 31px;
	padding-top: 25px;
}

.customer-holder { position: relative; overflow: hidden; }
#customer-slider { overflow: hidden; position: relative; }
#customer-slider img { margin: 0px 15px; float: left; height: 50px; }

/* BOX GRID */

.box_grid {
	width: 960px;
	margin: auto;
}

.box_grid-m1 {
	float: left;
	width: 0px;
	height: 30px;
}

.box_grid-m2 {
	float: left;
	width: 30px;
	height: 30px;
}

.box_grid-m3 {
	float: left;
	width: 30px;
	height: 30px;
}
.box_grid-intro {
	float: left;
	width: 630px;
	height:200px;
}
.box_grid-c1 {
	float: left;
	width: 300px;
	height: 240px;
background: -moz-linear-gradient(top, rgba(204,212,229,1) 0%, rgba(204,212,229,1) 8%, rgba(253,255,255,1) 20%, rgba(207,215,247,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,212,229,1)), color-stop(8%,rgba(204,212,229,1)), color-stop(20%,rgba(253,255,255,1)), color-stop(100%,rgba(207,215,247,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(204,212,229,1) 0%,rgba(204,212,229,1) 8%,rgba(253,255,255,1) 20%,rgba(207,215,247,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(204,212,229,1) 0%,rgba(204,212,229,1) 8%,rgba(253,255,255,1) 20%,rgba(207,215,247,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(204,212,229,1) 0%,rgba(204,212,229,1) 8%,rgba(253,255,255,1) 20%,rgba(207,215,247,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(204,212,229,1) 0%,rgba(204,212,229,1) 8%,rgba(253,255,255,1) 20%,rgba(207,215,247,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccd4e5', endColorstr='#cfd7f7',GradientType=0 ); /* IE6-8 */
	box-shadow: 0 0 2px 1px rgba(0,0,0,.35);
	border-radius: 5px;
}

.box_grid-c2 {
	float: left;
	width: 300px;
	height: 240px;
background: -moz-linear-gradient(top, rgba(204,212,229,1) 0%, rgba(204,212,229,1) 8%, rgba(253,255,255,1) 20%, rgba(207,215,247,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,212,229,1)), color-stop(8%,rgba(204,212,229,1)), color-stop(20%,rgba(253,255,255,1)), color-stop(100%,rgba(207,215,247,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(204,212,229,1) 0%,rgba(204,212,229,1) 8%,rgba(253,255,255,1) 20%,rgba(207,215,247,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(204,212,229,1) 0%,rgba(204,212,229,1) 8%,rgba(253,255,255,1) 20%,rgba(207,215,247,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(204,212,229,1) 0%,rgba(204,212,229,1) 8%,rgba(253,255,255,1) 20%,rgba(207,215,247,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(204,212,229,1) 0%,rgba(204,212,229,1) 8%,rgba(253,255,255,1) 20%,rgba(207,215,247,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccd4e5', endColorstr='#cfd7f7',GradientType=0 ); /* IE6-8 */
	box-shadow: 0 0 2px 1px rgba(0,0,0,.35);
	border-radius: 5px;
}

.box_grid-c3 {
	float: left;
	width: 300px;
	height: 240px;
background: -moz-linear-gradient(top, rgba(204,212,229,1) 0%, rgba(204,212,229,1) 8%, rgba(253,255,255,1) 20%, rgba(207,215,247,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,212,229,1)), color-stop(8%,rgba(204,212,229,1)), color-stop(20%,rgba(253,255,255,1)), color-stop(100%,rgba(207,215,247,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(204,212,229,1) 0%,rgba(204,212,229,1) 8%,rgba(253,255,255,1) 20%,rgba(207,215,247,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(204,212,229,1) 0%,rgba(204,212,229,1) 8%,rgba(253,255,255,1) 20%,rgba(207,215,247,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(204,212,229,1) 0%,rgba(204,212,229,1) 8%,rgba(253,255,255,1) 20%,rgba(207,215,247,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(204,212,229,1) 0%,rgba(204,212,229,1) 8%,rgba(253,255,255,1) 20%,rgba(207,215,247,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccd4e5', endColorstr='#cfd7f7',GradientType=0 ); /* IE6-8 */
	box-shadow: 0 0 2px 1px rgba(0,0,0,.35);
	border-radius: 5px;
}
.box_grid-news {
	float: left;
	width: 300px;
	height: 200px;
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
	box-shadow: 0 0 2px 0px rgba(0,0,0,.35);
	border-radius: 5px;
}

/* BOX STYLE */

.box_inside_wrap {
	width: auto;
	height: 225px;
}
.box_header {
	width: 300px;
	height: 46px;
}
.box_header_text_wrap {
	width: 300px;
	height: 35px;
	float: left;
background: -moz-linear-gradient(top, rgba(222,239,255,1) 0%, rgba(145,162,191,1) 98%, rgba(96,96,96,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,239,255,1)), color-stop(98%,rgba(145,162,191,1)), color-stop(100%,rgba(96,96,96,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(222,239,255,1) 0%,rgba(145,162,191,1) 98%,rgba(96,96,96,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(222,239,255,1) 0%,rgba(145,162,191,1) 98%,rgba(96,96,96,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(222,239,255,1) 0%,rgba(145,162,191,1) 98%,rgba(96,96,96,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(222,239,255,1) 0%,rgba(145,162,191,1) 98%,rgba(96,96,96,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deefff', endColorstr='#606060',GradientType=0 ); /* IE6-8 */
}
.box_header_text_wrap_news {
	width: 300px;
	height: 35px;
	float: left;
	background: rgb(255,48,25); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(255,48,25,1) 40%, rgba(255,48,25,1) 60%, rgba(207,4,4,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(40%,rgba(255,48,25,1)), color-stop(60%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(255,48,25,1) 40%,rgba(255,48,25,1) 60%,rgba(207,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(255,48,25,1) 40%,rgba(255,48,25,1) 60%,rgba(207,4,4,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(255,48,25,1) 40%,rgba(255,48,25,1) 60%,rgba(207,4,4,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(255,48,25,1) 40%,rgba(255,48,25,1) 60%,rgba(207,4,4,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff751a', endColorstr='#cf0404',GradientType=0 ); /* IE6-8 */
}
.box_header_text_news {
	height: 30px;
	width: 300px;
}
.box_header_text_news p {
	padding-top: 8px;
	color: rgba(255,255,255,1);
	text-transform: uppercase;
	font-size: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: rgba(255,255,255,1);
}
.box_header_text_big {
	height: 30px;
	width: 300px;
}
.box_header_text_big p {
	padding-top: 8px;
	color: rgba(51,51,51,1);
	text-transform: uppercase;
	font-size: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: rgba(255,255,255,1);
}
.box_header_text_big_cgroup {
	padding-top: 5px;
	width: 930px;
	color: color: rgb(128,0,0);;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}
.box_header_text_small {
	height: 15px;
	width: 196px;
}

.box_header_text_small p {
	color: #70768e; 
	text-transform: uppercase;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.box_footer_wrap {
	width: 256px;
	height: 31px;
	float: left;
}

.box_footer_left {
	width: 156px;
	height: 31px;
	float: left;
	padding-top: 2px;
}

.box_footer_right {
	width: 100px;
	height: 31px;
	float: right;
}

.box_footer_left_big {
	width: 62px;
	height: 31px;
	float: left;
}

.box_footer_left_big p {
	color: #4e546a;
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.box_footer_left_small {
	width: 70px;
	height: 31px;
	float: left;
}

.box_footer_left_small p {
	color: #4e546a;
	font-size: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.box_content_cgroup {
	width: 900px;
	height: 20px;
	text-align: justify;
	padding-left: 20px;

}

.box_content_cgroup p {
	font-size: 13px;
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: rgb(51,51,51);
}

.box_content_cgroup a {
	color: #dc3455;
	text-decoration: underline;
	font-weight: bold;
}

.box_content {
	width: 270px;
	height: 150px;
	text-align: left;
	padding: 5px 10px 5px 10px;
}
.box_content_news {
	width: 270px;
	height: 150px;
	text-align:center;
	padding: 5px 15px 5px 15px;
}
.box_content_news p {
	font-size: 12px;
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: rgba(96,98,106,1);
}
.box_content_news img {
	margin-top:10px;
	text-align:center;
	box-shadow: 0 0 2px 1px rgba(0,0,0,.35);
}
.box_content p {
	font-size: 13px;
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: rgba(96,98,106,1);
}

.box_content a {
	color: #dc3455;
	text-decoration: underline;
	font-weight: bold;
}
.box_content ul li {
	font-size: 12px;
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:rgba(96,98,106,1);
}

.abt {
    padding: 50px 50px 75px 50px;
}


/* PORTFOLIO GRID 50:50 */

.fifty_grid {
	width: 960px;
	margin: auto;
}

.fifty_grid-m1 {
	float: left;
	width: 0px;
	height: 30px;
}

.fifty_grid-m2 {
	float: left;
	width: 14px;
	height: 30px;
}

.fifty_grid-c1 {
	float: left;
	width: 450px;
	height:450px;
padding:5px 10px 10px;
display: block;
background: #f0f0f0;
background: rgba(0,0,0,0.06);
border-radius: 0 0 20px 20px;
border: 1px solid rgba(0,0,0,0.1);
box-shadow: inset 0 2px 10px rgba(0,0,0,0.1);
}
.fifty_grid-c2 {
	float: left;
	width: 450px;
	height:450px;
padding:5px 10px 10px;
display: block;
background: #f0f0f0;
background: rgba(0,0,0,0.06);
border-radius: 0 0 20px 20px;
border: 1px solid rgba(0,0,0,0.1);
box-shadow: inset 0 2px 10px rgba(0,0,0,0.1);
}



/* CONTACT GRID 60:30 */

.contact_grid {
	width: 960px;
	margin: auto;
}

.contact_grid-m1 {
	float: left;
	width: 0px;
	height: 30px;
}

.contact_grid-m2 {
	float: left;
	width: 30px;
	height: 30px;
}

.contact_grid-c1 {
	float: left;
	width: 585px;
}

.contact_grid-c2 {
	float: left;
	width: 315px;
}

.contact_main_text {
	width: 585px;
	float: left;
	text-align: justify;
	margin-bottom: 50px;
}

.contact_main_text p {
	color: #4e546a; 
	font-size: 14px;
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.contact_main_text a {
	color: #dc3455;
	text-decoration: underline;
	font-weight: bold;
}

.mapCanvas {
	display: block;
	margin-bottom: 10px;
	margin-left: -5px;
}
.contact_sidebar_text {
	width: 315px;
	float: left;
	text-align: left;
	padding-top:12px;
	padding-left:6px;
}

.contact_sidebar_text p {
	color: #4e546a;
	font-size: 14px;
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.contact_sidebar_text img {
	display: block;
	margin-bottom: 10px;
	margin-left: -5px;
}

.contact_form_wrap {
	width: 585px;
	float: left;
	text-align: left;
}



/* CONTACT AND BLOG FORM STYLES */


.contact_fields_wrap{
	width: 583px;
}

.contact_fields_left{
	float: left;
	width: 282px;
}

.contact_fields_right{
	float: right;
	width: 282px;
}


.contact_field_r, .contact_field_l {
	
background-color: white;
border-bottom-color: rgb(244, 244, 244);
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: rgb(234, 234, 234);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(234, 234, 234);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(213, 213, 213);
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-top-style: solid;
border-top-width: 1px;
color: rgb(102, 102, 102);
cursor: auto;
display: inline-block;
margin-bottom: 15px;
text-align: left;
font-size: 13px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #60626a;
font-weight: bold;
width: 282px;
height: 31px;
text-indent: 8px;
line-height: 28px;

}

.contact_field_large {
width: 583px;
height: 31px;
background-color: white;
border-bottom-color: rgb(244, 244, 244);
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: rgb(234, 234, 234);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(234, 234, 234);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(213, 213, 213);
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-top-style: solid;
border-top-width: 1px;
color: rgb(102, 102, 102);
cursor: auto;
display: inline-block;
margin-bottom: 15px;
text-align: left;
font-size: 13px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #60626a;
font-weight: bold;
text-indent: 8px;
line-height: 28px;
}

.contact_field_area {
width: 583px;
height: 231px;
background-color: white;
border-bottom-color: rgb(244, 244, 244);
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: rgb(234, 234, 234);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(234, 234, 234);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(213, 213, 213);
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-top-style: solid;
border-top-width: 1px;
color: rgb(102, 102, 102);
cursor: auto;
display: inline-block;
margin-bottom: 15px;
text-align: left;
font-size: 13px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #60626a;
font-weight: bold;
	text-indent: 8px;
	line-height: 28px;
	overflow: auto;
}


/* PORTFOLIO STYLES */

.folio_element_wrap {
	width: 450px;
}

.folio_element_head {
	height: 36px;
	width: 450px;
	position: relative;
}

.folio_element_head p {
	color: #4e546a;
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.folio_element_text {
	width: 450px;
	position: relative;
	text-align: justify;
}

.folio_element_text p {
	color: #4e546a; 
	font-size: 13px;
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.folio_element_text ul li {
	color: #4e546a; 
	font-size: 13px;
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.folio_element_footer {
	width: 450px;
	position: relative;
	height: 31px;
	padding-top: 25px;
}

.check_icon {
	margin-right: 10px;
	margin-top: 5px;
	padding-bottom: 5px;
	display: block;
	float: left;
}



/* FOOTER */

.footer{
	height: 200px;
	margin-bottom: 0;
	background: url(../images/footer.png) repeat 0 0;
	border-top:#FF0000 double;
}

#footer_wrap{
	position: relative;
	margin: auto;
	width: 960px;
}

.push {
	height:160px; /* .push must be the same height as .footer */
}

/* INQUIRY */

#inquiry_wrap {
	width: 960px;
	background: url(../images/inqpattern.html) repeat 0 0; 
	height: 50px; 
	padding: 0 17px;  
	margin: 0 32px; 
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-o-border-radius: 4px;  
	box-shadow: 0px 0px 7px rgba(0,0,0,0.2) inset;    -moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.2) inset; 
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.2) inset; 
	-o-box-shadow: 0px 0px 7px rgba(0,0,0,0.2) inset; }
}

#inquiry_left {
	padding-top:10px;
	width: 160px;
	float: left;
	text-align: left;
	height: 45px;
	padding-left:100px;
}

#mail_icon {
	width: 44px;
	float: left;
	text-align: left;
	height: 42px;
	margin: 0px 14px 0px 0px;
}

#inquiry_headline {
	float: left;
	text-align: left;
	height: 24px;
	margin-top: 14px;
}

#inquiry_headline p{
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: rgba(102,255,255,1);
	font-weight: bold;
	font-style: oblique;
	letter-spacing: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#inquiry_headline_small {
	float: left;
	text-align: left;
	height: 16px;
	margin-top: 16px;
}

#inquiry_headline_small p{
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: rgb(255,255,255);
	font-weight: bolder;
	margin-left: 8px;
}

#inquiry_headline_small p a{
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: rgb(255,255,255);
	text-transform: uppercase;
	font-weight: bolder;
	margin-left: 8px;
	text-decoration: underline;
}




/* FOOTER GRID */

#footer_grid {
	width: 960px;
	margin: auto;
	padding-top:20px;
}

#footer_grid p {
	font-size: 12px;
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666666;
	text-shadow:0px 1px 1px #000000;
}

#footer_grid a {
	font-size: 12px;
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: rgba(18,112,166,1);
	text-decoration:none;
}

#footer-m1 {
	float: left;
	width: 0px;
	height: 1px;
}

#footer-c1 {
	float: left;
	width: 260px;
	text-align: left;
}

#footer-m2 {
	float: left;
	width: 90px;
	height: 130px;
	background-image: url(../images/footer-sep.png);
	background-repeat: repeat-y;
	background-position: center;
	margin-bottom: 10px;
}

#footer-c2{
	color:rgba(18,112,166,1);
	float: left;
	width: 260px;
	text-align: center;
}

#footer-c2 h2 {
	color: #666666;
	float: left;
	width: 260px;
	text-align: center;
	text-shadow:0px 1px 1px #000000;
}
#footer-m3 {
	float: left;
	width: 90px;
	height: 130px;
	background-image: url(../images/footer-sep.png);
	background-repeat: repeat-y;
	background-position: center;
	margin-bottom:10px;	
}

#footer-c3 {
	float: left;
	width: 260px;
	text-align: center;
}
#footer-c3 h2 {
	color: rgba(255,0,0,1);
	float: left;
	width: 260px;
	text-align: center;
	text-shadow:0px 1px 1px #000000;
}
.footer-bottom { 
	background: url(../images/footer-bottom.png) repeat-x 0 0; 
	padding-top: 10px;  
}
.footer-bottom p.copy{ 
	float: left; 
	line-height: 11px; 
	font-size: 11px; 
	color: #717171;
}
.footer-bottom p.mars { 
	float: right; 
	line-height: 11px; 
	font-size: 11px; 
	color: #717171;
}

/* FOOTER HEADLINE FONT H2 */

h2 {
	font-size: 20px;
	color: #8d8d88;
	margin-bottom: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


/* FOOTER ICON STYLES */

#iconbar {
	width: 249px;
	height: 32px;
	padding: 9px 0px 9px 11px;
	margin-bottom:6px;
	background-image: url(../graphics/icon_bg.html);
	background-repeat: no-repeat;
}

#iconbar img {
	height:32px;
	width:32px;
}
	
.social_icons {
	margin-right: 9px;
}
/* Centro Group links */

#icon_cgroup {
	width: 520px;
	height: 50px;
	padding: 10px 0px 9px 90px;
	
}

.cgroup_icons {
	margin-right: 10px;
}

body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#site-language {
	position: absolute;
	top: 5px;
	right:5px;
	width: 125px;
}
#site-language p.lang {
	float:left;
	width: 70px;
	margin:10px 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:x-small;
	color:rgba(102,102,102,1)
}
#site-language p.ENG {
	float:left;
	width: 20px;
	margin-left:2px;
	margin-right:2px;
}
#site-language p.RUS {
	float:right;
	width: 20px;
	margin-left:2px;
	margin-right:2px;
}
#site-language img {
	width: 28px;
	height:28px;
}
.curve-down {
	display: inline-block;
	eight: 85px;
	width: 10%;
	_display: inline;
	_zoom: 1;
	border: 1px solid #e0e0e0;
	border-top-color: #efefef;
	border-bottom-color: #ccc;
}

/*Catalogue wrap*/

#wrapper_product {
	position: relative;
	min-height: 100%;
	height: 820px;
	margin: 0 auto;
	width: 960px;
	background-image: url(../products/bg-product.html);
	background-repeat: no-repeat;
	background-position-y: 200px;	
}

#category {
	position:relative;
	margin-left:0 auto;
	top: 50px;
}

.profile{
	position:relative;
	width:90px;
	height:50px;
	float:right;
	margin-top:20px;
	margin-right:30px;

}
.profile a{
	text-decoration:none;
	text-align:left;
	font-size:11px;
}
.readericon{
	margin-left:15px;
}

.dl-horizontal {
  *zoom: 1;

}

.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  line-height: 0;
  content: "";
}

.dl-horizontal:after {
  clear: both;

}

.dl-horizontal dt {
  float: left;
  width: 250px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size:12px; 
  font-style:italic;
}

.dl-horizontal dd {
  margin-left: 280px;
  color:#666;
  font-size:12px;
}

dl {
  margin-bottom: 20px;
}

dt,dd {
  line-height: 20px;
}
.inline-block {
  display: inline-block;
  width:440px;
  padding: 5px;
  background: rgba(0,0,0,.4);
  font-size:15px;
  border-radius: 5px;
  color: rgba(255,255,255,1);
  text-align:center;
}
/*NEWS*/

#slidenews { 
    margin: 0 auto; 
    position: relative; 
    width: 280px; 
    height: 140px; 
	margin-top:-11px;
}
#slidenews > div { 
    position: absolute; 
    left: 15px; 
    right: 10px;
}
#slidenews > div a{
	font-size: 11px;
	color: rgba(51,51,51,1);
	text-transform: uppercase;
	text-decoration: none;
	text-align:center;
}
#slidenews > div img{
	border-radius:0 0 5px 5px;
	box-shadow:0 0 1px #666;
}
/* Start My Code*/
.product{
	float:none;
	margin:40px auto;
	border:5px solid #ff751a;;
}
.customersimg{
	background:url('../images/bg.png');
	background-size: 100% 100%;
	background-position: top center;
}
.customers{
	float:none;
	margin:0 auto;
	margin-top:40px;
	min-height:500px;
}

.customers .customers_t_i{
	float:none;
	margin:auto;
	margin-top:12px;
}
.customers .customers_img{
	float:right;
	min-height:85px;
	margin-right:30px;
	padding-left:20px;
	padding-right:20px;
}
.customers .customers_img img{
	height:85px;
	width:100%;
}

.customers .customers_title{
	float:left;
	min-height:85px;
	margin-left:30px;
	color:#fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,00027f+57,2989d8+100 */
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #00027f 57%, #2989d8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #1e5799 0%,#00027f 57%,#2989d8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #1e5799 0%,#00027f 57%,#2989d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#2989d8',GradientType=0 ); /* IE6-9 */
}
.our_sister_consern{
	float:none;
	margin:30px auto;
}
.our_sister_consern .container{
	margin:50px 0;
}
.our_sister_consern .cc-mift p:nth-child(1){
	margin-top:30px;
	margin-bottom:10px;
	color:#ff751a;
	font-size:20px;
}
.our_sister_consern .cc-mift p:nth-child(2){
	margin-bottom:30px;
	color:#4d4d4d;
	text-align:justify;
	font-size:15px;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ff751a;
	background:#ff751a;
	color:#fff;
}
.nav-tabs a {
	color:#fff;
	text-transform:uppercase;
}
#mift_courses,#mift_faculty_members{
	min-height:350px;
	color:#4d4d4d;
	padding:15px;
	font-size:15px;
}




.glyphicon{
	color:#ff751a;
}
.nav>li>a:hover, .nav>li>a:focus
{
    background: rgba(255,48,25,.8);
	border:none;
	border-bottom:1px solid #fff;
    color: #fff;
}
/*Start contact-us*/
.contact-us{
	float:none;
	margin:40px auto;
}

/* Start Contactus */
#contactus{
	min-height:650px;
	background:#d44b47;
}
.contact-info{
	text-align:left;
}
.c-icon{
	color:#cccccc;
	font-size:16px;
	border:2px solid #030c81;
	border-radius:99px;
	padding:5px;
	margin-bottom:2px;
}
.c-info{
	color:#030c81;
	font-size:16px;
}
.phone{
	color:white;
	text-decoration:underline;
	visibility: hidden;
}
.phone:hover{
	color:white;
}
.form-title{
	color:white;
}
input[placeholder]{
	color:#030c81;
}
.form-title,textarea{
	color:#fff;
}
p.h3.form-title{
	color:#000!important;
	background:none;
	font-size:22px;
	font-weight:bold;
}
/* End Contactus */
/* Start Product Gallery */

#all_car_box{
float:none;
margin:0 auto;
min-height:630px;
/* background:rgba(156,39,176,0.03); */
overflow:hidden;
padding:20px 0;
border-top:2px solid #ff751a;
padding-left:3%;
}
#product{
width:200px;
height:250px;
background:#f1f0f0;
text-align:center;
padding-top:10px;
margin:0 2%;
margin-bottom:2%;
border-bottom:5px solid #ff751a;
overflow:hidden;
}


#product img{
-webkit-border-radius: 999px;
-moz-border-radius: 999px;
border-radius: 999px;
border:5px solid #ff751a;
cursor:pointer;

}
#product img:hover{
border:1px solid #ff751a;
opacity:1.0;
}
#product a{
font-family:"Arial",Helvetica,sans-serif;
}

#img77{
    border: 10px solid transparent;
    padding: 15px;
    -webkit-border-image: url(/images1/border1.png) 30 round; /* Safari 3.1-5 */
    -o-border-image: url(/images1/border1.png) 30 round; /* Opera 11-12.1 */
    border-image: url(/images1/border1.png) 30 round;
  }


#img11 {
    margin-right: 20px;
    margin-left: 20px;
    float: left;
    width: 120px;
    height: 140px;
    padding: 1px;
    border-bottom: 2px solid blue;
    border: 10px solid transparent;
    -webkit-border-image: url(/images1/border.png) 30 stretch; /* Safari 3.1-5 */
    -o-border-image: url(/images1/border.png) 30 stretch; /* Opera 11-12.1 */
    border-image: url(/images1/border.png) 30 stretch;

}

#img11:hover {
    border: 1px solid #777;
}

img11.desc {
    padding: 15px;
    text-align: center;
}

/* End Product Gallery */
/*End contact-us*/


#header {
	min-height: 63px;
	padding-top: 10px;
	background:#fff;
}

#logo {
	margin-top:auto;
	width: 90px;
	height: 70px;
	float: left;
}


.head-title{
	width:100%;
	text-align:center;
	padding-right:15px;
	color:#000000;
	font-size:30px;
	font-weight:bold;
}



@media (max-width: 980px) {	
	.customers{
		float:none;
		margin:0 auto;
		margin-top:40px;
		min-height:500px;
		text-align:center;
	}

	.customers .customers_t_i{
		float:none;
		margin:auto;
		margin-top:12px;
	}
	.customers .customers_img{
		float:right;
		min-height:85px;
		margin-right:0;
		padding-left:0;
		padding-right:0;
		width:100%;
		text-align:center;
	}
	.customers .customers_img img{
		height:85px;
		width:34%;
	}

	.customers .customers_title{
		float:left;
		min-height:85px;
		margin-left:0px;
		color:#fff;
		width:100%;
	}
}

@media (max-width: 590px) {
	#logo {
		margin-top:auto;
		width:100%;
		height: 100px;
		float: left;
	}

	.head-title{
		font-size:20px;
	}
	
	#menu ul{
		margin-left:0;
	}
}





