<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


body {
  font-family: Roboto!important;
  background-color: #00529c!important;
  color: #404041!important;
}

.container {
  background-color: #ffffff!important;
}


 

/*scroll button*/
	
    #backtotop {
	    background-color: #404041;
	    bottom: 20px;
	    color: #fff;
	    cursor: pointer;
	    font-size: 14px;
	    height: 50px;
	    width: 50px;
	    padding: 5px;
	    opacity: 1;
	    text-align: center;
	    vertical-align: middle;
	    position: fixed;
	    right: 10px;
	    text-align: center;
	    z-index: 5000;
	    display: block;
	}

    #backtotop img {
	    width: 96%;
	    display: block;
	    margin: 2%;
	}


/* Top Header */
	.top_header {
		background-color: #00529c!important;
		display: block;
		color: #fff;
	}
	.top_header .date {
		margin: 10px 0;
		display: block;
		font-size: 12px;
		text-transform: uppercase;
		line-height: 12px;
		text-align: left;
	}
	.top_header .social-list li {
		float: right;
		text-align: right;
		margin-top: 4px;
		line-height: auto!important;
		padding-right: 0;
	}
	.top_header .social-list li a img {
		width: 75%;
	}
	.top_header .social-list li a:
	 img {
		opacity: 0.8;
	}


/* Header */
	/*fixed to top menu */
		.default {
            width: 100%;
            display: block;
        }
        .fixed {
            position: fixed;
            top: 0px;
            left: 0px;
            right: 0px;
            width: 100%;
            float: none;
            box-shadow: 0 0 18px #404041;
            -webkit-box-shadow: 0 0 18px #404041;
            -moz-box-shadow: 0 0 18px #404041;
            background-color: #fff;
            height: auto;
            z-index: 8000;
        }
        .fixed .row {
			max-width: 1170px;
			width: 100%;
			padding: 0;
			margin: 0 auto;
			display: block;
			float: none;
        }
        .fixed .defence_logo img {
			margin: 10px auto;
			max-width: 60%;
		}
		.fixed .navbar {
			margin-top: 7px;
			margin-bottom: 0;
		}
	/*logo +dete*/
		.defence_logo img {
			margin: 20px auto;
		}
		.date {
			margin: 20px auto 0px auto;
			display: block;
			font-size: 12px;
			text-transform: uppercase;
			line-height: 12px;
			text-align: center;
		}
	/*left + right*/
		.defence_menu_left {
			margin: 0!important;
			padding: 0!important;
			width: 100%;
			background: transparent!important;
			border: none;
		}
		.defence_menu_right {
			margin: 0!important;
			padding: 0!important;
			width: 100%;
			background: transparent;
			border: none;
		}
		.navbar-default {
		    background-color: #f8f8f8;
		    border-color: #e7e7e7;
		}
		.defence_menu_left .nav li a {
		    padding-left: 0px;
		    text-transform: uppercase;
		}
		.defence_menu_left .nav li a, .defence_menu_right .nav li a {
		    font-weight: bold !important;
		    color: #404041!important;
		    background-color: transparent!important;
		    margin-bottom: 0!important;
		    text-transform: uppercase;
		}
		.navbar-default-left, .navbar-default-right {
			border: none!important;
			margin-bottom: 0!important;
			background: transparent!important;
		}
		.nav li a:focus, .navbar-default-left .nav li a:hover {
		    background-color: transparent!important;
			color: #c4161c!important;
		}
		.nav li a:focus, .navbar-default-right .nav li a:hover {
		    background-color: transparent!important;
			color: #c4161c!important;
		}
		.navbar-default .navbar-nav &gt; li &gt; a {
		    color: #404041!important;
		}
		
		.navbar-default-right .navbar-nav  li a {
		    padding-bottom: 10px;
		    text-transform: uppercase;
		}
		.navbar-default .navbar-nav .active a, .navbar-default .navbar-nav .active a:focus, .navbar-default .navbar-nav .active a:hover, .navbar-nav li a.active {
			background-color: transparent!important;
			color: #c4161c!important;
			text-transform: uppercase;
		}
		.navbar-default-right .navbar-nav .open a, .navbar-default-right .navbar-nav .open a:focus, .navbar-default-right .navbar-nav .open a:hover {
		    background-color: transparent!important;
		    color: #c4161c!important;
		}

		.defence_menu_right .dropdown-menu {
		    background-clip: padding-box;
		    background-color: #fff;
		    border-left: 1px solid #bcbdc0;
		    border-right: 1px solid #bcbdc0;
		    border-bottom: 1px solid #bcbdc0;
		    border-top: 5px solid #c4161c;
		    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
		    float: left;
		    font-size: 14px;
		    list-style: outside none none;
		    min-width: 160px;
		    padding: 5px 0;
		    position: absolute;
		    text-align: left;
		    top: 100%;
		    z-index: 1000;
		}
		.defence_menu_right .dropdown-menu li a span {
			margin-right: 10px;
			top:-2px;
			position: relative;
		}
		.defence_menu_right .dropdown-menu li a  {
			padding-top: 6px;
			padding-bottom: 6px;
		}
		.defence_menu_right .dropdown-menu li a span img {
			width: 22px; 
		}
		.defence_menu_right .dropdown-menu.shown {
		    display: block;
		}
			
	/* END Header */

