/*** uncss> filename: http://10asistem.com.tr/css/style.css ***/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,400italic,600,600italic,700,700italic,800,800italic&subset=latin,latin-ext);


html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: #777;
}

footer,
header,
section {
  display: block;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

strong {
  font-weight: bold;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

img {
  border: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^="#"]:after {
    content: "";
  }

  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

a {
  color: #F37121;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

h1,
h3,
h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

.text-right {
  text-align: right;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active {
  background-image: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #F37121;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #ffffff;
  background-color: #3071a9;
}

.btn-primary:active {
  background-image: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.collapse {
  display: none;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  font-size: 13px;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 120px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 768px) {
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
}

.container:before,
.container:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}

.container:after,
.row:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.show {
  display: block !important;
}

@-ms-viewport {
  width: device-width;
}

/*!
Theme Name: ReStart
THEME STYLES
=================================================================
*/

/* =General
-------------------------------------------------------------- */

body {
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
}

h1,
h3,
h4 {
  font-weight: normal;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

a:focus {
  outline: none;
}

img {
  max-width: 100%;
}

.show {
  opacity: 100 !important;
  filter: alpha(opacity=10000) !important;
}

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

header {
  background: none #fff;
  border-bottom: solid 1px #cccccc;
}

header .container {
  position: relative;
}

.navbar {
  margin: 0px;
  background-color: transparent !important;
  border: none !important;
  background-color: transparent;
  background-image: none;
  border: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  padding: 0px;
}

.navbar a.navbar-brand {
  padding: 0px;
  overflow: hidden;
  width: 300px;
  height: 135px;
  margin-bottom: 0px;
}

.navbar a.navbar-brand > .dlogo {
  padding-bottom: 5px;
  border-bottom: 1px solid #5BB2D4;
}

.navbar a.navbar-brand img {
  float: left;
  margin: 16px 6px 0 0;
}

.navbar .nav {
  margin: 0;
}

.navbar .nav li a {
  margin: 0 1px;
  background-color: transparent !important;
}

.navbar .nav li a:hover,
.navbar .nav li a:active {
  background-color: transparent;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
  color: #EF7B00;
}

.navbar .nav li.active a,
.navbar .nav li.active a:hover {
  background-color: transparent;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
  color: #054A89;
}

.navbar .btn-navbar {
  margin-top: 22px;
  margin-right: 15px;
  margin-left: 0;
}

.navbar .btn-navbar span.nb_left {
  padding: 5px;
}

.navbar .btn-navbar span.nb_right {
  font-weight: bold;
  font-size: 16px;
  color: #555555;
  text-shadow: 1px 1px 0 #FFFFFF;
  padding: 0 4px 4px 4px;
}

#social_media_wrapper {
  background: #F37121;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 200px;
  z-index: 101;
  overflow: hidden;
  padding: 10px;
}

#button_wrapper {
  background: #5BB2D4 none repeat scroll 0% 0%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 15px;
  z-index: 101;
  overflow: hidden;
  padding: 10px;
  height: 50px;
}

#social_media_wrapper a {
  text-align: center;
  display: block;
  float: left;
  margin: 0 3px;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 18px;
  width: 30px;
  height: 30px;
  padding: 6px;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}

#button_wrapper a {
  text-align: center;
  display: block;
  float: left;
  margin: 0px 3px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  border-radius: 3px;
  padding: 6px;
  transition: all 100ms linear 0s;
}

#social_media_wrapper a i {
  vertical-align: top !important;
}

#social_media_wrapper a:hover,
#social_media_wrapper a:active {
  text-decoration: none;
  color: #fff;
  background: #F37121;
}

#button_wrapper a:hover {
  text-decoration: none;
  color: #5BB2D4;
  background: #FFF;
}

#sign {
  position: absolute;
  top: 7px;
  right: 290px;
  font-size: 12px;
  z-index: 101;
  height: 50px;
  line-height: 40px;
  padding-right: 10px;
}

#sign i {
  font-size: 18px;
  padding: 0 6px;
  display: inline-block;
  color: #777777;
}

/* =Slider and Large Photo headers
-------------------------------------------------------------- */

.flexslider {
  margin-bottom: 0px;
}

.flexslider .container {
  position: relative;
  z-index: 9;
  text-align: left;
  height: 480px;
}

.flexslider .container .carousel-caption {
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  position: absolute;
  bottom: 0;
  opacity: 10;
  filter: alpha(opacity=1000);
  margin: 0 25% 0 0;
  padding: 60px 0px;
  background: none;
  text-align: left;
  left: 0;
  right: 0;
}

.flexslider .container .carousel-caption h1 {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 16px 30px;
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  line-height: 1em;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  font-size: 50px;
  font-weight: 300;
  width: auto;
}

.flexslider .container .carousel-caption .lead {
  display: inline-block;
  margin: 0;
  padding: 16px 30px;
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  line-height: 1.25;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  font-size: 18px;
  font-weight: 300;
}

