@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=PT+Sans:300,400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
/* -------------------------------------------------- */
/* body */
/* -------------------------------------------------- */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #646464;
    padding: 0;
	background:#fff;
}



/* -------------------------------------------------- */
/* dropcap */
/* -------------------------------------------------- */
.dropcap {
    display: inline-block;
    font-size: 48px;
    float: left;
    margin: 10px 15px 15px 0;
    background-image: linear-gradient(#555, #888);
	color:#fff;
    padding: 20px 10px 20px 10px;
}


/* -------------------------------------------------- */
/* heading */
/* -------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: #333;
	font-family: 'PT Sans',Arial, Helvetica, sans-serif;
}

h1 {
    letter-spacing: -1px;
}

h2 {
    letter-spacing: -1px;
}

h3 {
    letter-spacing: -.5px;
    margin-top: 0;
}

h1.slogan_big {
    font-weight: 300;
    font-size: 64px;
    line-height: 64px;
    letter-spacing: -2px;
    padding: 0;
    margin: 0px 0 30px 0;
}

h3.title {
    font-weight: 400;
    border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
}

h4.title {
    font-weight: 400;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

h5 {
    font-weight: bold;
}

.block-title{
	margin-bottom:40px;
}
.block-title h1{
	color:#222;
}


/* -------------------------------------------------- */
/* logo */
/* -------------------------------------------------- */
#logo {
    float: left;
	position:absolute;
	}

    #logo .inner {
        display: table-cell;
        vertical-align: middle;
        height: 100px;
    }


/* -------------------------------------------------- */
/* content */
/* -------------------------------------------------- */
#content {
	background:#ededed;
    padding: 50px 0 0 0;
}

#features {
    background: #222;
    padding: 40px 0 40px 0;
    color: #fff;
}

.feature-box i {


    background-color: #2cc76a;
    color: #fff;
}

.feature-box-small-icon {
    margin-bottom: 10px;
}

    .feature-box-small-icon .text {
        padding-left: 45px;
    }

    .feature-box-small-icon i {
        background-color: #2cc76a;
        color: #fff;
        font-size: 18px;
        padding: 8px;
        width: 18px;
        height: 18px;
        text-align: center;
        position: absolute;
    }

        .feature-box-small-icon i.dark {
            background-color: #333333;
        }

    .feature-box-small-icon h3 {
        line-height: normal;
        margin-bottom: 5px;
		font-size:20px;
		font-weight:bold;
    }
	
	.feature-box-image img{
		margin-bottom:10px;
		padding:5px;
		border:solid 1px #ddd;
		width:98%;
		height:auto;
	}
	.feature-box-image h3 {
        line-height: normal;
        margin-bottom: 5px;
		font-size:20px;
		font-weight:bold;
    }



.news1{
	width:32%;
	float:left;
	max-height: 520px;
	height: 100%;
	margin-right:10px;
	margin-top: 30px;
	background-color: #fff;
}

#about{
	width: 100%;
	height: 100%;
	max-height: 700px;
}

