* {
	padding: 0px;
	list-style: none;
	text-decoration: none!important;
	margin: 0px;
	-webkit-appearance:none 
}

body{
	/*font-family: 'PT Sans', sans-serif;	
	font-family: PFDin, serif;*/
	font-family: "PFDin", sans-serif;
}

.wrapper {
	width: 100%;
	float: left;
	overflow-x: hidden;
}

.no-padding {
	padding: 0px;
}

ul {
	margin-bottom: 0px;
	padding-left: 0px;
}

a {
	transition: all 0.3s;
}

a:hover,a:focus,a:active {
	color: #1e51a4;
}

.mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

/*------------Intro------------*/
.introWrapper {
	width: 100%;
	float: left;
	overflow-y: hidden;
}

.introMain {
	width: 100%;
	float: left;
	position: relative;
	opacity: 0;
	transition: all 0.3s;
}

#intro {
	width: 100%;
	float: left;
	/*position: relative;*/
}

#intro .item {
	width: 100%;
	height: 100%;
	position: relative;
}

#intro .spot {
	width: 100%;
	float: left;
	position: absolute;
	left: 0px;
	bottom: 45px;
	color: #ffffff;
}

#intro .spot .logo {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 20px;
}

#intro .spot .logo img {
	max-width: 20%;
	filter: brightness(0) invert(1);
}

#intro .spot .title {
	width: 100%;
	float: left;
	font-size: 29px;
	margin-bottom: 30px;
}

#intro .spot .description {
	width: 45%;
	float: left;
	font-size: 17px;
}

#intro .enterWebSiteArrow {
	position: absolute;
	bottom: 5px;
	left: calc( 54% - 15px );
	color: #ffffff;
	font-size: 60px;
	cursor: pointer;
	-webkit-animation: enterButton 1s linear infinite;
	-moz-animation:    enterButton 1s linear infinite;
	-o-animation:      enterButton 1s linear infinite;
	animation:         enterButton 1s linear infinite;
}

@keyframes enterButton {
	0%   {  bottom: 5px; }
	50%  {  bottom: 35px; }
	100% {  bottom: 5px; }
}
@-webkit-keyframes enterButton {
	0%   {  bottom: 5px; }
	50%  {  bottom: 35px; }
	100% {  bottom: 5px; }
}

@-moz-keyframes enterButton {
	0%   {  bottom: 5px; }
	50%  {  bottom: 35px; }
	100% {  bottom: 5px; }
}

@-o-keyframes enterButton {
	0%   {  bottom: 5px; }
	50%  {  bottom: 35px; }
	100% {  bottom: 5px; }
}

@keyframes enterButton {
	0%   {  bottom: 5px; }
	50%  {  bottom: 35px; }
	100% {  bottom: 5px; }
}

/*------------Intro------------*/



/*----------Header----------*/

.absoluteHeader {
	position: relative;
}

.absoluteHeader header {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.absoluteHeader header .logo img {
	filter: brightness(0) invert(1);
}

header {
	width: 100%;
	float: left;	
}

header .logo {
	width: 100%;
	float: left;
	position: relative;
	/*padding: 15px 0px;*/
	padding: 30px 0px;
}

header .logo img {
	/*max-width: 63%;*/
	/*max-width: 100%;*/
	max-width: 73%;
	transition: all 0.3s;
}

header .languageRow {
	width: 100%;
	float: left;
	position: relative;
	border-top: 5px solid #1e51a4;
	padding-top: 25px;
}

header .languageRow:before {
	content: '';
    position: absolute;
    top: -5px;
    left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 5px 0;
    border-color: transparent #1e51a4 transparent transparent;
}

header .languageRow:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 5px;
	top: -5px;
	left: 100%;
	background: #1e51a4;
}

.absoluteHeader header .languageRow {
	border-top: 5px solid transparent;
}

.absoluteHeader header .languageRow:before {
	display: none;
}

.absoluteHeader header .languageRow:after {
	display: none;
}

header .languageRow ul {
	width: 100%;
	float: left;
	text-align: right;
}

header .languageRow ul li {
	display: inline-block;
}

header .languageRow ul li a {
	color: #1e51a4;
}

.absoluteHeader header .languageRow ul li a {
	color: #fff;
}

header .languageRow ul li a span {
	float: left;
}

header .languageRow ul li a .flag {
	position: relative;
}

header .languageRow ul li a img {
	width: 20px;
	height: 20px;
}

header .languageRow ul li a .langTitle {
	margin-left: 6px;
    line-height: 23px;
    font-size: 13px;
}

header .navbar-collapse {
	padding: 0px;
}

header .menu {
	width: 100%;
	float: left;
	margin-top: 5px;
}

header .menu ul {
	width: 100%;
	float: left;
	text-align: right;
}

header .menu ul li {
	display: inline-block;
	position: relative;
	float: initial;
	padding: 0px 10px;
}

header .menu ul li > a {
	font-size: 13px;
    color: #1e51a4;
    font-weight: bold;
    float: left;
    padding: 10px 0px;
    border-top: 2px solid transparent;
    transition: all 0.3s;
}

header .menu > .collapse > ul > li > a {
	color: #1e51a4;
	letter-spacing: 1.5px;
	font-weight: normal;
}

header .menu > .collapse > ul > li {
	padding: 0px 8px;
}

.absoluteHeader header .menu > .collapse > ul > li > a {
	color: #ffffff;
}

header .menu ul li:last-child {
	padding-right: 0px;
}

header .menu ul li > a:hover {
	border-color: #1e51a4;
}

.absoluteHeader header .menu ul li > a:hover {
	border-color: #ffffff;
}

