/* ========================================================================

	Template: SPLIT Creative Agency - Cleveland Ohio
	Css Name: Custom Css
	Version: 1
	Design and Developed by:SPLIT Creative

================================================================================== */

/* ================================================
[  Table of contents  ]
================================================

	1. Customize Body Css
	2. Text color
	3. Text align
	4. Input Css
	5. Margin Padding 0
	6. Margin top
	7. Margin right
	8. Margin bottom
	9. Margin left
	10. Padding top
	11. Padding right
	12. Padding bottom
	13. Padding left
	14. Padding Top Bottom(Page Section)
	15. Margin Top Bottom(Page Section)
	16. Background variation set
	17. Video Styling

====================================== */

/* ============= 1. Customize Body Css ============= */
@font-face {
	font-family: "korolev",sans-serif;
	src:
		local('Verdana'),
		local('Andale-Mono'), 
		url ('fonts/andale_mono.ttf')
		format('truetype');
	src: 
		local('Verdana'),
		local('Andale-Mono'),
		url ('fonts/andale_mono.otf')
		format('opentype');		
}
body {
    font-family: "korolev",sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
}
img{
   max-width: 100%;
}
.logo {
	max-width: 190px;
}
a:focus,
a:hover {
    color: #000;
    text-decoration: none;
}
a,
button,
input {
    outline: medium none;
    color: #f62a00;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "korolev",sans-serif;
    font-weight: normal;
    color: #333;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}
.dark {
	color: #333 !important;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { 
    color: inherit 
}
h1 {
    font-size: 36px;
    font-weight: 700;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
	font-weight:700;
	text-transform:uppercase;
}
h3.client-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
}
ul {
    margin: 0px;
    padding: 0px;
}
li { list-style: none;display:inline-block; }
p {
  color: #7e7e7e;
  font-family: "korolev",sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 15px;
}
hr{
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}
label {
    font-size: 15px;
    font-weight: 400;
    color: #626262;
}
*::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
.f-left {
    float: left
}
.f-right {
    float: right
}
.fix {
    overflow: hidden
}
.clear{clear:both}
.uppercase { 
    text-transform: uppercase
}
.capitalize { 
    text-transform: capitalize
}
.ls-2{letter-spacing:2px}

