body {
margin:0px;
padding:0px;
	font-family: 'proximanovalight';
font-size:14px;
color:#061931;
    border-top: 2px solid red;
}
img{
	max-width:100%;
}
ul{
	list-style-type:none;
	    font-weight: 700;
}
header {
    position: absolute;
    top: 15px;
    width: 100%;
    z-index: 999;
}
footer {
    border-top: 3px solid #c0bfbe;
}
h2,h3,h4,h4{
	font-family: 'proximanovalight2';
}
@font-face {
	font-family: 'proximanovalight';
	src: url('../fonts/proximanovalightthin.ttf');
	src: local('../fonts/proximanovalightthin'),  url('../fonts/proximanovalightthin.ttf') format('truetype');
}

@font-face {
	font-family: 'proximanovalight1';
	src: url('../fonts/proximanovabold.otf');
	src: local('../fonts/proximanovabold'),  url('../fonts/proximanovabold.otf') format('opentype');
}
@font-face {
	font-family: 'proximanovalight2';
	src: url('../fonts/proximanovasemibold.ttf');
	src: local('../fonts/proximanovasemibold'),  url('../fonts/proximanovasemibold.ttf') format('truetype');
}
@font-face {
    font-family: 'DINBEK';
    src: url('../fonts/DINBEK-Bold.eot');
    src: url('../fonts/DINBEK-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINBEK-Bold.woff2') format('woff2'),
        url('../fonts/DINBEK-Bold.woff') format('woff'),
        url('../fonts/DINBEK-Bold.ttf') format('truetype'),
        url('../fonts/DINBEK-Bold.svg#DINBEK-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'bold';
    src: url('../font/proximanovabold.otf');
}
@font-face {
    font-family: 'semibold';
    src: url('../font/proximanovasemibold.ttf');
}
.wrap-select span {
    color: #fff;
    padding: 0 30px;
    text-transform: uppercase;
}
section.about.myspace {
    padding-top: 80px;
}
.imgess {
    margin-top: -351px;
}
.wrap-select {
    margin-top:5px;
    position: relative;
    z-index: 9999;
}
.mylogoes li {
    float: left;
    width: 25%;
    height: 60px;
}
.wrapper-dropdown-3 {
    position: relative;
    width: 110px;
     float: right;
    padding: 7px;
    background: #696a6b;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    cursor: pointer;
    outline: none;
}

.wrapper-dropdown-3:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #fff transparent;
    left: 13px;
}

.wrapper-dropdown-3 .dropdown {
  /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
padding:0;
margin:0;
    /* Styles */
    background: white;
    border: 1px solid rgba(0,0,0,0.17);
    font-weight: normal;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    list-style: none;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
}


.wrapper-dropdown-3 .dropdown li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-3 .dropdown li i {
    float: right;
    color: inherit;
}

.wrapper-dropdown-3 .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0;
}

.wrapper-dropdown-3 .dropdown li:last-of-type a {
    border: none;
    border-radius: 0 0 7px 7px;
}

/* Hover state */

.wrapper-dropdown-3 .dropdown li:hover a {
    background: #f3f8f8;
}

/* Active state */
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-family: 'DINBEK';
    padding: 0;
}
.wrapper-dropdown-3.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

/* No CSS3 support */

.no-opacity       .wrapper-dropdown-3 .dropdown,
.no-pointerevents .wrapper-dropdown-3 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-3.active .dropdown,
.no-pointerevents .wrapper-dropdown-3.active .dropdown {
    display: block;
}
/*#############################*/
.navbar-brand { position: relative; z-index: 2; }

.navbar-nav.navbar-right .btn { position: relative; z-index: 2; padding: 4px 20px; margin: 10px auto; transition: transform 0.3s; }

.navbar .navbar-collapse { position: relative; overflow: hidden !important; }
.navbar .navbar-collapse .navbar-right > li:last-child { padding-left: 22px; }

