/*#region ================================SABİT DIVLER================================ */
.DIVFixed {
	max-width: 1800px;
	margin: auto;
	z-index: 1000;
}

.TopLogo {
	background: #fff;
	padding-left: 10px;
	padding-right: 10px;
	width: 200px;
}
/*#endregion */

/*#region ================================TABLOLAR================================ */
/*.Table_MainSpot
{
	background-color:#003c82; 
	height:130px;
	webkit-box-shadow:			0px 3px 10px -2px rgba(158, 158, 158, 0.7);
	-moz-box-shadow:			0px 3px 10px -2px rgba(158, 158, 158, 0.7);
	box-shadow:					0px 3px 10px -2px rgba(158, 158, 158, 0.7);
}*/
.Table_MainSpot {
	background-color: #003c82;
	min-height: 100px;
	webkit-box-shadow: 0px 3px 10px -2px rgba(158, 158, 158, 0.7);
	-moz-box-shadow: 0px 3px 10px -2px rgba(158, 158, 158, 0.7);
	box-shadow: 0px 3px 10px -2px rgba(158, 158, 158, 0.7);
	float: left;
}

.Table_Main {
	background-color: #fff;
	border: solid 1px #ebebeb;
}

.Table_Menu {
	background-color: #000;
	webkit-box-shadow: 0px 2px 2px -2px rgba(158, 158, 158, 0.7);
	-moz-box-shadow: 0px 2px 2px -2px rgba(158, 158, 158, 0.7);
	box-shadow: 0px 2px 2px -2px rgba(158, 158, 158, 0.7);
}

.Table_Details {
	width: 100%;
	background-color: #fff;
}

.Table_List {
	width: 100%;
	background-color: #eff4f8;
	webkit-box-shadow: 0px 4px 4px -2px rgba(158, 158, 158, 0.5);
	-moz-box-shadow: 0px 4px 4px -2px rgba(158, 158, 158, 0.5);
	box-shadow: 0px 4px 4px -2px rgba(158, 158, 158, 0.5);
}

.Table_Filter {
	width: 100%;
	background-color: #dedede;
	padding: 20px;
}

.Table_Title {
	width: 100%;
	background-color: #b55e26;
	padding: 15px 15px 15px 20px;
	border-bottom: solid 4px #efefef;
}

.Table_Pager {
	width: 100%;
	background-color: #efefef;
	padding: 15px;
}

.Table_YanMenu {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 0px 8px 5px -4px #d7d7d7;
	background-color: #8f8f8f;
}

.TableSub {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0px 3px 3px -3px #d7d7d7;
	-moz-box-shadow: 0px 3px 3px -3px #d7d7d7;
	-webkit-box-shadow: 0px 3px 3px -3px #d7d7d7;
	background-color: #f7f7f7;
	border: solid 1px #dbdbdb;
}

.GalleryImage {
	box-shadow: 0px 0px 3px #c8c8c8;
	-moz-box-shadow: 0px 0px 3px #c8c8c8;
	-webkit-box-shadow: 0px 0px 3px #c8c8c8;
}

.GreyCurvedTable {
	padding: 10px;
	background-color: #ededed;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	box-shadow: 0px 0px 3px #c8c8c8;
	-moz-box-shadow: 0px 0px 3px #c8c8c8;
	-webkit-box-shadow: 0px 0px 3px #c8c8c8;
}


/*#endregion */

/*#region ================================ANASAYFA DIVLER================================ */
.Margin0px {
	float: left;
	width: 100%;
	box-shadow: 0 1px 1px -1px #8d949d;
	-moz-box-shadow: 0 1px 1px -1px #8d949d;
	-webkit-box-shadow: 0 1px 1px -1px #8d949d;
}

.Margin15px {
	float: left;
	width: -moz-calc(100% - 15px);
	width: -webkit-calc(100% - 15px);
	width: -o-calc(100% - 15px);
	width: calc(100% - 15px);
	margin-left: 15px;
	box-shadow: 0 1px 1px -1px #8d949d;
	-moz-box-shadow: 0 1px 1px -1px #8d949d;
	-webkit-box-shadow: 0 1px 1px -1px #8d949d;
}

.MainBlockTitle {
	float: left;
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: calc(100% - 20px);
	padding: 10px;
	border-bottom: solid 2px #cee1ed;
}