header .menu ul > li > ul {
	position: absolute;	
}

header .menu ul li ul li {
	width: 100%;
	float: left;
}

header .menu ul li ul li ul {
	display: none;
}

header .menu ul li ul li ul li {

}

.nav>li>a:focus, .nav>li>a:hover {
	background-color: transparent;
}

header .menu .sub img {
	max-width: 100%;
}

header .menu .sub {    
    padding: 0px;
    width: 230px;
    z-index: 999;
    padding: 0px;
    width: 230px;
    z-index: 999;
    position: absolute;
    top: 45px;
    left: 0px;
    background: #fff;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
	text-align: left;
}

header .menu li:hover .sub {
	opacity: 1;
    visibility: visible;
}

header .menu .sub li {
    position: relative;
    width: 100%;
    float: left;
	padding: 0px;
    transition: all 0.3s;
}

header .menu .sub li a {
    transition: all 0.3s;
    padding: 10px 15px;
}

header .menu .sub li .menuProductCategory {
    padding: 5px 2px 5px 10px;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
}

header .menu .sub li .menuBolder {
    font-weight: bold;
}

header .menu .sub li:last-child .menuProductCategory {
    border-bottom: none;
}

header .menu .sub li .menuProductCategory i {
    margin-top: 4px;
}

header .menu .sub li:nth-child(5) .menuProductCategory i {
    margin-top: -7px;
}

header .menu .sub li:hover {
    background: #1e51a4;
}

header .menu .sub > li:hover > a {
    color: #fff;
}

header .menu .sub li a:hover {
    opacity: 1;
}

header .menu .sub li a {
    width: 100%;
    float: left;
}

header .menu .sub li .sub {
    position: absolute;
    left: 100%;
    top: 0px;
    opacity: 0;
    display: block;
    visibility: hidden;
    transition: all 0.3s;
}

header .menu .sub li:hover .sub {
    opacity: 1;
    visibility: visible;
}

header .menu .sub li .sub li:hover {
    opacity: 1;
    visibility: visible;
}

header .menu .sub li .sub li .sub {
    opacity: 0;
    visibility: hidden;
    text-align: center;
    padding: 5px 0px;
}

header .menu .sub li .sub li:hover .sub {
    opacity: 1;
    visibility: visible;
}

.mobileMenuButton {
	width: 50px;
	height: 50px;
	float: right;
	position: absolute;
	right: 20px;
	top: 30px;
	background: transparent;	
	padding: 13px 10px;
	transition: all 0.3s;
	z-index: 9999;
}

.mobileMenuButton span {
	width: 100%;
	float: left;
	height: 3px;
	background: #1e51a4;
	margin-bottom: 6px;
	transition: all 0.6s ease;
}

.mobileMenu {
	position: fixed;
	right: -70%;
	background: #1e51a4;
	width: 70%;
	height: 100%;
	padding: 30px;
	text-align: center;
	top: 0px;
	z-index: 9999;
	overflow-y: auto;
	transition: all 0.3s;
}

.mobileMenu .menuLogo {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	/* border-bottom: 1px solid #130f00; */
	background: #fff;
	padding: 10px;
	display: none;
}

.mobileMenu .menuLogo img {
	max-width: 100%;
}

.mobileMenu ul {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

.mobileMenu ul li {
	width: 100%;
	float: left;
	margin-bottom: 0px;
}

.mobileMenu ul li a {
	color: #fff;
	font-size: 15px;
}

.mobileMenu .information {
	width: 90%;
	float: left;
	position: absolute;
	bottom: 0px;
	left: 5%;
}

.mobileMenu .information ul {
	width: 100%;
	float: left;
}

.mobileMenu .information .social li {
	width: auto;
	float: none;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 20px;
}

.mobileMenu .information .social li:last-child {
	margin-right: 0px;
}

.mobileMenu .information .social li a {
	font-size: 19px;
}

.mobileMenu .information .contact {
	padding-top: 15px;
	border-top: 1px solid #fff;
}

.mobileMenu .information .contact li {
	width: 100%;
	float: left;
	color: #fff;
	margin-bottom: 5px;
	font-size: 13px;
	text-align: left;
	line-height: 19px;
}

.mobileMenu .information .contact li:last-child {
	border-bottom: none;
}

.mobileMenu .information .contact li i {
	width: 40px;
	height: 30px;
	float: left;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.mobileMenu .information .contact li a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}

.mobileMenu .navbar-collapse {
	display: block;
	padding-right: 0px;
	height: calc(100% - 110px);
	border: none;
	overflow: auto;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-overflow-scrolling: touch;
}

.mobileMenu .navbar-collapse .sub {
	display: none;
	margin-bottom: 2px;
}

.mobileMenu .navbar-collapse .sub i {
	display: none;
}

.mobileMenu .navbar-collapse .sub li {
	margin-bottom: 6px;
}

.mobileMenu .navbar-collapse .sub li a {
	font-size: 12px;
}

/*----------Header----------*/


/*----------Footer----------*/

footer {
	width: 100%;
	float: left;	
	background: #f2f2f2;
	color: #7f7f7f;
}

footer a {
	color: #7f7f7f;
}

footer a:hover {
	color: #000000;
}

footer .footerTop {
	width: 100%;
	float: left;	
    font-size: 14px;    
    padding: 30px 0px;
}

footer .title {
	width: 100%;
	float: left;
	border-bottom: 1px solid #e1e1e1;	
	margin: 0 0 15px;
    padding: 0 0 20px;
    color: #1e1e1e;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3;
}

footer .titleImg {
	padding: 0 0 12px;
	position: relative;
}

footer .titleImg img {
	max-width: 100%;
}

footer .footerContent {
	width: 100%;
	float: left;
}

footer .footerContent ul {
	width: 100%;
	float: left;
}

footer .footerContent ul li {
	width: 100%;
	float: left;
	font-size: 13px;
}

footer .footerContent .second li {
	margin-bottom: 10px;
}

footer .footerContent .second li span {
	
}

footer .footerContent .second li span:first-child {
	width: 23px;
    height: 20px;
    float: left;
    font-size: 16px;
    color: #c6c6c6;
}

footer .footerContent .second li:first-child span:first-child {
	height: 45px;
}


footer .footerBottom {
	background: #f7f7f7;
    border-top: 1px solid #e1e1e1;
    font-size: 11px;    
    padding: 10px 0px;
}

footer .footerBottom .copyright {
	width: 100%;
    float: left;
    margin-top: 15px;
}

footer .footerBottom .up i {
	background: #c6c6c6;
    border-radius: 3px;
    display: block;
    float: right;
    height: 40px;
    text-align: center;
    width: 40px;
    color: #fff;
    font-size: 20px;
    padding-top: 10px;
    cursor: pointer;
    transition: all 0.3s;
}

footer .footerBottom .up i:hover {
	background: #1e51a4;
}

/*----------Footer----------*/



/*------------Slider-------------*/

#slider {
	width: 100%;
	float: left;
	position: relative;
}