.navbar .nav-collapse { position: absolute; z-index: 1; top: 0; left: 0; right: 0; bottom: 0; margin: 0; padding-right: 120px; padding-left: 80px; width: 100%; }
.navbar.navbar-default .nav-collapse { background-color: #f8f8f8; }
.navbar.navbar-inverse .nav-collapse { background-color: #222; }
.navbar .nav-collapse .navbar-form { border-width: 0; box-shadow: none; }
.nav-collapse>li { float: right; }

.btn.btn-circle { border-radius: 50px; }
.btn.btn-outline { background-color: transparent; }
 
 
.navbar-nav.navbar-right .btn:not(.collapsed) {
    background-color: rgb(111, 84, 153);
    border-color: rgb(111, 84, 153);
    color: rgb(255, 255, 255);
}

.navbar.navbar-default .nav-collapse,
.navbar.navbar-inverse .nav-collapse {
    height: auto !important;
    transition: transform 0.3s;
    transform: translate(0px,-50px);
}
.navbar.navbar-default .nav-collapse.in,
.navbar.navbar-inverse .nav-collapse.in {
    transform: translate(0px,0px);
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

@media screen and (max-width: 767px) {
    .navbar .navbar-collapse .navbar-right > li:last-child { padding-left: 15px; padding-right: 15px; } 
    
    .navbar .nav-collapse { margin: 7.5px auto; padding: 0; }
    .navbar .nav-collapse .navbar-form { margin: 0; }
    .nav-collapse>li { float: none; }
   
    .navbar.navbar-default .nav-collapse,
    .navbar.navbar-inverse .nav-collapse {
        transform: translate(-100%,0px);
    }
    .navbar.navbar-default .nav-collapse.in,
    .navbar.navbar-inverse .nav-collapse.in {
        transform: translate(0px,0px);
    }
    
    .navbar.navbar-default .nav-collapse.slide-down,
    .navbar.navbar-inverse .nav-collapse.slide-down {
        transform: translate(0px,-100%);
    }
    .navbar.navbar-default .nav-collapse.in.slide-down,
    .navbar.navbar-inverse .nav-collapse.in.slide-down {
        transform: translate(0px,0px);
    } 
}

.bs-slider{
    overflow: hidden;
    max-height: 715px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 1;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
	transform:rotate(90deg);
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: auto;
   right: 5.3%;
    top: 22%;
}
.control-round .carousel-control.right {
   right: 5.3%;
    top: 42%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators {
    right: 5%;
    bottom: 3%;
    left: auto;
    width: auto;
    height: 80px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
    top: 30%;
	z-index:999;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    text-indent: 0;
    overflow: hidden;
    text-align: right;
    position: relative;
	display:block;
    letter-spacing: 1px;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
	margin-bottom:15px;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
  
    background-color: transparent;
    position: relative;
		margin-bottom:15px;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #e22028;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}

.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 16%;
    top: 30%;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
	width:100%;
    padding: 10px 63px;
    
}

.slide-text > h1 {
    padding: 0;
    color: #ffffff;
    font-size: 35px;
    font-family: 'proximanovalight';
    font-style: normal;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
section.about h2 {
    color: #333333;
}
section.about p {
    font-size: 16px;
	 padding-bottom: 10px;
	 color: #333333;
}
section.about h2 {
    color: #333333;
    border-bottom: 2px solid #e22028;
    padding-bottom: 5px;
}
.tabbable-line > .nav-tabs > li.active:before {
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 8px solid #ff0000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    z-index: 999;
    bottom: 4px;
    left: 42%;
}
.slide-text > p {
    padding: 0;
	font-family: 'proximanovalight1';
    color: #ffffff;
    font-size: 35px;
    line-height: 24px;
    margin-top: 9px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text span{
	color: #eb1921;

}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }	
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 30px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
    margin-right: 2px;
    background-color: #405169;
    width: 50%;
    text-align: center;
    margin: 0;
}
ul.mycompany li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: red;
    left: -16px;
    top: 9px;
}
ul.mycompany li {
    position: relative;
    font-size: 19px;
	    font-weight: 700;
}
ul.mycompany {
    padding: 0 18px;
    list-style-type: none;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #fff;
  font-size:24px;
}
.tabbable-line {
    border-top: 0px solid #405169;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #ff0000;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
    border: 0;
    color: #ff0000;
    font-size: 24px;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff0;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

#testimonial4{
  overflow: hidden;
  position: relative;
}
#testimonial4 .carousel-inner{
  width: 100%;
  margin: auto;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: -22px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #a4a4a4;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 2px 3px;
  background-color: #da0e31;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}
div#testimonial4 span {
    color: #a4a4a4;
}
.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left {
    left: 39%;
    right: auto;
    top: 130px;
}


.testimonial4_control_button .carousel-control.right {
    right: 39%;
    left: auto;
    top: 130px;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #a4a4a4;
  background: #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    padding: 20px 0;
    position: relative;
    text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 113px;
  height: 50px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
}

.testimonial4_slide p {
    color: #ffffff;
    font-size: 16px;
    margin: 0px 0 20px 0;
    text-align: left;
}

.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}


@media only screen and (max-width: 480px){
  .testimonial4_control_button .carousel-control{
    display: none;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_header h4{
    font-size: 20px;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 481px) and (max-width: 767px){
  .testimonial4_control_button .carousel-control.left{
    left: 2%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 2%;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .testimonial4_control_button .carousel-control.left{
    left: 5%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 5%;
  }
}

@-webkit-keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
ul.social img {
    margin-top: -28px;
}
ul.social {
    margin: 0;
    padding: 0;
}
ul.social li {
    display: inline-block;
    margin-right: 15px;
}

.box1 img {
    float: left;
    margin-right: 5px;
    width: 28px;
}
.left-foot span{
	color:#ce1e1e;
}
.left-foot p {
    font-size: 12px;
    margin-top: 16px;
}
nav#ends a {
    color: #333;
}
nav#ends a:hover {
    color: red;
}
nav#ends a:after {
    border-right: 1px solid red;
	right:-25px
}
nav#ends li {
    margin: 13px 60px 0 0;
}
@media only screen and (max-width:767px) and (min-width: 320px)  {
.slide-text {
    top: 19%;
}
.tabbable-line > .nav-tabs > li > a {
    font-size: 16px;
}
section.about.myspace {
    padding-top: 50px;
}
.navbar-default .navbar-nav>li>a {
    color: #333;
}
.box1 p,.mucust {
    margin-bottom: 30px;
}
nav#ends ul {
    background-color: transparent;
    padding: 0 25px;
}
.navbar-nav {
    margin: 7.5px -15px;
    background-color: #ddd;
}
ul.nav.navbar-nav.mynav li,ul.nav.navbar-nav.mynav li:last-child {
    margin: 12px;
}
.imgess {
    margin-top: 0;
}
.tabbable-line > .nav-tabs > li.active > a {
    font-size: 16px;
}
}
@media only screen and (max-width:1024px) and (min-width: 768px)  {
	
	ul.nav.navbar-nav.mynav li {
    margin: 40px 25px 100px 0;
}
	nav#ends li {
    margin: 0px 10px 0 0;
}
}
.mylogoes ul {
    padding: 0;
}
ul.nav.navbar-nav.mynav li a:after {
    content: "";
    position: absolute;
    right: -57px;
    height: 20px;
    border-right: 1px solid #e4e4e4;
}
.guven:hover{
	color:red;
}
.contact-item img{
    color: red;
    margin: 0;
    padding: 0;
    width: 40px;
    margin-bottom: 3px;
    padding: 8px;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
}
.contact-item{
    padding: 0;
    margin: 0;
    margin-top: -20px;
}
.contact-item input{
    border-style: none;
    border: 1px solid #E4E4E4;
    width: 32%;
    height: 40px;
    padding: 2px;
}
.contact-item p{
    margin: 0;
    padding: 0;
    margin-top: 15px !important;
}
input::placeholder{
    font-size: 15px;
    font-family: 'proximanovalight';
}
textarea::placeholder{
    font-size: 15px;
    font-family: 'proximanovalight';
}
.contact-area{
    margin: 0;
    padding: 0;
    float: right;
    margin-top: -255px;
}
.contact-area textarea{
    border-style: none;
    border: 1px solid #E4E4E4;
    height: 242px;
}
.form-item p{
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 30px !important;
}