.MainYuvarlak {
	text-decoration: none;
	text-align: center;
	padding: 8px;
	border-radius: 34px 34px 34px 34px;
	-webkit-border-radius: 34px 34px 34px 34px;
	-moz-border-radius: 34px 34px 34px 34px;
	background-color: #444444;
	border: solid 100px #cc0000;
}

	.MainYuvarlak:hover {
		-moz-transition: all .2s ease-in;
		/* WebKit */
		-webkit-transition: all .2s ease-in;
		/* Opera */
		-o-transition: all .2s ease-in;
		/* Standard */
		transition: all .2s ease-in;
		background-color: #ef610a;
	}

/*#endregion */

/*#region ================================HEADERS================================ */
.PageHeader {
	text-decoration: none;
	padding: 20px 20px 15px 20px;
}

.PageHeader_IYEDefault {
	text-decoration: none;
	padding: 20px;
	border-bottom: dashed 1px #eaeaea;
}

.PageHeader_Blank {
	padding: 15px;
	text-decoration: none;
}

.HAcikGri {
	background-color: #f4f4f4;
}

.HBeyaz {
	background-color: #fff;
}

.HKoyuTuruncu {
	width: 100%;
	background-color: #b55e26;
	border-bottom: solid 4px #eaeaea;
}


.TDTitle {
	font-size: 14px;
	text-decoration: none;
	font-weight: 700;
	padding: 8px 10px 8px 10px;
}

.TTuruncu {
	background-color: #fdf0e9;
	color: #f26824;
	border-bottom: solid 1px #ffe5d8;
}

.TMavi {
	background-color: #deebf4;
	color: #2f89d6;
	border-bottom: solid 1px #d8eff5;
}

.TYesil {
	background-color: #d9eee8;
	color: #509b88;
	border-bottom: solid 1px #c2e2da;
}

.TWBeyaz {
	background-color: #fff;
	border: solid 1px #daebf6;
	border-bottom: solid 2px #ceddec;
	font-size: 12px;
	text-decoration: none;
	font-weight: 700;
	padding: 5px 10px 5px 10px;
}

.TWAcikMavi {
	background-color: #dee9f1;
	border-bottom: solid 2px #d1e0eb;
	font-size: 12px;
	text-decoration: none;
	font-weight: 700;
	padding: 5px 10px 5px 10px;
}


/*#endregion */