#slider:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	background: #fff;
	opacity: 0.3;
	z-index: 2;
}

#slider .item {
	width: 100%;
	float: left;
	position: relative;
}

#slider .item .spot {
	width: 100%;
	position: absolute;
	/*top: 35%;*/
	top: 45%;
}

#slider .item .spot .slideRow {
	width: 55%;
	float: left;
	padding: 0px 15px;
}

#slider .item .spot .title {
	width: 100%;
	float: left;
	/*color: #fff;*/
	/*font-size: 37px;*/
	font-size: 15px;
	color: #1f52a3;
	letter-spacing: 1.8px;
}

#slider .item .spot .excerpt {
	width: 100%;
	float: left;
	/*color: #fff;*/
	color: #1f52a3;
	/*font-size: 16px;*/
	font-size: 25px;
	font-weight: bold;	
}

#slider .item .spot .more {
	width: 100%;
	float: left;
	position: relative;
	z-index: 10;
	display: none;
}

#slider .item .spot .more a {
	float: left;    
    padding: 8px 22px;
    font-size: 17px;
    text-decoration: none;
    transition: all 0.3s;
	position: relative;
	z-index: 10;
}

#slider .item .spot .more .one {
    background: #fff;
    color: #05327b;
}

#slider .item .spot .more .two {
	background: #000000;
	color: #fff;
}

#slider .item .spot .more .three {
	background: #c02020;
	color: #fff;
}

#slider .item .spot .more .four {
	background: #997e61;
    color: #fff;
}

#slider .item .spot .more .five {
    background: #ec583d;
    color: #fff;
}

#slider .item .spot .more .six {	    
    background: #8f7c5f;
    color: #fff;
}

#slider img {
	width: 100%;
	display: block;
}

#slider .owl-nav {
	width: 100%;
    height: 78px;
    margin: 0px;
    position: absolute;
    top: calc(50% - 39px);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2;
}

#slider:hover .owl-nav {
	opacity: 1
}

#slider .owl-nav i {
	font-size: 25px;
	cursor: pointer;
	transition: all 0.3s;
}

#slider .owl-nav i:hover {
	opacity: 1;
}

#slider .owl-prev {
	float: left;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 2px;
	background: #1e51a4;
	opacity: 0.5;
	transition: all 0.3s;
}

#slider .owl-prev:hover {
	opacity: 1;
}

#slider .owl-next {
	float: right;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 2px;
	background: #1e51a4;
	opacity: 0.5;
	transition: all 0.3s;
}

#slider .owl-next:hover {
	opacity: 1;
}

/*------------Slider-------------*/


/*------------Slogan-------------*/

#slogan {
	width: 100%;
	float: left;
	position: relative;
	/*padding: 30px 0px 15px 0px;*/
	padding: 22px 0px 13px 0px;
	background: url('../images/sloganBack.png') center center no-repeat;
	background-color: #1e51a4;
	margin: 30px 0px;
}

#slogan .sloganContent {
	width: 100%;
	float: left;
	color: #fff;
}

/*------------Slogan-------------*/


/*----------ServicesOLD----------*/

#services {
	width: 100%;
	float: left;
	/*padding: 30px 0px;*/
}

#services .servicesTitle {
	width: 100%;
	float: left;	
	color: #353535;
    font-size: 28px;
    font-weight: normal;
    margin: 0 0 20px 0;
    /*padding: 40px 0px 20px 0px;*/
	padding: 15px 0px 20px 0px;
    border-bottom: 1px solid #e1e1e1;
}

#services .servicesTitle:after {
	content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    left: 15px;
    bottom: 20px;
    background: #1e1e1e; 
}

#services .serviceItem {	
	/*float: left;*/
	width: 87%;
    margin: auto;
}

#services .serviceItem .img {
	position: relative;
	width: 100%;
	float: left;
	text-align: center;
	border-top: 13px solid #1e51a4;
}

#services .serviceItem .img img {
	max-width: 100%;
	height: 227px;
}

#services .serviceItem .title {
	width: 100%;
	float: left;
	color: #777777;
	margin-top: 20px;
    font-size: 17px;
    line-height: 20px;
    height: 40px;  
    transition: all 0.3s;     
}