.abouthead{
	width: 100%;
	font-size:30px;
	color: #F90B0B;
	font-weight: bold;
	margin-top:20px;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #ca7c16));
	background:-moz-linear-gradient(top, #ffc477 5%, #ca7c16 100%);
	background:-webkit-linear-gradient(top, #ffc477 5%, #ca7c16 100%);
	background:-o-linear-gradient(top, #ffc477 5%, #ca7c16 100%);
	background:-ms-linear-gradient(top, #ffc477 5%, #ca7c16 100%);
	background:linear-gradient(to bottom, #ffc477 5%, #ca7c16 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#ca7c16',GradientType=0);
	background-color:#ffc477;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
	border-radius:40px;
	border:1px solid #eeb44f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:12px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #cc9f52;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ca7c16), color-stop(1, #ffc477));
	background:-moz-linear-gradient(top, #ca7c16 5%, #ffc477 100%);
	background:-webkit-linear-gradient(top, #ca7c16 5%, #ffc477 100%);
	background:-o-linear-gradient(top, #ca7c16 5%, #ffc477 100%);
	background:-ms-linear-gradient(top, #ca7c16 5%, #ffc477 100%);
	background:linear-gradient(to bottom, #ca7c16 5%, #ffc477 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca7c16', endColorstr='#ffc477',GradientType=0);
	background-color:#ca7c16;
}
.myButton:active {
	position:relative;
	top:1px;
}



#abouttext{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	color:#c7c6c5;
	margin-top: 30px;
}

.news1:last-child {
     margin-right: 0;
}

.headline{
	font-size: 15px;
	width: 100%;
	height:100%;
	max-height: 45px;
	padding: 3px 5px;
	overflow:hidden;
	color:#fff;
}

.newstext{
	height: 100%;
	max-height: 210px;
	font-size: 16px;
	padding: 3px 5px;
	color:#fff;
}

.date{
	border-top: 1px solid #000;
	max-width: 360px;
	font-size: 13px;
	padding: 15px 15px 10px 15px;
	line-height: 10px;
	margin: 0 auto;
}



.readmore{
	font-size: 13px;
	text-align:right;
	line-height: 10px;
}



.selectnav {
    display: none;
}


/* -------------------------------------------------- */
/* footer */
/* -------------------------------------------------- */
footer {
    background: #0b1016;
    color: #ccc;
    padding: 40px 0 40px 0;
}

    footer h3 {
        font-size: 20px;
        color: #fff;
    }

    footer a {
        color: #fff;
    }

        footer a:visited {
            color: #fff;
        }

        footer a:hover {
            color: #fff;
        }


/* -------------------------------------------------- */
/* subfooter */
/* -------------------------------------------------- */
.subfooter {
	border-top:solid 1px #333;
    margin: 40px 0 -40px 0;
    background: #fff;
    padding: 20px 0 20px 0;
    font-size: 12px;
}

    .subfooter ul {
        float: right;
        margin: 0;
        padding: 0;
    }

    .subfooter li {
        display: inline;
        padding: 0 15px 0 15px;
        border-left: solid 1px #404040;
    }

    .subfooter a {
        color: #646464 !important;
    }


/*-------------------------------------------------- 
/* list news
/*-------------------------------------------------- */
.list-news {
    padding: 0;
    margin: 0;
}

    .list-news img {
        position: absolute;
    }

    .list-news .text {
        padding-left: 80px;
    }

    .list-news li {
        list-style: none;
        min-height: 60px;
        margin-bottom: 20px;
    }


/* -------------------------------------------------- */
/* jquery totop */
/* -------------------------------------------------- */
#toTop {
    z-index: 1555;
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 51px;
    height: 51px;
    border: none;
    text-indent: -999px;
    background: url(../images/ui.totop.png) no-repeat left top;
}

#toTopHover {
    background: url(../images/ui.totop.png) no-repeat left -51px;
    width: 51px;
    height: 51px;
    display: block;
    overflow: hidden;
    float: left;
}

#toTop:active, #toTop:focus {
    outline: none;
}


/* -------------------------------------------------- */
/* map */
/* -------------------------------------------------- */
.map {
    margin-top: 40px;
}

    .map iframe {
        width: 100%;
        height: 320px;
        border: solid 1px #ccc;
        padding: 2px;
        background: #fff;
    }

#map-container iframe {
    width: 100%;
    height: 360px;
}


/* -------------------------------------------------- */
/* blog */
/* -------------------------------------------------- */
.blog-list {
    margin-top: -10px;
    margin: 0;
    padding: 0;
}

    .blog-list li {
        list-style: none;
        background: url(../images/dotwhite50.png);
        line-height: 1.7em;
    }

.blog-header .by {
    display: inline-block;
    float: left;
    background: url(../images/icon-user.png) left center no-repeat;
    padding-left: 24px;
}

.blog-header .cat {
    display: inline-block;
    float: left;
    background: url(../images/icon-folder.png) left center no-repeat;
    padding-left: 24px;
}

.blog-header .news-date {
    display: inline-block;
    float: left;
    background: url(../images/icon-folder.png) left center no-repeat;
    padding-left: 24px;
}
/* blog list */
.blog-list li {
    margin-bottom: 40px;
}

.blog-list .info {
    position: absolute;
    width: 60px;
}

.blog-list .date {
    background: #2cc76a;
    color: #fff;
    text-align: center;
    padding: 5px 0 5px 0;
}

    .blog-list .date h4 {
        color: #fff;
        font-size: 30px;
    }

.blog-list a.readmore {
    display: block;
    width: 60px;
    height: 40px;
    background: url(../images/arrow-2.png) right center no-repeat #555;
}

    .blog-list a.readmore:hover {
        background: url(../images/arrow-2.png) left center no-repeat #E1704B;
    }

.blog-list .preview {
    padding-left: 80px;
    line-height: 1.6em;
}

.blog-list .meta-info {
    margin: 10px 0 0 80px;
    font-size: 13px;
    padding: 5px 0 5px 0;
    border-top: dotted 1px #ddd;
    border-bottom: dotted 1px #ddd;
}

    .blog-list .meta-info span {
        padding: 0 10px 0 10px;
        color: #ccc;
    }

.blog-list .preview img {
    padding-bottom: 10px;
    width: 100%;
}

.blog-list .callbacks_container {
    margin-bottom: -35px;
}

.project-view .callbacks1_nav, .blog-read .callbacks1_nav {
    margin-bottom: -35px;
}

.project-view h4{
	font-weight:bold;
}



.bloglist-small {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .bloglist-small li {
        padding-bottom: 10px;
        margin-bottom: 20px;
        border-bottom: solid 1px #eee;
    }

        .bloglist-small li h5 {
            margin-bottom: 5px;
        }

        .bloglist-small li .txt {
            padding-left: 80px;
        }

        .bloglist-small li .read {
            display: block;
            margin-bottom: 5px;
        }

        .bloglist-small li .info {
            display: block;
            margin: 0;
            font-size: 11px;
            color: #aaa;
        }

    .bloglist-small img {
        position: absolute;
    }

.date-box {
    width: 60px;
    position: absolute;
    text-align: center;
}

    .date-box .day {
        display: block;
        color: #fff !important;
        background: #555;
        font-size: 26px;
        padding: 20px 0 20px 0;
    }

    .date-box .month {
		font-size:12px;
        display: block;
        color: #fff;
        background: #2cc76a;
    }



/* -------------------------------------------------- */
/* blog singkle */
/* -------------------------------------------------- */
@media (max-width: 479px) {
	#mainmenu{
		width:100% !important;
		height:100% !Important;
	}
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
		max-height:100% !Important;
	}


}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-height: 520px;
  height: 100%;
}

.container2 > div {
    border: 1px #ccc solid;
    max-height: 520px;
	height: 100%;
    margin: 10px;
}

.container2 div {
  width: -webkit-calc(50% - 20px);
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
}

.container2 div:nth-child(n + 1) {
  width: -webkit-calc(33.33% - 20px);
  width: -moz-calc(33.33% - 20px);
  width: calc(33.33% - 20px);
}


.blog-header .by {
    display: inline-block;
    float: left;
    background: url(../images/icon-user.png) left center no-repeat;
    padding-left: 24px;
}

.blog-header .cat {
    display: inline-block;
    float: left;
    background: url(../images/icon-folder.png) left center no-repeat;
    padding-left: 24px;
}

.blog-header .news-date {
    display: inline-block;
    float: left;
    background: url(../images/icon-folder.png) left center no-repeat;
    padding-left: 24px;
}
/* blog list */

.container2 {
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
  /*-webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;*/

}
.container2-fluid {
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -16px;
  margin-left: -16px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
@media (min-width: 900px) {
.container {
  width: 1158px;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  float: left;
}
.col-md-12 {
  width: 100%;
}
.col-md-11 {
  width: 91.66666667%;
}
.col-md-10 {
  width: 83.33333333%;
}
.col-md-9 {
  width: 75%;
}
.col-md-8 {
  width: 66.66666667%;
}
.col-md-7 {
  width: 58.33333333%;
}
.col-md-6 {
  width: 50%;
}
.col-md-5 {
  width: 41.66666667%;
}
.col-md-4 {
  width: 33.33333333%;
}
.col-md-3 {
  width: 25%;
}
.col-md-2 {
  width: 16.66666667%;
}
.col-md-1 {
  width: 8.33333333%;
}
}
.block {
  background-color: #eee;
  padding: 10px;
  margin: 10px;
  
}


/* -------------------------------------------------- */
/* blog comment */
/* -------------------------------------------------- */
.container2 {
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
  /*-webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;*/

}
.container2-fluid {
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}
.row2 {
  margin-right: -16px;
  margin-left: -16px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}

.container2 {
  width: 970px;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  float: left;
}
.col-md-12 {
  width: 100%;
}
.col-md-11 {
  width: 91.66666667%;
}
.col-md-10 {
  width: 83.33333333%;
}
.col-md-9 {
  width: 75%;
}
.col-md-8 {
  width: 66.66666667%;
}
.col-md-7 {
  width: 58.33333333%;
}
.col-md-6 {
  width: 50%;
}
.col-md-5 {
  width: 41.66666667%;
}
.col-md-4 {
  width: 33.33333333%;
  max-width: 403px;
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.col-md-4 {
  		width: 50%;
  		max-width: 410px;
	}
}

/* iPads (Portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.col-md-4 {
  		width: 33.33333333%;
  		max-width: 350px;
	}
}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
	.col-md-4 {
  		width: 50%;
  		max-width: 410px;
	}
}

/* Landscape */
@media only screen 
  and (min-device-width: 360px) 
  and (max-device-width: 640px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
	.col-md-4 {
  		width: 50%;
  		max-width: 410px;
	}
}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
	.col-md-4 {
  		width: 100%;
  		max-width: 410px;
	}
}

/* Portrait */
@media only screen 
  and (min-device-width: 360px) 
  and (max-device-width: 640px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
	.col-md-4 {
  		width: 100%;
  		max-width: 410px;
	}
}



.col-md-3 {
  width: 25%;
  max-width: 500px;
  padding-left: 50px;
}
.col-md-2 {
  width: 16.66666667%;
}
.col-md-1 {
  width: 8.33333333%;
}

.block2 {
  background-color: #F90B0B;
  max-height: 336px;
  height: 100%;
  margin-bottom: 40px;
}

/* -------------------------------------------------- */
/* responsiv fonts */
/* -------------------------------------------------- */

/* -------------------------------------------------- */
/* blog comment form */
/* -------------------------------------------------- */
#commentform label {
    display: block;
}

#commentform input {
    width: 290px;
}

    #commentform input:focus {
        border: solid 1px #999;
        background: #fff;
    }