/*#region ================================FONTS================================ */
@font-face {
	font-family: 'Montserrat';
	src: url("fonts/Montserrat-Regular.eot");
	src: url("fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Regular.woff") format("woff"), url("fonts/Montserrat-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat SemiBold';
	src: url("fonts/Montserrat-SemiBold.eot");
	src: url("fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-SemiBold.woff") format("woff"), url("fonts/Montserrat-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat Light';
	src: url("fonts/Montserrat-Light.eot");
	src: url("fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Light.woff") format("woff"), url("fonts/Montserrat-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat ExtraBold';
	src: url("fonts/Montserrat-ExtraBold.eot");
	src: url("fonts/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-ExtraBold.woff") format("woff"), url("fonts/Montserrat-ExtraBold.ttf") format("truetype");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat UltraLight';
	src: url("fonts/Montserrat-UltraLight.eot");
	src: url("fonts/Montserrat-UltraLight.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-UltraLight.woff") format("woff"), url("fonts/Montserrat-UltraLight.ttf") format("truetype");
	font-weight: 200;
	font-style: normal;
}



@font-face {
	font-family: 'Lobster';
	src: url('fonts/Lobster-Regular.eot');
	src: url('fonts/Lobster-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Lobster-Regular.woff2') format('woff2'),
		url('fonts/Lobster-Regular.woff') format('woff'),
		url('fonts/Lobster-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


/*#endregion */

/*#region ================================FONT ICONS================================ */

@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}


.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 2px 15px 0 0;
}


.fa-fax:before {
	content: "\f1ac";
}

.fa-volume-control-phone:before {
	content: "\f2a0";
}

.fa-envelope-o:before {
	content: "\f003";
}

.fa-bars:before {
	content: "\f0c9";
}

.fa-play:before {
	content: "\f04b";
}

.fa-handshake-o:before {
	content: "\f2b5";
}

.icos-Home:before {
	content: "\f015";
}

.icos-Customers:before {
	content: "\f0b1";
}

.icos-Proposals:before {
	content: "\f180";
}

.icos-Agreements:before {
	content: "\f044";
}

.icos-Projects:before {
	content: "\f108";
}

.icos-Tasks:before {
	content: "\f0ae";
}

.icos-Reminders:before {
	content: "\f073";
}

.icos-Documents:before {
	content: "\f0c5";
}

.icos-Works:before {
	content: "\f0ae";
}

.icos-Payments:before {
	content: "\f0ca";
}

.icos-ContactPeople:before {
	content: "\f118";
}

.icos-Statistics:before {
	content: "\f080";
}

.icos-Users:before {
	content: "\f0f0";
}

.icos-Management:before {
	content: "\f085";
}

.icos-Announcement:before {
	content: "\f14a";
}

.icos-OpenWorks:before {
	content: "\f0a2";
}

.icos-WorkSummary:before {
	content: "\f0ec";
}

.fa-arrow-circle-o-down:before {
	content: "\f01a";
}

.fa-chevron-down:before {
	content: "\f078";
}

.icos-AddNew:before {
	content: "\f0fe";
}

.icos-Edit:before {
	content: "\f044";
}

.icos-Delete:before {
	content: "\f06a";
}

.icos-Okey:before {
	content: "\f14a";
}

.icos-Refresh:before {
	content: "\f021";
}

.icos-Back:before {
	content: "\f04a";
}

.icos-Download:before {
	content: "\f019";
}

/*#endregion */

/*#region ================================MESAJ KUTULARI================================ */
.nMessage {
	font-size: 11px;
	text-decoration: none;
	padding: 5px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	text-shadow: 0 1px #ffffff;
	display: block;
}

.NSari {
	border: 1px solid #e3d560;
	color: #888001;
	box-shadow: 0 1px 2px #fdfde2 inset, 0 1px 1px #dfdfdf;
	-webkit-box-shadow: 0 1px 2px #fdfde2 inset, 0 1px 1px #dfdfdf;
	-moz-box-shadow: 0 1px 2px #fdfde2 inset, 0 1px 1px #dfdfdf;
	background: #fffbbc;
	background: -moz-linear-gradient(top, #ffedbc 0%, #fbe5a8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffbbc), color-stop(100%,#fbf4a8));
	background: -webkit-linear-gradient(top, #fffbbc 0%,#fbf4a8 100%);
	background: -o-linear-gradient(top, #fffbbc 0%,#fbf4a8 100%);
	background: -ms-linear-gradient(top, #fffbbc 0%,#fbf4a8 100%);
	background: linear-gradient(top, #fffbbc 0%,#fbf4a8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbbc', endColorstr='#fbf4a8',GradientType=0 );
}

.NYesil {
	box-shadow: 0 1px 2px #e3f4bf inset, 0 1px 1px #dfdfdf;
	-webkit-box-shadow: 0 1px 2px #e3f4bf inset, 0 1px 1px #dfdfdf;
	-moz-box-shadow: 0 1px 2px #e3f4bf inset, 0 1px 1px #dfdfdf;
	border: 1px solid #c1d779;
	color: #4f7307;
	background: #d6efa1;
	background: -moz-linear-gradient(top, #d6efa1 0%, #d0e69d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6efa1), color-stop(100%,#d0e69d));
	background: -webkit-linear-gradient(top, #d6efa1 0%,#d0e69d 100%);
	background: -o-linear-gradient(top, #d6efa1 0%,#d0e69d 100%);
	background: -ms-linear-gradient(top, #d6efa1 0%,#d0e69d 100%);
	background: linear-gradient(top, #d6efa1 0%,#d0e69d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6efa1', endColorstr='#d0e69d',GradientType=0 );
}

.NKirmizi {
	box-shadow: 0 1px 2px #e3f4bf inset, 0 1px 1px #dfdfdf;
	-webkit-box-shadow: 0 1px 2px #e3f4bf inset, 0 1px 1px #dfdfdf;
	-moz-box-shadow: 0 1px 2px #e3f4bf inset, 0 1px 1px #dfdfdf;
	border: 1px solid #dfa59b;
	color: #7d2a1c;
	background: #f5dede;
	background: -moz-linear-gradient(top, #f5dede 0%, #edcbcb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5dede), color-stop(100%,#edcbcb));
	background: -webkit-linear-gradient(top, #f5dede 0%,#edcbcb 100%);
	background: -o-linear-gradient(top, #f5dede 0%,#edcbcb 100%);
	background: -ms-linear-gradient(top, #f5dede 0%,#edcbcb 100%);
	background: linear-gradient(top, #f5dede 0%,#edcbcb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5dede', endColorstr='#edcbcb',GradientType=0 );
}

.NMavi {
	border: 1px solid #97c3ea;
	color: #4579aa;
	background: #deedf9;
	background: -moz-linear-gradient(top, #deedf9 0%, #cde5f7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#deedf9), color-stop(100%,#cde5f7));
	background: -webkit-linear-gradient(top, #deedf9 0%,#cde5f7 100%);
	background: -o-linear-gradient(top, #deedf9 0%,#cde5f7 100%);
	background: -ms-linear-gradient(top, #deedf9 0%,#cde5f7 100%);
	background: linear-gradient(top, #deedf9 0%,#cde5f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deedf9', endColorstr='#cde5f7',GradientType=0 );
	box-shadow: 0 1px 2px #e9f3fb inset, 0 1px 1px #dfdfdf;
	-webkit-box-shadow: 0 1px 2px #e9f3fb inset, 0 1px 1px #dfdfdf;
	-moz-box-shadow: 0 1px 2px #e9f3fb inset, 0 1px 1px #dfdfdf;
}
/*#endregion */

/*#region ================================DIVS================================ */
.DIV100 {
	float: left;
	width: 100%;
}

.DIV90 {
	float: left;
	width: 90%;
}

.DIV80 {
	float: left;
	width: 80%;
}

.DIV70 {
	float: left;
	width: 70%;
}

.DIV60 {
	float: left;
	width: 60%;
}

.DIV55 {
	float: left;
	width: 55%;
}

.DIV52 {
	float: left;
	width: 52%;
}

.DIV50 {
	float: left;
	width: 50%;
}

.DIV48 {
	float: left;
	width: 48%;
}

.DIV45 {
	float: left;
	width: 45%;
}

.DIV40 {
	float: left;
	width: 40%;
}

.DIV32 {
	float: left;
	width: 32%;
}

.DIV30 {
	float: left;
	width: 30%;
}

.DIV23 {
	float: left;
	width: 23%;
}

.DIV20 {
	float: left;
	width: 20%;
}

.DIV10 {
	float: left;
	width: 10%;
}

.DIV {
	float: left;
}

.DIVRight {
	float: right;
}

.W100P {
	width: 100%;
}

.W100P2 {
	width: 100%;
}

.W90P {
	width: 90%;
}

.W80P {
	width: 80%;
}

.W70P {
	width: 70%;
}

.W60P {
	width: 60%;
}

.W60P2 {
	width: 60%;
}

.W50P {
	width: 50%;
}

.W40P {
	width: 40%;
}

.W35P {
	width: 35%;
}

.W30P {
	width: 30%;
}

.W20P {
	width: 20%;
}

.W1180P {
	width: 1180px;
}

.W10P {
	width: 10%;
}

.CalcMargin10px {
	width: -moz-calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
	width: -o-calc(100% - 10px);
	width: calc(100% - 10px);
}

.CalcMargin20px {
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: calc(100% - 20px);
}

.CalcMargin30px {
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: -o-calc(100% - 30px);
	width: calc(100% - 30px);
}

.CalcMargin40px {
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: -o-calc(100% - 40px);
	width: calc(100% - 40px);
}

.CalcMargin50px {
	width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: -o-calc(100% - 50px);
	width: calc(100% - 50px);
}

.CalcMargin60px {
	width: -moz-calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	width: -o-calc(100% - 60px);
	width: calc(100% - 60px);
}

.CalcMargin70px {
	width: -moz-calc(100% - 70px);
	width: -webkit-calc(100% - 70px);
	width: -o-calc(100% - 70px);
	width: calc(100% - 70px);
}

.CalcMargin80px {
	width: -moz-calc(100% - 80px);
	width: -webkit-calc(100% - 80px);
	width: -o-calc(100% - 80px);
	width: calc(100% - 80px);
}

/*#endregion */

/*#region =============================== CSS YARDIMCILAR =================================*/

/*Align*/
.TALLeft {
	text-align: left;
}

.TALRight {
	text-align: right;
}

.TALCenter {
	text-align: center;
}

/*Padding*/
.PadLink {
	padding: 2px 6px 2px 6px;
}

a.PadLink:hover {
	background-color: #000;
}

.Pad5 {
	padding: 5px;
}

.Pad10 {
	padding: 10px;
}

.Pad15 {
	padding: 15px;
}

.Pad20 {
	padding: 20px;
}

/*Line Break*/
.Break1px {
	margin-top: 1px;
	display: block;
}

.Break2px {
	margin-top: 2px;
	display: block;
}

.Break3px {
	margin-top: 3px;
	display: block;
}

.Break4px {
	margin-top: 4px;
	display: block;
}

.Break5px {
	margin-top: 5px;
	display: block;
}

.Break6px {
	margin-top: 6px;
	display: block;
}

.Break7px {
	margin-top: 7px;
	display: block;
}

.Break8px {
	margin-top: 8px;
	display: block;
}

.Break10px {
	margin-top: 10px;
	display: block;
}

.Break12px {
	margin-top: 12px;
	display: block;
}

.Break15px {
	margin-top: 15px;
	display: block;
}

.Break20px {
	margin-top: 20px;
	display: block;
}

.Break25px {
	margin-top: 25px;
	display: block;
}

.Break30px {
	margin-top: 30px;
	display: block;
}

/*Padder*/
.LeftPad2px {
	padding-left: 2px;
}

.LeftPad3px {
	padding-left: 3px;
}

.LeftPad4px {
	padding-left: 4px;
}

.LeftPad5px {
	padding-left: 5px;
}

.LeftPad6px {
	padding-left: 6px;
}

.LeftPad7px {
	padding-left: 7px;
}

.LeftPad8px {
	padding-left: 8px;
}

.LeftPad9px {
	padding-left: 9px;
}

.LeftPad10px {
	padding-left: 10px;
}

.LeftPad12px {
	padding-left: 12px;
}

.LeftPad15px {
	padding-left: 15px;
}

.LeftPad20px {
	padding-left: 20px;
}

.LeftPad25px {
	padding-left: 25px;
}

.LeftPad30px {
	padding-left: 30px;
}

.LeftPad40px {
	padding-left: 40px;
}

.LeftPad50px {
	padding-left: 50px;
}

.RightPad2px {
	padding-right: 2px;
}

.RightPad3px {
	padding-right: 3px;
}

.RightPad4px {
	padding-right: 4px;
}

.RightPad5px {
	padding-right: 5px;
}

.RightPad6px {
	padding-right: 6px;
}

.RightPad7px {
	padding-right: 7px;
}

.RightPad8px {
	padding-right: 8px;
}

.RightPad9px {
	padding-right: 9px;
}

.RightPad10px {
	padding-right: 10px;
}

.RightPad12px {
	padding-right: 12px;
}

.RightPad15px {
	padding-right: 15px;
}

.RightPad20px {
	padding-right: 20px;
}

.RightPad25px {
	padding-right: 25px;
}

.RightPad30px {
	padding-right: 30px;
}

.RightPad40px {
	padding-right: 40px;
}

.RightPad50px {
	padding-right: 50px;
}

.RightPad70px {
	padding-right: 70px;
}

.BottomPad2px {
	padding-bottom: 2px;
}

.BottomPad3px {
	padding-bottom: 3px;
}

.BottomPad4px {
	padding-bottom: 4px;
}

.BottomPad5px {
	padding-bottom: 5px;
}

.BottomPad6px {
	padding-bottom: 6px;
}

.BottomPad7px {
	padding-bottom: 7px;
}

.BottomPad8px {
	padding-bottom: 8px;
}

.BottomPad9px {
	padding-bottom: 9px;
}

.BottomPad10px {
	padding-bottom: 10px;
}

.BottomPad12px {
	padding-bottom: 12px;
}

.BottomPad15px {
	padding-bottom: 15px;
}

.BottomPad20px {
	padding-bottom: 20px;
}

.BottomPad25px {
	padding-bottom: 25px;
}

.BottomPad30px {
	padding-bottom: 30px;
}

.BottomPad40px {
	padding-bottom: 40px;
}

.BottomPad50px {
	padding-bottom: 50px;
}

.TopPad2px {
	padding-top: 2px;
}

.TopPad3px {
	padding-top: 3px;
}

.TopPad4px {
	padding-top: 4px;
}

.TopPad5px {
	padding-top: 5px;
}

.TopPad6px {
	padding-top: 6px;
}

.TopPad7px {
	padding-top: 7px;
}

.TopPad8px {
	padding-top: 8px;
}

.TopPad9px {
	padding-top: 9px;
}

.TopPad10px {
	padding-top: 10px;
}

.TopPad12px {
	padding-top: 12px;
}

.TopPad15px {
	padding-top: 15px;
}

.TopPad20px {
	padding-top: 20px;
}

.TopPad25px {
	padding-top: 25px;
}

.TopPad30px {
	padding-top: 30px;
}

.TopPad40px {
	padding-top: 40px;
}

.TopPad50px {
	padding-top: 50px;
}

.LeftMargin2px {
	Margin-left: 2px;
}

.LeftMargin3px {
	Margin-left: 3px;
}

.LeftMargin4px {
	Margin-left: 4px;
}

.LeftMargin5px {
	Margin-left: 5px;
}

.LeftMargin6px {
	Margin-left: 6px;
}

.LeftMargin7px {
	Margin-left: 7px;
}

.LeftMargin8px {
	Margin-left: 8px;
}

.LeftMargin9px {
	Margin-left: 9px;
}

.LeftMargin10px {
	Margin-left: 10px;
}

.LeftMargin12px {
	Margin-left: 12px;
}

.LeftMargin15px {
	Margin-left: 15px;
}

.LeftMargin20px {
	Margin-left: 20px;
}

.LeftMargin25px {
	Margin-left: 25px;
}

.LeftMargin30px {
	Margin-left: 30px;
}

.LeftMargin40px {
	Margin-left: 40px;
}

.LeftMargin50px {
	Margin-left: 50px;
}

.RightMargin2px {
	Margin-right: 2px;
}

.RightMargin3px {
	Margin-right: 3px;
}

.RightMargin4px {
	Margin-right: 4px;
}

.RightMargin5px {
	Margin-right: 5px;
}

.RightMargin6px {
	Margin-right: 6px;
}

.RightMargin7px {
	Margin-right: 7px;
}

.RightMargin8px {
	Margin-right: 8px;
}

.RightMargin9px {
	Margin-right: 9px;
}

.RightMargin10px {
	Margin-right: 10px;
}

.RightMargin12px {
	Margin-right: 12px;
}

.RightMargin15px {
	Margin-right: 15px;
}

.RightMargin20px {
	Margin-right: 20px;
}

.RightMargin25px {
	Margin-right: 25px;
}

.RightMargin30px {
	Margin-right: 30px;
}

.RightMargin40px {
	Margin-right: 40px;
}

.RightMargin50px {
	Margin-right: 50px;
}

.BottomMargin2px {
	Margin-bottom: 2px;
}

.BottomMargin3px {
	Margin-bottom: 3px;
}

.BottomMargin4px {
	Margin-bottom: 4px;
}

.BottomMargin5px {
	Margin-bottom: 5px;
}

.BottomMargin6px {
	Margin-bottom: 6px;
}

.BottomMargin7px {
	Margin-bottom: 7px;
}

.BottomMargin8px {
	Margin-bottom: 8px;
}

.BottomMargin9px {
	Margin-bottom: 9px;
}

.BottomMargin10px {
	Margin-bottom: 10px;
}

.BottomMargin12px {
	Margin-bottom: 12px;
}

.BottomMargin15px {
	Margin-bottom: 15px;
}

.BottomMargin20px {
	Margin-bottom: 20px;
}

.BottomMargin25px {
	Margin-bottom: 25px;
}

.BottomMargin30px {
	Margin-bottom: 30px;
}

.BottomMargin40px {
	Margin-bottom: 40px;
}

.BottomMargin50px {
	Margin-bottom: 50px;
}

.TopMargin2px {
	Margin-top: 2px;
}

.TopMargin3px {
	Margin-top: 3px;
}

.TopMargin4px {
	Margin-top: 4px;
}

.TopMargin5px {
	Margin-top: 5px;
}

.TopMargin6px {
	Margin-top: 6px;
}

.TopMargin7px {
	Margin-top: 7px;
}

.TopMargin8px {
	Margin-top: 8px;
}

.TopMargin9px {
	Margin-top: 9px;
}

.TopMargin10px {
	Margin-top: 10px;
}

.TopMargin12px {
	Margin-top: 12px;
}

.TopMargin15px {
	Margin-top: 15px;
}

.TopMargin20px {
	Margin-top: 20px;
}

.TopMargin25px {
	Margin-top: 25px;
}

.TopMargin30px {
	Margin-top: 30px;
}

.TopMargin40px {
	Margin-top: 40px;
}

.TopMargin50px {
	Margin-top: 50px;
}

.TopMargin150px {
	Margin-top: 150px;
}

/*Box Shadow*/
.BS {
	-webkit-box-shadow: 0px 1px 1px -1px rgba(158, 158, 158, 0.4);
	-moz-box-shadow: 0px 1px 1px -1px rgba(158, 158, 158, 0.4);
	box-shadow: 0px 1px 1px -1px rgba(158, 158, 158, 0.4);
}

.BS2 {
	webkit-box-shadow: 0px 0px 5px 2px rgba(120, 120, 120, 0.4);
	-moz-box-shadow: 0px 0px 5px 2px rgba(120, 120, 120, 0.4);
	box-shadow: 0px 0px 5px 2px rgba(120, 120, 120, 0.4);
}

.BS3 {
	-webkit-box-shadow: 0px 3px 3px -1px rgba(158, 158, 158, 0.4);
	-moz-box-shadow: 0px 3px 3px -1px rgba(158, 158, 158, 0.4);
	box-shadow: 0px 3px 3px -1px rgba(158, 158, 158, 0.4);
}

/*Text Shadow*/
.TS {
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
}

.TS2 {
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.TS_Beyaz {
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.7);
}

.Smooth {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

.LowerCase {
	text-transform: lowercase;
}

.UpperCase {
	text-transform: uppercase;
}

.CapitalizeCase {
	text-transform: capitalize;
}

.Border1px {
	border: solid 1px #ececec;
}

/*#endregion */

/*#region ================================ RADIOBUTTON ================================ */
.MyRBL input[type=radio] {
	display: none;
}

	.MyRBL input[type=radio] + label {
		border: 1px solid #dcdcdc;
		display: inline-block;
		padding: 5px 10px;
		margin-bottom: 0;
		font-weight: 700;
		line-height: 18px;
		text-align: center;
		text-shadow: 0 1px 0px #ffffff;
		vertical-align: middle;
		cursor: pointer;
		background-color: #f5f5f5;
		background-image: linear-gradient(to bottom,#fff,#efefef);
		margin-left: -4px;
		margin-right: -4px;
		margin-top: -4px;
	}

	.MyRBL input[type=radio]:checked + label {
		border: 1px solid #e1511f;
		background-image: linear-gradient(to bottom,#fb612b,#e1511f);
		outline: 0;
		color: #fff;
		background-color: #e1511f;
		text-shadow: 0 1px 0px #444;
	}


.MyRBL2 input[type=radio] {
	display: none;
}

	.MyRBL2 input[type=radio] + label {
		border-top: 4px solid #dcdcdc;
		display: inline-block;
		padding: 5px 10px;
		margin-bottom: 0;
		font-weight: 700;
		line-height: 18px;
		text-align: center;
		text-shadow: 0 1px 0px #ffffff;
		vertical-align: middle;
		cursor: pointer;
		background-color: #f5f5f5;
		margin-left: -3px;
		margin-right: -3px;
		margin-top: -3px;
	}

	.MyRBL2 input[type=radio]:checked + label {
		border-top: 4px solid #000;
		outline: 0;
		color: #fff;
		background-color: #e45c2c;
		text-shadow: 0 1px 0px #444;
	}


.MyRBL3 input[type=radio] {
	display: none;
}

	.MyRBL3 input[type=radio] + label {
		border-top: 4px solid #CFE3F1;
		display: inline-block;
		padding: 4px 10px;
		margin-bottom: 0;
		font-weight: 700;
		line-height: 16px;
		text-align: center;
		text-shadow: 0 1px 0px #ffffff;
		vertical-align: middle;
		cursor: pointer;
		background-color: #EFF6FB;
		margin-left: -3px;
		margin-right: -3px;
		margin-top: -3px;
	}

	.MyRBL3 input[type=radio]:checked + label {
		border-top: 4px solid #FF7240;
		border-bottom: none;
		outline: 0;
		color: #fff;
		background-color: #296198;
		text-shadow: 0 1px 0px #444;
	}



.MyRBLS input[type=radio] {
	display: none;
}

	.MyRBLS input[type=radio] + label {
		border: 1px solid #dcdcdc;
		display: inline-block;
		padding: 4px 8px;
		margin-bottom: 0;
		font-size: 10px;
		font-weight: 700;
		line-height: 13px;
		text-align: center;
		text-shadow: 0 1px 0px #ffffff;
		vertical-align: middle;
		cursor: pointer;
		background-color: #fff;
		background-image: linear-gradient(to bottom,#fff,#efefef);
		margin-left: -4px;
		margin-right: -4px;
		margin-top: -4px;
	}

	.MyRBLS input[type=radio]:checked + label {
		border: 1px solid #dcdcdc;
		background-image: linear-gradient(to bottom,#424242,#606060);
		outline: 0;
		color: #fff;
		background-color: #606060;
		text-shadow: 0 1px 0px #444;
	}

.MyRBLS2 input[type=radio] {
	display: none;
}

	.MyRBLS2 input[type=radio] + label {
		border: 1px solid #fff;
		display: inline-block;
		padding: 4px 8px 3px 8px;
		margin-bottom: 0;
		font-weight: 700;
		font-size: 10px;
		color: #efefef;
		line-height: 15px;
		text-align: center;
		text-shadow: 0 1px 0px #000;
		vertical-align: middle;
		cursor: pointer;
		background-color: #666;
		margin-left: -3px;
		margin-right: -3px;
		margin-top: -3px;
	}

	.MyRBLS2 input[type=radio]:checked + label {
		border: 1px solid #fff;
		outline: 0;
		color: #fff;
		background-color: #f4511a;
		text-shadow: 0 1px 0px #444;
	}

/*#endregion */

/*#region ================================OTHER ITEMS 2================================ */
.PosRelative {
	position: relative;
}

.PosAbsolute {
	position: absolute;
}

.PosFixed {
	position: fixed;
}

.TitleM_Beyaz {
	font-size: 24px;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	background-color: #505050;
	padding: 5px 15px 0px 15px;
	text-shadow: 0 1px 1px #505050;
	box-shadow: 0px 3px 3px -2px #aeaeae;
	-moz-box-shadow: 0px 3px 3px -2px #aeaeae;
	-webkit-box-shadow: 0px 3px 3px -2px #aeaeae;
}


.BanRightColumn {
	float: left;
	width: 579px;
	float: right;
	border: 4px;
	border-color: white;
	border-style: solid;
}

.BanLeftColumn {
	width: 80%;
	float: left;
}



img.grayscale {
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&l…3 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
}

.grayscale {
	transition: all .5s;
}

.grayscale {
	filter: url("data:image/svg+xml; utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter ….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
	opacity: 0.4;
	filter: alpha(opacity=40);
}

img.grayscale:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter …\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
}

.grayscale:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
	opacity: 1;
	filter: alpha(opacity=100);
}



.UserLogin {
	background-color: #009bed;
	transition: all .5s;
}

	.UserLogin:hover {
		background-color: #ce262b;
	}

.HomeItems * {
	transition: all .5s;
	font-size: 20px;
}

.HomeItems .HomeContent {
	width: initial;
	text-align: left;
	padding-top: 5px;
}

.BlurImage {
	border-radius: 50px;
	border: 1px solid #fff;
	-webkit-filter: blur(1.5px);
	filter: blur(1.5px);
	width: 65px;
}

.HomeItems {
	cursor: pointer;
	width: 214px;
	transition: background .5s;
}

	.HomeItems:hover {
		background-color: #00295b;
	}

		.HomeItems:hover i {
			opacity: 0;
		}

		.HomeItems:hover img {
			-webkit-filter: blur(0px);
			filter: blur(0px);
		}

		.HomeItems:hover a, a.HomeItems:hover {
			color: #5ac6ff;
		}

		.HomeItems:hover span {
			color: #fafafa;
		}

.icon-users, .icon-home-1 {
	position: absolute;
	opacity: 1;
	font-size: 40px;
	z-index: 100;
	left: 30px;
	top: 35px;
	text-shadow: 4px 4px 4px rgba(0,0,0,.6);
}

.icon-edit {
	position: absolute;
	opacity: 1;
	font-size: 40px;
	z-index: 100;
	left: 34px;
	top: 39px;
	text-shadow: 4px 4px 4px rgba(0,0,0,.6);
	color: #fff;
}


blockquote {
	border: solid 1px #CAC7B4;
	margin: 10px 10px 10px 50px;
	padding: 5px 5px 5px 41px;
	background-color: #E3E2D8;
	background-image: url('../../images/PostQuote.png');
	background-position: left top;
	background-repeat: no-repeat;
}


.PurpleRect {
	background-color: #a72165;
	width: 12px;
	height: 21px;
	margin-right: 8px;
	position: relative;
	top: 5px;
	float: left;
}
/*#endregion */

/*#region ================================SOCIAL ICONS================================ */
.Social_FaceBook {
	width: 28px;
	height: 28px;
	display: inline-block;
	background-image: url('../../Images/Image/Social_Facebook.png');
	background-repeat: no-repeat;
}

.Social_GooglePlus {
	width: 28px;
	height: 28px;
	display: inline-block;
	background-image: url('../../Images/Image/Social_Googleplus.png');
	background-repeat: no-repeat;
}

.Social_instagram {
	width: 28px;
	height: 28px;
	display: inline-block;
	background-image: url('../../Images/Image/Social_instagram.png');
	background-repeat: no-repeat;
}

.Social_Twitter {
	width: 28px;
	height: 28px;
	display: inline-block;
	background-image: url('../../Images/Image/Social_Twitter.png');
	background-repeat: no-repeat;
}

.Social_LinkedIn {
	width: 28px;
	height: 28px;
	display: inline-block;
	background-image: url('../../Images/Image/Social_LinkedIn.png');
	background-repeat: no-repeat;
}

	.Social_FaceBook:hover, .Social_Twitter:hover, .Social_LinkedIn:hover, .Social_GooglePlus:hover, .Social_instagram:hover {
		background-position: 0 -38px;
	}
/*#endregion */