#services .serviceItem:hover .title {
	color: #1e51a4;
}

/*----------ServicesOld----------*/


/*----------Services----------*/

#services .serviceItemIco {
	width: 100%;
	float: left;
	transition: all 0.3s;
}

#services .serviceItemIco:hover {
	background: #1e51a4;
}

#services .serviceItemIco .ico {
	width: 100%;
	float: left;
	background: rgba(0, 55, 100, 0.67);
	padding: 25px 0px;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#services .serviceItemIco .ico i {
	width: 100%;
	height: 70px;
	float: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#services .serviceItemIco .ico .one {
	background: url('../images/serviceOne.png') center center no-repeat;
}

#services .serviceItemIco .ico .two {
	background: url('../images/serviceTwo.png') center center no-repeat;
}

#services .serviceItemIco .ico .three {
	background: url('../images/serviceThree.png') center center no-repeat;
}

#services .serviceItemIco .ico .four {
	background: url('../images/serviceFour.png') center center no-repeat;
}

#services .serviceItemIco .ico .five {
	background: url('../images/serviceFive.png') center center no-repeat;
}

#services .serviceItemIco .ico .six {
	background: url('../images/serviceSix.png') center center no-repeat;
}

#services .serviceItemIco .ico .seven {
	background: url('../images/serviceSeven.png') center center no-repeat;
}

#services .serviceItemIco:hover .ico .one {
	background: url('../images/serviceOneHover.png') center center no-repeat;
}

#services .serviceItemIco:hover .ico .two {
	background: url('../images/serviceTwoHover.png') center center no-repeat;
}

#services .serviceItemIco:hover .ico .three {
	background: url('../images/serviceThreeHover.png') center center no-repeat;
}

#services .serviceItemIco:hover .ico .four {
	background: url('../images/serviceFourHover.png') center center no-repeat;
}

#services .serviceItemIco:hover .ico .five {
	background: url('../images/serviceFiveHover.png') center center no-repeat;
}

#services .serviceItemIco:hover .ico .six {
	background: url('../images/serviceSixHover.png') center center no-repeat;
}

#services .serviceItemIco:hover .ico .seven {
	background: url('../images/serviceSevenHover.png') center center no-repeat;
}

#services .serviceItemIco .title {
	width: 100%;
	float: left;
	color: #777777;
	margin-top: 5px;
	font-size: 15px;
	line-height: 20px;
	height: 60px;
	transition: all 0.3s;
	padding: 10px;
	border-bottom: 1px solid #1e51a4;
}

#services .serviceItemIco:hover .title {
	color: #ffffff;
}

/*----------Services----------*/

/*------------ServicesLAST-------------*/

#services {
	width: 100%;
	float: left;
	margin-top: -120px;
	z-index: 2;
	position: relative;
}

#services ul {
	width: 100%;
	float: left;
	padding: 0px 15px;
	/*text-align: center;*/
}

#services ul li {
	/*display: inline-block;
	width: 12.87%;
	margin-right: 15px;*/
	display: inline-block;
	width: 12%;
	margin-right: 62px;
}

#services ul li:last-child {
	margin-right: 0px;
}

#services ul li .icon {
	width: 100%;
	float: left;
	background: rgba(30, 81, 164, 0.67);
	padding: 25px 0px;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#services ul li:hover .icon {
	background: rgba(212, 212, 212, 0.77);
}

#services ul li .icon i {
	width: 100%;
	height: 70px;
	float: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/* services Icon Set */
#services ul li .icon .one {
	background: url('../images/serviceOne.png') center center no-repeat;
}

#services ul li .icon .two {
	background: url('../images/serviceTwo.png') center center no-repeat;
}

#services ul li .icon .three {
	background: url('../images/serviceThree.png') center center no-repeat;
}

#services ul li .icon .four {
	background: url('../images/serviceFour.png') center center no-repeat;
}

#services ul li .icon .five {
	background: url('../images/serviceFive.png') center center no-repeat;
}

#services ul li .icon .six {
	background: url('../images/serviceSix.png') center center no-repeat;
}

#services ul li .icon .seven {
	background: url('../images/serviceSeven.png') center center no-repeat;
}

/* services Icon Hover */

#services ul li:hover .icon .one {
	background: url('../images/serviceOneHover.png') center center no-repeat;
}

#services ul li:hover .icon .two {
	background: url('../images/serviceTwoHover.png') center center no-repeat;
}

#services ul li:hover .icon .three {
	background: url('../images/serviceThreeHover.png') center center no-repeat;
}

#services ul li:hover .icon .four {
	background: url('../images/serviceFourHover.png') center center no-repeat;
}

#services ul li:hover .icon .five {
	background: url('../images/serviceFiveHover.png') center center no-repeat;
}

#services ul li:hover .icon .six {
	background: url('../images/serviceSixHover.png') center center no-repeat;
}

#services ul li:hover .icon .seven {
	background: url('../images/serviceSevenHover.png') center center no-repeat;
}

/* services Icon Set */


#services ul li .content {
	width: 100%;
	float: left;
	padding: 0px 10px;
	text-align: left;
	min-height: 120px;
	border-bottom: 1px solid #1e51a4;
}

#services ul li:hover .content {
	background: rgba(212, 212, 212, 0.77);
}

#services ul li .content .title {
	width: 100%;
	float: left;
	font-size: 15px;
	/*font-weight: bold;*/
	color: #b6b6b6;
	padding: 30px 0px 20px 0px;
	transition: all 0.3s;
}

#services ul li:hover .content .title {
	color: #1f50a3;
}