/* content */
	/* Hot topics */
		.tags-panel {
			background-color: #404041;
		}
		.tags-panel .tags-list {
			margin: 5px 0;
			float: left;
			display: block;
			width: 100%;
		}
		.tags-panel .tags-list .title {
			font-size: 13px;
			font-style: italic;
			font-weight: normal;
			color: #ffd503;
			background: none;
			margin: 0;
			padding: 0;
		}
		.tags-panel .tags-list .menu-item {
			font-size: 13px;
			font-weight: bold;
			background: none;
			margin: 0;
			padding: 0;
		}
		.tags-panel .tags-list .menu-item a {
			color: #fff;
			margin: 0;
			padding: 0;
		}
		.tags-panel .tags-list .menu-item a:hover {
			text-decoration: none;
			color: #ffd503;
		}
		/* search */
			.tags-panel  .sb-search {
			    backface-visibility: hidden;
			    float: right;
			    height: 24px;
			    margin-bottom: 3px;
			    margin-left: 0;
			    margin-right: 0;
			    margin-top: 3px;
			    min-width: 40px;
			    overflow-x: hidden;
			    overflow-y: hidden;
			    position: relative;
			    transition-delay: 0s;
			    transition-duration: 0.3s;
			    transition-property: width;
			    transition-timing-function: ease;
			    width: 0;
			}

			.tags-panel  .sb-search-input {
			    position: absolute;
			    top: 0;
			    right: 0px;
			    border: none;
			    outline: none;
			    background: transparent;
			    width: 100%;
			    height: 18px;
			    margin: 3px 0;
			    z-index: 10;
			    padding-bottom: 0;
			    padding-left: 10px;
			    padding-right: 0;
			    padding-top: 0;
			    font-family: inherit;
			    font-size: 14px;
			    line-height: 14px;
			    color: #fff;
			}
			 
			.tags-panel  input[type="search"].sb-search-input {
			    -webkit-appearance: none;
			    -webkit-border-radius: 0px;
			    border-left-color: #ffd503;
			    border-left-style: solid;
			    border-left-width: 1px;
			}
			.tags-panel  .sb-search-input::-webkit-input-placeholder {
			    color: #ffd503;
			}
			 
			.tags-panel  .sb-search-input:-moz-placeholder {
			    color: #ffd503;
			}
			 
			.tags-panel  .sb-search-input::-moz-placeholder {
			    color: #ffd503;
			}
			 
			.tags-panel  .sb-search-input:-ms-input-placeholder {
			    color: #ffd503;
			}

			.tags-panel  .sb-icon-search,
			.tags-panel  .sb-search-submit  {
			    width: 40px;
			    height: 24px;
			    display: block;
			    position: absolute;
			    right: 0;
			    top: 0;
			    padding: 0;
			    margin: 0;
			    line-height: 24px;
			    text-align: center;
			    cursor: pointer;
			}

			.tags-panel  .sb-search-submit {
			    background: #fff; /* IE needs this */
			    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
			    filter: alpha(opacity=0); /* IE 5-7 */
			    opacity: 0;
			    color: transparent;
			    color:red;
			    border: none;
			    outline: none;
			    z-index: -1;
			}

			.tags-panel  .sb-icon-search {
			    color: #fff;
			    background: #404041;
			    z-index: 90;
			    font-size: 16px;
			    speak: none;
			    font-style: normal;
			    font-weight: normal;
			    font-variant: normal;
			    text-transform: none;
			    -webkit-font-smoothing: antialiased;
			}
			 
			.tags-panel  .sb-icon-search:before {
			    content: "\e003";
			}

			.tags-panel .sb-search.sb-search-open,
			.tags-panel  .no-js .sb-search {
			    width: 90%;
			}

			.tags-panel .sb-search.sb-search-open .sb-icon-search,
			.tags-panel .no-js .sb-search .sb-icon-search {
			    background: #404041;
			    color: #ffd503;
			    z-index: 11;
			}

			.tags-panel .sb-search.sb-search-open .sb-search-submit,
			.tags-panel .no-js .sb-search .sb-search-submit {
			/*    z-index: 90;*/
			}

	/* Main Articles*/



/* // kns // 2016_10_12 */

.clear { clear: both; font-size: 0px; line-height: 0px; margin: 0px; padding: 0px;
         border: none; background: none;  }