#writeus{
    color: #C80101;
	    border-bottom: 2px solid #cb0101;
    padding-bottom: 5px;
}
.write-us p{
    font-size: 16px !important;
}
section.about h2 {
    color: #333333;
}
section.about p {
    margin-top: 25px;
    font-size: 19px;
    padding-bottom: 10px;
    color: #333333;
	    font-weight: 700;
}
.form-item p img{
    width: 20px;
    margin-right: 5px;
}
.contact-item textarea{
    width: 82%;
    height: 250px;
    margin-top: 30px;
    border: 1px solid #e4e4e4;
    margin-bottom: 20px;
}
.submit-button input{
        background-color: #fff;
    color: #333;
    border: none;
    border: 1px solid #E4E4E4;
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    margin-left: 30px;
}
#wrap2{
    display: none;
}
.bs-slider{

}
.navbar-nav li {
    
}
.sae{
    display: none;
}
.navbar-nav{
    margin-top: 20px;
}
strong{
        color: red;
    font-size: 15px;
    padding-right: 5px;
}

.no-sss {
    padding-left: 0;
    padding-right: 0;
}

.myslider{
    overflow: hidden;
    max-height: 715px !important;
    position: relative;

}
.no-top{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.dropdown-minis{
    margin-top: -36px !important;
    z-index: -1;
}
.carousel-inner{
    position: relative;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background-color: transparent;
}
.navbar-navs li{
    border-right: 1px solid whitesmoke;
}.navbar-navs li:last-child{
    border-right: 0px;
}
.navbar-navs li a{
    
    margin-right: 67px;
    margin-left: 67px;
    color: white !important;
}
.navbar-navs li:last-child a{
    margin-right: 0px;
	margin-left: 50px;
}

.navbar-navs li:nth-child(2) a{
    margin-left: 0px;
}
.navbar-nav{
    padding-left: 0;
    padding-top: 20px;
    border-top: 1px solid whitesmoke;
}

@media only screen and (max-width: 1200px) {
   .navbar-navs li a{
    
    margin-right: 35px;
    margin-left: 35px;
    color: white !important;
}
}
@media only screen and (max-width: 1000px) {
   .navbar-navs li a{
    
    margin-right: 10px;
    margin-left: 10px;
    color: white !important;
}
}
@media only screen and (max-width: 766px) {
    .navbar-nav {
        padding-left: 40px !important;
         margin-top: 0px;
    }

    .navbar li{
    margin-bottom: 20px;
    }
    .sae{
        display: block;
    }
    .wrap-select{
        display: none;
    }
    .navbar-toggle{
        margin-top: -27px;
    }
    #wrap2{
            margin-top: -37px;
        margin-bottom: 20px;
        float: none !important;
        display: block !important;
    }
    .wrapper-dropdown-3{
        float: none;
    }
    .indicators-line > .carousel-indicators{
        
        z-index: 998 !important;
    }
    .navbar-nav{
        background-color: #ddd !important;
        color: black !important;
    }
    .slide-text{
        top:11%;
    }
    .navbar-navs li a{
    
    margin-right: 0px;
    margin-left: 0px;
    color: white !important;
}
    .navbar-navs{
        padding-top: 42px;
    }
}