#services ul li .content .excerpt {
	width: 100%;
	float: left;
	font-size: 12px;
	color: #b6b6b6;
	/*padding-bottom: 30px;*/
}

/*------------ServicesLAST-------------*/

/*----------Breadcrumb----------*/

#breadcrumb {
	width: 100%;
	float: left;
	background: #f2f2f2;
	padding: 15px 0px;	
	box-shadow: inset 1px 1px 2px 0px #e1e1e1;
}

#breadcrumb ul {
	width: 100%;
	float: left;
}

#breadcrumb ul li {
	display: inline-block;
	color: #777777;
	padding-right: 16px;
	position: relative;
	font-size: 12px;
}

#breadcrumb ul li:after {
	content: '/';
	position: absolute;
	right: 4px;
	top: 0px;
}

#breadcrumb ul li:last-child:after{
	display: none;
}

#breadcrumb ul li a {
	color: #777777;
}

/*----------Breadcrumb----------*/

#pageTitle {	    
	width: 100%;
	float: left;
    margin: -4px 0 18px;        
    font-size: 28px;
    padding-top: 40px;
    border-bottom: 1px solid #e1e1e1;
}

#mainWrapper {
	width: 100%;
	float: left;
	/*margin: 40px 0px;*/
	margin: 20px 0px;
}

#mainWrapper .sidebar {
	width: 100%;
	float: left;
}

#mainWrapper .sidebar .title {
	border-bottom: 1px solid #e1e1e1;
    margin: 0 0 30px;
    padding: 0 0 15px;
    position: relative;
    color: #7f7f7f;
    font-size: 18px;            
}

#mainWrapper .sidebar .title:before {
	content: "";
	background: #1e1e1e;
    bottom: -1px;    
    height: 1px;
    left: 0;    
    position: absolute;
    width: 40px;
}

#mainWrapper .sidebar ul {
	width: 100%;
	float: left;
}

#mainWrapper .sidebar ul li {
	width: 100%;
    float: left;
    background: #1e51a4;    
    margin-bottom: 3px;
	padding: 3px 0px;
}

#mainWrapper .sidebar ul li a {
	width: 100%;
	float: left;
	color: #fff;
	line-height: 40px;
	font-size: 11px;
	position: relative;
}

#mainWrapper .sidebar ul li:nth-child(5) a {
	line-height: 20px;
}


#mainWrapper .sidebar ul li a:before {
	/*content: '\f068';
	font-family: 'FontAwesome';*/
	content: '';
    position: relative;
    left: 0px;
    top: 0px;
    width: 40px;
    float: left;
    padding: 1px 0px;
    text-align: center;
    font-size: 16px;
    border-right: 1px solid #4b74b6;
    margin-right: 10px;
	height: 40px;
}

#mainWrapper .sidebar ul li .one:before {
	background: url('../images/serviceOne.png') center center no-repeat;
	background-size: 70% 70%;
}

#mainWrapper .sidebar ul li .two:before {
	background: url('../images/serviceTwo.png') center center no-repeat;
	background-size: 70% 70%;
}

#mainWrapper .sidebar ul li .three:before {
	background: url('../images/serviceThree.png') center center no-repeat;
	background-size: 80% 80%;
}

#mainWrapper .sidebar ul li .four:before {
	background: url('../images/serviceFour.png') center center no-repeat;
	background-size: 70% 70%;
}

#mainWrapper .sidebar ul li .five:before {
	background: url('../images/serviceFive.png') center center no-repeat;
	background-size: 70% 70%;
}

#mainWrapper .sidebar ul li .six:before {
	background: url('../images/serviceSix.png') center center no-repeat;
	background-size: 70% 70%;
}

#mainWrapper .sidebar ul li .seven:before {
	background: url('../images/serviceSeven.png') center center no-repeat;
	background-size: 70% 70%;
}

.categorySelectBox {
	position: relative;
	margin-bottom: 30px;
}

.categorySelectBox:before {
	content: '\f107';
    position: absolute;
    top: 1px;
    left: 23px;
    color: #1e51a4;
    font-family: FontAwesome;
    font-size: 23px;
    font-weight: bold;
    z-index: 2;
}

.categorySelectBox select {
    box-shadow: none;
    border-radius: 0px;
    background: #f2f2f2;
    font-weight: bold;
    font-size: 14px;
    color: #1e51a4;
    border: none;
    padding-left: 30px;
    -webkit-appearance: none;
}

.categorySelectBox select option:first-child {
	display: none;
}

.selectBox:focus, .selectBox.selectBox-menuShowing, .form-control:focus, .form-control.selectBox-menuShowing {
	box-shadow: none;
    border: none;
}

#mainWrapper .categoryDesc {
	width: 100%;
	float: left;	    
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
    opacity: 0.9;
}

#mainWrapper .productList {
	width: 100%;
	float: left;
}

#mainWrapper .productList .productItem {
	width: 100%;
	float: left;
}

#mainWrapper .productList .productItem .img {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
	overflow: hidden;
}

#mainWrapper .productList .productItem .img img {
	max-width: 100%;
	transition: all 0.3s;
}

#mainWrapper .productList .productItem:hover .img img {
	transform: scale(1.3);
}

#mainWrapper .productList .productItem .infos {
	width: 100%;
	float: left;
	text-align: center;
	background: #f2f2f2;
	padding: 15px 5px;
	margin-bottom: 30px;
	height: 90px;
}

#mainWrapper .productList .productItem .infos .title {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #1e1e1e;
}

#mainWrapper .productList .productItem .infos .category {
	width: 100%;
	float: left;
	font-size: 12px;
	color: #505050;
	margin-top: 5px;
}