.flexslider .item {
  height: 480px;
  width: 100%;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* =Collapsing Header Effect
(To use, assign "collapsing_header" class to the body tag)
-------------------------------------------------------------- */

.collapsing_header header {
  /*position: fixed;*/
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.collapsing_header .main {
  position: relative;
}

/* =Main, Homepage
-------------------------------------------------------------- */

.main section .container {
  position: relative;
}

section.call_to_action {
  text-align: center;
  padding: 35px 0 45px 0;
}

section.call_to_action h3 {
  font-weight: 300;
  font-size: 50px;
  line-height: 55px;
}

section.call_to_action h4 {
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
  margin: 0 0 20px 0;
}

section.features_teasers_wrapper {
  margin: 35px 0 45px 0;
}

section.features_teasers_wrapper .feature_teaser {
  text-align: center;
}

section.features_teasers_wrapper .feature_teaser h3 {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  word-spacing: 1px;
}

/* =General Page elements
-------------------------------------------------------------- */

/* =Our Team
------------ */

/* =Service Page elements
-------------------------------------------------------------- */

/* =Pricing Tables
------------------ */

/* =Portfolio Page elements
-------------------------------------------------------------- */

/* =Blog Page elements
-------------------------------------------------------------- */

/* =Sidebar
----------- */

/* =Register or Sign in Page
-------------------------------------------------------------- */

/* =404 Page
-------------------------------------------------------------- */

/* =Contact Page
-------------------------------------------------------------- */

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

/* =UItoTop jQuery Plugin 1.2
-------------------------------------------------------------- */

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 35px;
  right: 10px;
  overflow: hidden;
  width: 51px;
  height: 51px;
  border: none;
  text-indent: 100%;
  background: url(images/ui.totop.png) no-repeat left top;
  opacity: 50;
  filter: alpha(opacity=5000);
  z-index: 2;
}

#toTopHover {
  background: url(images/ui.totop.png) no-repeat left -51px;
  width: 51px;
  height: 51px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  filter: alpha(opacity=0);
}

#toTop:active,
#toTop:focus {
  outline: none;
}

/* =Documentation
-------------------------------------------------------------- */

/* =Responsive: Large desktop and up
-------------------------------------------------------------- */

/* =Responsive: Desktop or even Big Tablet
-------------------------------------------------------------- */

@media (min-width: 992px) and (max-width: 1199px) {
  .flexslider .container {
    height: 400px;
  }

  .flexslider .container .carousel-caption {
    padding: 30px 0px;
  }

  .flexslider .container .carousel-caption h1 {
    font-size: 40px;
  }

  .flexslider .container .carousel-caption .lead {
    font-size: 16px;
  }

  .flexslider .item {
    height: 400px;
  }

  .navbar .nav li a {
    padding-right: 5px;
    paddng-left: 5px;
  }
}

/* =Responsive: Small screen to tablet & IPAD
-------------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {
  .flexslider .container {
    height: 350px;
  }

  .flexslider .container .carousel-caption {
    padding: 20px 0px;
  }

  .flexslider .container .carousel-caption h1 {
    font-size: 30px;
  }

  .flexslider .container .carousel-caption .lead {
    font-size: 16px;
  }

  .flexslider .item {
    height: 350px;
  }

  section.call_to_action {
    padding: 35px 0;
  }

  section.call_to_action h3 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 10px;
  }

  section.call_to_action h4 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 20px 0;
  }

  section.features_teasers_wrapper {
    margin: 25px 0 45px 0;
  }

  section.features_teasers_wrapper .feature_teaser h3 {
    font-size: 15px;
  }

  section.features_teasers_wrapper .feature_teaser p {
    font-size: 13px;
    line-height: 1.4em;
  }
}

/* =Responsive: Landscape Phone to Tablet
-------------------------------------------------------------- */

@media only screen and (max-width: 767px) {
  body {
    margin: 0;
    padding: 0;
  }

  header .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .main .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar a.navbar-brand {
    width: 280px;
    margin: 0px 0 10px 15px;
  }

  .navbar a.navbar-brand:link,
  .navbar a.navbar-brand:visited {
    color: #777777;
  }

  #sign a:link,
  #sign a:visited {
    color: #fff;
  }

  #sign a:hover,
  #sign a:active {
    color: yellow;
  }

  #sign a i {
    color: #ffffff;
  }

  #sign span {
    display: none;
  }

  .flexslider .container {
    height: 350px;
  }

  .flexslider .container .carousel-caption {
    padding: 20px 0px;
  }

  .flexslider .container .carousel-caption h1 {
    font-size: 30px;
  }

  .flexslider .container .carousel-caption .lead {
    font-size: 16px;
  }

  .flexslider .item {
    height: 350px;
  }

  section.call_to_action {
    padding: 35px 0;
  }

  section.call_to_action h3 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 10px;
  }

  section.call_to_action h4 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 20px 0;
  }

  section.features_teasers_wrapper .feature_teaser {
    margin-bottom: 40px;
  }

  #footer_teasers_wrapper .footer_teaser {
    margin: 0 0 40px 0;
  }

  .collapsing_header header {
    position: static;
    height: auto;
  }

  .collapsing_header .main {
    position: relative;
    top: 0 !important;
  }
}

/* =Responsive: Portrait Phone
-------------------------------------------------------------- */

@media only screen and (max-width: 480px) {
  .navbar {
    margin-bottom: 10px;
  }

  .navbar .btn-navbar {
    margin-top: 0px;
    margin: 0 15px;
    display: block;
    clear: both;
    width: auto;
  }

  .navbar .btn-navbar span.nb_left {
    padding: 5px;
  }

  .navbar .btn-navbar span.nb_right {
    font-weight: bold;
    font-size: 18px;
    color: #555555;
    text-shadow: 1px 1px 0 #FFFFFF;
    padding: 0 4px 4px 4px;
  }

  .flexslider .container {
    height: 350px;
  }

  .flexslider .container .carousel-caption {
    padding: 20px 0px;
    margin: 0;
  }

  .flexslider .container .carousel-caption h1 {
    font-size: 30px;
  }

  .flexslider .container .carousel-caption .lead {
    font-size: 16px;
  }

  .flexslider .item {
    height: 350px;
  }
}