#commentform textarea {
    width: 97%;
    padding: 5px;
    height: 150px;
}

    #commentform textarea:focus {
        border: solid 1px #999;
        background: #fff;
    }

#commentform input.btn {
    width: auto;
}


.post-content {
    padding-left: 80px;
}

.post-meta {
    margin: 10px 0 10px 80px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}

    .post-meta span {
        margin-right: 15px;
    }

        .post-meta span i {
            float: none;
        }

.post-image img {
    margin-bottom: 10px;
}

/* -------------------------------------------------- */
/* slider */
/* -------------------------------------------------- */
#slider {
    padding: 40px 0 40px 0;
    background: url(../images/bg-blur-1.jpg) top no-repeat fixed;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    position: relative;
}

.slider-info {
    position: absolute;
    z-index: 10;
    bottom: 40px;
    font-size: 20px;
    padding: 20px;
    margin-left: 40px;
}

    .slider-info h1 {
        background: #fff;
        display: inline-block;
        padding: 10px 20px 10px 20px;
        letter-spacing: -2px;
    }

    .slider-info .text1 {
        background: #2cc76a;
        color: #fff;
        padding: 10px 20px 10px 20px;
        font-size: 14px;
    }

.slider_pic {
    text-align: center;
}

    .slider_pic img {
    }

.slider_text {
    float: left;
    width: 50%;
    padding-top: 80px;
    font-size: 14px;
    line-height: 1.7em;
    color: #555;
}

    .slider_text h1 {
        font-size: 64px;
        color: #2cc76a;
        margin-bottom: 20px;
        letter-spacing: -5px;
    }

    .slider_text .description {
        margin-bottom: 20px;
        color: #fff;
    }

/* -------------------------------------------------- */
/* call to action */
/* -------------------------------------------------- */
.call-to-action {
    background: #fff;
    color: #fff;
    padding: 10px 0 10px 0;
	border-bottom:1px solid #c3bebe;
	border-top:1px solid #c3bebe;
	
}

.call-to-action2 {
    background: #fff;
    color: #fff;
    padding: 10px 0 40px 0;
    border-bottom:1px solid #c3bebe;
    border-top:1px solid #c3bebe;
}

    .call-to-action h3 {
        color: #fff;
        margin: 0;
        line-height: normal;
		font-size:28px;
		margin-top:5px;
    }