.category { margin-bottom: 20px; } 
.heading {  background: #bcbdc0!important ; display:block; margin: 0 0 20px 0; 
            padding: 11px 25px 9px 10px; position: relative;
            height: auto; float: left; width: 100%; font-weight:bold; }
.heading a, .heading span { line-height: 15px ; text-decoration: none; font-size: 15px; 
             color: #404041 ;  margin:0; padding:0; display: block; }
.heading a:hover span { color: #c72429; text-decoration: none;}
.more { font-size: 12px; } 

.arrow-link:after {  content: "" ; clear: both; position: absolute; top: 50% ;  right: 12px ;  width: 0 ;  height: 0 ;  margin-top: -4px ;  border-top: 4px solid transparent ;  border-left: 5px solid #000 ;  border-bottom: 4px solid transparent ; }

.arrow-link:hover:after {  border-top: 4px solid transparent ;  border-left: 5px solid #c72429 ;  border-bottom: 4px solid transparent ; }

.heading span { text-transform: uppercase; padding-left: 5px; } /* baltic */ 
.heading .more{ text-transform: none; font-size: 12px; }


.rombosli a { font-weight: bold; color: #404041; text-decoration: none; 
              font-size: 20px; font-weight: bold; line-height: 26px; }
.rombosli a:hover { color: #c72429; text-decoration: none;  }
.rombosli li { display: block; }
.rombosli li:before {  content: "\e074"; font-family: 'Glyphicons Halflings';
	font-size: 12px; float: left; margin-top: 4px; margin-left: -24px;
	color: #BCBDC1; -webkit-transform: rotate(45deg) skew(0deg, 0deg);
    transition: all .3s linear ;
}
.rombosli li:hover:before {	color: #C5161B; }

.lessrss li { margin-bottom: 10px; } 


.cf { position:relative; height:44px; width:107px; margin:0 auto;  }
.cf img { position:absolute; left:0; -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out; -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out!important;  }
.cf img.top:hover { opacity:0!important; }

.spaseh20 { height: 20px; }
.spaceh10 { height: 10px; }

.tosaclass:last-child { display: none; border: 3px #3a7 dotted; } 

.height20 { height: 20px; /* background: #bad342; */  } 
.centertext { text-align: center; } 

.aboutform input, .aboutform textarea { width: 100%!important; max-width: 100%!important; margin-bottom: 20px!important;
                                        padding: 12px!important; border-radius: 4px; color: #979797; max-height: 130px;
                                        border: 1px solid #bcbdc0; background: #f2f2f2; font-family: Roboto!important; } 	

.aboutform input[type="submit"]  { color: #fff; background: #c4161c; font-weight: bold; border: 1px solid #c4161c; 
                                   font-size: 16px; }
.aboutform input[type="submit"]:hover  { color: #c4161c; background: #fff;  }

.aboutform input:focus, .aboutform textarea:focus { color: #404041; border-color: #f2f2f2; } 




#main .aboutus h2, #main .aboutus h3, #main .aboutus h4 { margin: 36px 0 26px 0; border-bottom: dashed 2px #FFD306; 
                     text-transform: uppercase; display: block; display: inline-block;
                     padding-bottom: 12px; text-align: center; }
                     
#main .aboutus h3 { font-size: 15px; padding-bottom: 0px; margin: 10px 0 25px auto; }

.aboutusiconuser { font-size: 26px; color: #BDBEC2; } 

#main  h2.abouttitle { font-size: 25px; font-weight: bold; padding-bottom: 10px;  }

#main .aboutus .aboutmain h4{ font-size: 30px; text-align: left!important; border: none!important; 
               text-transform: none!important; margin-top: 0px!important; }
.aboutmain   { font-size: 20px; }
.aboutwho    { font-size: 15px; }

.aboutmain h4 { line-height: 37px!important; font-family: Roboto; }

.aboutauthor { font-size: 14px; margin-bottom: 20px;  }
.aboutauthor strong { font-size: 16px; margin-bottom: 5px; } 


#main .termscon p { margin-bottom: 20px; }
#main .termscon h4 { font-size: 16px; font-weight: bold; margin: 5px auto; border: none; 
                     text-transform: none; padding-bottom: 0; }
#main .termscon ol { margin: -10px auto 20px auto; }
#main .termscon ol li { margin-bottom: 5px; }

#main .aboutuseditors { margin-top: 10px; } 


a { outline: 0!important; }
a:focus { outline: none!important; }
a, a:visited, a:focus, a:active, a:hover { outline:0 none !important; }
a::-moz-focus-inner { border: 0!important; }

.lessrss li { margin-bottom: 10px; }













.nav-links a {
    font-size: 16px;
    background-color: #bcbdc0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #404041;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    padding-bottom: 6px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 6px;  
}

.nav-links a:hover { color: #404041; text-decoration: none; }


.nav-links .current {
    color: #c4161c;
    background-color: none;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    padding-bottom: 6px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 6px;  
}

.nav-links a { transition: none!important; }

.nav-links .prev, .nav-links .next { position: relative; font-size: 14px;
          background: none; color: #bcbdc0; line-height: 14px; }

.nav-links a.prev:hover, .nav-links a.next:hover { color: #c4161c; }

.nav-links .prev:before {  content: "" ; clear: both; position: absolute; 
    left: 0px ;  width: 0 ;  height: 0 ;  margin-top: 7px ;
    border-top: 4px solid transparent ;  border-right: 5px solid #bcbdc0 ;
    border-bottom: 4px solid transparent ; }

.nav-links .next:after {  content: "" ; clear: both; position: absolute; 
    right : 0px ;  width: 0 ;  height: 0 ;  margin-top: 7px ;
    border-top: 4px solid transparent ;  border-left: 5px solid #bcbdc0 ;
    border-bottom: 4px solid transparent ; }


.nav-links .prev:hover:before  { border-top: 4px solid transparent ;  border-right: 5px solid #c4161c ;  border-bottom: 4px solid transparent; }

.nav-links .next:hover:after { border-top: 4px solid transparent ;  border-left: 5px solid #c4161c ;  border-bottom: 4px solid transparent; }

.navigation { margin: 0 0 10px 0!important; } 

a.page-numbers:hover { background: transparent; color: #c4161c; } 

#main .meta .list-inline li { font-size: 15px; font-weight: normal; color: #00529C; 
                        font-style: italic; text-transform: uppercase; margin-right: 5px; } 

#main .meta .list-inline li a { font-size: 15px; font-weight: bold; color: #404041; 
                        font-style: normal; text-transform: uppercase; margin: 0 0 0 5px; }

#main .meta .list-inline li a:hover { color: #00529C!important; }



#main {
			font-family: Roboto;
			color: #404041;
		}
		
#main h1 {
    font-size: 35px;
    font-weight: bolder;
    line-height: 40px;
}
		
		#main a {
		    transition-delay: 0s;
		    transition-duration: 0.2s;
		    transition-property: all;
		    transition-timing-function: linear;
		}
		#main h1 a, #main h2 a, #main h3 a, #main h4 a, #main p a, #main .article li a {
			color: #404041;
		}
		#main h1 a:hover, #main h2 a:hover, #main h3 a:hover, #main h4 a:hover, #main p a:hover, #main .article li a:hover {
			color: #c4161c!important;
			text-decoration: none;
		}
		.articles-section {
	  		margin-top: 15px;
	  		margin-bottom: 15px;
		}
		#main h1 {
			font-size: 35px;
			font-weight: bold;
			line-height: 40px;
			margin: 15px 0;
		}
		#main h2 {
			font-size: 20px;
			font-weight: bold;
			line-height: 26px;
			margin: 15px 0;
		}
		#main h3 {
			font-size: 24px;
			font-weight: bold;
			line-height: 30px;
			margin: 15px 0;
		}
        #main h4 {        
			color: #404041;
			font-size: 18px;
			font-weight: bold;
			line-height: 22px;
			margin-bottom: 15px;
			margin-left: 0;
			margin-right: 0;
			margin-top: 15px;
			}
		#main p {
			font-size: 16px;
			font-weight: normal;
			line-height: 20px;
			margin-bottom: 10px ;
		}
		#main .main_articles p {
			font-size: 20px;
			font-weight: normal;
			line-height: 26px;
			margin-bottom: 10px ;
		}
		#main .article li a {
			font-size: 20px;
			font-weight: bold;
			line-height: 26px;
			margin-bottom: 10px ;
		}