#wrap2 .wrapper-dropdown-3:after{
    display: none;
}
.sae button{
    position: relative;
    color: white;
    width: 110px;
    padding: 7px;
    background: #696a6b;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    cursor: pointer;
    outline: none;
}


@media screen and (max-width: 1280px) {
  .slide-text {
    left: 0%;
  }
  .up{
	  top:400px;
	  }
}

#leftline{
    border-left: 2px solid red;
}
.tabbable-line h3{
    margin: 0;
    padding: 0;
    margin-top: -15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #646a6b;
}
.about-list{
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'proximanovalight2';
    font-size: 15px;
}
ul.about-list li{
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
}
ul.about-list li a{
    color: gray;
    margin-top: 10px;
    margin-bottom: 15px;
}
ul.about-list li:last-child{
    list-style: none;
    border-style: none;
    margin-top: 10px;
}
.tabbable-line > .tab-content{
    border-top: 0px;
}

.dede{
	padding-top:0px;
}
.dedede{
	    margin: 13px 18px 0 0 !important;
}

.ilet{
	background-color: #fff;
    color: #333;
    border: none;
    border: 1px solid #E4E4E4;
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    margin-left: 30px;
}
.ilet:hover {
	background-color: #fff;
    color: red;
    border: 1px solid #ff0000;
}


.mesajj:focus{
	border-color: #c80101;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #a94442;
}.filigran{		background-image: url("../filigran.png");   	background-repeat: repeat-x;}@media (max-width:900px) {     .filigran{		background-image: url("filigran.png");   	background-repeat: repeat-x;} } 