.call-to-action-box {
    background: #f5f5f5;
    border: solid 1px #ddd;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

    .call-to-action-box .inner {
        padding: 20px 20px 20px 20px;
    }

    .call-to-action-box .text {
        margin-right: 20px;
        float: left;
    }

    .call-to-action-box .act {
        float: right;
    }

    .call-to-action-box h3 {
        margin: 0;
    }

    .call-to-action-box.dark {
        background: #404040;
        color: #fff;
    }

        .call-to-action-box.dark h3 {
            color: #fff;
        }


/* -------------------------------------------------- */
/* contact form */
/* -------------------------------------------------- */
.error {
    width: 280px;
    background: #FCD8DC;
    padding: 2px 10px 2px 10px;
    display: none;
    color: #C03;
    font-size: 12px;
    margin-bottom: 10px;
}

.nick{
	font-weight:bold;
	padding:10px 5px 0 5px;
	float:left;
	width:55%;
	
}

.realname{
	margin-left:5px;
	float:left;
	width:55%;
}

.success {
    display: none;
    padding: 2px 10px 2px 10px;
    background: #B0FFB0;
    color: #555;
    width: 280px;
    font-size: 12px;
    margin-bottom: 20px;
}

.error img {
    vertical-align: top;
}

.full {
    width: 98%;
}

/* -------------------------------------------------- */
/* color */
/* -------------------------------------------------- */
.id-color {
    color: #2cc76a;
}


/* -------------------------------------------------- */
/* pricing table */
/* -------------------------------------------------- */
.pricing-2-col {
    border-right: solid 1px #eee;
}

    .pricing-2-col .pricing-box {
        width: 50%;
    }

.pricing-3-col {
    border-right: solid 1px #eee;
}

    .pricing-3-col .pricing-box {
        width: 33.33%;
    }

.pricing-4-col {
    border-right: solid 1px #eee;
}

    .pricing-4-col .pricing-box {
        width: 25%;
    }

.pricing-5-col {
    border-right: solid 1px #eee;
}

    .pricing-5-col .pricing-box {
        width: 20%;
    }

    .pricing-2-col.pricing-dark,
    .pricing-3-col.pricing-dark,
    .pricing-4-col.pricing-dark,
    .pricing-5-col.pricing-dark {
        border-right: solid 1px #404040;
    }


.pricing-box {
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
}

    .pricing-box ul {
        margin: 0;
        padding: 0;
        border-left: solid 1px #eee;
        border-top: solid 1px #eee;
    }

    .pricing-box li {
        list-style: none;
        margin: 0;
        padding: 15px 0 15px 0;
		background:#eaeaea;
    }

        .pricing-box li h4 {
            font-size: 22px;
            margin: 0;
            padding: 0;
            font-weight: 400;
        }

        .pricing-box li h1 {
            font-size: 48px;
            margin: 0;
            margin-bottom: 5px;
            font-weight: 600;
            color: #2cc76a;
        }

        .pricing-box li.title-row {
            padding: 15px 0 15px 0;
        }
		
		.pricing-box li.title-row h4{
		}

        .pricing-box li.price-row {
            padding: 15px 0 15px 0;
			background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(213,213,213,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(213,213,213,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(213,213,213,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(213,213,213,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(213,213,213,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(213,213,213,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d5d5d5',GradientType=0 ); /* IE6-9 */

        }
		.pricing-box li.deco{
			background:#f5f5f5;
		}

            .pricing-box li.price-row span {
                display: block;
                font-weight: 600;
            }

        .pricing-box li.btn-row {
            background: #ddd;
        }

.pricing-dark .pricing-box ul {
    margin: 0;
    padding: 0;
    border-left: solid 1px #555;
    border-top: solid 1px #404040;
}

.pricing-dark .pricing-box li {
    background: #606060;
    color: #fff;
    list-style: none;
    margin: 0;
    padding: 15px 0 15px 0;
    border-bottom: solid 1px #555;
}

    .pricing-dark .pricing-box li h4 {
        font-size: 22px;
        margin: 0;
        padding: 0;
        font-weight: 400;
        color: #fff;
    }

    .pricing-dark .pricing-box li h1 {
        font-size: 48px;
        margin: 0;
        margin-bottom: 5px;
        font-weight: 600;
        color: #fff;
    }

    .pricing-dark .pricing-box li.title-row {
        padding: 15px 0 15px 0;
    }

    .pricing-dark .pricing-box li.price-row {
        background: #777;
        padding: 15px 0 15px 0;
        background: rgb(101,206,127); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(101,206,127,1) 0%, rgba(70,145,89,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(101,206,127,1)), color-stop(100%,rgba(70,145,89,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(101,206,127,1) 0%,rgba(70,145,89,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(101,206,127,1) 0%,rgba(70,145,89,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(101,206,127,1) 0%,rgba(70,145,89,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(101,206,127,1) 0%,rgba(70,145,89,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65ce7f', endColorstr='#2cc76a',GradientType=0 ); /* IE6-9 */
    }

        .pricing-dark .pricing-box li.price-row span {
            display: block;
            font-weight: 600;
        }

    .pricing-dark .pricing-box li.btn-row {
        background: #404040;
    }


.pricing-featured {
    -webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
    position: relative;
    margin-top: -10px;
}

.pricing-featured li{
	padding-top:17px;
	padding-bottom:17px;
}

/* -------------------------------------------------- */
/* header */
/* -------------------------------------------------- */
header {
    background: #13151c;
    width: 100%;
    z-index: 100;
    position: relative;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}

.h_info_hide {
    display: none;
}

header .info {
    border-bottom: none;
    color: #fff;
    background: #000;
    border-bottom: solid 1px #333;
    font-size: 12px;
}

header .info a{
	color:#fff;
}

    header .info .separator {
        display: inline-block;
        width: 1px;
        height: 10px;
        border-left: solid 1px #777;
        margin: 0 20px 0 20px;
    }

header .info-text {
    margin-top: 15px;
}

.title {
    color: #555;
    margin-bottom: 20px;
}

    .title span {
        font-size: 20px;
        font-weight: lighter;
        display: block;
        margin-top: 20px;
        letter-spacing: normal;
        font-family: "Patua One", Georgia;
        color: #2cc76a;
    }


/* -------------------------------------------------- */
/* subheader */
/* -------------------------------------------------- */
#subheader {
    background:#333;
	color:#fff;
    padding: 20px 0 20px 0;
}

    #subheader h1 {
        font-size: 32px;
        letter-spacing: -2px;
        float: left;
        border-right: solid 1px #555;
        padding-right: 40px;
        margin-right: 40px;
		color:#fff;
		font-weight:normal;
    }

    #subheader span {
        display: inline-block;
        padding-top: 20px;
        font-size: 16px;
    }



/* -------------------------------------------------- */
/* overide bootstrap */
/* -------------------------------------------------- */
a, a:visited {
    color: #F90B0B;
}

    a:hover {
        color: #333;
    }

    a.btn {
        color: #fff;
        border: none;
        text-shadow: none;
    }

.label {
    font-family: Arial, Helvetica, sans-serif;
}

table thead {
    font-weight: bold;
}

.accordion-heading a {
    text-decoration: none;
    border: none;
    outline: none;
}

blockquote {
    font-size: 24px;
    font-style: italic;
    line-height: 1.5em;
    font-weight: 300;
}

    blockquote span {
        display: block;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
    }


/* -------------------------------------------------- */
/* image position */
/* -------------------------------------------------- */
.img-left {
    float: left;
    margin: 5px 15px 15px 0;
}

.img-right {
    float: right;
    margin: 5px 0 15px 15px;
}



/* -------------------------------------------------- */
/* flickr */
/* -------------------------------------------------- */
#flickr-photo-stream img {
    width: 48px;
    height: auto;
    margin: 0 12px 12px 0;
    float: left;
}

#flickr-photo-stream a img {
    border: solid 2px #fff;
}

#flickr-photo-stream a:hover img {
    border: solid 2px #777777;
}


/* -------------------------------------------------- */
/* isotope */
/* -------------------------------------------------- */
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity;
    }

        /**** disabling Isotope CSS3 transitions ****/

        .isotope.no-transition,
        .isotope.no-transition .isotope-item,
        .isotope .isotope-item.no-transition {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -ms-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration: 0s;
        }

#filters {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

    #filters li {
        display: inline-block;
        margin-right: 3px;
        margin-bottom: 20px;
    }

    #filters a {
        color: #fff;
        padding: 5px 10px 5px 10px;
        color: #555;
        border: solid 1px #ddd;
        text-decoration: none;
    }

        #filters a:hover {
            border: solid 1px #2cc76a;
        }

        #filters a.selected {
            background: #2cc76a;
            border: solid 1px #2cc76a;
            color: #FFF;
        }

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.f_box {
    width: 33.3%;
    color: #fff;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}

    .f_box h3 {
        color: #fff;
    }


/* -------------------------------------------------- */
/* hr */
/* -------------------------------------------------- */
hr {
    display: block;
    clear: both;
    border-top: solid 1px #ddd;
    margin: 40px 0 40px 0;
}

    hr.blank {
        border: none;
        margin: 20px 0 20px 0;
    }


/* -------------------------------------------------- */
/* lazyload jquery */
/* -------------------------------------------------- */
.belazy {
    display: none;
}


/* -------------------------------------------------- */
/* font awesome icons */
/* -------------------------------------------------- */
i {
    display: inline-block !important;
    float: left;
    margin-right: 6px;
    margin-bottom: 5px;
}

    i.large {
        font-size: 40px;
        padding: 16px;
        width: 40px;
        height: 40px;
        text-align: center;
    }

    i.medium {
        font-size: 20px;
        padding: 10px;
        width: 20px;
        height: 20px;
        text-align: center;
    }

    i.small {
        font-size: 12px;
        padding: 4px;
        width: 16px;
        height: 15px;
        text-align: center;
    }

    i.circle {
        border-radius: 75px;
        -moz-border-radius: 75px;
        -webkit-border-radius: 75px;
    }
/* extra ^ */
.de_center p {
    width: 100%;
}

.de_center .de_icon {
    float: none;
    margin: 0 auto;
}


/* -------------------------------------------------- */
/* column preview */
/* -------------------------------------------------- */
.test-column {
    background: #f5f5f5;
    color: #646464;
    text-align: center;
    padding: 20px 0 20px 0;
    margin-bottom: 30px;
    font-size: 22px;
    -webkit-box-shadow: 2px 2px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 2px 2px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 2px 2px 0px rgba(50, 50, 50, 0.1);
}

    .test-column:hover {
        background: #646464;
        color: #fff;
    }


    /* -------------------------------------------------- */
    /* transition */
    /* -------------------------------------------------- */
    a,
    a:hover,
    .test-column,
    .test-column:hover {
        -o-transition: .3s;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s;
    }


/* -------------------------------------------------- */
/* font awesome icon */
/* -------------------------------------------------- */
.feature-box i {
    float: none;
    text-align: center;
}

i.large {
    font-size: 40px;
    padding: 16px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 0 12px 0;
}

i.medium {
    font-size: 20px;
    padding: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
}

i.small {
    font-size: 12px;
    padding: 4px;
    width: 16px;
    height: 15px;
    text-align: center;
}

i.circle {
    border-radius: 75px;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
}

i.large:hover {
    height: 40px;
    background: #dddddd;
    color: #2cc76a;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(1.2);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(1.2);
}

i.large {
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

i.black {
    background: #333;
}


/* -------------------------------------------------- */
/* parallax content */
/* -------------------------------------------------- */
#sample-parallax-1 {
    background: url(../images/bg-blur-1.jpg) top no-repeat fixed;
}

#sample-parallax-2 {
    background: url(../images/bg-blur-2.jpg) top no-repeat fixed;
}

#sample-parallax-3 {
    background: url(../images/bg-blur-3.jpg) top no-repeat fixed;
}

#sample-parallax-4 {
    background: url(../images/bg-blur-4.jpg) top no-repeat fixed;
}