#mainWrapper .productList .sameProduct {
	width: 100%;
    float: left;
    border-bottom: 1px solid #ddd;
    margin: 50px 0px 30px 0px;
}

#mainWrapper .productList .sameProduct span {
	color: #555555;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    float: left;
    padding: 10px;
    border-radius: 5px 5px 0px 0px;
    font-size: 13px;    
    position: relative;
}

#mainWrapper .productList .sameProduct span:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0px;
	width: 100%;
	height: 1px;
	background: #fff;
}


#mainWrapper .productHeader {
	width: 100%;
    float: left;
	font-size: 22px;
    border-bottom: 1px solid #e2e2e2;
    margin-botfile:///Users/macbookpro/Desktop/cass/productDetail.html#tom: 25px;    
    padding-bottom: 6px;
}

#mainWrapper .productHeader .title {
	width: 100%;
	float: left;
}

#mainWrapper .productHeader .turnBack {
	width: 100%;
	float: left;
	text-align: right;
}

#mainWrapper .productHeader .turnBack button {
	background: #1e51a4;
    border: none;
    border-radius: 0px;
    padding: 7px 20px;
    font-size: 16px;
    transition: all 0.3s;
}

#mainWrapper .productHeader .turnBack button:hover {
	background: #0499f7;
}

#mainWrapper .productHeader .turnBack button i {
	font-size: 20px;
	margin-right: 10px;
	font-weight: bold;
	line-height: 20px;
	float: left;
}

#mainWrapper .productContent {
	width: 100%;
	float: left;
	padding: 30px 0px;
}

#mainWrapper .productContent .infos {
	width: 100%;
	float: left;
}

#mainWrapper .infos ul {
	width: 100%;
	float: left;
	padding: 0 0 0 35px;
}

#mainWrapper .infos li {
	width: 100%;
	float: left;
	position: relative;
    margin-bottom: 10px;
}

#mainWrapper .infos li:before {
	content: '\f10c';
    position: absolute;
    top: 1px;
    left: -20px;
    color: #1e51a4;
    font-family: FontAwesome;
    font-size: 10px;
    font-weight: bold;
    z-index: 2;
}

#mainWrapper .infos p {
	width: 100%;
	float: left;
}

#mainWrapper .infos p img {
	max-width: 100%;
	width: auto!important;

}

#mainWrapper .productContent .productGallery {
	width: 100%;
	float: left;
	padding-left: 15px;
	position: relative;
}

#mainWrapper .productContent .productGallery .owl-nav {
	position: absolute;
	top: calc(50% - 30px);
	left: 0px;
	width: 100%;
	margin-top: 0px;
	opacity: 0;
	transition: all 0.3s;
}

#mainWrapper .productContent .productGallery:hover .owl-nav {
	opacity: 1;
}

#mainWrapper .productContent .productGallery .owl-nav .owl-prev {
	float: left;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 2px;
	background: #1e51a4;
	transition: all .3s;
}

#mainWrapper .productContent .productGallery .owl-nav .owl-next {
	float: right;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 2px;
	background: #1e51a4;
	transition: all .3s;
}

#mainWrapper .productContent .productGallery .owl-nav i {
	font-size: 25px;
	cursor: pointer;
	opacity: .5;
	transition: all .3s;
}

#mainWrapper .productContent .productGallery .owl-nav i:hover  {
	opacity: 1;
}

#mainWrapper .productContent .productGallery .item {
	position: relative;
}

#mainWrapper .productContent .productGallery .galleryNavigator {
	margin-top: 30px;
}

#mainWrapper .productContent .productGallery .galleryNavigator .item {
	width: 100%;
	float: left;
	padding: 20px;
}

#mainWrapper .productContent .productGallery .galleryNavigator .item img {
	max-width: 100%;
}

#mainWrapper .danismanlik {
	width: 100%;
	float: left;
}

#mainWrapper .danismanlik .item {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

#mainWrapper .danismanlik .item .img {
	width: 100%;
	float: left;
	position: relative;
}

#mainWrapper .danismanlik .item .img img {
	max-width: 100%;
}

#mainWrapper .danismanlik .item .title {
	width: 100%;
    float: left;
    font-size: 25px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
    line-height: 25px;
    /*padding-bottom: 25px;*/
	padding-bottom: 12px;
}

#mainWrapper .danismanlik .item .desc {
	width: 100%;
    float: left;
    /*padding-bottom: 15px;
    margin-top: 500px;*/
	padding-bottom: 15px;
	margin-top: 0px;
}

#mainWrapper .danismanlik .item .desc ul {
	width: 100%;
	float: left;
	padding-left: 20px;
}

#mainWrapper .danismanlik .item .desc ul li {
	width: 100%;
	float: left;
	position: relative;
	/*margin-bottom: 10px;*/
	margin-bottom: 7px;
}

#mainWrapper .danismanlik .item .desc ul li:before {
	content: '\f10c';
    position: absolute;
    top: 1px;
    left: -20px;
    color: #1e51a4;
    font-family: FontAwesome;
    font-size: 10px;
    font-weight: bold;
    z-index: 2;
}

#mainWrapper .temsilcilikler {
	width: 100%;
	float: left;
}

#mainWrapper .temsilcilikler .item {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	border: 1px solid #e1e1e1;
}

#mainWrapper .temsilcilikler .item .img {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	text-align: center;
}

#mainWrapper .temsilcilikler .item .img img {
	max-width: 100%;
	transition: all 0.3s;
}

#mainWrapper .temsilcilikler .item:hover .img img {
	transform: scale(1.3);
}