/* Footer */
	.footer {
		width: 100%;
		display: block;
		float: left;
		background: #404041;
	}
	.footer .row {
		background: #404041!important;
	}
	.footer .footer_logo img, .footer .nato_logo img {
		margin: 15px 0;
	}
	.footer .nato_logo img {
			text-align: center;
	}
	.footer .footer_text {
		margin: 15px 0;
		color: #fff;
		font-size: 12px;
		width: 70%;
	}
	.footerfoot {
		width: 100%;
		display: block;
		float: left;
		background: #fff;
	}
	.footerfoot .copyright, .copyright a {
		font-weight: bold;
		font-size: 10px;
		color: #404041;
		line-height: 10px;
		margin: 5px 0;
	}

.copyright a:hover { text-decoration: none; color: #c4161c ; } 


@media (max-width: 400px) {   /* XS */
	/* Header */
		.container {
		    padding-left: 10px!important;
		    padding-right: 10px!important;
		}


		/*scroll button*/
		    #backtotop {
		    	font-size: 10px;
		    	color: #404041;
		    	line-height: 10px;
			    background-color: #404041;
			    bottom: 21px;
			    float: none;
			    height: 40px;
			    opacity: 0.4;
			    padding-bottom: 10px;
			    padding-left: 10px;
			    padding-right: 10px;
			    padding-top: 10px;
			    right: 0;
			    left: 0;
			    margin: 0 auto;
			    clear: both;
			    display: block;
			    width: 40px;
			}
			#backtotop img {
			   	padding: 0;
			    width: 100%;
			}
			#backtotop:hover {
			    opacity: 1;
			}

		.defence_menu .navbar-toggle {
		    background-color: #404041;
		    background-image: none;
		    border: 1px solid transparent;
		    border-radius: 4px;
		    left: 10px;
		    margin: 0;
		    padding: 9px 10px;
		    position: fixed;
		    top: 10px;
		    z-index: 200;
		}
		.defence_menu .navbar-toggle .icon-bar {
		    border-radius: 1px;
		    display: block;
		    height: 2px;
		    width: 22px;
		    color: #fff;
		}
		.defence_menu .offcanvas-toggle .icon-bar {
		    background: #fff none repeat scroll 0 0;
		    transition: all 0.25s ease-in-out 0s;
		}
		.defence_menu_2 .navbar-toggle {
		    background-color: transparent;
		    background-image: none;
		    border: 1px solid transparent;
		    border-radius: 4px;
		    margin-bottom: 0;
		    margin-right: 0;
		    margin-top: 0;
		    padding: 6px 8px;
		    position: fixed;
		    right: 10px;
		    top: 10px;
		    z-index: 200;
		    background-color: #404041;
		    background-image: none;
		}
		.defence_menu_2 .navbar-toggle a {
		    color: #fff;
		    font-size: 12px;
		    font-weight: bold;
		    text-decoration: none;
		}
		.defence_menu_left .search_xs {
		    padding-left: 0!important;
		    padding-right: 0!important;
		    background-color: #ffd503!important;
		}
		.defence_menu_left .nav {
			margin: 0;
			padding: 0;
			width: 100%;
		}

		.navbar-default-left, .navbar-default-right {
		    background-color: #404041!important;
		    margin: 0 !important;
		    overflow: hidden!important;
		    height: 100%!important;
		}
		.navbar-default-left .navbar-nav &gt; li {
		    border-bottom: 1px solid #fff;
		}
		.navbar-default-left .navbar-nav &gt; li &gt; a{
		    color: #fff!important;
		}
		.defence_menu_right .navbar-nav {
		    margin: 5px 0 0 0 !important;
		    padding: 0 !important;
		    width: 100% !important;
		}
		.defence_menu_right .navbar-nav li ul li {
		    padding: 0!important;
		    margin: 15px 0 0 0!important;
		    width: 100%!important;
		    float: left;
		}
		.defence_menu_right .navbar-nav &gt; li &gt; ul &gt; li &gt; a {
		    color: #fff!important;
		    padding: 0!important;
		    margin: 0!important;
		    width: 100%!important;
		}
		.defence_menu_right .navbar-nav li ul li a .flag {
		    padding: 0!important;
		    margin: -2px 6% 0 0!important;
		    width: 12%!important;
		    float: left;
		    display: block;
		}
		.defence_menu_right .navbar-nav li ul li a .flag img {
		    padding: 0!important;
		    margin: 0!important;
		    width: 100%!important;
		}
		.defence_menu_right .navbar-header .lg_title {
			float: left!important;
			font-size: 15px;
			font-weight: bold;
			color: #fff;
			margin: 18px 0 0 18px;
		}
		
		/*search*/
			.navbar-default-left .search_xs {
			    box-shadow: none;
			    border: none;
			    display: block;
			    margin: 30px 0;
			    padding: 0!important;
			    width: 100%;
			    font-family: Roboto;
			    float: left;
			}
			.navbar-default-left .search_xs .form-group {
			    background-color: transparent;
			    background-image: none;
			    border: medium none;
			    box-shadow: none;
			    color: #404041;
			    display: block;
			    float: left;
			    padding: 0!important;
			    margin: 0!important;
			    width: 80%!important;
			}
			.navbar-default-left .search_xs .form-group .form-control {
			    background-color: transparent;
			    background-image: none;
			    border: medium none;
			    box-shadow: none;
			    color: #404041 !important;
			    display: block;
			    font-size: 14px;
			    font-weight: bold;
			    height: 44px;
			    line-height: 1.42857;
			    vertical-align: middle;
			    margin: 0!important;
			    padding: 6% !important;
			    transition: none 0s ease 0s ;
			    width: 88% !important;
			    float: left;
			}
			.navbar-default-left .search_xs .btn {
			    -moz-user-select: none;
			    background-color: transparent;
			    background-image: none;
			    border: medium none;
			    border-radius: none!important;
			    color: #404041;
			    cursor: pointer;
			    display: block;
			    float: left;
			    font-size: 14px;
			    font-weight: 400;
			    line-height: 1.42857;
			    margin: 0!important;
			    padding: 5% 0 !important;
			    text-align: center;
			    vertical-align: middle;
			    white-space: nowrap;
			    width: 20%!important;
			}
			.navbar-default-left .search_xs .form-group .form-control::-moz-placeholder {
			    color: #404041;
			    opacity: 1;
			}
		/*end serch*/




		.navbar-default-left .list-inline {
		    margin-left: 0!important;
		}
		.defence_menu_left .navbar-brand, .defence_menu_right .navbar-brand {
		    float: left;
		    font-size: 18px;
		    height: 50px;
		    line-height: 20px;
		    padding: 15px 0;
		}
		.defence_menu .navbar-offcanvas.offcanvas-transform.in {
		    transform: translateX(270px);
		}
		.defence_menu_left .navbar-offcanvas.navbar-offcanvas-fade.in {
		    opacity: 1;
		}
		.defence_menu .navbar-offcanvas.in {
		    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
		}
		.defence_menu .navbar-offcanvas {
		    left: -270px;
		    max-width: 270px;
		    overflow: hidden!important;
		    padding-left: 15px;
		    padding-right: 15px;
		    position: fixed;
		    top: 0;
		    height: 100%;
		    transition: all 0.15s ease-in 0s;
		    width: 100%;
		    z-index: 999;
		}
		.defence_menu_2 .navbar-offcanvas.offcanvas-transform.in {
		    transform: translateX(270px);
		}
		.defence_menu_left_2 .navbar-offcanvas.navbar-offcanvas-fade.in {
		    opacity: 1;
		}
		.defence_menu .navbar-offcanvas.in {
		    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
		}
		.defence_menu_2 .navbar-offcanvas {
		    right: -270px;
		    max-width: 270px;
		    overflow: hidden;!important;
		    padding-left: 15px;
		    padding-right: 15px;
		    position: fixed;
		    top: 0;
		    height: 100%;
		    transition: all 0.15s ease-in 0s;
		    width: 100%;
		    z-index: 999;
		}
		.defence_menu_right .navbar-toggle {
		    background-color: transparent;
		    background-image: none;
		    border: medium none !important;
		    display: block;
		    margin-bottom: 0;
		    margin-left: 0;
		    margin-top: 18px;
		    margin-right: 0;
		    top: 0;
		    right: 0;
		    padding: 0;
		    position: relative;
		}
		.defence_menu_left .navbar-toggle {
		    background-color: transparent;
		    background-image: none;
		    display: block;
		    margin-bottom: 0;
		    margin-right: 6%;
		    margin-top: 10px;
		    padding: 0;
		    position: relative;
		    border: none;
		    border-radius: none;
		}
		.defence_menu_left .navbar-toggle:focus, .defence_menu_right .navbar-toggle:focus, .defence_menu_left .navbar-toggle:hover, .defence_menu_right .navbar-toggle:hover {
		    background-color: transparent!important;
		    border: none !important;
		}
		.defence_menu_left .navbar-header, .defence_menu_right .navbar-header {
			margin: 0!important;
			padding: 15px 0;
			width: 100%;
			border-bottom: 1px solid #fff;
		}
	/* END Header */

	/* content */

	/* End content */

	/* Footer */
		.footer .footer_logo, .footer .nato_logo {
			text-align: center!important;
			float: none;
		}
		.footer .footer_logo img {
			margin: 15px auto!important;
			width: 180px;
			text-align: center;
			float:none;
			left: -26px;
			position: relative;
		}
		.footer .nato_logo img {
			margin: 15px auto;
			text-align: center!important;
			float:none!important;
		}
		.footer .footer_text {
			width: 98%;
			text-align: center;
			margin: 0 auto!important;
			float: none;
		}
	/* End Footer */

}