#full-content-1 {
    background: url(../images/bg-blur-2.jpg) top no-repeat fixed;
    padding: 60px 0 0 0;
    color: #fff;
}

#full-content-2 {
    background: url(../images/bg-blur-5.jpg) top no-repeat fixed;
    padding: 60px 0 0 0;
    color: #fff;
}



#full-content-1 h1 {
    color: #fff;
}

#intro-portfolio {
    background: url(../images/bg-blur-6.jpg) top no-repeat fixed;
    padding: 130px 0 130px 0;
}

#bg-portfolio {
    background: url(../images/bg-blur-7.jpg) top no-repeat fixed;
    padding: 50px 0 50px 0;
}

.big-text {
    padding: 300px 0 300px 0;
    text-align: center;
}

#project {
    background: url(../images/bg-blur-7.jpg) top no-repeat fixed;
    padding: 20px 0 20px 0;
}

.pf_info{
	background:#eee;
	margin-top:-10px;
	padding:15px;
	padding-bottom:5px;
	text-align:center;
	background:#333;
}

.pf_info h4{
	font-size:14px;
	font-weight:bold;
	color:#fff;
}



/* -------------------------------------------------- */
/* gallery */
/* -------------------------------------------------- */
#gallery .item {
    text-align: center;
    margin-bottom: 30px;
    background: #f5f5f5;
    font-size: 12px;
}

    #gallery .item h4 {
        margin-bottom: 0;
        font-size: 14px;
    }

.pf_text {
    color: #fff;
    text-shadow: 1px 1px rgba(000, 000, 000, 0.5);
}

    .pf_text h4 {
        color: #fff;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 600;
    }
	
.project-name{
	font-size:14px;
	font-weight:bold;
	display:block;
}

span.overlay {
    text-align: center;
    display: block;
    display: none;
    width: 100px;
    background: #2cc76a;
    position: absolute;
    background: rgb(101,206,127); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(101,206,127,1) 0%, rgba(70,145,89,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(101,206,127,1)), color-stop(100%,rgba(70,145,89,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(101,206,127,1) 0%,rgba(70,145,89,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(101,206,127,1) 0%,rgba(70,145,89,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(101,206,127,1) 0%,rgba(70,145,89,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(101,206,127,1) 0%,rgba(70,145,89,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65ce7f', endColorstr='#2cc76a',GradientType=0 ); /* IE6-9 */
}

.overlay .info-area {
    display: block;
    margin-top: 10%;
}

.overlay .sb-icons {
    display: block;
    margin-top: 10%;
}


a.img-icon-url, a.img-icon-zoom {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(../images/icon-url.png) center no-repeat;
    margin: 0 auto;
    margin: 0 2px 0 2px;
}

a.img-icon-zoom {
    background: url(../images/icon-zoom.png) center no-repeat;
}


/* -------------------------------------------------- */
/* flex slider */
/* -------------------------------------------------- */
.flexslider {
    width: 100%;
    background: none;
    border: none;
    box-shadow: none;
    margin: 0px;
}

.control-slider {
    float: right;
    display: inline-block;
    margin-right: -10px;
}

.prev-slider, .next-slider {
    float: left;
    display: block;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}

    .prev-slider i, .next-slider i {
        border: solid 1px #ccc;
        padding: 5px 10px 5px 10px;
    }

        .prev-slider i:hover, .next-slider i:hover {
            color: #fff;
            border: solid 1px #333;
            background: #333;
        }

.prev-slider {
    margin-right: -5px;
}

.project-carousel ul.slides, .project-carousel-3-col ul.slides {
    margin-top: 10px;
    margin-bottom: 20px;
}

.logo-carousel .flex-direction-nav,
.project-carousel .flex-control-nav,
.project-carousel .flex-direction-nav,
.project-carousel-3-col .flex-control-nav,
.project-carousel-3-col .flex-direction-nav {
    display: none;
}

.logo-carousel.no-control .flex-control-nav{
	display:none;
}

.logo-carousel li img {
    width: auto !important;
}


/* flex slider - testi slider */
#testimonial-full {
    background: #000;
    text-align: center;
    padding: 10px 0 10px 0;
}

    #testimonial-full blockquote {
        color: #fff;
        border: none !important;
        margin: 0;
        padding: 20px 100px 0px 100px;
        font-size: 20px;
        font-weight: normal;
		font-family:"PT Sans";
    }
	
	#testimonial-full2 {
    background: #fff;
    padding: 10px 0 10px 0;
}

    #testimonial-full2 blockquote {
        color: #000;
        border: none !important;
        margin: 0;
        padding: 20px 100px 0px 100px;
        font-size: 20px;
        font-weight: normal;
		font-family:"PT Sans";
    }

.videobox{
		width: 48%;
		margin-right: 3%;
}

.playerbox{
	width:100%;
	max-width: 264px;
	height: 100%;
	max-height: 310px;
	float:left;
	padding-top:10px;
	margin-bottom:10px;
}

.picrahmen{
	border: 1px solid #F90B0B;
	max-width: 264px;
	width: 100%;
	max-height:259px;
	height:100%;
	float:left;
}

#sponsoren{
	max-width: 100%;
	/* height: auto; */
	/* padding-top: 20px; */
	/* padding-bottom: 10px; */
}

.playerbg{
	margin-left: 20px;
	border: 2px solid #ca7c16;
	height: 235px;
	width:211px;
	background-color:#292929;
	float:left;
	
}

#playerpic{
	position:absolute;
	left: 20px;
}