/* ============= 2. Text color ============= */
.text-blue { color: #4FC1F0; }
.text-white { color: #fff ;}
.text-black { color: #363636; }

/* ============= 3. Text align ============= */
.text-left{text-align:left;}
.text-right{text-align:right;}
.text-center{text-align:center;}

/* ============= 4. Input Css ============= */
input {
    background: #eceff8;
    border: 2px solid #eceff8;
    height: 45px;
    box-shadow: none;
    padding-left: 10px;
    font-size: 14px;
    color: #a5a5a5;
    width: 100%;
}
select {
    width: 100%;
    background: transparent none repeat scroll 0 0;
    border: 1px solid #eceff8;
    height: 45px;
    padding-left: 10px;
    box-shadow: none;
    font-size: 14px;
    color: #a5a5a5;
}
select:focus {
	color: #fff;
	border: 2px solid #88c1fd;
}
option {
    background: #fff;
    border: 0px solid #a5a5a5;
    padding-left: 10px;
    font-size: 14px;
}
input:focus {
    background: transparent;
    border: 2px solid #88c1fd;
}
textarea {
     background: transparent none repeat scroll 0 0;
	 border: 1px solid #fff;
	 color: #fff;
	 margin-bottom: 30px;
	 width: 100%;
	 height: 200px;
}
textarea:focus {
    background: transparent;
    border: 2px solid #88c1fd;
    outline: none;
}

/* ============= 5. Margin Padding 0 ============= */
.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

/* ============= 6. Margin top ============= */
.mt-0 { margin-top: 0 }
.mt-10 { margin-top: 10px }
.mt-15 { margin-top: 15px }
.mt-20 { margin-top: 20px }
.mt-25 { margin-top: 25px }
.mt-30 { margin-top: 30px }
.mt-35 { margin-top: 35px }
.mt-40 { margin-top: 40px }
.mt-45 { margin-top: 45px }
.mt-50 { margin-top: 50px }
.mt-55 { margin-top: 55px }
.mt-60 { margin-top: 60px }
.mt-65 { margin-top: 65px }
.mt-70 { margin-top: 70px }
.mt-75 { margin-top: 75px }
.mt-80 { margin-top: 80px }
.mt-85 { margin-top: 85px }
.mt-90 { margin-top: 90px }
.mt-95 { margin-top: 95px }
.mt-100 { margin-top: 100px }
.mt-105 { margin-top: 105px }
.mt-110 { margin-top: 110px }
.mt-115 { margin-top: 115px }
.mt-120 { margin-top: 120px }
.mt-125 { margin-top: 125px }
.mt-130 { margin-top: 130px }
.mt-135 { margin-top: 135px }
.mt-140 { margin-top: 140px }
.mt-145 { margin-top: 145px }
.mt-150 { margin-top: 150px }
.mt-155 { margin-top: 155px }
.mt-200 { margin-top: 200px }

/* ============= 7. Margin right ============= */
.mr-0 { margin-right: 0px }
.mr-10 { margin-right: 10px }
.mr-15 { margin-right: 15px }
.mr-20 { margin-right: 20px }
.mr-30 { margin-right: 30px }
.mr-40 { margin-right: 40px }
.mr-50 { margin-right: 50px }
.mr-60 { margin-right: 60px }
.mr-70 { margin-right: 70px }
.mr-80 { margin-right: 80px }
.mr-90 { margin-right: 90px }
.mr-100 { margin-right: 100px }
.mr-110 { margin-right: 110px }
.mr-120 { margin-right: 120px }
.mr-130 { margin-right: 130px }
.mr-140 { margin-right: 140px }
.mr-150 { margin-right: 150px }

/* ============= 8. Margin bottom ============= */
.mb-0 { margin-bottom: 0 }
.mb-10 { margin-bottom: 10px }
.mb-15 { margin-bottom: 15px }
.mb-20 { margin-bottom: 20px }
.mb-30 { margin-bottom: 30px }
.mb-40 { margin-bottom: 40px }
.mb-50 { margin-bottom: 50px }
.mb-60 { margin-bottom: 60px }
.mb-65 { margin-bottom: 65px }
.mb-70 { margin-bottom: 70px }
.mb-80 { margin-bottom: 80px }
.mb-90 { margin-bottom: 90px }
.mb-100 { margin-bottom: 100px }
.mb-110 { margin-bottom: 110px }
.mb-120 { margin-bottom: 120px }
.mb-130 { margin-bottom: 130px }
.mb-140 { margin-bottom: 140px }
.mb-150 { margin-bottom: 150px }

/* ============= 9. Margin left ============= */
.ml-0 { margin-left: 0 }
.ml-10 { margin-left: 10px }
.ml-15 { margin-left: 15px }
.ml-20 { margin-left: 20px }
.ml-30 { margin-left: 30px }
.ml-40 { margin-left: 40px }
.ml-50 { margin-left: 50px }
.ml-60 { margin-left: 60px }
.ml-70 { margin-left: 70px }
.ml-80 { margin-left: 80px }
.ml-90 { margin-left: 90px }
.ml-100 { margin-left: 100px }
.ml-110 { margin-left: 110px }
.ml-120 { margin-left: 120px }
.ml-130 { margin-left: 130px }
.ml-140 { margin-left: 140px }
.ml-150 { margin-left: 150px }

/* ============= 10. Padding top ============= */
.pt-0 { padding-top: 0 }
.pt-10 { padding-top: 10px }
.pt-15 { padding-top: 15px }
.pt-20 { padding-top: 20px }
.pt-30 { padding-top: 30px }
.pt-40 { padding-top: 40px }
.pt-50 { padding-top: 50px }
.pt-60 { padding-top: 60px }
.pt-70 { padding-top: 70px }
.pt-80 { padding-top: 80px }
.pt-90 { padding-top: 90px }
.pt-100 { padding-top: 100px }
.pt-110 { padding-top: 110px }
.pt-120 { padding-top: 120px }
.pt-130 { padding-top: 130px }
.pt-140 { padding-top: 140px }
.pt-150 { padding-top: 150px }

/* ============= 11. Padding right ============= */
.pr-0 { padding-right: 0 }
.pr-10 { padding-right: 10px }
.pr-15 { padding-right: 15px }
.pr-20 { padding-right: 20px }
.pr-30 { padding-right: 30px }
.pr-40 { padding-right: 40px }
.pr-50 { padding-right: 50px }
.pr-60 { padding-right: 60px }
.pr-70 { padding-right: 70px }
.pr-80 { padding-right: 80px }
.pr-90 { padding-right: 90px }
.pr-100 { padding-right: 100px }
.pr-110 { padding-right: 110px }
.pr-120 { padding-right: 120px }
.pr-130 { padding-right: 130px }
.pr-140 { padding-right: 140px }

/* ============= 12. Padding bottom ============= */
.pb-0 { padding-bottom: 0 }
.pb-10 { padding-bottom: 10px }
.pb-15 { padding-bottom: 15px }
.pb-20 { padding-bottom: 20px }
.pb-30 { padding-bottom: 30px }
.pb-40 { padding-bottom: 40px }
.pb-50 { padding-bottom: 50px }
.pb-60 { padding-bottom: 60px }
.pb-70 { padding-bottom: 70px }
.pb-80 { padding-bottom: 80px }
.pb-90 { padding-bottom: 90px }
.pb-100 { padding-bottom: 100px }
.pb-110 { padding-bottom: 110px }
.pb-120 { padding-bottom: 120px }
.pb-130 { padding-bottom: 130px }
.pb-140 { padding-bottom: 140px }
.pb-150 { padding-bottom: 150px }

/* ============= 13. Padding left ============= */
.pl-0 { padding-left: 0 }
.pl-10 { padding-left: 10px }
.pl-15 { padding-left: 15px }
.pl-20 { padding-left: 20px }
.pl-30 { padding-left: 30px }
.pl-40 { padding-left: 40px }
.pl-50 { padding-left: 50px }
.pl-60 { padding-left: 60px }
.pl-70 { padding-left: 70px }
.pl-80 { padding-left: 80px }
.pl-90 { padding-left: 90px }
.pl-100 { padding-left: 100px }
.pl-110 { padding-left: 110px }
.pl-120 { padding-left: 120px }
.pl-130 { padding-left: 130px }
.pl-140 { padding-left: 140px }
.pl-150 { padding-left: 150px }

/* ============= 14. Padding Top Bottom(Page Section) ============= */
.ptb-0 { padding: 0 }
.ptb-10 { padding: 10px 0 }
.ptb-20 { padding: 20px 0 }
.ptb-30 { padding: 30px 0 }
.ptb-40 { padding: 40px 0 }
.ptb-50 { padding: 50px 0 }
.ptb-60 { padding: 60px 0 }
.ptb-70 { padding: 70px 0 }
.ptb-80 { padding: 80px 0 }
.ptb-90 { padding: 90px 0 }
.ptb-100 { padding: 100px 0 }
.ptb-110 { padding: 110px 0 }
.ptb-120 { padding: 120px 0 }
.ptb-130 { padding: 130px 0 }
.ptb-140 { padding: 140px 0 }
.ptb-150 { padding: 150px 0 }

/* ============= 15. Margin Top Bottom(Page Section) ============= */
.mtb-0 { margin: 0 }
.mtb-10 { margin: 10px 0 }
.mtb-15 { margin: 15px 0 }
.mtb-20 { margin: 20px 0 }
.mtb-30 { margin: 30px 0 }
.mtb-40 { margin: 40px 0 }
.mtb-50 { margin: 50px 0 }
.mtb-60 { margin: 60px 0 }
.mtb-70 { margin: 70px 0 }
.mtb-80 { margin: 80px 0 }
.mtb-90 { margin: 90px 0 }
.mtb-100 { margin: 100px 0 }
.mtb-110 { margin: 110px 0 }
.mtb-120 { margin: 120px 0 }
.mtb-130 { margin: 130px 0 }
.mtb-140 { margin: 140px 0 }
.mtb-150 { margin: 150px 0; }

/* ============= 16. Background variation set ============= */
 
/*** colored background ***/
 .white-bg { background: #fff }
 .black-bg { background: #000 }
 .gray-bg { background: #f6f6f6 }
 .blue-bg { background: #4FC1F0}
 .splitblue-bg { background: rgba(0,24,40,.9) none repeat scroll 0 0; }
 .default-bg { background: #50C1F0 }
 .transparent-bg { background: transparent }
 
 /*** image background ***/
  .bg-2, .bg-3, .bg-4, .bg-5, .bg-6, .bg-7, .bg-8, .bg-9, .bg-10{
    background-attachment: fixed; background-clip: initial; background-color: rgba(0, 0, 0, 0); background-origin: initial; background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; z-index: 0;
 }
 

 
 .bg-1 {background: url(../img/bg/graphic-design.jpg) repeat scroll 0 0 / cover ;}
 .bg-2 { background: url(../img/bg/2.jpg) repeat scroll 0 0 / cover ;}
 .bg-3 { background: url(../img/bg/3.jpg) repeat scroll 0 0 / cover ;}
 .bg-4 { background: url(../img/bg/4.jpg) repeat scroll 0 0 / cover ;}
 .bg-space { background: url(../img/bg/space-2.jpg) repeat scroll 0 0 / cover ;}
 .bg-apparel { background: url(../img/bg/split-apparel-design-production.jpg) repeat scroll 0 0 / cover ;}
 .bg-food { background: url(../img/bg/food.jpg) repeat scroll 0 0 / cover ;}
 .bg-vehicle { background: url(../img/bg/vehicle.jpg) repeat scroll 0 0 / cover ;}
 .bg-advertising { background: url(../img/bg/advertising.jpg) repeat scroll 0 0 / cover ;}
 .bg-email-2 { background: url(../img/bg/split-creative-email-design.jpg) repeat scroll 0 0 / cover ;}
 .bg-logo { background: url(../img/bg/logo.jpg) repeat scroll 0 0 / cover ;}
 .bg-lance { background: url(../img/about/1.jpg) repeat scroll 0 0 / cover ;}
 .bg-yoshi { background: url( ../img/about/2.jpg) repeat scroll 0 0 / cover ;}
 .bg-chevelle { background: url(../img/bg/chevelle.jpg) repeat scroll 0 0 / cover ;}
 .bg-hmf { background: url(../img/bg/hmf.jpg) repeat scroll 0 0 / cover ;}
 .bg-web-design { background: url(../img/bg/web-design.jpg) repeat scroll 0 0 / cover ;}
 .bg-social { background: url(../img/photography/keeping-it-real-social-media.jpg) repeat scroll 0 0 / cover ;}
 .bg-split { background: url(../img/bg/split.jpg) repeat scroll 0 0 / cover ;}
 .bg-email { background: url(../img/bg/email.jpg) repeat scroll 0 0 / cover ;}
 /* ============= 17. Background Video ============= */

 
video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
	background-size: cover;
	transition: 1s opacity;
}
video::-webkit-media-controls-start-playback-button {
    display: none;
}
.stopfade { 
   opacity: .5;
}

#polina { 
  font-family: "korolev",sans-serif;
  font-weight:100; 
  background: rgba(0,0,0,0.3);
  color: white;
  padding: 2rem;
  width: 33%;
  margin:2rem;
  float: right;
  font-size: 1.2rem;
}
#polina button { 
  display: block;
  width: 80%;
  padding: .4rem;
  border: none; 
  margin: 1rem auto; 
  font-size: 1.3rem;
  background: rgba(255,255,255,0.23);
  color: #fff;
  border-radius: 3px; 
  cursor: pointer;
  transition: .3s background;
}
#polina button:hover { 
   background: rgba(0,0,0,0.5);
}
.white-font {
	color: rgba(256,256,256,.8) !important;
	text-shadow: 1px 1px 10px #111;
}

h2.index-title {
	font-size: 64px;
	text-align: left;
	line-height: 115%;
}
.left-align {
	font-align: left !important;
}
.index {
	font-size: 18px;
	text-align: left;
	line-height: 175%;
}
.center {
	text-align: center !important;
}
.work-desc {
	text-align: center;
}
.work-desc a {
	color: #FF3C00;
	margin-bottom: 5px !important;
}
@media screen and (max-device-width: 800px) {
  html { background: url(https://thenewcode.com/assets/images/polina.jpg) #000 no-repeat center center fixed; }
  #bgvid { display: none; }
}


.icon {
	width: 20px;
	margin: 0 10px 5px 0;
}
ul.client-stats li {
	margin-right: 10px;
	text-align: center;
	font-size: 12px;
}
ul.client-stats {
	text-align: center;
}
.no-pad {
	padding: 0px !important;
}
.videoWrapper {
	position: relative;
	padding-bottom: 51.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.light {
	color: #fff !important;
}
.main-video {
	height: 705px !important;
	margin-bottom: 50px !important;
	background:transparent url('../img/bg/2.jpg') no-repeat 0 0;
}

.footer-video {
	height: 1080px !important;
	margin-bottom: 0px !important;
	background:transparent url('../img/bg/2.jpg') no-repeat 0 0;
}
.jams h1 {
	color: #fff;
	font-weight: 400;
	text-shadow: 1px 1px 10px #111;
}
.jams h4 {
	color: #fff;
	font-weight: 400;
	text-shadow: 1px 1px 10px #111;
}
.jams img {
	margin: 5px 0 10px;
}
.no-padding {
	padding: 0px !important;
}
.no-padding-squared {
	height: 280px;
}
.footer-area {
	background: #f1f1f1;
}
.footer-area h4 {
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
}
ul.footer-list li {
	display: list-item;
	color: #777 !important;
	text-transform: uppercase;
	margin-bottom: 3px;
}
ul.footer-list li a {
	color: #777 !important;
}
ul.footer-list {
	list-style-type: none;
	font-size: 13px;
	line-height: 175%;
	text-transform: uppercase;
}
img.album {
	margin: 10px 0;
}
@media (max-width: 767px) {
	.ptb-150 {
		padding: 50px 0px !important;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.ptb-150 {
		padding: 50px 0px !important;
	}
}

h1.design {
	size: 6em;
	color: #fff;
}