@media (min-width: 401px) and  (max-width: 767px) {   /* XS */
	/* Header */
		/*scroll button*/
		    #backtotop {
			    background-color: #404041;
			    bottom: 20px;
			    float: none;
			    height: 40px;
			    opacity: 0.4;
			    padding-bottom: 10px;
			    padding-left: 10px;
			    padding-right: 10px;
			    padding-top: 10px;
			    right: 0;
			    left: 0;
			    margin: 0 auto;
			    clear: both;
			    display: block;
			    width: 40px;
			}
			#backtotop img {
			   	padding: 0;
			    width: 100%;
			}
			#backtotop:hover {
			    opacity: 1;
			}
		/*logo +dete*/
			.defence_logo img {
				width: 80%;
			}

		.defence_menu .navbar-toggle {
		    background-color: #404041;
		    background-image: none;
		    border: 1px solid transparent;
		    border-radius: 4px;
		    left: 10px;
		    margin: 0;
		    padding: 9px 10px;
		    position: fixed;
		    top: 10px;
		    z-index: 200;
		}
		.defence_menu .navbar-toggle .icon-bar {
		    border-radius: 1px;
		    display: block;
		    height: 2px;
		    width: 22px;
		    color: #fff;
		}
		.defence_menu .offcanvas-toggle .icon-bar {
		    background: #fff none repeat scroll 0 0;
		    transition: all 0.25s ease-in-out 0s;
		}
		.defence_menu_2 .navbar-toggle {
		    background-color: transparent;
		    background-image: none;
		    border: 1px solid transparent;
		    border-radius: 4px;
		    margin-bottom: 0;
		    margin-right: 0;
		    margin-top: 0;
		    padding: 6px 8px;
		    position: fixed;
		    right: 10px;
		    top: 10px;
		    z-index: 200;
		    background-color: #404041;
		    background-image: none;
		}
		.defence_menu_2 .navbar-toggle a {
		    color: #fff;
		    font-size: 12px;
		    font-weight: bold;
		    text-decoration: none;
		}
		.defence_menu_left .search_xs {
		    padding-left: 0!important;
		    padding-right: 0!important;
		    background-color: #ffd503!important;
		}
		.defence_menu_left .nav {
			margin: 0;
			padding: 0;
			width: 100%;
		}

		.navbar-default-left, .navbar-default-right {
		    background-color: #404041!important;
		    margin: 0 !important;
		    overflow: hidden!important;
		    height: 100%!important;
		}
		.navbar-default-left .navbar-nav &gt; li {
		    border-bottom: 1px solid #fff;
		}
		.navbar-default-left .navbar-nav &gt; li &gt; a{
		    color: #fff!important;
		}
		.defence_menu_right .navbar-nav {
		    margin: 5px 0 0 0 !important;
		    padding: 0 !important;
		    width: 100% !important;
		}
		.defence_menu_right .navbar-nav li ul li {
		    padding: 0!important;
		    margin: 15px 0 0 0!important;
		    width: 100%!important;
		    float: left;
		}
		.defence_menu_right .navbar-nav &gt; li &gt; ul &gt; li &gt; a {
		    color: #fff!important;
		    padding: 0!important;
		    margin: 0!important;
		    width: 100%!important;
		}
		.defence_menu_right .navbar-nav li ul li a .flag {
		    padding: 0!important;
		    margin: -2px 6% 0 0!important;
		    width: 12%!important;
		    float: left;
		    display: block;
		}
		.defence_menu_right .navbar-nav li ul li a .flag img {
		    padding: 0!important;
		    margin: 0!important;
		    width: 100%!important;
		}
		.defence_menu_right .navbar-header .lg_title {
			float: left!important;
			font-size: 15px;
			font-weight: bold;
			color: #fff;
			margin: 18px 0 0 18px;
		}
		
		/*search*/
			.navbar-default-left .search_xs {
			    box-shadow: none;
			    border: none;
			    display: block;
			    margin: 30px 0;
			    padding: 0!important;
			    width: 100%;
			    font-family: Roboto;
			    float: left;
			}
			.navbar-default-left .search_xs .form-group {
			    background-color: transparent;
			    background-image: none;
			    border: medium none;
			    box-shadow: none;
			    color: #404041;
			    display: block;
			    float: left;
			    padding: 0!important;
			    margin: 0!important;
			    width: 80%!important;
			}
			.navbar-default-left .search_xs .form-group .form-control {
			    background-color: transparent;
			    background-image: none;
			    border: medium none;
			    box-shadow: none;
			    color: #404041 !important;
			    display: block;
			    font-size: 14px;
			    font-weight: bold;
			    height: 44px;
			    line-height: 1.42857;
			    vertical-align: middle;
			    margin: 0!important;
			    padding: 6% !important;
			    transition: none 0s ease 0s ;
			    width: 88% !important;
			    float: left;
			}
			.navbar-default-left .search_xs .btn {
			    -moz-user-select: none;
			    background-color: transparent;
			    background-image: none;
			    border: medium none;
			    border-radius: none!important;
			    color: #404041;
			    cursor: pointer;
			    display: block;
			    float: left;
			    font-size: 14px;
			    font-weight: 400;
			    line-height: 1.42857;
			    margin: 0!important;
			    padding: 5% 0 !important;
			    text-align: center;
			    vertical-align: middle;
			    white-space: nowrap;
			    width: 20%!important;
			}
			.navbar-default-left .search_xs .form-group .form-control::-moz-placeholder {
			    color: #404041;
			    opacity: 1;
			}
		/*end serch*/
		.navbar-default-left .list-inline {
		    margin-left: 0!important;
		}
		.defence_menu_left .navbar-brand, .defence_menu_right .navbar-brand {
		    float: left;
		    font-size: 18px;
		    height: 50px;
		    line-height: 20px;
		    padding: 15px 0;
		}
		.defence_menu .navbar-offcanvas.offcanvas-transform.in {
		    transform: translateX(270px);
		}
		.defence_menu_left .navbar-offcanvas.navbar-offcanvas-fade.in {
		    opacity: 1;
		}
		.defence_menu .navbar-offcanvas.in {
		    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
		}
		.defence_menu .navbar-offcanvas {
		    left: -270px;
		    max-width: 270px;
		    overflow: hidden!important;
		    padding-left: 15px;
		    padding-right: 15px;
		    position: fixed;
		    top: 0;
		    height: 100%;
		    transition: all 0.15s ease-in 0s;
		    width: 100%;
		    z-index: 999;
		}
		.defence_menu_2 .navbar-offcanvas.offcanvas-transform.in {
		    transform: translateX(270px);
		}
		.defence_menu_left_2 .navbar-offcanvas.navbar-offcanvas-fade.in {
		    opacity: 1;
		}
		.defence_menu .navbar-offcanvas.in {
		    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
		}
		.defence_menu_2 .navbar-offcanvas {
		    right: -270px;
		    max-width: 270px;
		    overflow: hidden;!important;
		    padding-left: 15px;
		    padding-right: 15px;
		    position: fixed;
		    top: 0;
		    height: 100%;
		    transition: all 0.15s ease-in 0s;
		    width: 100%;
		    z-index: 999;
		}
		.defence_menu_right .navbar-toggle {
		    background-color: transparent;
		    background-image: none;
		    border: medium none !important;
		    display: block;
		    margin-bottom: 0;
		    margin-left: 0;
		    margin-top: 18px;
		    margin-right: 0;
		    top: 0;
		    right: 0;
		    padding: 0;
		    position: relative;
		}
		.defence_menu_left .navbar-toggle {
		    background-color: transparent;
		    background-image: none;
		    display: block;
		    margin-bottom: 0;
		    margin-right: 6%;
		    margin-top: 10px;
		    padding: 0;
		    position: relative;
		    border: none;
		    border-radius: none;
		}
		.defence_menu_left .navbar-toggle:focus, .defence_menu_right .navbar-toggle:focus, .defence_menu_left .navbar-toggle:hover, .defence_menu_right .navbar-toggle:hover {
		    background-color: transparent!important;
		    border: none !important;
		}
		.defence_menu_left .navbar-header, .defence_menu_right .navbar-header {
			margin: 0!important;
			padding: 15px 0;
			width: 100%;
			border-bottom: 1px solid #fff;
		}
	/* END Header */




	/* Footer */
		.footer .footer_logo, .footer .nato_logo {
			text-align: center!important;
			float: none;
		}
		.footer .footer_logo img {
			margin: 15px auto!important;
			width: 180px;
			text-align: center;
			float:none;
			left: -26px;
			position: relative;
		}
		.footer .nato_logo img {
			margin: 15px auto;
			text-align: center!important;
			float:none!important;
		}
		.footer .footer_text {
			width: 98%;
			text-align: center;
			margin: 0 auto!important;
			float: none;
		}
	/* End Footer */

}