.playerline{
	height: 2px;
	width: 95%;
	background-color:#ca7c16;
	float:left;
	margin-top:-2px;
	position:absolute;
	bottom:0;
	right:10px;
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.col-md-6 {
  		width: 50%;
  		max-width: 410px;
	}
}

/* iPads (Portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.col-md-6 {
  		width: 33.33333333%;
	}
}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
	.col-md-6 {
  		width: 50%;
  		max-width: 410px;
	}
}

/* Landscape */
@media only screen 
  and (min-device-width: 360px) 
  and (max-device-width: 640px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
	.col-md-6 {
  		width: 50%;
  		max-width: 410px;
	}
}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
	.col-md-6 {
  		width: 100%;
  		max-width: 410px;
	}
}

/* Portrait */
@media only screen 
  and (min-device-width: 360px) 
  and (max-device-width: 640px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
	.col-md-6 {
  		width: 100%;
  		max-width: 410px;
	}
}


.ib > div {
    float: left;
    width: 65%;
  }
  
.tb > div {
    float: left;
    width: 65%;
 }

.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}

.responsive-playerbox {
position: relative;
padding-bottom: 43.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}

.testi-slider .flex-control-nav {
    position: absolute !important;
    margin-top: -50px !important;
}

.testi-slider .flex-direction-nav {
    display: none;
}
/* Control Nav */
.testi-slider .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

    .testi-slider .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.testi-slider .flex-control-paging li a {
    background: none;
    width: 8px;
    height: 8px;
    display: block;
    border: solid 1px #fff;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

    .testi-slider .flex-control-paging li a:hover {
        border: solid 1px #fff;
        background: #fff;
    }

    .testi-slider .flex-control-paging li a.flex-active {
        border: solid 1px #fff;
        cursor: default;
        background: #fff;
    }



/* -------------------------------------------------- */
/* widget */
/* -------------------------------------------------- */ .widget {
    margin-bottom: 40px;
}

    .widget h4 {
        padding-bottom: 10px;
        font-size: 18px;
        letter-spacing: normal;
    }

    .widget ul {
        list-style: none;
        margin: 0;
    }

.widget_category li {
    border-bottom: solid 1px #eee;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

    .widget_category li a {
        color: #555;
    }

.widget_recent_post li {
    padding-left: 20px;
    background: url(../images/list-arrow.png) left 2px no-repeat;
    border-bottom: solid 1px #333;
    padding-bottom: 7px;
    margin-bottom: 5px;
}

    .widget_recent_post li a {
        color: #555;
    }

.widget .comments li {
    padding-left: 20px;
    background: url(../images/list-arrow.png) left 2px no-repeat;
    border-bottom: solid 1px #eee;
    padding-bottom: 7px;
    margin-bottom: 5px;
}

.widget_tags li {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 13px;
}

    .widget_tags li a {
        text-decoration: none;
        margin-bottom: 5px;
        border-radius: 1px;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        background: #2cc76a;
        color: #fff;
        padding: 5px 8px 5px 8px;
    }

        .widget_tags li a:hover {
            background: #555;
        }

footer .widget_recent_post li {
    padding: 0 0 5px 0;
    background: none;
    border-bottom-color: #333;
}

    footer .widget_recent_post li a {
        color: #ccc;
    }


/* -------------------------------------------------- */
/* address */
/* -------------------------------------------------- */
address span {
    display: block;
}

    address span strong {
        display: inline-block;
        width: 60px;
    }


/* -------------------------------------------------- */
/* misc */
/* -------------------------------------------------- */
.no-bottom .span12 {
    margin-bottom: -10px;
}

#content.no-bottom {
    padding-bottom: 0;
}

#content .container {
}

.float-left {
    float: left;
}





/* -------------------------------------------------- */
/* social-icons */
/* -------------------------------------------------- */
.sb-icon-facebook {
    background: url(../images/social-icons/facebook.png) bottom no-repeat;
}

.sb-icon-twitter {
    background: url(../images/social-icons/twitter.png) bottom no-repeat;
}

.sb-icon-rss {
    background: url(../images/social-icons/rss.png) bottom no-repeat;
}

.sb-icon-dribbble {
    background: url(../images/social-icons/dribbble.png) bottom no-repeat;
}

.sb-icon-linkedin {
    background: url(../images/social-icons/linkedin.png) bottom no-repeat;
}

.sb-icon-flickr {
    background: url(../images/social-icons/flickr.png) bottom no-repeat;
}

.social-icons {
    display: inline-block;
    float: right;
}

.social-icon {
    display: block;
    height: 32px;
    width: 32px;
    margin: 10px;
    float: left;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

    .social-icon:hover {
        background-position: 0px 0px;
        box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.3);
    }


/* -------------------------------------------------- */
/* quick-search */
/* -------------------------------------------------- */
.quick-search {
    display: inline-block;
    float: right;
    margin-left: 10px;
    padding: 10px 0 0 0;
}

    .quick-search input {
        width: 120px;
        border-radius: 40px;
    }


/* -------------------------------------------------- */
/* breadcrumb */
/* -------------------------------------------------- */
.crumb {
    float: right;
    margin-top: 18px;
    font-size: 12px;
}

    .crumb li {
        display: inline;
        text-decoration: none;
        padding: 0 2px 0 2px;
    }


/* -------------------------------------------------- */
/* tabs */
/* -------------------------------------------------- */
.de_tab {
}

    .de_tab .de_nav {
        overflow: hidden;
        padding-left: 0;
        margin: 0;
        padding: 0;
		font-weight:bold;
    }
		
	.accordion-inner img.full-size{
		margin-top:5px;
		margin-bottom:10px;
	}
	
	a.accordion-toggle,a:visited.accordion-toggle{
		font-weight:bold;
		color:#222;
	}
	
        .de_tab .de_nav li {
            float: left;
            list-style: none;
            background: #EEE;
            margin-right: 5px;
        }

            .de_tab .de_nav li span {
                padding: 8px 16px 8px 16px;
                border-top: 1px solid #ddd;
                border-bottom: 1px solid #ddd;
                border-left: 1px solid #ddd;
                border-right: 1px solid #ddd;
                display: block;
                background: #f5f5f5;
                text-decoration: none;
                color: #646464;
                font-size: 13px;
                cursor: pointer;
            }

            .de_tab .de_nav li:first-child span {
                border-left: 1px solid #ddd;
            }

    .de_tab .de_tab_content {
        border: 1px solid #ddd;
        padding: 15px 20px 20px 20px;
        margin-top: -1px;
        background: #fff;
    }

    .de_tab .de_nav li span.active {
        background: #FFF;
        border-bottom: 1px solid #fff;
        color: #222;
        margin-bottom: -3px;
    }