#mainWrapper .temsilcilikler .item .desc {
	width: 100%;
	float: left;
	background: #f2f2f2;
}

#mainWrapper .temsilcilikler .item .desc .title {
	width: 100%;
    float: left;
    font-size: 12px;
    text-align: center;
    padding: 10px 4px 0px 4px;
    box-shadow: -1px -7px 9px -3px #e1e1e1;
    position: relative;
    z-index: 2;    
}

#mainWrapper .temsilcilikler .item .desc .title a {
	color: #1e1e1e;
}

#mainWrapper .temsilcilikler .item .desc .webSite {
	width: 100%;
    float: left;
    font-size: 12px;
    text-align: center;
    padding: 0px 5px 10px 5px;
    background: #f2f2f2;
}

#mainWrapper .temsilcilikler .item .desc .webSite a {
	color: #505050;
}

#mainWrapper .contact {
	width: 100%;
	float: left;
}

#mainWrapper .contact .infos {
	width: 100%;
	float: left;
	font-size: 13px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 50px;
	margin-bottom: 54px;
}

#mainWrapper .contact .infos .mainTitle {
	font-size: 20px;    
    line-height: 1.3;
    margin: 0 0 22px;
}

#mainWrapper .contact .infos .address {
	width: 100%;
	float: left;
	margin-bottom: 35px;
}

#mainWrapper .contact .infos .number {
	width: 100%;
	float: left;
}

#mainWrapper .contact .infos .number a {
	color: #000;
}

#mainWrapper .contact .infos .title {
	margin-bottom: 35px;
	font-size: 20px;
    font-weight: normal;
    line-height: 1.3;
    margin: 0 0 22px;
}

#mainWrapper .contact .map {
	width: 100%;
	float: left;
}

#mainWrapper .contact .map iframe {
	width: 100%;
	height: 317px;
}

#mainWrapper .contact .contactForm {
	width: 100%;
	float: left;
}

#mainWrapper  form {
	width: 100%;
	float: left;
	background: #f2f2f2;
    border-radius: 5px;
    margin: 0 0 40px 0;
    padding: 27px 30px 25px;
}

#mainWrapper  form .title {
    font-weight: normal;
    margin: 0 0 17px;
}

#mainWrapper  form label {
	font-weight: bold;
    margin: 0 0 3px;
}

#mainWrapper  form input {
	border: 1px solid #e1e1e1;
    box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    font-size: 12px;
    height: 40px;
    line-height: 22px;
    margin-bottom: 22px;
    min-height: 40px;
    padding: 8px 12px;
    width: 100%;
}

#mainWrapper form textarea {
	border: 1px solid #e1e1e1;
    box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    font-size: 12px;
    height: 40px;
    line-height: 22px;
    margin-bottom: 22px;
    min-height: 40px;
    padding: 8px 12px;
    width: 100%;
    height: 100px;
    resize: none;
}

#mainWrapper form button {
	background: #1e51a4;
	color: #fff;
	border-radius: 0px;
	border-color: #1e51a4;
	height: 35px;
}

#mainWrapper .galleryList {
	width: 100%;
	float: left;
}

#mainWrapper .galleryList .item {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

#mainWrapper .galleryList .item .img {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}

#mainWrapper .galleryList .item .img img {
	max-width: 100%;
	transition: all 0.3s;
}

#mainWrapper .galleryList .item:hover .img img {
	transform: scale(1.3);
}

#mainWrapper .galleryList .item .title {
	width: 100%;
	float: left;
	background: #f2f2f2;
	color: #1e1e1e;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    float: left;
    padding: 10px 0px;
    text-align: center;
}

#mainWrapper .firmProfile {
	width: 100%;
	float: left;
}

#mainWrapper .firmProfile .item {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

#mainWrapper .firmProfile .item .title {
	width: 100%;
	float: left;
    margin: -4px 0 18px;        
    font-size: 28px;    
    border-bottom: 1px solid #e1e1e1;
}

#mainWrapper .firmProfile .item .content {
	width: 100%;
	float: left;
	/*padding: 30px 0px;*/
	padding: 15px 0px;
	color: #333;
	text-align: justify;
}

#mainWrapper .firmProfile .item .content a {
	color: #1e51a4;
}

#mainWrapper .firmProfile .item .content ul {
	width: 100%;
	float: left;
	padding-left: 20px;
}

#mainWrapper .firmProfile .item .content ul li {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 10px;
}

#mainWrapper .firmProfile .item .content ul li:before {
	content: '\f10c';
    position: absolute;
    top: 1px;
    left: -20px;
    color: #1e51a4;
    font-family: FontAwesome;
    font-size: 10px;
    font-weight: bold;
    z-index: 2;
}

#mainWrapper .firmProfile .item .img {
	width: 100%;
	float: left;
	margin-top: 36px;
	position: relative;
}

#mainWrapper .firmProfile .item .img img {
	max-width: 100%;
}

#mainWrapper .humanresource {
	width: 100%;
	float: left;
}

#mainWrapper .humanresource .rightContent {
	width: 100%;
	float: left;
	color: #333;
}

#mainWrapper .humanresource .rightContent .title {
	width: 100%;
	float: left;
	font-size: 20px;
    font-weight: normal;
    line-height: 1.3;
    margin: 0 0 22px;
}

#mainWrapper .humanresource .rightContent .content {
	width: 100%;
	float: left;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 30px;
}

#mainWrapper .humanresource .dz-clickable {
	height: 68px;
	padding-top: 25px;
}

.sitemap .nav {
    width: 100%;
    float: left;
    margin-left: 33%;
}