@media (max-width: 991px) and (min-width: 768px) {   /* SM */
	/* Header */
		/*scroll button*/
		    #backtotop {
			    background-color: #404041;
			    bottom: 20px;
			    float: none;
			    height: 40px;
			    opacity: 0.4;
			    padding-bottom: 10px;
			    padding-left: 10px;
			    padding-right: 10px;
			    padding-top: 10px;
			    right: 0;
			    left: 0;
			    margin: 0 auto;
			    clear: both;
			    display: block;
			    width: 40px;
			}
			#backtotop img {
			   	padding: 0;
			    width: 100%;
			}
			#backtotop:hover {
			    opacity: 1;
			}
		.navbar-default-left, .navbar-default-right {
			margin: 16% 0 0;
		}
		.navbar-default-left .nav li a {
			padding: 10px 10px 10px 0;
			font-size: 12px;
		}
		.navbar-default-right .navbar-nav li a {
		    padding-top: 10px;
		    font-size: 12px;
		}
	  /*fixed to top menu */
        .fixed .row {
			max-width: 750px;
        }

	/* END Header */




	/* Footer */
		.footer .footer_text {
			width: 100%;
		}

}

@media (max-width: 1199px) and (min-width: 992px) {   /* MD */
	/* Header */
		.navbar-default {
			margin: 14% 0 0;
		}
		.navbar-default-left .nav li a {
			padding: 10px 20px 10px 0;
		}
		.navbar-default-right .navbar-nav li a {
		    padding-top: 10px;
		}
	  /*fixed to top menu */
        .fixed .row {
			max-width: 970px;
        }
	/* END Header */

/* Content */ 
       .rombosli a { font-size: 18px; line-height: 22px;  }
       
	/* Footer */
		.footer .footer_text {
			width: 80%;
		}

}


@media (min-width: 1200px) {  /* LG */
	/* Header*/

		.navbar-default {
			margin: 13% 0 0;
		}
		.defence_logo img {
			max-width: 90%;
		}
 	/* END Header */

}

</pre></body></html>