.tab-small-post ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .tab-small-post ul li {
        min-height: 60px;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: solid 1px #eeeeee;
    }

        .tab-small-post ul li:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

        .tab-small-post ul li img {
            position: absolute;
        }

        .tab-small-post ul li span {
            display: block;
            padding-left: 64px;
        }

            .tab-small-post ul li span.post-date {
                font-size: 11px;
            }








/* testimonial
/*-------------------------------------------------- */
.de_testi {
    display: block;
    margin-bottom: 10px;
}

    .de_testi blockquote {
        margin: 0;
        border: none !important;
        background: url(../images/quote.png) bottom right no-repeat #fff !important;
        color: #888;
        padding: 20px 30px 30px 30px;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.2);
        -moz-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.2);
        box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.2);
    }

        .de_testi blockquote, .de_testi blockquote p {
            font-size: 14px;
            line-height: 1.6em;
            font-weight: 500;
        }

.de_testi_by {
    margin-left: 20px;
    margin-top: -10px;
}

.de_testi_pic {
    float: left;
    padding-right: 15px;
}

    .de_testi_pic img {
        width: 50px;
        height: 50px;
    }

.de_testi_company {
    padding-top: 20px;
}


/* -------------------------------------------------- */
/* team member */
/* -------------------------------------------------- */
.team {
    margin-bottom: 30px;
}

    .team h5 {
        margin-bottom: 0;
    }

.team_photo {
    margin-bottom: 10px;
}

    .team_photo img {
        width: 100%;
        height: auto;
    }

.team_desc {
    font-style: italic;
    margin-bottom: 10px;
}

.team .sb-icons {
    padding: 10px 0 0 0;
}

    .team .sb-icons img {
        margin-right: 5px;
    }

.team .columns {
    margin-bottom: 30px;
}



/* -------------------------------------------------- */
/* R E S P O N S I V E */
/* -------------------------------------------------- */
@media (max-width: 1200px) {
    .slider_text {
        padding-top: 20px;
    }
	.carousel-caption{
		width:100%;
	}
	
	.score{
		font-size:18px !important;
	}
	
	.col-xs-12{
		width:50% !important;
	}
	
	.ib > div{
		width:30%;
		float:left;
	}
	.teamplayername{
		font-size: 2em;
	}
	
	.steamplayername{
		max-height:0%;
		overflow:hidden;
	}
	
	.col-md-31{
		width:25% !important;
	}
	
	.col-xs-12{
		width:33.333333% !important;
	}
	
	.social{
		width:100% !important;
	}
}

@media(min-width:980px) and (max-width: 1160px) {
}

/* -------------------------------------------------- 
	design for 768px
/* -------------------------------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
    .slider_text {
        padding-top: 0px;
    }
	
	.realname{
		width:100%;
	}
	
	#logo, #logo .inner {
        display: none;
    }
	
	.col-xs-12{
		width:50% !important;
	}
	
	.teamlogo{
	padding-top: 65px !important;
	}
	
	.gegnerlogo{
		padding-top: 65px !important;
	}

	
	#revolution-slider{
		 display: none;
	}
	
	.teamplayername{
		font-size: 2em;
	}
	
	.steamplayername{
		max-height:0%;
		overflow:hidden;
	}
	
	.ib > div{
		width:30%;
		float:left;
	}
	
	.social{
		width:100% !important;
	}

   .score{
		font-size:18px !important;
	}


    .selectnav {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
        float: right;
        margin-top: 35px;
    }
}

/* -------------------------------------------------- 
	design for 320px & 480px custom
/* -------------------------------------------------- */
@media only screen and (max-width: 767px) {
	.pricing-2-col .pricing-box, .pricing-3-col .pricing-box, .pricing-4-col .pricing-box, .pricing-5-col .pricing-box {
        width: 100%;
    }
	
	.col-xs-12{
		width:100% !important;
	}
	
	.teamplayername{
		font-size: 2em;
	}
	
	.steamplayername{
		max-height:0%;
		overflow:hidden;
	}
	
	.ib > div{
		width:30%;
		float:left;
	}
	
    header .info {
        display: none;
    }

    .sticky-1 {
        position: relative;
        display: block;
    }

    .sticky-2 {
        margin-top: 0;
    }

    .h_info_hide {
        display: none;
    }

    .slider_text h1 {
        font-size: 32px;
    }

    .slider_text .description {
        display: none;
    }



    #logo, #logo .inner {
        display: none;
    }
	
	#revolution-slider{
		 display: none;
	}

    .selectnav {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
        float: right;
        width: 100%;
    }

    .container {
        padding: 0 20px 0 20px;
    }

    #domain-check .text, #domain-check .button {
        width: 100%;
    }

    #subheader span {
        display: none;
    }

    #testimonial-full blockquote {
        padding: 20px;
    }
	
	.social{
		display: none;
	}
	
	.col-xs-6{
		width: 100% !important;
		float:left;
	}
	
	.teamlogo{
	padding-top: 65px !important;
	}
	
	.gegnerlogo{
		padding-top: 65px !important;
	}
	
	.score{
		font-size:18px !important;
	}
	
	.streambox{
		width:100% !important;
	}
	
}


/* -------------------------------------------------- 
	design for 480px
/* -------------------------------------------------- */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	.ib > div{
		width:30%;
		float:left;
	}
	
	.score{
		font-size:12px;
	}
	
	.teamlogo{
	padding-top: 65px !important;
	}
	
	#logo, #logo .inner {
        display: none;
    }
	
		.teamplayername{
		font-size: 2em;
	}
	
	.steamplayername{
		max-height:0%;
		overflow:hidden;
	}
	
	#revolution-slider{
		 display: none;
	}
	
	.social{
		display: none;
	}
	
	.col-xs-6{
		width: 100% !important;
		float:left;
	}
	
	.gegnerlogo{
		padding-top: 65px !important;
	}
	
	.streambox{
		width:100% !important;
	}
	
	.col-xs-12{
		width:50% !important;
	}
}


/* -------------------------------------------------- 
	design for 320px
/* -------------------------------------------------- */
@media only screen and (max-width: 479px) {

	
	#logo, #logo .inner {
        display: none;
    }
	
	.streambox{
		width:100% !important;
	}
	
	.col-xs-6{
		width: 100% !important;
		float:left;
	}
	
	.score{
		font-size:12px !important;
	}
	
	.social{
		display: none;
	}
	
	#revolution-slider{
		 display: none;
	}
	
	.teamlogo{
		padding-top: 65px !important;
	}
	
	.gegnerlogo{
		padding-top: 65px !important;
	}

    .de_tab .de_nav li {
        display: block;
        width: 100%;
    }
	
	
	.ib > div{
		width:30%;
		float:left;
	}
	
	.teamplayername{
		font-size: 2em;
	}
	
	.steamplayername{
		max-height:0%;
		overflow:hidden;
	}
	
	.col-xs-12{
		width:100% !important;
	}
}