.sitemap .nav li {
    width: 100%;
    position: relative;
    padding: 0px 14px;
}

.sitemap .nav li:before {
    content: '\f111';
    position: absolute;
    top: 5px;
    left: 0px;
    color: #1e51a4;
    font-family: FontAwesome;
    font-size: 10px;
    font-weight: bold;
    z-index: 2;
}

.sitemap .nav .parent {
    position: relative;
}

.sitemap .nav .parent:after {
    content: '';
    border: 1px dotted #ddd;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0px;
    left: 0px;
}

.sitemap .nav li a {
    padding: 5px 0px;
    font-size: 17px;
    font-weight: bold;
    transition: all 0.3s;
}

.sitemap .nav li a:hover {
    background: transparent;
    color: #1e51a4;
    opacity: 1;
}

.sitemap .nav li a:before {
    display: none;
}

.sitemap .nav li .sub li {
    width: 100%;
    padding: 0px 15px;
    position: relative;
}

.sitemap .nav li .sub li:before {
    content: '\f10c';
    position: absolute;
    top: 0px;
    left: 0px;
    color: #1e51a4;
    font-family: FontAwesome;
    font-size: 10px;
    font-weight: bold;
    z-index: 2;
}

.sitemap .nav li .sub li::after {
    content: '\f10c';
    position: absolute;
    top: 0px;
    left: 0px;
    color: #1e51a4;
    font-family: FontAwesome;
    font-size: 10px;
    font-weight: bold;
    z-index: 2;
}

.sitemap .nav li .sub li a {
    font-size: 15px;
    opacity: 0.8;
}

.sitemap .nav li .sub li a i {
    display: none;
}

.sitemap .nav li .sub li .sub li {
    width: 100%;
    padding: 5px 15px;
    position: relative;
}

.sitemap .nav li .sub li .sub li:before {
    content: '\f1db';
    position: absolute;
    top: 7px;
    left: 0px;
    color: #1e51a4;
    font-family: FontAwesome;
    font-size: 10px;
    font-weight: bold;
    z-index: 2;
}

.sitemap .nav li .sub li .sub li a {
    font-size: 13px;
    opacity: 0.7;
}

.sitemap .nav li .sub li .sub li .sub {
    display: none;
}

.sitemap li:after, .sitemap .li:after {
    display: none;
}

.sitemap .collapsing {
    height: auto;
}

.sitemap .collapse {
    display: block;
    visibility: visible;
}

.downloadable {
	width: 100%;
	float: left;
}

.downloadable .downloadbleItems {
    margin-bottom: 15px;
    width: 100%;
    float: left;
    padding-bottom: 15px;
    /*border-bottom: 1px solid #e1e1e1;*/
}

.downloadable .downloadbleItems .title {
    width: 100%;
    float: left;
    font-size: 18px;
    margin-top: -20px;
    margin-bottom: 15px;
}

.downloadable .downloadbleItems .img {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
}

.downloadable .downloadbleItems .img img {
	max-width: 100%;
}

.downloadable .downloadbleItems .item {
    width: 100%;
    float: left;
    border: 1px solid #e1e1e1;
}

.downloadable .downloadbleItems .img .cover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    color: #fff;
    font-size: 30px;
    padding-top: 100px;
    font-weight: bold;
    opacity: 0;
    transition: all 0.3s;
}

.downloadable .downloadbleItems .item:hover .cover {
    opacity: 1;
}

.downloadable .downloadbleItems .img .cover i {
    margin-right: 10px;
}

.downloadable .downloadbleItems .itemTitle {
    font-size: 16px;
    width: 100%;
    float: left;
    background: #f2f2f2;
    padding: 10px 5px;
}

.downloadable .downloadbleItems .itemTitle a {
    color: #646464;
    text-decoration: none;
    width: 100%;
    float: left;
    font-size: 13px;
}

.downloadable form {
    width: 100%;
    float: left;
}

.downloadable form .checkboxes {
    width: 100%;
    float: left;
}


.downloadable form .checkboxes .title {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: bold;
}

.downloadable form .checkboxes label {
    line-height: 25px;
    color: #646464;
}

.downloadable form .inputs {
    width: 100%;
    float: left;
    margin-top: 20px;
    display: none;
}

.downloadable form .inputs .title {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: bold;
}

.downloadable form .inputs .talepEdilenDocuments {
    width: 100%;
    float: left;
    padding: 0px;
    list-style: none;
}

.downloadable form .inputs .talepEdilenDocuments li {
    display: inline-block;
    background: #ddd;
    padding: 5px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #646464;
}

.downloadable .alertSucces {
    font-size: 18px;
    width: 100%;
    float: left;
    text-align: center;
    color: #238c1e;
    font-weight: bold;
}

.downloadable .alertFail {
    font-size: 18px;
    width: 100%;
    float: left;
    text-align: center;
    color: #CC0000;
    font-weight: bold;
}

.successForm {
	display: none;
	font-size: 20px;
	position: relative;
	width: 100%;
	float: left;
	padding-left: 40px;
	padding-top: 4px;
}

.successForm:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	font-size: 20px;
	background: #267b49;
	color: #fff;
	border-radius: 50%;
	text-align: center;
}

#mainWrapper .productContent .productGallery .galleryNavigator { 
	display: none;
}

#mainWrapper .sertificateList {
	width: 100%;
	float: left;
}

#mainWrapper .sertificateList .img {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
	border: 3px solid #1e51a4;
	margin-bottom: 30px;
	margin-top: 0px;
}

#mainWrapper .sertificateList .img img {
	max-width: 100%;
}