.social{
	float:right;
	width:42%;
	margin-top:16px;
}


.balkenheadline {
	font-size:24px;
	color:#F90B0B;
	padding: 12px 0 12px 10px;
	width: 100%;
	float: left;
	line-height: 50px;
}

.mediabutton {
	width:124px;
	height:37px;
	float:left;
	border:1px solid #F90B0B;
	margin-top: 7px;
	text-align:center;
	line-height: 37px;
	margin-right: 22px;
	font-size:18px;
	color:#0b1016;
}

.scorebox{
	width:100%;
	height: 141px;
	border-top:1px solid rgba(9,124,244,0.40);
}

.matchort{
	font-size:16px;
	color:#F90B0B;
	text-transform:uppercase;
	font-weight:700;
}

.matchdate{
	font-size:16px;
	color:#F90B0B;
	text-transform:uppercase;
}

.lasticon{
	padding:10px;
	margin-top: 8px;
}

.score{
	font-size:22px;
	margin:0 auto;
	font-weight:700;
	text-align: center;
	color:#FF0004;
	line-height: 126px;
}

.teamlogo{
	padding-top: 29px;
}

.gegnerlogo{
	padding-top: 27px;
}

.streambox{
	width:80%;
	margin-top:26px;
}

.streamlo{
	margin-top:50px;
}


.navbar-collapse{/* background-color:black; */padding-top:3px;padding-bottom:3px !important;}
.dropdown-menu{width: 400px;border-top:0px;margin-top:3px;height:230px;}
.dropdown-menu .col-sm-12,.dropdown-menu .col-sm-6{}
.dropdown-menu:after{
content: '';
display: inline-block;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #ffffff;
position: absolute;
top: -6px;
left: 84% !important;
}

/* #Pumpkin Flat Button
==================================================*/
.pumpkin-flat-button {
  position: relative;
  vertical-align: top;
  width: 100% !important;
  max-width:220px;
  height: 45px;
  padding: 0;
  font-size: 16px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #F90B0B;
  border: 0;
  cursor: pointer;
  margin-bottom:2px;
  font-weight:300 !important;
}
.pumpkin-flat-button:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.item {
  position: relative;
  border: 1px solid #333;
  margin: 0%;
  overflow: hidden;
}


/* Gray Scale */
.hover08 figure img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover08 figure:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.snip1560 {
  font-family: 'Open Sans', Arial, sans-serif;
  display: inline-block;
  /* margin: 8px; */
  min-width: 230px;
  max-width: 356px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: none !important;
  position: relative;
  padding: 10px;
  border: 2px solid #F90B0B;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.snip1560:before {
  content: '';
  background-color: #000000;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  z-index: -1;
}

.snip1560 * {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.snip1560 img {
  max-width: 100%;
  vertical-align: top;
  background-image: linear-gradient(#000000, #ffffff);
}

.snip1560 figcaption,
.snip1560 .link {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.snip1560 h2,
.snip1560 h3,
.snip1560 h4 {
  margin: 0px;
  position: absolute;
  width: 100%;
  text-transform: uppercase;
}

.snip1560 h2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(17, 17, 21, 0.78);
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 2em;
  font-family: 'Playfair Display', Arial, sans-serif;
}

.snip1560 h2 span {
  color: #F90B0B;
}

.snip1560 h3 {
  font-size: 1.3em;
  bottom: 0;
  font-weight: 700;
  letter-spacing: 2px;
  color: #f5f5f5;
}

.snip1560 h4 {
  top: 0;
  font-size: 1.2em;
  letter-spacing: 1px;
  font-weight: 400;
  opacity: 0.9;
  font-family: 'Playfair Display', Arial, sans-serif;
}

.lup:hover{
	background-color:rgba(137, 196, 255, 0.2);
}


.bx-controls{display:none;}
.sponsorimage{max-width:200px !important}

.slititle{
	text-transform:uppercase;
	text-align:center;
	letter-spacing: -0.8px;
	font-weight:700;
	font-size: 67px;
}

.slitext{
	text-transform:uppercase;
	text-align:center;
	letter-spacing: 2px;
	margin-top: -10px;
	font-size: 16px;
	color:#F90B0B;
	line-height: 0;
}

.slibtn{
	background-color:transparent !important;
	border: 2px solid #7b9abd !important;
	margin-top: 20px;
	text-transform:uppercase;
	font-size:14px;
	border-radius:0 !important;
}

.slibtn:hover{
	color:#7b9abd !important;
	border: 2px solid #fff !important;
}
.switchquad{
	display: flex;
	align-items: center;
	justify-content: center;
}
.profile_card{-webkit-box-shadow: 0 0 20px 1px #000000;box-shadow: 0 0 20px 1px #000000;background-color: #fff;}
.profile_card .profile_inner{
	perspective:1000px;
	position: relative;
}
.profile_card .profile_img{
	transform:rotateY(0deg);
	backface-visibility: hidden;
	transform-style: preserve-3d;
	transition:  all 0.50s ease 0s;
}
.profile_card:hover .profile_img{
	visibility:hidden;
	transform:rotateY(180deg);
}
.profile_card .profile_img img{
	width:100%;
	height:auto;
}
.profile_card .over_layer{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:30px 20px;
	background: rgb(249, 11, 11);
	backface-visibility: hidden;
	transform-style: preserve-3d;
	transform:rotateY(-180deg);
	transition:  all 0.50s ease 0s;
}
.profile_card:hover .over_layer{
	visibility: visible;
	transform:rotateY(0deg);
}
.profile_card .over_layer .social_links{
	margin: 0 0 4px 0;
	padding:0;
}
.profile_card .over_layer .social_links li{
	list-style: none;
	display: inline-block;
}
.profile_card .over_layer .social_links li a{
	color:#333;
	width:30px;
	height:30px;
	background:#fff;
	line-height:30px;
	text-align:center;
}
.profile_card .over_layer .social_links li a:hover{
	text-decoration: none;
}
.profile_card .over_layer p{
	color:#fff;
	font-size:14px;
	max-height: 180px;
	overflow:hidden;
}
.profile_card .profile_contact{
	color:#fff;
	text-align: center;
	padding:15px 10px;
	background: #F90B0B;
	margin-bottom:15px;
}
.profile_card .profile_contact h3{
	margin: 0;
	font-size:20px;
	text-transform: capitalize;
}
.profile_card .profile_contact h3 > span{
	font-size:15px;
	margin: 10px 0;
	color: #fff;
	display: block;
	text-transform: uppercase;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
.userimg{
	max-height:358px;
	min-height:358px;
}

.slide2{
	margin-left:5px;
}